drush-deploy 1.0.9 → 1.0.10

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- version 1.0.9
1
+ version 1.0.10
2
2
 
3
3
  ## DESCRIPTION
4
4
 
data/drush-deploy.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'drush-deploy'
3
- s.version = '1.0.9'
3
+ s.version = '1.0.10'
4
4
  s.summary = "Deployment strategy for Drupal using Drush"
5
5
  s.description = "Utilizes capistrano to allow for doing intellegent deployments of drupal projects."
6
6
  s.authors = ["Matt Edlefsen"]
@@ -13,7 +13,7 @@ before "db:version:rollback", "db:drupal:configure"
13
13
  before "db:version:cleanup", "db:drupal:configure"
14
14
 
15
15
  if update_modules
16
- after "deploy:update_code", "db:drupal:update"
16
+ after "drupal:clearcache", "db:drupal:update"
17
17
  end
18
18
  after "deploy:cleanup", "db:version:cleanup"
19
19
 
@@ -5,7 +5,11 @@ before "deploy", "drupal:setup_build"
5
5
  before "deploy:symlink", "drupal:symlink"
6
6
  before "deploy:setup", "drupal:setup"
7
7
  after "drupal:setup", "drupal:check_permissions"
8
- after "deploy", "drupal:clearcache"
8
+ if version_database
9
+ after "db:version:create", "drupal:clearcache"
10
+ else
11
+ after "deploy:update_code", "drupal:clearcache"
12
+ end
9
13
  before "drupal:install_profile", "db:drupal:configure"
10
14
 
11
15
  namespace :drupal do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drush-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-22 00:00:00.000000000 Z
12
+ date: 2012-06-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano