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:           Sat Feb  4 09:53:08 UTC 2023

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

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

pkgsrc change: fix typo of USE_LANGUAGES.

1.1.0 (2023-01-25)

What's Changed

* URI::GID: Update #check_scheme, no need to call super by @alexcwatt in
  #146
* JSON-encode GlobalIDs as strings by @georgeclaghorn in #149
* Support pattern matching of GlobalID & GlobalID::URI by @ojab in #140
* prevent double find by @ooooooo-q in #148
* implement non signed global_id helper method on fixture set by
  @rainerborene in #144


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-globalid/Makefile
cvs rdiff -u -r1.8 -r1.9 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.14 pkgsrc/devel/ruby-globalid/Makefile:1.15
--- pkgsrc/devel/ruby-globalid/Makefile:1.14    Thu Jan 19 13:58:19 2023
+++ pkgsrc/devel/ruby-globalid/Makefile Sat Feb  4 09:53:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/01/19 13:58:19 taca Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/04 09:53:08 taca Exp $
 
-DISTNAME=      globalid-1.0.1
+DISTNAME=      globalid-1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -10,7 +10,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 
-USE_LANGAGES=  # none
+USE_LANGUAGES= # none
 
 RUBY_RAILS_ACCEPTED=   # empty
 

Index: pkgsrc/devel/ruby-globalid/distinfo
diff -u pkgsrc/devel/ruby-globalid/distinfo:1.8 pkgsrc/devel/ruby-globalid/distinfo:1.9
--- pkgsrc/devel/ruby-globalid/distinfo:1.8     Thu Jan 19 13:58:19 2023
+++ pkgsrc/devel/ruby-globalid/distinfo Sat Feb  4 09:53:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/01/19 13:58:19 taca Exp $
+$NetBSD: distinfo,v 1.9 2023/02/04 09:53:08 taca Exp $
 
-BLAKE2s (globalid-1.0.1.gem) = 0285bf7f4a2774e07ec3d30d0b5906d12601189be6ba26100a66652d3cce24bd
-SHA512 (globalid-1.0.1.gem) = 407f975ee4ed46f7082c97b90fd44b6a77b775a0355e12e3bed303cc519d074097a0db61b4ca5cc7eeda03de2d254cbda59c921b890146d046deef8fde2ef976
-Size (globalid-1.0.1.gem) = 13824 bytes
+BLAKE2s (globalid-1.1.0.gem) = 086f48ae8dc9654dd83a3c9f366446871022a7d601605fc2441ce6fcce703d99
+SHA512 (globalid-1.1.0.gem) = 315b5e8b75e0c800a401a0430a1e10fd8f5c87cd96df61c1857dfa718ca52c3c727f10efd8899d6be36a1bfaa64405e98fccdf057b9cd366ee3dd37b99b910ac
+Size (globalid-1.1.0.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index