aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-googleauth
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-18 17:22:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-18 17:22:58 +0000
commit413a904e13cf9bd8ada0a76287b31d7f81300d51 (patch)
tree01c870bff5b4425c5f9f1ad9082afc046fb5f460 /security/rubygem-googleauth
parent5985ad20fe469cdf0697a831b62bfecabc36bf29 (diff)
downloadports-413a904e13cf9bd8ada0a76287b31d7f81300d51.tar.gz
ports-413a904e13cf9bd8ada0a76287b31d7f81300d51.zip
Update to 0.6.0
Notes
Notes: svn path=/head/; revision=452368
Diffstat (limited to 'security/rubygem-googleauth')
-rw-r--r--security/rubygem-googleauth/Makefile2
-rw-r--r--security/rubygem-googleauth/distinfo6
-rw-r--r--security/rubygem-googleauth/files/patch-gemspec6
3 files changed, 7 insertions, 7 deletions
diff --git a/security/rubygem-googleauth/Makefile b/security/rubygem-googleauth/Makefile
index f03b4ec274c1..1a7f338cc708 100644
--- a/security/rubygem-googleauth/Makefile
+++ b/security/rubygem-googleauth/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= googleauth
-PORTVERSION= 0.5.3
+PORTVERSION= 0.6.0
CATEGORIES= security rubygems
MASTER_SITES= RG
diff --git a/security/rubygem-googleauth/distinfo b/security/rubygem-googleauth/distinfo
index e0e1ac4e9c45..d39a41326214 100644
--- a/security/rubygem-googleauth/distinfo
+++ b/security/rubygem-googleauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500735198
-SHA256 (rubygem/googleauth-0.5.3.gem) = 91f66dccff2ffb1edec8b19214bf75950e04944a794c506d11537d067fdef5f6
-SIZE (rubygem/googleauth-0.5.3.gem) = 36864
+TIMESTAMP = 1508339795
+SHA256 (rubygem/googleauth-0.6.0.gem) = 8f93d4b9f59ec2d1549a36ae2165218a6aee757c8af34cef47bcfac897274e0b
+SIZE (rubygem/googleauth-0.6.0.gem) = 39424
diff --git a/security/rubygem-googleauth/files/patch-gemspec b/security/rubygem-googleauth/files/patch-gemspec
index d234e7569ebd..a48e31341ecb 100644
--- a/security/rubygem-googleauth/files/patch-gemspec
+++ b/security/rubygem-googleauth/files/patch-gemspec
@@ -1,11 +1,11 @@
---- googleauth.gemspec.orig 2017-03-18 22:47:37 UTC
+--- googleauth.gemspec.orig 2017-10-18 16:58:21 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<jwt>.freeze, ["< 3.0", ">= 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"])
+ s.add_dependency(%q<faraday>.freeze, ["~> 0.12"])