Skip to content

Commit

Permalink
JariBakken: Update jruby-complete.jar to 1.5.3 (with Antwrap bundled).
Browse files Browse the repository at this point in the history
Also removed the version number from the jar name and added a VERSION file.

r9916
  • Loading branch information
jarib committed Oct 10, 2010
1 parent 50c3e09 commit 16c476a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -S rake $*
java -jar third_party/jruby/jruby-complete.jar -S rake $*
2 changes: 1 addition & 1 deletion go.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -S rake %*
java -jar third_party\jruby\jruby-complete.jar -S rake %*
2 changes: 1 addition & 1 deletion rake-tasks/crazy_fun/mappings/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def bundle_install(ruby, file)

class RubyRunner

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

def self.run(impl, opts)
cmd = ["ruby"]
Expand Down
1 change: 1 addition & 0 deletions third_party/jruby/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
JRuby: 1.5.3 w/Antwrap bundled
Binary file not shown.

0 comments on commit 16c476a

Please sign in to comment.