capistrano-spy.gemspec in capistrano-spy-0.1.4 vs capistrano-spy.gemspec in capistrano-spy-0.1.5
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Capistrano::Spy::VERSION
spec.authors = ["Jan Kmet"]
spec.email = ["jan.kmet@gmail.com"]
spec.description = %q{viewing remote configurations and running services for capistrano}
spec.summary = %q{viewing remote configurations and running services for capistrano}
- spec.homepage = ""
+ spec.homepage = "https://github.com/jankmet/capistrano-spy"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})