Sat Jan 8 15:13:47 2022 UTC ()
ruby-diva: update to 2.0.1.

Upstream changes:

2.0.1
* float type field can be used for Diva::Model subclass
* InvalidTypedError message shows class names
* fallback to Time.parse if strings passed to time field is not ISO8601

2.0.0
Incompatiple changes
* obsolete Diva::Model#to_hash, renamed to to_h
* drop Ruby 2.6 support
Other changes
* Pattern Matching of Diva::Model instance by Hash Pattern


(tsutsui)
diff -r1.10 -r1.11 pkgsrc/devel/ruby-diva/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/ruby-diva/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-diva/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-diva/Makefile 2021/10/23 00:42:38 1.10
+++ pkgsrc/devel/ruby-diva/Makefile 2022/01/08 15:13:46 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2021/10/23 00:42:38 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.11 2022/01/08 15:13:46 tsutsui Exp $
2 2
3DISTNAME= diva-1.1.1 3DISTNAME= diva-2.0.1
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= tsutsui@NetBSD.org
8HOMEPAGE= https://rubygems.org/gems/diva 8HOMEPAGE= https://rubygems.org/gems/diva
9COMMENT= Implementation of expression for handling things 9COMMENT= Implementation of expression for handling things
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5.2<3.0:../../net/ruby-addressable 12DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5.2<3.0:../../net/ruby-addressable
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-diva/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-diva/distinfo 2021/10/26 10:19:30 1.10
+++ pkgsrc/devel/ruby-diva/distinfo 2022/01/08 15:13:46 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 10:19:30 nia Exp $ 1$NetBSD: distinfo,v 1.11 2022/01/08 15:13:46 tsutsui Exp $
2 2
3BLAKE2s (diva-1.1.1.gem) = 026a4213c1d3b8cf9e9a3243df2e85c1acbe636881d1a0894f53a8c90ffa716b 3BLAKE2s (diva-2.0.1.gem) = 53e4abadd295068b0d61a7631f67abcbb498d57198e63d0526f05a8f0ed09729
4SHA512 (diva-1.1.1.gem) = f99343fcb5fe2907e6d641e6a78b25b2f6be328e794a7e60a966b3e46ae6dd2c0376cc8bef02871e63d04568da016de553beddeabf695715d572cd8d6933f114 4SHA512 (diva-2.0.1.gem) = d70e88a60f016bf4193325e930221e26e87c871ae374fbd090f95109fe503d96e47e3da4288c293bb91aa5467cc17035aa0a6efb5b915aff44af2d9cea76d23d
5Size (diva-1.1.1.gem) = 15872 bytes 5Size (diva-2.0.1.gem) = 16384 bytes