capistrano-wp 0.4.9 → 0.4.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/capistrano-wp.gemspec +3 -3
- data/lib/crowdfavorite/tasks/localchanges.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98be3e324966ecf9c84649b23e8b54ad86767dfb
|
4
|
+
data.tar.gz: fc2e875f93cfa6029b1e70472e9bc4fe49285e6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a8b81e7f6cd17f17b092ad1fdcbbaec23893fa0705203d5682f8b02196e0529a1e7b19f7c355d5e35c3fd9568d3da27f0722d342fbb4ee29de98eeb39125578
|
7
|
+
data.tar.gz: 07ccb73f9b3bd6090b1f11f8d9f5c5ec2c379b182bd1ef8e0f3080b5ba0f176159c7bad8d6e992cf9e8283f3dc4162c3c981ba0605190e1482a9739dbdad57e7
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.11
|
data/capistrano-wp.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: capistrano-wp 0.4.
|
5
|
+
# stub: capistrano-wp 0.4.10 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "capistrano-wp"
|
9
|
-
s.version = "0.4.
|
9
|
+
s.version = "0.4.10"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Crowd Favorite"]
|
14
|
-
s.date = "2014-
|
14
|
+
s.date = "2014-09-23"
|
15
15
|
s.description = "Recipes for deploying and maintaining remote WordPress installations with\nCapistrano. Pulls in WordPress from SVN, optionally using a local or\nremote cache, and supports a number of common operations and tasks towards\nthe care and feeding of sites that may not be 100% maintained through\nversion control.\n"
|
16
16
|
s.executables = ["capify-wp"]
|
17
17
|
s.extra_rdoc_files = [
|
@@ -80,7 +80,7 @@ module CrowdFavorite::Tasks::LocalChanges
|
|
80
80
|
next
|
81
81
|
end
|
82
82
|
|
83
|
-
run("find " + Shellwords::escape(target_path) + " -name .git -prune -o -name .svn -prune -o -type f -print0 | xargs -0 #{hash_creation} > " + Shellwords::escape(hash_path))
|
83
|
+
run("find " + Shellwords::escape(target_path) + " -name .git -prune -o -name .svn -prune -o -type f -print0 | ( xargs -0 #{hash_creation} 2>&1 || true ) > " + Shellwords::escape(hash_path))
|
84
84
|
|
85
85
|
end
|
86
86
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-wp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Crowd Favorite
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|