dynamic_53.gemspec in dynamic_53-0.0.1 vs dynamic_53.gemspec in dynamic_53-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Dynamic53::VERSION spec.authors = ["Matt Connolly"] spec.email = ["matt.connolly@me.com"] spec.summary = %q{A simple tool to update Amazon Route 53 with based on your current IP Address.} spec.description = %q{A simple tool to update Amazon Route 53 with based on your current IP Address.} - spec.homepage = "" + spec.homepage = "https://github.com/mattconnolly/dynamic_53" 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)/})