pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-reline



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 17 07:19:58 UTC 2025

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

Log Message:
devel/ruby-reline: update to 0.6.1

0.6.1 (2025-04-04)

What's Changed

Enhancements

* Support inserting C-c C-z C-\ with quoted_insert by @tompng in #798
* Enter newline if cursor position is middle of input by @ima1zumi in #802
* Update to Unicode 16.0.0 by @ima1zumi in #803

Bug Fixes

* Fix bracketed paste and scrolling bug by @tompng in #801

Other Changes

* Fix typos in comment by @ydah in #796
* test_tty_ambiguous_width: Use Reline.test_rubybin by @sorah in #797
* Refactor handling key in LineEditor by @tompng in #799
* Refactor utf-8 strings and invalid strings in test code by @tompng in #800
* Fix typo: marco -> macro by @kaibadash in #806
* Fix CI for Ruby 2.7 by @ima1zumi in #807
* Migration for bundled gems by @hsbt in #811
* Add gem readline to Gemfile to fix failing ci jobs: readline by @tompng in
  #810
* Remove ruby-core workflow by @tompng in #812
* Remove unused constant CAPNAME_KEY_BINDINGS by @tompng in #808
* Refactor undo redo by @tompng in #809
* Reject directory from Gem::Specification#files by @hsbt in #813
* Use Relin::ANSI's buffer instead of calling STDIN.ungetc by @tompng in
  #815
* Fix typo by @ima1zumi in #817
* Add gem fiddle to Gemfile (Only used in windows) by @tompng in #818
* Basic setup for Reline's official documentation website by @st0012 in #820
* Bump version to 0.6.1 by @tompng in #823

New Contributors

* @ydah made their first contribution in #796
* @kaibadash made their first contribution in #806


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-reline/Makefile \
    pkgsrc/devel/ruby-reline/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-reline/Makefile
diff -u pkgsrc/devel/ruby-reline/Makefile:1.3 pkgsrc/devel/ruby-reline/Makefile:1.4
--- pkgsrc/devel/ruby-reline/Makefile:1.3       Thu Jan  2 05:26:02 2025
+++ pkgsrc/devel/ruby-reline/Makefile   Sat May 17 07:19:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/01/02 05:26:02 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/17 07:19:58 taca Exp $
 
-DISTNAME=      reline-0.6.0
+DISTNAME=      reline-0.6.1
 CATEGORIES=    devel
 
 MAINTAINER=    wen%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-# Ruby 3.4.1 has reline 0.6.0 gem.
-RUBY_VERSIONS_ACCEPTED=        31 32 33
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-reline/distinfo
diff -u pkgsrc/devel/ruby-reline/distinfo:1.3 pkgsrc/devel/ruby-reline/distinfo:1.4
--- pkgsrc/devel/ruby-reline/distinfo:1.3       Thu Jan  2 05:26:02 2025
+++ pkgsrc/devel/ruby-reline/distinfo   Sat May 17 07:19:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/01/02 05:26:02 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/05/17 07:19:58 taca Exp $
 
-BLAKE2s (reline-0.6.0.gem) = b22ba1f79a289b0133938afdc7c99ced7f370f7f5c1cdad2f44279649e0478a1
-SHA512 (reline-0.6.0.gem) = 5e4a9db7c9609aba586dfc29d992d7a3227a7eddb1b128d430905269009e7352c5683d62ebe8496d8b9ec7aafb38e8618958464ccbd497688612b19f5d2f8ac0
-Size (reline-0.6.0.gem) = 51712 bytes
+BLAKE2s (reline-0.6.1.gem) = 03d72c63cb0da918645fd2dcdd388482cfd507e141d3d3106da2294d13c38d84
+SHA512 (reline-0.6.1.gem) = 83d1aad2d1d21a7ebea4ac2af1d31079be77e245b7751305dfab93f28e9afe24a41233282fc6828e7ee958e87ffef5c77454d6abaf5bca056b8962632d2730d0
+Size (reline-0.6.1.gem) = 51712 bytes



Home | Main Index | Thread Index | Old Index