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 Jun 28 14:36:34 UTC 2026

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

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

1.4.0 (2026-06-23)

What's Changed

* Add GlobalID::Locator.fetch with distinct not-found and unavailable errors
  by @rosa in #206
* Change the underlying URI parser (from RFC2396 to RFC3986) by @Drowze in
  #202
* Don't try to constantize GID's class too soon by @paulRbr in #204
* Allow custom locators to override model class by @xijo in #203

New Contributors

* @rosa made their first contribution in #206
* @Drowze made their first contribution in #202
* @paulRbr made their first contribution in #204
* @xijo made their first contribution in #203


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-globalid/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-globalid/PLIST
cvs rdiff -u -r1.12 -r1.13 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.18 pkgsrc/devel/ruby-globalid/Makefile:1.19
--- pkgsrc/devel/ruby-globalid/Makefile:1.18    Mon Oct 27 14:59:23 2025
+++ pkgsrc/devel/ruby-globalid/Makefile Sun Jun 28 14:36:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/10/27 14:59:23 taca Exp $
+# $NetBSD: Makefile,v 1.19 2026/06/28 14:36:34 taca Exp $
 
-DISTNAME=      globalid-1.3.0
+DISTNAME=      globalid-1.4.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-globalid/PLIST
diff -u pkgsrc/devel/ruby-globalid/PLIST:1.2 pkgsrc/devel/ruby-globalid/PLIST:1.3
--- pkgsrc/devel/ruby-globalid/PLIST:1.2        Sun Nov 28 07:55:48 2021
+++ pkgsrc/devel/ruby-globalid/PLIST    Sun Jun 28 14:36:34 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/11/28 07:55:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/06/28 14:36:34 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/README.md
@@ -11,5 +11,6 @@ ${GEM_LIBDIR}/lib/global_id/railtie.rb
 ${GEM_LIBDIR}/lib/global_id/signed_global_id.rb
 ${GEM_LIBDIR}/lib/global_id/uri/gid.rb
 ${GEM_LIBDIR}/lib/global_id/verifier.rb
+${GEM_LIBDIR}/lib/global_id/version.rb
 ${GEM_LIBDIR}/lib/globalid.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-globalid/distinfo
diff -u pkgsrc/devel/ruby-globalid/distinfo:1.12 pkgsrc/devel/ruby-globalid/distinfo:1.13
--- pkgsrc/devel/ruby-globalid/distinfo:1.12    Mon Oct 27 14:59:23 2025
+++ pkgsrc/devel/ruby-globalid/distinfo Sun Jun 28 14:36:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/10/27 14:59:23 taca Exp $
+$NetBSD: distinfo,v 1.13 2026/06/28 14:36:34 taca Exp $
 
-BLAKE2s (globalid-1.3.0.gem) = 64738b119197f1203d45e8c44dfb9f4d786bc2d46c69114a62eb481f5167cc9b
-SHA512 (globalid-1.3.0.gem) = 7ca4979c8c9d9dabe7f6dfbc77e661b07f913ff7b57ea9479ac7a4bc074dc3b7ac2445c2b099f42b78724107c71cb043f501d53bf021f01722844cdc419edf38
-Size (globalid-1.3.0.gem) = 15360 bytes
+BLAKE2s (globalid-1.4.0.gem) = cfdf98f4049a169837c345e472e2d04aa495edea5922474fdaa8025663febff9
+SHA512 (globalid-1.4.0.gem) = 47892405c866c9b38b491c8f8dadf4f3a645d288f94420fcd550c74957076ed36152023c6fa9ff2949fd500a0119753c69dda52d6b045f05e2b211b91549d6c2
+Size (globalid-1.4.0.gem) = 16896 bytes



Home | Main Index | Thread Index | Old Index