wash_out.gemspec in wash_out-0.5.4 vs wash_out.gemspec in wash_out-0.5.6
- old
+ new
@@ -4,19 +4,20 @@
s.name = "wash_out"
s.version = WashOut::VERSION
s.platform = Gem::Platform::RUBY
s.summary = "Dead simple Rails 3 SOAP server library"
s.email = "boris@roundlake.ru"
- s.homepage = "http://roundlake.github.com/wash_out/"
+ s.homepage = "http://github.com/inossidabile/wash_out/"
s.description = "Dead simple Rails 3 SOAP server library"
s.authors = ['Boris Staal', 'Peter Zotov']
s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]
- s.add_dependency("nori")
+ s.add_dependency("nori", "~> 1.1.0")
+ s.add_development_dependency("wasabi", "= 2.1.0")
+ s.add_development_dependency("savon", "= 0.9.9")
%w(
- savon
rspec-rails guard guard-rspec rb-inotify rb-fsevent
appraisal
tzinfo
pry
).each do |dep|