ey-deploy 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,7 @@ module EY
36
36
  puts "~> Restarting app servers"
37
37
  puts "~> restarting app: #{c.latest_release}"
38
38
  roles :app_master, :app, :solo do
39
+ callback(:before_restart)
39
40
  restart_command = case c.stack
40
41
  when "nginx_unicorn"
41
42
  sudo("/etc/init.d/unicorn_#{c.app} deploy")
@@ -1,3 +1,3 @@
1
1
  module EY
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -1,4 +1,3 @@
1
1
  $LOAD_PATH.push File.expand_path("../lib", File.dirname(__FILE__))
2
2
 
3
- Bundler.require :default, :runtime, :test
4
-
3
+ Bundler.require :default, :test
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ey-deploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team
@@ -32,6 +32,20 @@ dependencies:
32
32
  requirement: *id001
33
33
  prerelease: false
34
34
  type: :runtime
35
+ - !ruby/object:Gem::Dependency
36
+ version_requirements: &id002 !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ hash: 3
42
+ segments:
43
+ - 0
44
+ version: "0"
45
+ name: json
46
+ requirement: *id002
47
+ prerelease: false
48
+ type: :runtime
35
49
  description:
36
50
  email: cloud@engineyard.com
37
51
  executables: