Skip to content

Commit

Permalink
Update Gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jan 9, 2012
1 parent 72a1bba commit 330c90a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guard-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Gem::Specification.new do |s|
s.add_dependency 'cucumber', '>= 0.10'

s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'rspec', '~> 2.7'
s.add_development_dependency 'guard-rspec', '~> 0.5'
s.add_development_dependency 'yard', '~> 0.7.2'
s.add_development_dependency 'redcarpet', '~> 1.17.2'
s.add_development_dependency 'rspec', '~> 2.8'
s.add_development_dependency 'guard-rspec', '~> 0.6'
s.add_development_dependency 'yard'
s.add_development_dependency 'redcarpet'

s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.md]
s.require_path = 'lib'
Expand Down

0 comments on commit 330c90a

Please sign in to comment.