pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-tins



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 12:51:40 UTC 2026

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

Log Message:
devel/ruby-tins: update to 1.53.0

1.53.0 (2026-04-14)

* Added stringify_keys_recursive and stringify_keys_recursive! methods to

* convert hash keys from symbols to strings

        - Renamed _symbolize_keys_recursive to _transform_keys_recursive to
          support both :to_sym and :to_s transformations

        - Updated symbolize_keys_recursive to use the new
          _transform_keys_recursive with transform: :to_sym

        - Added comprehensive tests for the new stringify_keys_recursive
          methods including circular reference handling

        - Updated YARD documentation for all new and modified methods

* Made Token#bits immutable from outside by changing attr_accessor :bits to
  attr_reader :bits and using direct instance variable assignment

* Bump s.rubygems_version from 4.0.3 to 4.0.10 in tins.gemspec


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ruby-tins/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-tins/Makefile
diff -u pkgsrc/devel/ruby-tins/Makefile:1.37 pkgsrc/devel/ruby-tins/Makefile:1.38
--- pkgsrc/devel/ruby-tins/Makefile:1.37        Sun Mar  1 07:49:34 2026
+++ pkgsrc/devel/ruby-tins/Makefile     Tue May  5 12:51:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/03/01 07:49:34 taca Exp $
+# $NetBSD: Makefile,v 1.38 2026/05/05 12:51:40 taca Exp $
 
-DISTNAME=      tins-1.52.0
+DISTNAME=      tins-1.53.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.40 pkgsrc/devel/ruby-tins/distinfo:1.41
--- pkgsrc/devel/ruby-tins/distinfo:1.40        Sun Mar  1 07:49:34 2026
+++ pkgsrc/devel/ruby-tins/distinfo     Tue May  5 12:51:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2026/03/01 07:49:34 taca Exp $
+$NetBSD: distinfo,v 1.41 2026/05/05 12:51:40 taca Exp $
 
-BLAKE2s (tins-1.52.0.gem) = 92cec548b68aa322748cd8002f45820ea55ed866b6ba1a9d6139c3c1e286f0ca
-SHA512 (tins-1.52.0.gem) = 1bb231613a66bd476ba948e8ff54b73bde27e4fd49e32c416a4ec063b283af85f55c0bc1f0eaa28134d13afb9a6f2f4c0c94f575480781d87275480e868908b5
-Size (tins-1.52.0.gem) = 353792 bytes
+BLAKE2s (tins-1.53.0.gem) = 814e27f8e930d4685660c10f6a9250a129f61877de40f9a0ec0822105bf2aafd
+SHA512 (tins-1.53.0.gem) = b467cef9fb2b4a2febc8b27f7c79f3355b2e9522c55303f2eef60a3085b7ac99a553b26cdede5add0d931c76bd2b5b5315a6492cf8c375abbf8378851899dd89
+Size (tins-1.53.0.gem) = 354304 bytes



Home | Main Index | Thread Index | Old Index