capistrano-wp 0.4.9 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44c1ddc2eddcf8b8c473579440b876259618344f
4
- data.tar.gz: 40b0f0c3a4a4455d73a371e66535a5a8a74de392
3
+ metadata.gz: 98be3e324966ecf9c84649b23e8b54ad86767dfb
4
+ data.tar.gz: fc2e875f93cfa6029b1e70472e9bc4fe49285e6c
5
5
  SHA512:
6
- metadata.gz: ef25825c3df8655f62af8abb356a615137c0392a89c3b62999cc0d4ee1333873cc9b44c37fae2cc003cd0667ac55a59d29e6e19059c6bd4b7fcda0f92c9f0272
7
- data.tar.gz: f344d03e02d969c8cd47cc7ec298c070d0c95310b963ecd1251014bbe6208b288b7bf09048538eb104bdda70e254b90c2b5119597817e322c606769560c9db5d
6
+ metadata.gz: 9a8b81e7f6cd17f17b092ad1fdcbbaec23893fa0705203d5682f8b02196e0529a1e7b19f7c355d5e35c3fd9568d3da27f0722d342fbb4ee29de98eeb39125578
7
+ data.tar.gz: 07ccb73f9b3bd6090b1f11f8d9f5c5ec2c379b182bd1ef8e0f3080b5ba0f176159c7bad8d6e992cf9e8283f3dc4162c3c981ba0605190e1482a9739dbdad57e7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.9
1
+ 0.4.11
@@ -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.9 ruby lib
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"
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-02-18"
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.9
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-02-18 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano