public
Description: JRuby, an implementation of Ruby on the JVM
Homepage: http://www.jruby.org
Clone URL: git://github.com/jruby/jruby.git
jruby /
name age message
file .classpath Thu Dec 20 10:08:58 -0800 2007 JRUBY-382: Better error output from parser (les... [enebo]
directory .externalToolBuilders/ Thu May 24 15:00:02 -0700 2007 JRUBY-994: Remove jruby serialization feature ... [enebo]
file .project Thu May 24 15:00:02 -0700 2007 JRUBY-994: Remove jruby serialization feature ... [enebo]
directory .settings/ Sun Aug 05 15:54:34 -0700 2007 Updating Eclipse settings for 1.5. May also wan... [bdortch]
file COPYING Sun Mar 20 12:13:40 -0800 2005 change lingo a little git-svn-id: http://svn.... [enebo]
file COPYING.CPL Sat Jan 22 11:51:51 -0800 2005 Licensing fixes git-svn-id: http://svn.codeha... [enebo]
file COPYING.GPL Sat Oct 05 09:51:14 -0700 2002 - update license git-svn-id: http://svn.codeh... [Jan Arne Petersen]
file COPYING.LGPL Sat Oct 05 09:51:14 -0700 2002 - update license git-svn-id: http://svn.codeh... [Jan Arne Petersen]
file LEGAL Thu Dec 06 14:52:14 -0800 2007 Adding back LEGAL (for Ola) git-svn-id: http:... [nicksieger]
file LICENSE.RUBY Sat Mar 19 13:58:25 -0800 2005 Add license text for ruby licensed modules gi... [enebo]
file README Thu Apr 12 20:47:14 -0700 2007 Doco updates git-svn-id: http://svn.codehaus.o... [nicksieger]
directory bin/ Fri Jan 25 23:51:16 -0800 2008 Small fix for jruby bash script, to support bas... [headius]
file build-config.xml Sun Jan 06 15:06:58 -0800 2008 Add regexp benchmark Update files for 1.1RC1 g... [enebo]
file build.xml Tue Jan 22 23:13:27 -0800 2008 Step three, propagate zero-arity and/or no-bloc... [headius]
directory build_lib/ Sun Jan 20 11:09:17 -0800 2008 Update joni.jar. git-svn-id: http://svn.codeha... [lopex]
file default.build.properties Thu Dec 20 06:37:02 -0800 2007 Try lowering the default test memory usage as a... [nicksieger]
directory docs/ Sat Sep 29 21:49:44 -0700 2007 JRUBY-1394: doc fix (Stu Halloway) git-svn-id... [nicksieger]
directory lib/ Sat Jan 26 00:24:54 -0800 2008 Fix for JRUBY-2002 from Hugh Winkler. Odd that ... [headius]
directory maven/ Sat Jan 19 20:01:01 -0800 2008 Update maven poms to JNA 3.0 git-svn-id: http... [nicksieger]
directory nbproject/ Mon Dec 31 11:15:01 -0800 2007 git-svn-id: http://svn.codehaus.org/jruby/trunk... [enebo]
file netbeans-ant.xml Mon Dec 31 12:13:28 -0800 2007 Committed my example test file by mistake git-... [enebo]
file pom.xml Thu Jan 17 11:42:25 -0800 2008 Updated pom to include all jars for tests (was ... [nicksieger]
directory samples/ Mon Dec 24 12:29:59 -0800 2007 Adding a sample jnlp for the JIRB applet, from ... [headius]
directory src/ Sat Feb 02 18:55:52 -0800 2008 Port of the "slow" logic for gets, down to the ... [headius]
directory test/ Fri Feb 01 16:42:46 -0800 2008 More fixes for IO, now testSocket passes but in... [headius]
directory tool/ Tue Dec 04 08:07:54 -0800 2007 Adding 'dist-snapshot' and 'dist-snapshot-insta... [nicksieger]
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.