Skip to content

Commit

Permalink
remove has_rdoc call from gemspec since it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
cgunther committed Apr 6, 2011
1 parent 0460883 commit 96f496a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gotcha.gemspec
Expand Up @@ -9,7 +9,6 @@ spec = Gem::Specification.new do |s|
s.description = 'A smart captcha library'
s.email = 'john.crepezzi@patch.com'
s.files = Dir['lib/**/*.rb'] + Dir['gotchas/*.rb']
s.has_rdoc = true
s.homepage = 'http://seejohnrun.github.com/gotcha/'
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']
Expand Down

0 comments on commit 96f496a

Please sign in to comment.