aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
AgeCommit message (Collapse)Author
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.