Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 08:59:13 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492909 - head/devel/rubygem-graphql
Message-ID:  <201902140859.x1E8xDkp018839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Feb 14 08:59:13 2019
New Revision: 492909
URL: https://svnweb.freebsd.org/changeset/ports/492909

Log:
  Upgrade to 1.8.15.
  
  - Fix unwrapping inputobject types when turning arguments to hashes #2094
  - Support lazy objects from .resolve_type hooks #2108
  - Fix single-item list inputs that aren't passed as lists #2095
  
  https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-graphql/Makefile
  head/devel/rubygem-graphql/distinfo

Modified: head/devel/rubygem-graphql/Makefile
==============================================================================
--- head/devel/rubygem-graphql/Makefile	Thu Feb 14 08:58:06 2019	(r492908)
+++ head/devel/rubygem-graphql/Makefile	Thu Feb 14 08:59:13 2019	(r492909)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphql
-PORTVERSION=	1.8.13
+PORTVERSION=	1.8.15
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-graphql/distinfo
==============================================================================
--- head/devel/rubygem-graphql/distinfo	Thu Feb 14 08:58:06 2019	(r492908)
+++ head/devel/rubygem-graphql/distinfo	Thu Feb 14 08:59:13 2019	(r492909)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548885887
-SHA256 (rubygem/graphql-1.8.13.gem) = b5020fe7eaa0809609fc88b695e34e96e75e83854c889ded90b63c2ef2631bc8
-SIZE (rubygem/graphql-1.8.13.gem) = 485376
+TIMESTAMP = 1550134614
+SHA256 (rubygem/graphql-1.8.15.gem) = 70c22bd476b130a99c7819370f2a590324403ecf07bb934b4633be7108f0a8b9
+SIZE (rubygem/graphql-1.8.15.gem) = 475648



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