Skip to content

Commit

Permalink
Correct bad gem dependencies. Also add myself to aithers
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk committed Apr 8, 2010
1 parent d9fc877 commit 5c2e185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ begin
gemspec.email = "[email protected]"
gemspec.homepage = "http://github.com/mattwynne/cucover/"
gemspec.description = "Lazy coverage-aware running of Cucumber acceptance tests"
gemspec.authors = ["Matt Wynne"]
gemspec.authors = ["Matt Wynne", "Joseph Wilk"]

gemspec.add_dependency('cucumber', '>= 0.3.11')
gemspec.add_dependency('relevance-rcov', '>= 0.8.3.4')
gemspec.add_dependency('logging', '>= 1.1.4')
gemspec.add_dependency('cucumber', '>= 0.6.4')
gemspec.add_dependency('rcov', '>= 0.9.8')
gemspec.add_dependency('logging', '>= 1.4.1')
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down

0 comments on commit 5c2e185

Please sign in to comment.