capistrano-wordpress 0.0.5 → 0.0.6

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.5
1
+ 0.0.6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capistrano-wordpress}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brandon Martinez"]
@@ -72,11 +72,11 @@ Capistrano::Configuration.instance(:must_exist).load do
72
72
  namespace :deploy do
73
73
 
74
74
  # Remove normal "rails" tasks; not needed for WP
75
- [:setup, :update, :update_code, :finalize_update, :symlink, :restart].each do |default_task|
76
- task default_task do
77
- # ... ahh, silence!
78
- end
79
- end
75
+ # [:setup, :update, :update_code, :finalize_update, :symlink, :restart].each do |default_task|
76
+ # task default_task do
77
+ # # ... ahh, silence!
78
+ # end
79
+ # end
80
80
 
81
81
  desc "A macro-task that updates the code and fixes the symlink."
82
82
  task :default do
@@ -103,4 +103,10 @@ Capistrano::Configuration.instance(:must_exist).load do
103
103
  end
104
104
 
105
105
  end
106
+
107
+ namespace :git do
108
+
109
+ #TODO: Add git task to automatically check in repo.
110
+
111
+ end
106
112
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brandon Martinez