datadog_proxy.gemspec in datadog_proxy-0.0.2 vs datadog_proxy.gemspec in datadog_proxy-0.0.3

- old
+ new

@@ -7,10 +7,10 @@ spec.name = "datadog_proxy" spec.version = DatadogProxy::VERSION spec.authors = ["Ryota Arai"] spec.email = ["ryota.arai@gmail.com"] spec.summary = %q{A proxy to datadog API server.} - spec.homepage = "" + spec.homepage = "https://github.com/ryotarai/datadog_proxy" 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{^(test|spec|features)/})