surrogate.gemspec in surrogate-0.5.1 vs surrogate.gemspec in surrogate-0.5.2
- old
+ new
@@ -18,7 +18,11 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency 'bindable_block', '= 0.0.5.1'
- s.add_development_dependency "rspec", '~> 2.8.0' # TODO: Figure out how far back we can work with
+ s.add_development_dependency "rspec", '~> 2.2'
+ s.add_development_dependency "rake"
+ s.add_development_dependency "mountain_berry_fields", "~> 1.0.2"
+ s.add_development_dependency "mountain_berry_fields-rspec", "~> 1.0.2"
+ s.add_development_dependency "mountain_berry_fields-magic_comments", "~> 1.0.1"
end