1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

2 Commits

Author SHA1 Message Date
Cheng-Lung Sung
b0a8dd13b4 - 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)
2007-04-25 03:03:50 +00:00
Akinori MUSHA
8e55ee5807 Add jruby, an implementation of Ruby Interpreter in Pure Java.
That it is still in the alpha stage, but it actually works.
2001-09-20 09:18:26 +00:00