aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
AgeCommit message (Collapse)Author
2012-06-10jruby 1.6.7.2Domingo Suarez Torres
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-02-24JRuby 1.6.7.Gerald Boersma
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-12jruby: use install_symlinkAdam Vandenberg
2012-02-12jruby 1.6.6Adam Vandenberg
2012-01-06JRuby 1.6.5.1Adam Vandenberg
2011-11-26JRuby: remove suggestion from caveatsAdam Vandenberg
2011-10-25JRuby 1.6.5Arun Agrawal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-01Be more explicit about paths in test methodsAdam Vandenberg
2011-08-23JRuby 1.6.4Adam Vandenberg
2011-07-07JRuby 1.6.3Arun Agrawal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-25Jruby 1.6.2Arun Agrawal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14jruby 1.6.1Adam Durity
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-16Update JRuby to 1.6.0.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-04Update JRuby to 1.5.6.Aku Kotkavuo
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-10Update JRuby to 1.5.5.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-30jruby - oops, lets use the binary downloadAdam Vandenberg
2010-09-28JRuby 1.5.3Adam Vandenberg
2010-08-21JRuby 1.5.2Adam Vandenberg
2010-07-20Add RVM/cider caveats to alt. Rubies.Adam Vandenberg
2010-06-30Enable jruby testAdam Vandenberg
2010-06-12only jruby bin/ should be linked to the main treeJoshua Peek
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-07Update formula jruby to 1.5.1Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-17Updated formula: jruby 1.5.0Martin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-19jruby - take advantage of FileUtils being included in Formula.Adam Vandenberg
2009-12-21A test to check that jruby installed correctlyMax Howell
2009-12-21The jruby-src doesn't seem to work with an installation like this, but the ↵Scott Barron
-bin does
2009-12-18Fixed JRuby formula: no compilation & less crudTheo
There's no need to build JRuby, it's already compiled out of the box. The code that cleaned out non-darwin native libraries was broken, but no more.
2009-12-03jruby: Fixes #173David Höppner
2009-11-18Updated jruby to 1.4.0Luke Amdor
Adam V: Also, remove non-Darwin native libs.
2009-11-16JRuby - only keep darwin native libraries.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-14JRuby formulaClinton R. Nixon
100% Java implementation of Ruby.