Switch homepage in gemspec
Showing
... | ... | @@ -5,11 +5,11 @@ require 'capistrano/sneakers/version' |
Gem::Specification.new do |spec| | ||
spec.name = "capistrano-sneakers" | ||
spec.version = Capistrano::Sneakers::VERSION | ||
spec.authors = ["Spirit"] | ||
spec.email = ["neverlandxy.naix@gmail.com"] | ||
spec.summary = %q{Sneakers integration only for Capistrano3} | ||
spec.description = %q{Sneakers integration only for Capistrano3} | ||
spec.homepage = "https://github.com/NaixSpirit/capistrano-sneakers" | ||
spec.authors = ["Karl Kloppenborg, Andrew Babichev, NaixSpirit"] | ||
spec.email = ["karl@hyperconnect.com.au", "andrew.babichev@gmail.com", "neverlandxy.naix@gmail.com"] | ||
spec.summary = %q{Sneakers integration for Capistrano} | ||
spec.description = %q{Sneakers integration for Capistrano} | ||
spec.homepage = "https://github.com/inventionlabsSydney/capistrano-sneakers" | ||
spec.license = "MIT" | ||
spec.files = `git ls-files -z`.split("\x0") | ||
... | ... |
Please
register
or
sign in
to comment