diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-19 00:32:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-19 00:32:25 +0000 |
commit | e1cb7163dab057446f24aba39873e2cb3a109c6e (patch) | |
tree | 809f9a879009ab663d53cfb2e8654ece0669ec98 /security/rubygem-googleauth/files/patch-gemspec | |
parent | Add rubygem-signet 0.7.3 (diff) |
Add rubygem-googleauth 0.5.1
This is Google's officially supported ruby client library for using OAuth 2.0
authorization and authentication with Google APIs. It allows simple
authorization for accessing Google APIs and provides support for Application
Default Credentials, as described at
https://developers.google.com/accounts/docs/application-default-credentials
WWW: https://github.com/google/google-auth-library-ruby
Diffstat (limited to 'security/rubygem-googleauth/files/patch-gemspec')
-rw-r--r-- | security/rubygem-googleauth/files/patch-gemspec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/rubygem-googleauth/files/patch-gemspec b/security/rubygem-googleauth/files/patch-gemspec new file mode 100644 index 000000000000..d234e7569ebd --- /dev/null +++ b/security/rubygem-googleauth/files/patch-gemspec @@ -0,0 +1,11 @@ +--- googleauth.gemspec.orig 2017-03-18 22:47:37 UTC ++++ googleauth.gemspec +@@ -27,7 +27,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q<jwt>.freeze, ["~> 1.4"]) + s.add_runtime_dependency(%q<memoist>.freeze, ["~> 0.12"]) + s.add_runtime_dependency(%q<multi_json>.freeze, ["~> 1.11"]) +- s.add_runtime_dependency(%q<os>.freeze, ["~> 0.9"]) ++ s.add_runtime_dependency(%q<os>.freeze, [">= 0.9"]) + s.add_runtime_dependency(%q<signet>.freeze, ["~> 0.7"]) + else + s.add_dependency(%q<faraday>.freeze, ["~> 0.9"]) |