Sun Jan 15 15:40:22 2023 UTC ()
misc/ruby-pry: update to 0.14.2

0.14.2 (2023-01-09)

Features

* Configure code as a supported editor on Pry::Editor (#2236)
* Added support for Ruby 3.2 (#2263)
* Added support for Ruby 3.1 (#2228)

Bug fixes

* Short circuit eval regexes in finding module definition (#2253)
* Revert "Escape non-printing characters" (#2235)
* Fixed bug where WeirdMethodLocator would fail to find the source of a
  method breaking whereami (#2244)
* Fixed bug where pry would throw an FrozenError when dealing with
  incomplete tokens (#2136)
* Restore --no-history CLI flag functionality (#2196)
* Fixed bug where reading from the _out_ sticky local variable could return
  wrong results (#2201)

Breaking Changes

* Remove support for Ruby 1.9 and JRuby < 9.0 (#2239)


(taca)
diff -r1.14 -r1.15 pkgsrc/misc/ruby-pry/Makefile
diff -r1.14 -r1.15 pkgsrc/misc/ruby-pry/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/misc/ruby-pry/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-pry/Makefile 2021/05/04 16:16:03 1.14
+++ pkgsrc/misc/ruby-pry/Makefile 2023/01/15 15:40:21 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2021/05/04 16:16:03 taca Exp $ 1# $NetBSD: Makefile,v 1.15 2023/01/15 15:40:21 taca Exp $
2 2
3DISTNAME= pry-0.14.1 3DISTNAME= pry-0.14.2
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/pry/pry 7HOMEPAGE= https://github.com/pry/pry
8COMMENT= IRB alternative and runtime developer console 8COMMENT= IRB alternative and runtime developer console
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline 11DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
12DEPENDS+= ${RUBY_PKGPREFIX}-method_source>=1.0<2:../../misc/ruby-method_source 12DEPENDS+= ${RUBY_PKGPREFIX}-method_source>=1.0<2:../../misc/ruby-method_source
13DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1.0<2.0:../../textproc/ruby-coderay 13DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1.0<2.0:../../textproc/ruby-coderay
14 14
15RUBYGEM_OPTIONS+= --format-executable 15RUBYGEM_OPTIONS+= --format-executable
16 16

cvs diff -r1.14 -r1.15 pkgsrc/misc/ruby-pry/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-pry/distinfo 2021/10/26 10:59:31 1.14
+++ pkgsrc/misc/ruby-pry/distinfo 2023/01/15 15:40:21 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2021/10/26 10:59:31 nia Exp $ 1$NetBSD: distinfo,v 1.15 2023/01/15 15:40:21 taca Exp $
2 2
3BLAKE2s (pry-0.14.1.gem) = 98479f6668e01df17e133fdfc06d8018433849c1a1410f797cf48aee6a622194 3BLAKE2s (pry-0.14.2.gem) = aa029c3e9e01d30091cb2fbff88594485588b7e433ea1a186a811c826f31968e
4SHA512 (pry-0.14.1.gem) = 38e540a31486227ae70adf8e7b903c5aab778501333feb2556c6cf4b4533d22e2377f3a50835957d61b20621c5a814a485e2282719e23ccd710e7b7ce9e9f083 4SHA512 (pry-0.14.2.gem) = 89d6aff33731bb6d15380693563175af40ed72ff42b2660eb5e21efa42b2a9d00f44977305e091ef4a4ed0d207bdaf7a820b9ae89f60de0ae399a450fb8526dd
5Size (pry-0.14.1.gem) = 154112 bytes 5Size (pry-0.14.2.gem) = 154624 bytes