IABSD.fr/ports/lang/jruby

Branch :


Log

Author Commit Date CI Message
677fe624 2013-03-19 23:43:06 Update to jruby 1.7.3. Drop support for C extensions (which were always expiremental). Use jruby.jar instead of jruby-complete.jar, for a more typical jruby installation.
0662a4e9 2013-03-11 11:20:26 PERMIT_* / REGRESS->TEST sweep
6061383c 2012-09-24 17:07:39 Update to jruby 1.6.8.
701ea4d9 2012-08-23 19:19:16 sync wantlib
80035469 2012-05-04 20:15:53 Update to jruby 1.6.7.2, only change is a rubygems update to work fix SSL security issues when installing gems.
d50fbf5b 2012-04-04 20:23:59 Update to jruby 1.6.7.
fb2e4798 2012-01-05 02:10:06 Update to 1.6.5.1, fixing the denial of service vulnerability described in CERT-2011-003.
53bee10b 2011-12-09 21:46:15 Setup symlink to jruby/bin/jruby at bin/jruby, so that jruby is usable without any modifications to PATH. To run an ruby program that is installed in jruby's bin directory (which no longer needs to be in the PATH), use jruby -S program.
ab94375b 2011-11-14 12:00:04 Don't run spec task during regress The spec task requires network access via git, which is not allowed. Since git isn't needed anymore for regress, remove it from REGRESS_DEPENDS. The spec task is just commented out in case somone wants to run it manually.
f10ffb52 2011-11-14 11:38:16 Make regress tests work. Set JAVA_HOME and PATH and disable forking so java doesn't crash when running the test and spec tasks. Don't install the jruby-launcher gem when running the test and spec tasks, as it fails. Regress depend on git when running the specs, as it needs to download current rubyspecs for the spec task. Delete the jruby-complete.jar file and just use the jruby.jar file when running the specs, as otherwise you get additional test failures and warnings. Switch to SUBST_CMD while here now that has been fixed. Also, bump the memory limits by 50M as 384M doesn't seem to be enough in all cases.