capistrano-drupal 0.1.9 → 0.1.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.
@@ -21,6 +21,10 @@ You should then be able to proceed as you would usually, you may want to familia
21
21
 
22
22
  $ cap -T
23
23
 
24
+ ## Git Ignore
25
+
26
+ The deployment script expects that sites/default/files and sites/default/settings.php will not be checked into git. Add them to .gitignore in your project.
27
+
24
28
  ## Roadmap
25
29
 
26
30
  - Split out the tasks into indivual files/modules
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -22,7 +22,6 @@ Capistrano::Configuration.instance(:must_exist).load do
22
22
  set :shared_children, ['files', 'private']
23
23
 
24
24
  after "deploy:update_code", "drupal:symlink_shared", "drush:site_offline", "drush:updatedb", "drush:cache_clear", "drush:site_online"
25
- after "deploy", "git:push_deploy_tag"
26
25
 
27
26
  namespace :deploy do
28
27
  desc <<-DESC
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-drupal
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 15
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 1
8
- - 9
9
- version: 0.1.9
9
+ - 10
10
+ version: 0.1.10
10
11
  platform: ruby
11
12
  authors:
12
13
  - Kim Pepper
@@ -14,8 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2012-09-03 00:00:00 +10:00
18
- default_executable:
18
+ date: 2013-03-21 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: A set of tasks for deploying Drupal projects with Capistrano. Includes tasks for configuring apache and mysql
@@ -32,7 +32,6 @@ files:
32
32
  - VERSION
33
33
  - capistrano-drupal.gemspec
34
34
  - lib/capistrano-drupal.rb
35
- has_rdoc: true
36
35
  homepage: http://github.com/previousnext/capistrano-drupal/
37
36
  licenses: []
38
37
 
@@ -42,23 +41,27 @@ rdoc_options: []
42
41
  require_paths:
43
42
  - lib
44
43
  required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
45
  requirements:
46
46
  - - ">="
47
47
  - !ruby/object:Gem::Version
48
+ hash: 3
48
49
  segments:
49
50
  - 0
50
51
  version: "0"
51
52
  required_rubygems_version: !ruby/object:Gem::Requirement
53
+ none: false
52
54
  requirements:
53
55
  - - ">="
54
56
  - !ruby/object:Gem::Version
57
+ hash: 3
55
58
  segments:
56
59
  - 0
57
60
  version: "0"
58
61
  requirements: []
59
62
 
60
63
  rubyforge_project:
61
- rubygems_version: 1.3.6
64
+ rubygems_version: 1.8.24
62
65
  signing_key:
63
66
  specification_version: 3
64
67
  summary: A set of tasks for deploying Drupal projects with Capistrano