Adds a license field, corrects the description

This commit is contained in:
Tim Emiola 2015-02-24 22:14:34 -08:00
parent 07a9399c6a
commit 379aca9228
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ 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.description = <<-eos s.description = <<-eos
Allows simple authorization for accessing Google APIs. Allows simple authorization for accessing Google APIs.
Provide support Application Default Credentials, as described at Provide support for Application Default Credentials, as described at
https://developers.google.com/accounts/docs/application-default-credentials https://developers.google.com/accounts/docs/application-default-credentials
eos eos