pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-highline



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Sep 18 15:13:34 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-highline: Makefile PLIST distinfo

Log Message:
devel/ruby-highline: update to 3.1.1

3.1.1 (2024-08-18)

* PR #276 - Update #say to always flush the output after a #puts (@blipper)

* PR #274 / I #273 (@costa)
        - Add Highline#add_to_color_scheme
        - Dockerize the test environment. Just run bin/test and voilá!


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-highline/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-highline/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-highline/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-highline/Makefile
diff -u pkgsrc/devel/ruby-highline/Makefile:1.28 pkgsrc/devel/ruby-highline/Makefile:1.29
--- pkgsrc/devel/ruby-highline/Makefile:1.28    Mon Jul 15 15:45:06 2024
+++ pkgsrc/devel/ruby-highline/Makefile Wed Sep 18 15:13:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/07/15 15:45:06 taca Exp $
+# $NetBSD: Makefile,v 1.29 2024/09/18 15:13:34 taca Exp $
 
-DISTNAME=      highline-3.1.0
+DISTNAME=      highline-3.1.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-highline/PLIST
diff -u pkgsrc/devel/ruby-highline/PLIST:1.13 pkgsrc/devel/ruby-highline/PLIST:1.14
--- pkgsrc/devel/ruby-highline/PLIST:1.13       Sat Feb  3 15:15:09 2024
+++ pkgsrc/devel/ruby-highline/PLIST    Wed Sep 18 15:13:34 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/02/03 15:15:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/09/18 15:13:34 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
@@ -12,6 +12,7 @@ ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/bin/test
 ${GEM_LIBDIR}/doc/.cvsignore
 ${GEM_LIBDIR}/examples/ansi_colors.rb
 ${GEM_LIBDIR}/examples/asking_for_arrays.rb

Index: pkgsrc/devel/ruby-highline/distinfo
diff -u pkgsrc/devel/ruby-highline/distinfo:1.29 pkgsrc/devel/ruby-highline/distinfo:1.30
--- pkgsrc/devel/ruby-highline/distinfo:1.29    Mon Jul 15 15:45:06 2024
+++ pkgsrc/devel/ruby-highline/distinfo Wed Sep 18 15:13:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/07/15 15:45:06 taca Exp $
+$NetBSD: distinfo,v 1.30 2024/09/18 15:13:34 taca Exp $
 
-BLAKE2s (highline-3.1.0.gem) = c2fa9813427993a259bae88bc8cfd719e717d86f9b5943ec64901630a38a50e2
-SHA512 (highline-3.1.0.gem) = 6eec44db345fd50f75b609e5219e493a7dc5d715a9343255766a1ab69f6de571cdd49d3822369af9b82da42862517eb9f7a060140cb54e68bfe6249012ff6d8b
-Size (highline-3.1.0.gem) = 218112 bytes
+BLAKE2s (highline-3.1.1.gem) = e5f3d863dc8050b1d90f236e71b88be575e3c789851a1c48e561b336e3e1adb9
+SHA512 (highline-3.1.1.gem) = f385fbd912a04b803295c8ccb97721e38e11ff1b38f674542b6e04be055e5161d62fa8661e5fe3d01377548ef858d1ee7b6f2607a8497490e69dc0326670ec1a
+Size (highline-3.1.1.gem) = 218624 bytes



Home | Main Index | Thread Index | Old Index