Skip to content

Commit

Permalink
#8 rake moved into dev scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jul 28, 2015
1 parent 71fc5a5 commit f3b97a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rultor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)\/})
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = %w(README.md LICENSE.txt)
s.add_runtime_dependency 'rake', '~> 10.1'
s.add_runtime_dependency 'slop', '~> 3.6'
s.add_development_dependency 'rake', '~> 10.1'
s.add_development_dependency 'coveralls', '~> 0.7', '>= 0.7.0'
s.add_development_dependency 'rdoc', '~> 3.11'
s.add_development_dependency 'cucumber', '1.3.11'
Expand Down

0 comments on commit f3b97a7

Please sign in to comment.