mina-ext 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Mina Ext 0.1.1 (July 5, 2012)
4
+
5
+ * Restart after deploy
6
+
3
7
  ## Mina Ext 0.1.0 (July 5, 2012)
4
8
 
5
9
  * First release
@@ -20,6 +20,9 @@ def instance_deploy_tasks(prefix, instance, &block)
20
20
  deploy do
21
21
  block.call(prefix, instance)
22
22
  end
23
+ invoke :__stop
24
+ queue 'sleep 10'
25
+ invoke :__start
23
26
  invoke 'deploy:cleanup'
24
27
  end
25
28
  end
@@ -34,6 +37,9 @@ def instance_deploy_tasks(prefix, instance, &block)
34
37
  deploy do
35
38
  block.call(prefix, instance)
36
39
  end
40
+ invoke :__stop
41
+ queue 'sleep 10'
42
+ invoke :__start
37
43
  invoke 'deploy:cleanup'
38
44
  end
39
45
  end
@@ -1,3 +1,3 @@
1
1
  module MinaExt
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: