diff options
author | taca <taca@pkgsrc.org> | 2013-06-16 16:55:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-16 16:55:49 +0000 |
commit | 7e56ad1efec8a9e50f3c29a164d69d89779e2e22 (patch) | |
tree | 637dbc3b146950ddfed5cf636c24b73d8b2a0b95 /devel | |
parent | 106ecd57ffbfa91e6e6f16f8672aa4ac1ef11791 (diff) | |
download | pkgsrc-7e56ad1efec8a9e50f3c29a164d69d89779e2e22.tar.gz |
Update ruby2ruby to 2.0.5.
=== 2.0.5 / 2013-04-25
* 2 bug fixes:
* Fixed attrasgn w/ multiple keys: a[x, y] = z. (derula)
* Fixed error w/ attr_* detection when more than 1 ivar/iasgn exist in body.
=== 2.0.4 / 2013-03-28
* 1 bug fix:
* Fixed attr_* generators in cases where the body isn't
idiomatic. (robertfeldt)
Diffstat (limited to 'devel')
-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 27ecc3e768b..5015368e692 100644 --- a/devel/ruby2ruby/Makefile +++ b/devel/ruby2ruby/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/02/11 03:06:57 taca Exp $ +# $NetBSD: Makefile,v 1.10 2013/06/16 16:55:49 taca Exp $ -DISTNAME= ruby2ruby-2.0.3 +DISTNAME= ruby2ruby-2.0.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo index 5951b6bdb2c..9d1a168647a 100644 --- a/devel/ruby2ruby/distinfo +++ b/devel/ruby2ruby/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/02/11 03:06:57 taca Exp $ +$NetBSD: distinfo,v 1.10 2013/06/16 16:55:49 taca Exp $ -SHA1 (ruby2ruby-2.0.3.gem) = 68bdbe01abf22a3517c2736bcfd3fb6390825388 -RMD160 (ruby2ruby-2.0.3.gem) = 8cb4b2c5f4fc2e25a56187538443ec70250840c8 -Size (ruby2ruby-2.0.3.gem) = 19968 bytes +SHA1 (ruby2ruby-2.0.5.gem) = 98ac8a9001aef603777d01d4d68d03be36e7d098 +RMD160 (ruby2ruby-2.0.5.gem) = daad70bd38cc78ee053add13f26574af6f57ed8c +Size (ruby2ruby-2.0.5.gem) = 20992 bytes |