Sun Sep 3 15:54:40 2023 UTC ()
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


(taca)
diff -r1.15 -r1.16 pkgsrc/devel/ruby-globalid/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/ruby-globalid/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-globalid/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-globalid/Makefile 2023/02/04 09:53:08 1.15
+++ pkgsrc/devel/ruby-globalid/Makefile 2023/09/03 15:54:40 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2023/02/04 09:53:08 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2023/09/03 15:54:40 taca Exp $
2 2
3DISTNAME= globalid-1.1.0 3DISTNAME= globalid-1.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://www.rubyonrails.org/ 7HOMEPAGE= http://www.rubyonrails.org/
8COMMENT= Reference models by URI 8COMMENT= Reference models by URI
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15RUBY_RAILS_ACCEPTED= # empty 15RUBY_RAILS_ACCEPTED= # empty
16 16

cvs diff -r1.9 -r1.10 pkgsrc/devel/ruby-globalid/distinfo (expand / switch to unified diff)

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