From eea40d1d1e976f9ef00247f97c7ac16d00765ba0 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 11 Feb 2015 20:15:15 -0800 Subject: [PATCH] Corrects the homepage URL --- googleauth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googleauth.gemspec b/googleauth.gemspec index d66c4a0..cb84e39 100755 --- a/googleauth.gemspec +++ b/googleauth.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.version = GoogleAuth::VERSION s.authors = ['Tim Emiola'] s.email = 'temiola@google.com' - s.homepage = 'https://github.com/google/google-auth-ruby-' + s.homepage = 'https://github.com/google/google-auth-library-ruby' s.summary = 'Google Auth Library for Ruby' s.description = <<-eos Allows simple authorization for accessing Google APIs.