syncwrap 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +4 -0
- data/lib/syncwrap/base.rb +1 -1
- data/lib/syncwrap/jruby.rb +1 -1
- metadata +1 -1
data/History.rdoc
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
=== 1.2.1 (2012-9-25)
|
2
|
+
* Build hashdot with java 1.7.0_07 as well
|
3
|
+
* Fix lib jruby link on update: --no-dereference
|
4
|
+
|
1
5
|
=== 1.2.0 (2012-9-25)
|
2
6
|
* Touch jobs.rb if not otherwise modified by iyyov_install_jobs. This
|
3
7
|
notifies iyyov to restart a daemon when the jobs.rb is otherwise
|
data/lib/syncwrap/base.rb
CHANGED
data/lib/syncwrap/jruby.rb
CHANGED
@@ -56,7 +56,7 @@ module SyncWrap::JRuby
|
|
56
56
|
mkdir -p #{root}
|
57
57
|
mkdir -p #{root}/gems
|
58
58
|
curl -sSL #{url} | tar -C #{root} -zxf -
|
59
|
-
cd #{root} && ln -
|
59
|
+
cd #{root} && ln -sfn jruby-#{jruby_version} jruby
|
60
60
|
cd #{common_prefix}/bin && ln -sf ../lib/jruby/jruby/bin/jirb .
|
61
61
|
SH
|
62
62
|
|