pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-irb



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 13 16:21:24 UTC 2024

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

Log Message:
devel/ruby-irb: update to 1.14.2

1.14.2 (2024-12-12)

What's Changed

Enhancements

* Change default completor from regexp to type-completor if
  RUBY_VERSION>=3.4 by @tompng in #1010

Bug Fixes

* Use correct binding in debug mode by @tompng in #1007
* Remove bignum check from save_history by @tompng in #1018
* Always use alternate sceen on alt-d by @tompng in #988
* Suppress "literal string will be frozen in the future" warning by @tikkss
  in #1019
* Fix indentation of xstring literal by @tompng in #1038
* Prevent cursor flickering in dancing ruby by @ima1zumi in #1041
* Don't show 'Maybe IRB bug!' in show_source and ls command by @tompng in
  #1039
* Page the output in irb:rdbg sessions too by @st0012 in #1043

Documentation

* Improve Debugging with IRB section to make it easier to get started by
  @st0012 in #1015
* Complete the missing documentation abount the environment variables by
  @kyanagi in #1028

Other Changes

* Hash#inspect style has changed in ruby 3.4 by @nobu in #1011
* Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI by @tompng in
  #1014
* History refactors by @eval in #1013
* Document infinite history by @eval in #1012
* Make rendering test faster using updated yamatanooroti by @tompng in #1001
* Fix rendering test broken by conflict by @tompng in #1016
* Update setup/ruby used in gh-pages workflow because it is failing on ci by
  @tompng in #1017
* Improve history test's encoding setting by @monkeyWzr in #1022
* On Windows, Process.kill(:TERM) is not supported. by @YO4 in #1026
* Correct ja/help-message for --context-mode and --prompt by @kyanagi in
  #1029
* Prevent a warning: ambiguous / by @hsbt in #1030
* Don't use delegator to install helper methods to main object by @tompng in
  #1031
* Follow-up refactor of #1031 by @st0012 in #1034
* Store method objects in constants by @st0012 in #1033
* Extract truffleruby workflow by @st0012 in #1035
* Bump version to v1.14.2 by @st0012 in #1045

New Contributors

* @eval made their first contribution in #1013
* @tikkss made their first contribution in #1019


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-irb/Makefile \
    pkgsrc/devel/ruby-irb/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-irb/Makefile
diff -u pkgsrc/devel/ruby-irb/Makefile:1.1 pkgsrc/devel/ruby-irb/Makefile:1.2
--- pkgsrc/devel/ruby-irb/Makefile:1.1  Sun Dec  8 16:44:44 2024
+++ pkgsrc/devel/ruby-irb/Makefile      Fri Dec 13 16:21:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/12/08 16:44:44 taca Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/13 16:21:24 taca Exp $
 
-DISTNAME=      irb-1.14.1
+DISTNAME=      irb-1.14.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-irb/distinfo
diff -u pkgsrc/devel/ruby-irb/distinfo:1.1 pkgsrc/devel/ruby-irb/distinfo:1.2
--- pkgsrc/devel/ruby-irb/distinfo:1.1  Sun Dec  8 16:44:44 2024
+++ pkgsrc/devel/ruby-irb/distinfo      Fri Dec 13 16:21:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/12/08 16:44:44 taca Exp $
+$NetBSD: distinfo,v 1.2 2024/12/13 16:21:24 taca Exp $
 
-BLAKE2s (irb-1.14.1.gem) = d4dc0be2cc89e933f495557a186f38d45f025f992c8011568bfce6b99fdf46ce
-SHA512 (irb-1.14.1.gem) = a39e501cc5e649958dc8690d529cc349d65a002336d0485fc214c7c22b5c4dd9d7f4731002a7430f6f7a9e335a5f0a0a94f0a70abfcd3ef762965c1155f4f241
-Size (irb-1.14.1.gem) = 96768 bytes
+BLAKE2s (irb-1.14.2.gem) = a4081caa472c87b76275477fa6fde1460c6b65950534a4e25c48d6c7b1d38199
+SHA512 (irb-1.14.2.gem) = cabab1a251535e652e985e5143d29b02037af9dc46d852a43b10fec32d70c6b2440e74a3265a57036b9aba0d21a02b93f372a61c465c34d0fee65919d8db0335
+Size (irb-1.14.2.gem) = 97792 bytes



Home | Main Index | Thread Index | Old Index