Skip to content

Commit

Permalink
Add gotchas to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Mar 9, 2011
1 parent b5dde32 commit 630492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotcha.gemspec
Expand Up @@ -8,7 +8,7 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency('actionpack')
s.description = 'A smart captcha library'
s.email = 'john.crepezzi@patch.com'
s.files = Dir['lib/**/*.rb']
s.files = Dir['lib/**/*.rb'] + Dir['gotchas/*.rb']
s.has_rdoc = true
s.homepage = 'http://seejohnrun.github.com/gotcha/'
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit 630492d

Please sign in to comment.