Skip to content

Commit

Permalink
Add cucumber, rspec, yard and rake as gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Aug 12, 2010
1 parent 24ef11d commit fa974c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile.d/jeweller.rake → Rakefile.d/jeweler.rake
Expand Up @@ -9,6 +9,10 @@ Jeweler::Tasks.new do |s|
s.email = "ian.w.white@gmail.com"
s.homepage = "http://github.com/ianwhite/pickle/tree"
s.authors = ["Ian White"]
s.add_dependency('rspec', ">=1.3")
s.add_dependency('cucumber', ">=0.8")
s.add_dependency('yard')
s.add_dependency('rake')
end

Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit fa974c2

Please sign in to comment.