cluster 0.5.34 → 0.5.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -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=/usr/bin/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
@@ -12,7 +12,7 @@ class Cluster
12
12
  class Version < Net::SSH::Version
13
13
  MAJOR = 0
14
14
  MINOR = 5
15
- TINY = 34
15
+ TINY = 35
16
16
 
17
17
  # The current version, as a Version instance
18
18
  CURRENT = new(MAJOR, MINOR, TINY)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 34
9
- version: 0.5.34
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-09-30 00:00:00 -04:00
17
+ date: 2010-10-25 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency