This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 478d214aaedc5107158c9d7f7d959e449c48cf5f
tree 714192d18b041ea679373adcb5fc05fc7f261fbc
parent 585d7f64c475ad15d2becb056a8bedd58f428bbc
tree 714192d18b041ea679373adcb5fc05fc7f261fbc
parent 585d7f64c475ad15d2becb056a8bedd58f428bbc
jruby /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Thu May 24 15:00:02 -0700 2007 | |
| |
.externalToolBuilders/ | Thu May 24 15:00:02 -0700 2007 | |
| |
.project | Thu May 24 15:00:02 -0700 2007 | |
| |
.settings/ | Fri Sep 29 08:30:03 -0700 2006 | |
| |
COPYING | Sun Mar 20 12:13:40 -0800 2005 | |
| |
COPYING.CPL | Sat Jan 22 11:51:51 -0800 2005 | |
| |
COPYING.GPL | Sat Oct 05 09:51:14 -0700 2002 | |
| |
COPYING.LGPL | Sat Oct 05 09:51:14 -0700 2002 | |
| |
LEGAL | Tue Apr 05 17:42:13 -0700 2005 | |
| |
LICENSE.RUBY | Sat Mar 19 13:58:25 -0800 2005 | |
| |
README | Thu Apr 12 20:47:14 -0700 2007 | |
| |
bin/ | ||
| |
build-config.xml | ||
| |
build.xml | ||
| |
default.build.properties | ||
| |
docs/ | ||
| |
lib/ | ||
| |
maven/ | ||
| |
nbproject/ | ||
| |
pom.xml | ||
| |
samples/ | Mon Jun 25 09:14:55 -0700 2007 | |
| |
src/ | ||
| |
test/ | ||
| |
tool/ | Fri Jan 19 14:17:26 -0800 2007 |
README
JRuby - A Java implementation of the Ruby language Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin, Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher, Benoit Cerrina, Wyss Clemens, David Corbin, Thomas E Enebo, Robert Feldt, Russ Freeman, Chad Fowler, Joey Gibson, Kiel Hodges, Xandy Johnson, Kelvin Liu, Alan Moore, Akinori Musha, Charles Nutter, Takashi Okamoto Jan Arne Petersen, Tobias Reif, David Saff, Ed Sinjiashvili, Daiki Ueno Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota, Ola Bini, Nick Sieger, and many gracious contributions from the community. Project Contact: Thomas E Enebo <enebo@acm.org> JRuby also uses code generously shared by the creator of the Ruby language, Yukihiro Matsumoto <matz@netlab.co.jp>. == About JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java. The Java version is be tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application. See the 'docs' directory for more information. == Run bin/jruby rubyfile.rb interprets the file 'rubyfile.rb'. == Compiling from source You will need: * JDK 1.4 or greater * Apache Ant (http://jakarta.apache.org/ant/) 1.6.2 or greater. To compile, just type: ant This will create a jruby.jar file in the projects 'lib' directory. == Testing In order to run the unit tests, copy the lib/junit.jar file to either $ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar. See 'docs/README.test' for more information. == More Information Visit http://jruby.codehaus.org for more information. == License Read the COPYING file.








