From 379aca922868c0658546ff5c2ff3bed7d508e89e Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 24 Feb 2015 22:14:34 -0800 Subject: [PATCH] Adds a license field, corrects the description --- googleauth.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/googleauth.gemspec b/googleauth.gemspec index 3625635..305950f 100755 --- a/googleauth.gemspec +++ b/googleauth.gemspec @@ -10,9 +10,10 @@ Gem::Specification.new do |s| s.email = 'temiola@google.com' s.homepage = 'https://github.com/google/google-auth-library-ruby' s.summary = 'Google Auth Library for Ruby' + s.license = "Apache-2.0" s.description = <<-eos 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 eos