Corrects the homepage URL

This commit is contained in:
Tim Emiola 2015-02-11 20:15:15 -08:00
parent 3e60a713c5
commit eea40d1d1e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.version = GoogleAuth::VERSION s.version = GoogleAuth::VERSION
s.authors = ['Tim Emiola'] s.authors = ['Tim Emiola']
s.email = 'temiola@google.com' 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.summary = 'Google Auth Library for Ruby'
s.description = <<-eos s.description = <<-eos
Allows simple authorization for accessing Google APIs. Allows simple authorization for accessing Google APIs.