pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-pry



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 15 15:40:22 UTC 2023

Modified Files:
        pkgsrc/misc/ruby-pry: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/ruby-pry/Makefile \
    pkgsrc/misc/ruby-pry/distinfo

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

Modified files:

Index: pkgsrc/misc/ruby-pry/Makefile
diff -u pkgsrc/misc/ruby-pry/Makefile:1.14 pkgsrc/misc/ruby-pry/Makefile:1.15
--- pkgsrc/misc/ruby-pry/Makefile:1.14  Tue May  4 16:16:03 2021
+++ pkgsrc/misc/ruby-pry/Makefile       Sun Jan 15 15:40:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/05/04 16:16:03 taca Exp $
+# $NetBSD: Makefile,v 1.15 2023/01/15 15:40:21 taca Exp $
 
-DISTNAME=      pry-0.14.1
+DISTNAME=      pry-0.14.2
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-pry/distinfo
diff -u pkgsrc/misc/ruby-pry/distinfo:1.14 pkgsrc/misc/ruby-pry/distinfo:1.15
--- pkgsrc/misc/ruby-pry/distinfo:1.14  Tue Oct 26 10:59:31 2021
+++ pkgsrc/misc/ruby-pry/distinfo       Sun Jan 15 15:40:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:59:31 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/01/15 15:40:21 taca Exp $
 
-BLAKE2s (pry-0.14.1.gem) = 98479f6668e01df17e133fdfc06d8018433849c1a1410f797cf48aee6a622194
-SHA512 (pry-0.14.1.gem) = 38e540a31486227ae70adf8e7b903c5aab778501333feb2556c6cf4b4533d22e2377f3a50835957d61b20621c5a814a485e2282719e23ccd710e7b7ce9e9f083
-Size (pry-0.14.1.gem) = 154112 bytes
+BLAKE2s (pry-0.14.2.gem) = aa029c3e9e01d30091cb2fbff88594485588b7e433ea1a186a811c826f31968e
+SHA512 (pry-0.14.2.gem) = 89d6aff33731bb6d15380693563175af40ed72ff42b2660eb5e21efa42b2a9d00f44977305e091ef4a4ed0d207bdaf7a820b9ae89f60de0ae399a450fb8526dd
+Size (pry-0.14.2.gem) = 154624 bytes



Home | Main Index | Thread Index | Old Index