capistrano-hivequeen 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- data/capistrano-hivequeen.gemspec +1 -1
- data/lib/capistrano/hivequeen/deploy.rb +1 -1
- metadata +4 -4
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
## If your rubyforge_project name is different, then edit it and comment out
|
7
7
|
## the sub! line in the Rakefile
|
8
8
|
s.name = 'capistrano-hivequeen'
|
9
|
-
s.version = '0.7.
|
9
|
+
s.version = '0.7.4'
|
10
10
|
s.date = Time.now.strftime("%Y-%m-%d")
|
11
11
|
|
12
12
|
## Make sure your summary is short. The description may be as long
|
@@ -8,7 +8,7 @@ Capistrano::Configuration.instance.load do
|
|
8
8
|
end
|
9
9
|
end
|
10
10
|
|
11
|
-
before "deploy:
|
11
|
+
before "deploy:update_code", "hivequeen:start"
|
12
12
|
before "setup", "hivequeen:start"
|
13
13
|
namespace :hivequeen do
|
14
14
|
desc "[internal] Start a deployment in hivequeen"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-hivequeen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 4
|
10
|
+
version: 0.7.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Aaron Suggs
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-11-
|
18
|
+
date: 2011-11-17 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|