We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f276355 commit b9818b8Copy full SHA for b9818b8
twurl.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
spec.authors = ["Marcel Molina", "Erik Michaels-Ober", "@TwitterDev team"]
9
spec.description = %q{Curl for the Twitter API}
10
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
11
- 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)
12
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('test/') }
13
spec.homepage = 'http://github.com/twitter/twurl'
14
spec.licenses = ['MIT']
0 commit comments