Commit Graph

34 Commits (96bfc3cd8f2634910723d9007f3d8948dae42a3f)

Author SHA1 Message Date
Domingo Suarez Torres 38c8b98441 jruby 1.6.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-10 14:33:55 -07:00
Jack Nagel 7c648d9732 Shore up a number of shell quoting issues
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-05-15 14:03:11 -05:00
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Gerald Boersma 67d35561e1 JRuby 1.6.7.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 06:55:40 -08:00
Adam Vandenberg ef5688abab jruby: use install_symlink 2012-02-12 20:08:59 -08:00
Adam Vandenberg 933e10c3ce jruby 1.6.6 2012-02-12 14:48:24 -08:00
Adam Vandenberg bcd967b60a JRuby 1.6.5.1 2012-01-06 08:30:54 -08:00
Adam Vandenberg 0623837f29 JRuby: remove suggestion from caveats 2011-11-26 16:56:22 -08:00
Arun Agrawal 027f45b399 JRuby 1.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25 10:44:03 -07:00
Adam Vandenberg 742fe1bde1 Be more explicit about paths in test methods 2011-09-01 13:00:28 -07:00
Adam Vandenberg 59721048cf JRuby 1.6.4 2011-08-23 16:22:36 -07:00
Arun Agrawal 68d7189b5d JRuby 1.6.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-07 20:40:55 -07:00
Arun Agrawal 41e1a13355 Jruby 1.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-25 21:12:36 -07:00
Adam Durity f41a209f47 jruby 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14 14:44:25 -07:00
Aku Kotkavuo 71e2aa48fb Update JRuby to 1.6.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-16 09:54:53 -07:00
Aku Kotkavuo ea7a87a24a Update JRuby to 1.5.6.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-04 17:19:43 +00:00
Aku Kotkavuo e992b56d97 Update JRuby to 1.5.5.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-10 11:18:19 -08:00
Adam Vandenberg 74c819db45 jruby - oops, lets use the binary download 2010-09-30 09:31:12 -07:00
Adam Vandenberg 89c729b669 JRuby 1.5.3 2010-09-28 12:44:11 -07:00
Adam Vandenberg 83a38e6350 JRuby 1.5.2 2010-08-21 12:02:52 -07:00
Adam Vandenberg 0103ba1bc2 Add RVM/cider caveats to alt. Rubies. 2010-07-20 07:24:39 -07:00
Adam Vandenberg e676af7135 Enable jruby test 2010-06-30 07:27:23 -07:00
Joshua Peek 61d2c1e75e only jruby bin/ should be linked to the main tree
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-12 20:38:54 -07:00
Aku Kotkavuo 5841491969 Update formula jruby to 1.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-07 15:25:42 -07:00
Martin Kühl 88e5ca0e20 Updated formula: jruby 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-17 20:23:44 -07:00
Adam Vandenberg 608d5b6fd2 jruby - take advantage of FileUtils being included in Formula. 2010-03-19 12:21:10 -07:00
Max Howell b3ebd2df7b A test to check that jruby installed correctly 2009-12-21 17:00:10 +00:00
Scott Barron 3f7a79a990 The jruby-src doesn't seem to work with an installation like this, but the -bin does 2009-12-21 11:25:01 -05:00
Theo f8207cb00c Fixed JRuby formula: no compilation & less crud
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-18 18:58:40 +01:00
David Höppner 4b403c4bf6 jruby: Fixes Homebrew/homebrew#173 2009-12-03 14:18:53 +01:00
Luke Amdor 31130182ff Updated jruby to 1.4.0
Adam V: Also, remove non-Darwin native libs.
2009-11-18 10:09:21 -08:00
Adam Vandenberg e535eeece6 JRuby - only keep darwin native libraries. 2009-11-16 13:08:46 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Clinton R. Nixon 773ec7ca11 JRuby formula
100% Java implementation of Ruby.
2009-09-14 20:33:46 +01:00