if-vlad-recipes 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -2,10 +2,11 @@ namespace :vlad do
2
2
  namespace :if do
3
3
 
4
4
  desc "Perform a full deploy."
5
- task :deploy => %w[
6
- vlad:if:maintenance:off
5
+ task :default_deploy => %w[
6
+ vlad:if:maintenance:on
7
7
  vlad:if:update
8
8
  vlad:if:symlink:shared
9
+ vlad:if:make_current_branch_file
9
10
  vlad:if:touch:shared_log
10
11
  vlad:if:gems:install
11
12
  vlad:if:migrate
@@ -13,16 +14,17 @@ namespace :vlad do
13
14
  vlad:if:ts:full_reboot
14
15
  vlad:if:start
15
16
  vlad:if:cleanup
16
- vlad:if:maintenance:on
17
+ vlad:if:maintenance:off
17
18
  ]
18
19
 
19
20
  namespace :local do
20
21
 
21
22
  desc "Perform a full local deploy."
22
- task :deploy => %w[
23
- vlad:if:maintenance:off
23
+ task :default_deploy => %w[
24
+ vlad:if:maintenance:on
24
25
  vlad:if:local:update
25
26
  vlad:if:symlink:shared
27
+ vlad:if:make_current_branch_file
26
28
  vlad:if:touch:shared_log
27
29
  vlad:if:gems:install
28
30
  vlad:if:migrate
@@ -30,7 +32,7 @@ namespace :vlad do
30
32
  vlad:if:ts:full_reboot
31
33
  vlad:if:start
32
34
  vlad:if:cleanup
33
- vlad:if:maintenance:on
35
+ vlad:if:maintenance:off
34
36
  ]
35
37
  end
36
38
  end
@@ -1,4 +1,5 @@
1
- namespace :vlad do namespace :if do
1
+ namespace :vlad do
2
+ namespace :if do
2
3
  namespace :local do
3
4
 
4
5
  desc "Updates your application server to the latest revision stored
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: if-vlad-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Aaron
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-12-31 00:00:00 +01:00
13
+ date: 2010-01-12 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency