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:           Mon Oct 21 13:56:55 UTC 2024

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

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

1.37.0 (2024-10-19)

* Add support for module prepended blocks in Tins::Concern:

  - Added prepend_features method to Tins concern
  - Updated ConcernTest to test prepend feature
  - Raise StandardError for duplicate block definitions for included and
    prepended blocks

* Added class_methods method to Tins concern:

  - Added class_methods method to lib/tins/concern.rb

    o Creates or retrieves ClassMethods module for defining class-level
      methods

  - Updated tests in tests/concern_test.rb

    o Added test for new baz1 and baz2 methods
        o Tested availability of bar, baz1, and baz2 methods on A


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.31 -r1.32 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.28 pkgsrc/devel/ruby-tins/Makefile:1.29
--- pkgsrc/devel/ruby-tins/Makefile:1.28        Sun Oct 13 16:37:15 2024
+++ pkgsrc/devel/ruby-tins/Makefile     Mon Oct 21 13:56:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/10/13 16:37:15 taca Exp $
+# $NetBSD: Makefile,v 1.29 2024/10/21 13:56:55 taca Exp $
 
-DISTNAME=      tins-1.36.1
+DISTNAME=      tins-1.37.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.31 pkgsrc/devel/ruby-tins/distinfo:1.32
--- pkgsrc/devel/ruby-tins/distinfo:1.31        Sun Oct 13 16:37:15 2024
+++ pkgsrc/devel/ruby-tins/distinfo     Mon Oct 21 13:56:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/10/13 16:37:15 taca Exp $
+$NetBSD: distinfo,v 1.32 2024/10/21 13:56:55 taca Exp $
 
-BLAKE2s (tins-1.36.1.gem) = 6bcb37aa1757d68d1989a5ae7d8aab4e8e35bee63f0bd980bf8ba9152e304a6a
-SHA512 (tins-1.36.1.gem) = c2a109fe8d9d91a90ca9efdc575b1b7b5ad6dfb43bdde1a7456bd184367e49290dbd754c50e2722b53e154b739f7758fcb7feb3bc9a57db2ac7162f4bd6fd61d
-Size (tins-1.36.1.gem) = 311296 bytes
+BLAKE2s (tins-1.37.0.gem) = bd9dd22d34555af7ad988bf291084b2d76a74a439a679133381b198d59dc77df
+SHA512 (tins-1.37.0.gem) = 01e867b09bb1d9c454bdb0a5e8f4f3a102bc3940d3ad1552ad82a93d58e9a8bbb8aee1e55ba81c6fd43ef78df168969cc601adea161b616bdab672bad91ad66c
+Size (tins-1.37.0.gem) = 311808 bytes



Home | Main Index | Thread Index | Old Index