appmonit_gem.gemspec in app_monit-0.0.3 vs appmonit_gem.gemspec in app_monit-0.0.4

- old
+ new

@@ -8,10 +8,10 @@ spec.version = AppMonit::VERSION spec.authors = ["Redmar Kerkhoff", "Benoist Claassen"] spec.email = ["redmar@appmon.it", "benoist@appmon.it"] spec.summary = %q{Client gem for pushing events from ruby to the appmon.it service} spec.description = %q{Client gem for pushing events from ruby to the appmon.it service} - spec.homepage = "http://appmon.it" + spec.homepage = "https://appmon.it" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(spec|spec|features)/})