Corrects the homepage URL
This commit is contained in:
parent
3e60a713c5
commit
eea40d1d1e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue