pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-will-paginate



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun 10 15:21:05 UTC 2024

Modified Files:
        pkgsrc/textproc/ruby-will-paginate: Makefile distinfo

Log Message:
textproc/ruby-will-paginate: update to 4.0.1

4.0.1 (2024-06-10)

What's Changed

* Ruby 3.4 compatibility: fix running with
  RUBYOPT="--enable-frozen-string-literal" by @jdelStrother in #651
* CI: test with Ruby 3.3, Rails 7.1 by @mislav in #659
* CI: Update GitHub Actions using dependabot by @olleolleolle in #653
* Bump actions/checkout from 3 to 4 by @dependabot in #654
* README.md: Avoid hashrockets for args by @olleolleolle in #650
* bootstrap: update for docker compose by @mislav in #660

New Contributors

* @olleolleolle made their first contribution in #653
* @dependabot made their first contribution in #654
* @jdelStrother made their first contribution in #651


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-will-paginate/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-will-paginate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-will-paginate/Makefile
diff -u pkgsrc/textproc/ruby-will-paginate/Makefile:1.16 pkgsrc/textproc/ruby-will-paginate/Makefile:1.17
--- pkgsrc/textproc/ruby-will-paginate/Makefile:1.16    Fri Jun  9 15:09:54 2023
+++ pkgsrc/textproc/ruby-will-paginate/Makefile Mon Jun 10 15:21:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/06/09 15:09:54 taca Exp $
+# $NetBSD: Makefile,v 1.17 2024/06/10 15:21:05 taca Exp $
 
-DISTNAME=      will_paginate-4.0.0
+DISTNAME=      will_paginate-4.0.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc
 LICENSE=       mit

Index: pkgsrc/textproc/ruby-will-paginate/distinfo
diff -u pkgsrc/textproc/ruby-will-paginate/distinfo:1.18 pkgsrc/textproc/ruby-will-paginate/distinfo:1.19
--- pkgsrc/textproc/ruby-will-paginate/distinfo:1.18    Fri Jun  9 15:09:54 2023
+++ pkgsrc/textproc/ruby-will-paginate/distinfo Mon Jun 10 15:21:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/06/09 15:09:54 taca Exp $
+$NetBSD: distinfo,v 1.19 2024/06/10 15:21:05 taca Exp $
 
-BLAKE2s (will_paginate-4.0.0.gem) = a117145c698ce32833436b642a7c3092d637c4b5142caee8ca62ca21b1087c32
-SHA512 (will_paginate-4.0.0.gem) = c95dd808190d978f648f9bb3a1b34ecc24e74eb108219ed108efc8499578ce1c3c00d751d3deca6509588bf8c9777597702cb7185763b2797a768a36fbb2f2b6
-Size (will_paginate-4.0.0.gem) = 18944 bytes
+BLAKE2s (will_paginate-4.0.1.gem) = 6b93f0960111c1d6e4c0b8986e603e2d88142968a4b71b4967d953d64aea8d99
+SHA512 (will_paginate-4.0.1.gem) = 03f4b6044465e12236511e7d0be20493f3d032c294fff7e53c2c0f037edfec797aac093d9ec70c6430b7c893440048ee00d61f4d5d1c55dd147ebda7c799d65b
+Size (will_paginate-4.0.1.gem) = 18944 bytes



Home | Main Index | Thread Index | Old Index