forked from Lainports/freebsd-ports
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
11 lines
563 B
Text
11 lines
563 B
Text
--- 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"])
|