capistrano-drupal 0.1.5 → 0.1.7

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/capistrano-drupal.rb +2 -3
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.7
@@ -19,7 +19,6 @@ Capistrano::Configuration.instance(:must_exist).load do
19
19
 
20
20
  after "deploy:setup", "drush:createdb"
21
21
  after "deploy:setup", "drush:init_settings"
22
- before "drush:updatedb", "drush:backupdb"
23
22
  after "drupal:symlink_shared", "drush:site_offline"
24
23
  after "deploy:symlink", "drupal:symlink_shared"
25
24
  after "deploy:symlink", "drush:updatedb"
@@ -94,12 +93,12 @@ Capistrano::Configuration.instance(:must_exist).load do
94
93
  end
95
94
 
96
95
  desc "Set the site offline"
97
- task :site_offline do
96
+ task :site_offline, :on_error => :continue do
98
97
  run "drush -r #{app_path} vset site_offline 1 -y"
99
98
  end
100
99
 
101
100
  desc "Set the site online"
102
- task :site_online do
101
+ task :site_online, :on_error => :continue do
103
102
  run "drush -r #{app_path} vset site_offline 0 -y"
104
103
  end
105
104
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kim Pepper
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-01-25 00:00:00 +11:00
17
+ date: 2012-05-10 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies: []
20
20