Fixes a lint error in the gemspec
This commit is contained in:
parent
017eb16bd8
commit
632ebad0af
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
||||||
s.email = 'temiola@google.com'
|
s.email = 'temiola@google.com'
|
||||||
s.homepage = 'https://github.com/google/google-auth-library-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.license = "Apache-2.0"
|
s.license = 'Apache-2.0'
|
||||||
s.description = <<-eos
|
s.description = <<-eos
|
||||||
Allows simple authorization for accessing Google APIs.
|
Allows simple authorization for accessing Google APIs.
|
||||||
Provide support for Application Default Credentials, as described at
|
Provide support for Application Default Credentials, as described at
|
||||||
|
|
Loading…
Reference in New Issue