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 (
jruby /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Thu Jul 13 15:24:57 -0700 2006 | |
| |
.cvsignore | Tue Nov 30 13:32:09 -0800 2004 | |
| |
.externalToolBuilders/ | Mon Mar 06 08:35:25 -0800 2006 | |
| |
.project | Fri Jul 07 08:29:33 -0700 2006 | |
| |
.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 | |
| |
LICENSE.RUBY | Sat Mar 19 13:58:25 -0800 2005 | |
| |
README | Tue Jul 25 07:24:19 -0700 2006 | |
| |
bin/ | Tue Aug 08 20:45:16 -0700 2006 | |
| |
build-config.xml | Wed Jun 21 20:04:54 -0700 2006 | |
| |
build.xml | Tue Aug 08 18:41:33 -0700 2006 | |
| |
default.build.properties | Tue Aug 08 18:41:33 -0700 2006 | |
| |
docs/ | Tue Aug 08 21:15:58 -0700 2006 | |
| |
lib/ | Wed Sep 06 18:40:03 -0700 2006 | |
| |
nbproject/ | Wed Apr 05 16:59:20 -0700 2006 | |
| |
pom.xml | Tue Aug 01 20:08:02 -0700 2006 | |
| |
samples/ | Thu Jul 20 23:53:24 -0700 2006 | |
| |
src/ | ||
| |
test/ |
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 Project Contact: Thomas E Enebo <enebo@acm.org> We also use some code created by Yukihiro Matsumoto <matz@netlab.co.jp>. 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 === java -jar jruby.jar rubyfile.rb interprets the file 'rubyfile.rb'. Some globals depend on particular java properties to be set, so you may need to use on the utility scripts: 'jruby.sh', 'jruby.rb' or 'jruby.bat' to execute JRuby. Compiling from source ===================== You will need: * JDK 1.4 * Apache Ant (http://jakarta.apache.org/ant/). To compile, just type: ant This will create a jruby.jar file in the projects 'lib' directory. Testing ======= See 'docs/README.test' for more information. More Information ================ Visit http://jruby.sourceforge.net for more information. License ======= Read the COPYING file.








