healthety.gemspec in healthety-0.0.6 vs healthety.gemspec in healthety-0.0.7
- old
+ new
@@ -11,11 +11,11 @@
s.homepage = "https://github.com/healthety/ruby_worker"
s.description = "Sends JSON wrapped 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", "~> 0.9.12")
+ s.add_dependency("daemons", "~> 1.1.3")
+ s.add_development_dependency("rspec", "~> 2.6.0")
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ["lib"]
end