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 Sat Jan 10 05:49:18 -0800 2009 Add open-sourced APT mirror API jar for anyone ... [headius]
directory .externalToolBuilders/ Thu May 24 15:00:02 -0700 2007 JRUBY-994: Remove jruby serialization feature ... [enebo]
file .gitignore Wed Apr 08 11:41:17 -0700 2009 Add gem/lib/*.jar and gem/pkg contents to .giti... [headius]
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 Sat Jun 21 15:31:40 -0700 2008 minor wording update git-svn-id: http://svn.co... [vvs]
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 Sat Jun 21 13:38:23 -0700 2008 Simple wording adjustment to README. git-svn-... [unknown]
file Rakefile Sun Apr 05 11:04:26 -0700 2009 Add maven:updatepoms task to Rakefile Also upd... [nicksieger]
directory bench/ Sun Mar 29 12:18:23 -0700 2009 Whoops remove GC hack from parser bench I did n... [enebo]
directory bin/ Thu Apr 02 15:03:58 -0700 2009 New ast app git-svn-id: http://svn.codehaus.or... [enebo]
file build-config.xml Fri Mar 06 14:30:23 -0800 2009 Dumb tests!!!!! git-svn-id: http://svn.codehau... [enebo]
file build.xml Mon Apr 06 17:49:28 -0700 2009 Update jffi to a snapshot that can take struct-... [wmeissner]
directory build_lib/ Tue Apr 07 23:09:00 -0700 2009 Updating Darwin lib for JFFI. [headius]
file default.build.properties Wed Jan 07 14:11:42 -0800 2009 Don't hard-code apt compiler memory so it can b... [nicksieger]
directory docs/ Fri Mar 06 00:01:46 -0800 2009 Doc patch for JRUBY-3461: Minor code convention... [headius]
directory gem/ Loading commit data...
file jruby.bnd.template Mon Aug 11 14:02:51 -0700 2008 JRUBY-2741: OSGify jruby.jar in the release jru... [enebo]
directory lib/ Mon Apr 06 17:49:28 -0700 2009 Only raise the last error thrown if no invoker ... [wmeissner]
directory maven/ Sun Apr 05 11:04:26 -0700 2009 Add maven:updatepoms task to Rakefile Also upd... [nicksieger]
directory nbproject/ Sat Mar 21 10:56:35 -0700 2009 Fix paths for ASM 3.1 in NB project. git-svn-i... [headius]
file netbeans-ant.xml Wed Nov 26 16:56:43 -0800 2008 Add sourcefiles line to debug target. git-svn-... [headius]
file pom.xml Sun Apr 05 11:04:26 -0700 2009 Add maven:updatepoms task to Rakefile Also upd... [nicksieger]
file rubyspecs.revision Thu Mar 05 15:06:53 -0800 2009 Update to latest rubyspec/mspec, clean up CI co... [headius]
directory samples/ Sat Mar 14 00:52:32 -0700 2009 Add basic annotation support to compiler2. git... [headius]
directory spec/
directory src/ Tue Apr 07 22:41:02 -0700 2009 Hook in struct-by-value parameters [wmeissner]
directory test/ Sat Apr 04 20:26:39 -0700 2009 Fix ivar table to never shrink; ivar indices ne... [headius]
directory tool/ Tue Mar 31 13:02:29 -0700 2009 Add my playing-around code for generating a flo... [headius]
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, Vladimir Sizikov, 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 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.5 or greater
* Apache Ant (http://jakarta.apache.org/ant/) 1.7 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 build_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.