forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
taca
committed
Feb 4, 2023
1 parent
a1afe6e
commit 855bb9a
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
@@ -10,7 +10,7 @@ LICENSE= mit | |
|
||
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} | ||
|
||
USE_LANGAGES= # none | ||
USE_LANGUAGES= # none | ||
|
||
RUBY_RAILS_ACCEPTED= # empty | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |