public
Description: JRuby, an implementation of Ruby on the JVM
Homepage: http://www.jruby.org
Clone URL: git://github.com/jruby/jruby.git
headius (author)
Mon Aug 24 17:56:17 -0700 2009
commit  9b8dd53ab5f9738e30c3b23fd099e0182c0672b4
tree    ec43b6fd4eb2b566b02d3ed0d682c64ec764df93
parent  2fd6c3d9018ba3d1e3e80f280d04f94c14351eaa
jruby /
name age message
file .classpath Thu Apr 30 14:19:01 -0700 2009 update for mvn release of bytelist (also rename... [enebo]
directory .externalToolBuilders/ Thu May 24 15:00:02 -0700 2007 JRUBY-994: Remove jruby serialization feature ... [enebo]
file .gitignore Thu May 21 17:08:08 -0700 2009 Add test-prawn and related targets to test praw... [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/ Thu May 14 13:26:03 -0700 2009 Add a simple benchmark for Object.new.extend. [headius]
directory bin/ Mon Jun 01 17:22:31 -0700 2009 Additional fix from Phil Jenvey for bin/jruby c... [headius]
file build-config.xml Wed Jun 10 13:15:31 -0700 2009 Spin versions to 1.3.1. [headius]
file build.xml Thu May 21 17:08:08 -0700 2009 Add test-prawn and related targets to test praw... [headius]
directory build_lib/ Sun May 31 18:07:31 -0700 2009 Revert "Update Darwin build for jffi" This rev... [wmeissner]
file default.build.properties Mon Apr 13 17:14:13 -0700 2009 Rework jruby-jars gem to be based on splitting ... [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/ Sat May 23 00:56:29 -0700 2009 Pull Pointer#read_string up into java code for ... [wmeissner]
directory maven/ Wed Jun 10 13:15:31 -0700 2009 Spin versions to 1.3.1. [headius]
directory nbproject/ Thu Apr 30 14:19:01 -0700 2009 update for mvn release of bytelist (also rename... [enebo]
file netbeans-ant.xml Wed Nov 26 16:56:43 -0800 2008 Add sourcefiles line to debug target. git-svn-... [headius]
file pom.xml Wed Jun 10 13:15:31 -0700 2009 Spin versions to 1.3.1. [headius]
file rubyspecs.revision Fri May 29 00:15:29 -0700 2009 Revert rubyspecs.revision on RC2 branch since o... [headius]
directory samples/ Sat Mar 14 00:52:32 -0700 2009 Add basic annotation support to compiler2. git... [headius]
directory spec/ Fri May 29 00:02:53 -0700 2009 Fixes for JRUBY-3717 and JRUBY-3715 [headius]
directory src/
directory test/ Wed Jun 10 13:11:29 -0700 2009 Fix for JRUBY-3743: Timeout no longer supports ... [headius]
directory tool/ Wed Jun 10 13:14:59 -0700 2009 Add updatepoms.rb to tool dir. [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.