healthety.gemspec in healthety-0.0.5 vs healthety.gemspec in healthety-0.0.6

- old
+ new

@@ -6,11 +6,11 @@ s.name = "healthety" s.version = Healthety::VERSION s.platform = Gem::Platform::RUBY s.authors = "Martin Jagusch" 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.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")