Skip to content

Commit

Permalink
Fix .gemspec (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeda-ks authored Dec 26, 2019
1 parent f276355 commit b9818b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twurl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Marcel Molina", "Erik Michaels-Ober", "@TwitterDev team"]
spec.description = %q{Curl for the Twitter API}
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
spec.extra_rdoc_files = %w(CODE_OF_CONDUCT.md CONTRIBUTING.md INSTALL LICENSE README.md)
spec.extra_rdoc_files = %w(CODE_OF_CONDUCT.md CONTRIBUTING.md INSTALL.md LICENSE README.md)
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('test/') }
spec.homepage = 'http://github.com/twitter/twurl'
spec.licenses = ['MIT']
Expand Down

1 comment on commit b9818b8

@Ksa1ksa2ksa100
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.