Skip to content

Commit

Permalink
devel/ruby-byebug: update to 11.1.3
Browse files Browse the repository at this point in the history
Update ruby-byebug to 11.1.3.


## [11.1.3] - 2020-04-23

### Fixed

* [#674](deivid-rodriguez/byebug#674): crash when using byebug on ruby 2.7.0 on Windows.

## [11.1.2] - 2020-04-17

### Fixed

* [#657](deivid-rodriguez/byebug#657): crash when hitting \<TAB\> due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]).
  • Loading branch information
taca committed Apr 27, 2020
1 parent 9f9ad11 commit c61fce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-byebug/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2020/02/05 14:42:16 taca Exp $
# $NetBSD: Makefile,v 1.11 2020/04/27 04:05:56 taca Exp $

DISTNAME= byebug-11.1.1
DISTNAME= byebug-11.1.3
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-byebug/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2020/02/05 14:42:16 taca Exp $
$NetBSD: distinfo,v 1.10 2020/04/27 04:05:56 taca Exp $

SHA1 (byebug-11.1.1.gem) = 2bdb32a5e4b0550b2361100f8730466530ff1d10
RMD160 (byebug-11.1.1.gem) = 28f4c5fb5fb1677c562cdaad5feab3a9a877b237
SHA512 (byebug-11.1.1.gem) = f11bbe74752acde3b2842922397923445c53b46e5430b2cc9b061d7bec107a5e6171e68bda6d3cd99b6f92cad7208d6473842cb598c3033ee2be9e93980b20be
Size (byebug-11.1.1.gem) = 84480 bytes
SHA1 (byebug-11.1.3.gem) = 6d2bcbcd717fc6d5efe09f2666de553a97681d75
RMD160 (byebug-11.1.3.gem) = 1ec5e7aaa2036128fb86c3096fe3d9e77ff9bcb5
SHA512 (byebug-11.1.3.gem) = a90787d005b8f235dfa42e668f2f4909d8c112788f603c31e04108d0065bf13573679a1d632404e563bfeee285eb09d2efa0b5a94cce7f40341c7e6665d371e8
Size (byebug-11.1.3.gem) = 84480 bytes

0 comments on commit c61fce9

Please sign in to comment.