capistrano-wordpress 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/capistrano-wordpress.gemspec +2 -2
- data/lib/capistrano_wordpress.rb +3 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{capistrano-wordpress}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.5"
|
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"]
|
12
|
-
s.date = %q{2010-03-
|
12
|
+
s.date = %q{2010-03-28}
|
13
13
|
s.description = %q{Recipes for Capistrano Deployments of WordPress}
|
14
14
|
s.email = %q{brandonmartinez@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/capistrano_wordpress.rb
CHANGED
@@ -50,9 +50,10 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
50
50
|
set :appdir, "/home/#{user}/deployments/#{application}"
|
51
51
|
set :scm, 'git'
|
52
52
|
set :scm_verbose, true
|
53
|
-
set :
|
53
|
+
set :local_repository, "ssh://#{user}@#{domain}/~/git/#{application}.git"
|
54
|
+
set :repository, "/home/#{user}/git/#{application}.git"
|
54
55
|
set :branch, 'master'
|
55
|
-
set :deploy_via, 'remote_cache'
|
56
|
+
#set :deploy_via, 'remote_cache'
|
56
57
|
set :git_shallow_clone, 1
|
57
58
|
set :deploy_to, "/home/#{user}/#{domain}/wp-content/themes/"
|
58
59
|
set :releases_path, "/home/#{user}/cap/#{domain}/releases/"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Brandon Martinez
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-03-
|
17
|
+
date: 2010-03-28 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|