mirror of
https://github.com/ditkrg/simplecov-json.git
synced 2026-01-22 22:06:46 +00:00
add "rake" as a development dependency so you can run the tests with "bundle exec"
This commit is contained in:
parent
aa92666555
commit
3e67b10710
@ -16,6 +16,8 @@ Gem::Specification.new do |s|
|
|||||||
s.test_files = ['test/helper', 'test/test_simplecov_json.rb']
|
s.test_files = ['test/helper', 'test/test_simplecov_json.rb']
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
|
|
||||||
s.add_dependency(%q<simplecov>, [">= 0"])
|
s.add_dependency "simplecov"
|
||||||
s.add_dependency(%q<json>, [">= 0"])
|
s.add_dependency "json"
|
||||||
|
|
||||||
|
s.add_development_dependency "rake"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user