git-safe.gemspec in git-safe-0.1.0 vs git-safe.gemspec in git-safe-0.2.0
- old
+ new
@@ -9,10 +9,10 @@
spec.authors = ["Perry Hertler"]
spec.email = ["perry@hertler.org"]
spec.summary = %q{A concurrent-safe way to perform multiple ssh configuration git operations against "origin".}
spec.description = %q{Some applications need to access git "origin" from multiple threads or processes with different security access approaches. This gem makes it possible}
- spec.homepage = "https://github.com/perrqh/git-safe-ruby"
+ spec.homepage = "https://rubygems.org/gems/git-safe"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do