pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-pry misc/ruby-pry: update to 0.13.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c588394c55e
branches:  trunk
changeset: 428381:9c588394c55e
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Apr 27 15:00:27 2020 +0000

description:
misc/ruby-pry: update to 0.13.1

Update ruby-pry to 0.13.1.


### [v0.13.1][v0.13.1] (April 12, 2020)

#### Bug fixes

* Fixed bug where on invalid input only the last syntax error is displayed
  (instead of all of them) ([#2117](https://github.com/pry/pry/pull/2117))
* Fixed `Pry::Config` raising `NoMethodError` on undefined option instead of
  returning `nil` (usually invoked via `Pry.config.foo_option` calls)
  ([#2126](https://github.com/pry/pry/pull/2126))
* Fixed `help` command not displaying regexp aliases properly
  ([#2120](https://github.com/pry/pry/pull/2120))
* Fixed `pry-backtrace` not working ([#2122](https://github.com/pry/pry/pull/2122))

diffstat:

 misc/ruby-pry/Makefile |   4 ++--
 misc/ruby-pry/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7c6d99d21520 -r 9c588394c55e misc/ruby-pry/Makefile
--- a/misc/ruby-pry/Makefile    Mon Apr 27 14:54:57 2020 +0000
+++ b/misc/ruby-pry/Makefile    Mon Apr 27 15:00:27 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/03/23 17:09:20 taca Exp $
+# $NetBSD: Makefile,v 1.12 2020/04/27 15:00:27 taca Exp $
 
-DISTNAME=      pry-0.13.0
+DISTNAME=      pry-0.13.1
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 7c6d99d21520 -r 9c588394c55e misc/ruby-pry/distinfo
--- a/misc/ruby-pry/distinfo    Mon Apr 27 14:54:57 2020 +0000
+++ b/misc/ruby-pry/distinfo    Mon Apr 27 15:00:27 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/03/27 06:07:57 taca Exp $
+$NetBSD: distinfo,v 1.10 2020/04/27 15:00:27 taca Exp $
 
-SHA1 (pry-0.13.0.gem) = c94d00c954fcc3ff95cbc3fdd7b3cdf3fa377c39
-RMD160 (pry-0.13.0.gem) = 2f6b96d567e4b65618e892cb6540300461dee071
-SHA512 (pry-0.13.0.gem) = 6604ae28f4838a1edd95f266c842712e4c34ba4a925f6978be26cf2ee8f93a02b70ace32f451cd2b3f4537cc044b94869d7c2b919ad36aae81d07b3e076eb4f6
-Size (pry-0.13.0.gem) = 155136 bytes
+SHA1 (pry-0.13.1.gem) = c062c2b4cdb93d3b9bbebd2bab2e1c5bc32ddf88
+RMD160 (pry-0.13.1.gem) = be133f37c724cdb4adeeabaeb13d0c65350e1052
+SHA512 (pry-0.13.1.gem) = cc7aaf88126fbb514df1cef796c9b5b1d3b8d4f965d64348780aaa20de4670fb254238c2ee191063256e5d5922523b8b366e7b67152c296fba107f1bf91ee221
+Size (pry-0.13.1.gem) = 155136 bytes



Home | Main Index | Thread Index | Old Index