diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-25 11:03:50 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-25 11:03:50 +0800 |
commit | d45d5bc3175d0e4290cebb1d06b3d1d008d0bddb (patch) | |
tree | a8cf5203c82449f751e28a537b434db63c52e947 /lang/jruby/distinfo | |
parent | 346b0b553798a78fb8428d2a212be357a8297514 (diff) | |
download | freebsd-ports-gnome-d45d5bc3175d0e4290cebb1d06b3d1d008d0bddb.tar.gz freebsd-ports-gnome-d45d5bc3175d0e4290cebb1d06b3d1d008d0bddb.tar.zst freebsd-ports-gnome-d45d5bc3175d0e4290cebb1d06b3d1d008d0bddb.zip |
- Update to 0.9.8
- grab maintainership
- Release log:
* Ruby on Rails support. We have been working hard on getting Rails own unit
tests running and over 98% of them now run successfully. We feel things are
running well enough to invite Ruby users to kick the tires and help root out
any final issues.
* Ruby classes can extend concrete/abstract Java classes and override methods
* New Java primitive array syntax
* Reimplementation of String, Numeric classes, and Array to be more correct
and performant
* Significant bottlenecks have been identified. In some cases IO is 6.5x
faster than previous releases. Java included classes are significantly
faster than in the past.
* 225 Jira issues resolved since last release
PR: ports/111316
Submitted by: maintainer (Nemo Liu)
Diffstat (limited to 'lang/jruby/distinfo')
-rw-r--r-- | lang/jruby/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/jruby/distinfo b/lang/jruby/distinfo index 8bceec209f66..52176dc9b51e 100644 --- a/lang/jruby/distinfo +++ b/lang/jruby/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/jruby-bin-0.5.3.tar.gz) = fbff9e334157a4626daddcbace9c848f -SHA256 (ruby/jruby-bin-0.5.3.tar.gz) = 63c1eb0a03ff93ab5af470c7784bfcc0054f899b565fb27177ec74e566bfe474 -SIZE (ruby/jruby-bin-0.5.3.tar.gz) = 1720394 +MD5 (jruby-bin-0.9.8.tar.gz) = 57873413ceb2b20309fe1a3388f54f24 +SHA256 (jruby-bin-0.9.8.tar.gz) = b98020012827ad7dac60d48f3d42a18cc9276da6fb55d501192a308bb279299e +SIZE (jruby-bin-0.9.8.tar.gz) = 3615420 |