Skip to content

Commit 16c476a

Browse files
committed
JariBakken: Update jruby-complete.jar to 1.5.3 (with Antwrap bundled).
Also removed the version number from the jar name and added a VERSION file. r9916
1 parent 50c3e09 commit 16c476a

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
java -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -S rake $*
3+
java -jar third_party/jruby/jruby-complete.jar -S rake $*

go.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
java -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -S rake %*
2+
java -jar third_party\jruby\jruby-complete.jar -S rake %*

rake-tasks/crazy_fun/mappings/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def bundle_install(ruby, file)
298298

299299
class RubyRunner
300300

301-
JRUBY_JAR = "third_party/jruby/jruby-complete-1.5.0.RC2.jar"
301+
JRUBY_JAR = "third_party/jruby/jruby-complete.jar"
302302

303303
def self.run(impl, opts)
304304
cmd = ["ruby"]

third_party/jruby/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JRuby: 1.5.3 w/Antwrap bundled
12.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)