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 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
@@ -15,5 +15,5 @@
15
15
  #++
16
16
 
17
17
  module SyncWrap
18
- VERSION='1.2.0'
18
+ VERSION='1.2.1'
19
19
  end
@@ -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 -sf jruby-#{jruby_version} jruby
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
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: syncwrap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.0
5
+ version: 1.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Kellum