syncwrap 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
|