cluster 0.6.3 → 0.6.4

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.
@@ -192,7 +192,7 @@ class AmazonInstance < Instance
192
192
  if [[ -e $MONITOR ]]; then
193
193
  chmod 600 $MONITOR
194
194
  chown $CLUSTER_USER $MONITOR
195
- mv $MONITOR /etc/god/init.d/cluster.god
195
+ mv $MONITOR /etc/god/init.d/010_cluster.god
196
196
  $GOD load /etc/god/init.d/010_cluster.god
197
197
  else
198
198
  echo "NO MONITOR FILE!"
@@ -12,7 +12,7 @@ class Cluster
12
12
  class Version < Net::SSH::Version
13
13
  MAJOR = 0
14
14
  MINOR = 6
15
- TINY = 3
15
+ TINY = 4
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
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Simon de Boer