Skip to content

Commit

Permalink
use jruby 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tka committed Jan 3, 2013
1 parent 9d55f4a commit 9af122d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -7,17 +7,17 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
builder (3.0.0) builder (3.1.4)
hoe (3.0.7) hoe (3.4.0)
rake (~> 0.8) rake (>= 0.8, < 11.0)
rake (0.9.2.2) rake (10.0.3)
s4t-utils (1.0.4) s4t-utils (1.0.4)
hoe (>= 1.3.0) hoe (>= 1.3.0)
user-choices (1.1.6.1) user-choices (1.1.6.1)
builder (>= 2.1.2) builder (>= 2.1.2)
s4t-utils (>= 1.0.3) s4t-utils (>= 1.0.3)
xml-simple (>= 1.0.11) xml-simple (>= 1.0.11)
xml-simple (1.1.1) xml-simple (1.1.2)


PLATFORMS PLATFORMS
java java
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion lib/java/jruby-complete.jar

This file was deleted.

4 changes: 2 additions & 2 deletions src/compile_version.rb
@@ -1,5 +1,5 @@
module CompileVersion module CompileVersion
REVISION = 'a69a56588c' REVISION = '9d55f4a8f5'
COMPILE_TIME = '201212111104' COMPILE_TIME = '201301030714'
UPDATE_URL = '' UPDATE_URL = ''
end end
4 changes: 0 additions & 4 deletions src/main.rb
@@ -1,9 +1,5 @@
INITAT=Time.now INITAT=Time.now


# set default encoding
Encoding.default_external = Encoding::UTF_8
#Encoding.default_internal = Encoding::UTF_8

$LOAD_PATH << 'src' $LOAD_PATH << 'src'
require 'pathname' require 'pathname'
resources_dir = Pathname.new(__FILE__).dirname().dirname().dirname().to_s()[5..-1] resources_dir = Pathname.new(__FILE__).dirname().dirname().dirname().to_s()[5..-1]
Expand Down

0 comments on commit 9af122d

Please sign in to comment.