healthety.gemspec in healthety-0.0.3 vs healthety.gemspec in healthety-0.0.4
- old
+ new
@@ -10,11 +10,12 @@
s.email = "m@martinjagusch.com"
s.homepage = "http://github.com/healthety/ruby_worker"
s.description = "The Ruby Worker sends JSON data via UDP packets to a given host."
s.summary = s.description
+ s.add_dependency("json", "~> 1.5.1")
s.add_development_dependency("rspec", "~> 2.5.0")
- s.add_development_dependency("mocha")
+ s.add_development_dependency("mocha", "~> 0.9.12")
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ["lib"]
end