Skip to content

Commit

Permalink
fix typo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Aug 14, 2011
1 parent 7e05f7f commit 51a117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqrcode.gemspec
Expand Up @@ -22,7 +22,7 @@ EOF
s.add_development_dependency("bundler", ">= 1.0.0")

s.has_rdoc = true
s.extra_rdoc_files = ["README", "CHANGELOG", "LICENSE"]
s.extra_rdoc_files = ["README.org", "CHANGELOG", "LICENSE"]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 51a117f

Please sign in to comment.