Skip to content

Commit

Permalink
devel/ruby-globalid: update to 1.1.0
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-globalid/Makefile
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]
Expand All @@ -10,7 +10,7 @@ LICENSE= mit

DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}

USE_LANGAGES= # none
USE_LANGUAGES= # none

RUBY_RAILS_ACCEPTED= # empty

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.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

0 comments on commit 855bb9a

Please sign in to comment.