Skip to content

Commit

Permalink
devel/ruby-globalid: update to 1.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Sep 3, 2023
1 parent 29a19c9 commit bdadfc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-globalid/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-globalid/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bdadfc7

Please sign in to comment.