зеркало из https://github.com/github/bert.git
add test-unit as development dependency
This commit is contained in:
Родитель
0aa53733e4
Коммит
3c96b8154c
|
@ -7,9 +7,12 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
git (1.3.0)
|
git (1.3.0)
|
||||||
|
power_assert (0.4.1)
|
||||||
rake (12.0.0)
|
rake (12.0.0)
|
||||||
rake-compiler (0.9.9)
|
rake-compiler (0.9.9)
|
||||||
rake
|
rake
|
||||||
|
test-unit (3.2.3)
|
||||||
|
power_assert
|
||||||
thoughtbot-shoulda (2.11.1)
|
thoughtbot-shoulda (2.11.1)
|
||||||
yajl-ruby (1.3.0)
|
yajl-ruby (1.3.0)
|
||||||
|
|
||||||
|
@ -21,6 +24,7 @@ DEPENDENCIES
|
||||||
git
|
git
|
||||||
rake
|
rake
|
||||||
rake-compiler (~> 0.9.0)
|
rake-compiler (~> 0.9.0)
|
||||||
|
test-unit
|
||||||
thoughtbot-shoulda
|
thoughtbot-shoulda
|
||||||
yajl-ruby
|
yajl-ruby
|
||||||
|
|
||||||
|
|
|
@ -26,4 +26,5 @@ Gem::Specification.new do |s|
|
||||||
s.add_development_dependency "rake"
|
s.add_development_dependency "rake"
|
||||||
s.add_development_dependency "rake-compiler", "~> 0.9.0"
|
s.add_development_dependency "rake-compiler", "~> 0.9.0"
|
||||||
s.add_development_dependency "yajl-ruby"
|
s.add_development_dependency "yajl-ruby"
|
||||||
|
s.add_development_dependency "test-unit"
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче