diff options
author | taca <taca@pkgsrc.org> | 2015-02-02 15:30:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-02 15:30:22 +0000 |
commit | cf217fe6c6ad6a4af46f0901865e1f32c9fb47bf (patch) | |
tree | 7f3ecc0c92f9c6a1cfa3d34fecd89796b3171736 | |
parent | 46039257dcbbaca5a21b84b5f2f41628fccf810a (diff) | |
download | pkgsrc-cf217fe6c6ad6a4af46f0901865e1f32c9fb47bf.tar.gz |
Update ruby2ruby to 2.1.3.
=== 2.1.3 / 2014-09-26
* 1 bug fix:
* Fixed handling of kwargs. (joenas)
=== 2.1.2 / 2014-08-28
* 1 bug fix:
* Fixed readme to point out that deep_clone may be needed. (heathd)
=== 2.1.1 / 2014-06-09
* 1 bug fix:
* Moved Regexp::CODES out of guard on ::ENC_NONE. (presidentbeef)
=== 2.1.0 / 2014-04-23
* 4 minor enhancements:
* Don't indent defn body extra if it has a top-level rescue.
* Don't indent defn body until fully processed.
* Don't use simple rescue form if resbody is a return (statement keyword). (eyberg)
* Remove superfluous begin/end for top-level defn rescue.
=== 2.0.8 / 2014-03-24
* 1 bug fix:
* 2.0/2.1: Fixed support for **kwsplat. (troessner)
-rw-r--r-- | devel/ruby2ruby/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby2ruby/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile index c44ebc395bd..2aba12a467b 100644 --- a/devel/ruby2ruby/Makefile +++ b/devel/ruby2ruby/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2014/03/14 17:02:34 taca Exp $ +# $NetBSD: Makefile,v 1.13 2015/02/02 15:30:22 taca Exp $ -DISTNAME= ruby2ruby-2.0.7 +DISTNAME= ruby2ruby-2.1.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo index 4d7e2c80149..c7129000789 100644 --- a/devel/ruby2ruby/distinfo +++ b/devel/ruby2ruby/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2014/03/14 17:02:34 taca Exp $ +$NetBSD: distinfo,v 1.13 2015/02/02 15:30:22 taca Exp $ -SHA1 (ruby2ruby-2.0.7.gem) = f78830b9fe207eb5b6166177f349f94febfdc388 -RMD160 (ruby2ruby-2.0.7.gem) = 8bab128b229147de2333c221be61795cdac9fcbe -Size (ruby2ruby-2.0.7.gem) = 23552 bytes +SHA1 (ruby2ruby-2.1.3.gem) = b8c307cb46b63d9f8c075d2db7ad16d9fc9d5d47 +RMD160 (ruby2ruby-2.1.3.gem) = 55b11be28b489bbf743e14490fa87e35e44e119d +Size (ruby2ruby-2.1.3.gem) = 24576 bytes |