Skip to content

Commit

Permalink
misc/ruby-pry: update to 0.13.1
Browse files Browse the repository at this point in the history
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](pry/pry#2117))
* Fixed `Pry::Config` raising `NoMethodError` on undefined option instead of
  returning `nil` (usually invoked via `Pry.config.foo_option` calls)
  ([#2126](pry/pry#2126))
* Fixed `help` command not displaying regexp aliases properly
  ([#2120](pry/pry#2120))
* Fixed `pry-backtrace` not working ([#2122](pry/pry#2122))
  • Loading branch information
taca committed Apr 27, 2020
1 parent 92b05fd commit f3e52e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions misc/ruby-pry/Makefile
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions misc/ruby-pry/distinfo
@@ -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

0 comments on commit f3e52e4

Please sign in to comment.