cluster 0.5.34 → 0.5.35
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.
|
@@ -154,7 +154,7 @@ class AmazonInstance < Instance
|
|
|
154
154
|
CLUSTER_EXECUTABLE=$(which cluster)
|
|
155
155
|
GEM_PATH=$(gem env gempath)
|
|
156
156
|
GEM_BIN_DIR=$(dirname ${CLUSTER_EXECUTABLE})
|
|
157
|
-
GOD
|
|
157
|
+
GOD=$(type -p god)
|
|
158
158
|
|
|
159
159
|
if [[ ! -e $CLUSTER_DIR ]]; then
|
|
160
160
|
mkdir -m 700 $CLUSTER_DIR
|
|
@@ -177,16 +177,6 @@ class AmazonInstance < Instance
|
|
|
177
177
|
services: #{services.join(' ')}
|
|
178
178
|
EOF
|
|
179
179
|
|
|
180
|
-
wget --no-check-certificate -O /tmp/cluster.gem '#{Cluster::LOCATION}'
|
|
181
|
-
if [[ -e /tmp/cluster.gem ]]; then
|
|
182
|
-
if [[ $CLUSTER_EXECUTABLE != '' ]]; then
|
|
183
|
-
gem uninstall -x cluster
|
|
184
|
-
fi
|
|
185
|
-
gem install /tmp/cluster.gem
|
|
186
|
-
rm /tmp/cluster.gem
|
|
187
|
-
fi
|
|
188
|
-
|
|
189
|
-
|
|
190
180
|
CLUSTER='X'
|
|
191
181
|
if type -P cluster >/dev/null; then
|
|
192
182
|
CLUSTER=cluster
|
data/lib/cluster/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
8
|
+
- 35
|
|
9
|
+
version: 0.5.35
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Simon de Boer
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-10-25 00:00:00 -04:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|