pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-globalid



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  3 15:54:40 UTC 2023

Modified Files:
        pkgsrc/devel/ruby-globalid: Makefile distinfo

Log Message:
devel/ruby-globalid: update to 1.2.0

1.2.0 (2023-09-02)

What's Changed

* Drop support to Rails < 6.1 and Ruby <2.7 by @rafaelfranca in #153
* Don't show secrets for SignedGlobalID#inspect by @p8 in #160
* Allow for composite identifiers delimited by / by @nvasilevski in #163
* Add Eager Load Option by @rafacoello in #139

New Contributors

* @rafaelfranca made their first contribution in #153
* @p8 made their first contribution in #159
* @nvasilevski made their first contribution in #162
* @rafacoello made their first contribution in #139


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-globalid/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-globalid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-globalid/Makefile
diff -u pkgsrc/devel/ruby-globalid/Makefile:1.15 pkgsrc/devel/ruby-globalid/Makefile:1.16
--- pkgsrc/devel/ruby-globalid/Makefile:1.15    Sat Feb  4 09:53:08 2023
+++ pkgsrc/devel/ruby-globalid/Makefile Sun Sep  3 15:54:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/02/04 09:53:08 taca Exp $
+# $NetBSD: Makefile,v 1.16 2023/09/03 15:54:40 taca Exp $
 
-DISTNAME=      globalid-1.1.0
+DISTNAME=      globalid-1.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-globalid/distinfo
diff -u pkgsrc/devel/ruby-globalid/distinfo:1.9 pkgsrc/devel/ruby-globalid/distinfo:1.10
--- pkgsrc/devel/ruby-globalid/distinfo:1.9     Sat Feb  4 09:53:08 2023
+++ pkgsrc/devel/ruby-globalid/distinfo Sun Sep  3 15:54:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/02/04 09:53:08 taca Exp $
+$NetBSD: distinfo,v 1.10 2023/09/03 15:54:40 taca Exp $
 
-BLAKE2s (globalid-1.1.0.gem) = 086f48ae8dc9654dd83a3c9f366446871022a7d601605fc2441ce6fcce703d99
-SHA512 (globalid-1.1.0.gem) = 315b5e8b75e0c800a401a0430a1e10fd8f5c87cd96df61c1857dfa718ca52c3c727f10efd8899d6be36a1bfaa64405e98fccdf057b9cd366ee3dd37b99b910ac
-Size (globalid-1.1.0.gem) = 13312 bytes
+BLAKE2s (globalid-1.2.0.gem) = ba6475c48301a29969a512c84a333e051d731af467d790591e553bbf78cd386b
+SHA512 (globalid-1.2.0.gem) = e4622b1c3187af9b2070946dd0ddb3798892f7f315e0e9523e1239768843983c488f85d95a20984499d6064e8434b5c461a0d16b34f37deed95cd0d11c816dff
+Size (globalid-1.2.0.gem) = 14848 bytes



Home | Main Index | Thread Index | Old Index