Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2017 17:22:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452368 - in head/security/rubygem-googleauth: . files
Message-ID:  <201710181722.v9IHMwU7054558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct 18 17:22:58 2017
New Revision: 452368
URL: https://svnweb.freebsd.org/changeset/ports/452368

Log:
  Update to 0.6.0
  
  Changes:	https://github.com/google/google-auth-library-ruby/blob/master/CHANGELOG.md

Modified:
  head/security/rubygem-googleauth/Makefile
  head/security/rubygem-googleauth/distinfo
  head/security/rubygem-googleauth/files/patch-gemspec

Modified: head/security/rubygem-googleauth/Makefile
==============================================================================
--- head/security/rubygem-googleauth/Makefile	Wed Oct 18 17:22:53 2017	(r452367)
+++ head/security/rubygem-googleauth/Makefile	Wed Oct 18 17:22:58 2017	(r452368)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	googleauth
-PORTVERSION=	0.5.3
+PORTVERSION=	0.6.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Modified: head/security/rubygem-googleauth/distinfo
==============================================================================
--- head/security/rubygem-googleauth/distinfo	Wed Oct 18 17:22:53 2017	(r452367)
+++ head/security/rubygem-googleauth/distinfo	Wed Oct 18 17:22:58 2017	(r452368)
@@ -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

Modified: head/security/rubygem-googleauth/files/patch-gemspec
==============================================================================
--- head/security/rubygem-googleauth/files/patch-gemspec	Wed Oct 18 17:22:53 2017	(r452367)
+++ head/security/rubygem-googleauth/files/patch-gemspec	Wed Oct 18 17:22:58 2017	(r452368)
@@ -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"])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710181722.v9IHMwU7054558>