wp-capistrano3 0.0.13 → 0.0.14

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
  SHA256:
3
- metadata.gz: 805d93c6aca4e56472b1a31ebef1626a28753f47f754c0ee0663f32c9c9f1502
4
- data.tar.gz: 6767462809c7f5e3704a2404e7f8a18b203817046f4528c54af534bab88d14ee
3
+ metadata.gz: 8b631eb8e04c29b7409505e0881b840d75ea34721f7328ace0c75a18dc41f774
4
+ data.tar.gz: 5587230658d518893f9fcb9ab744a3d4b4585e384db2e28331083213cdd2fdbe
5
5
  SHA512:
6
- metadata.gz: aa8455490fa210afa2985b5367dbe57e097fab269db55433feb1d6cb59e3d17aaec675cfbddc7fc609b969d55f01ac120156d17f37b3e23eec7ade0dbda8d6aa
7
- data.tar.gz: 5c49735bd89f92558204bdb40c8890fbdbfe41eed69f251fd8eecb7f106ec7348a23b03c18efb0873a547ac39f9afac9dc667b2de8ddaba29a6ac96410cba2bf
6
+ metadata.gz: 81ac9b8e2f3b18fd278c1df5e8f002b8b50bd9dc1b75f2805145617e836f893ab6b5073e65e8701af28b52f748bf591eaaae824a798ed71af322be698a44cb99
7
+ data.tar.gz: 006d0945de2329af572cc6e9b6d974dcd845b733f1fb903157f6eb10bb27ced0bbcbc5a55cc48ed921dad5039e935e3fdb3b8f89c9afea3f7f37954ff5559c88
@@ -57,6 +57,7 @@ namespace "wp-capistrano" do
57
57
  execute "/usr/bin/env php /tmp/wp-cli.phar plugin install #{plugin[:slug]} --path=#{release_path}"
58
58
  else
59
59
  execute "/usr/bin/env php /tmp/wp-cli.phar plugin install #{plugin[:slug]} --path=#{release_path} --version=#{plugin[:version]}"
60
+ end
60
61
  end
61
62
  plugins.each do |plugin|
62
63
  if (plugin[:status] == "active")
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'wp-capistrano3'
7
- spec.version = '0.0.13'
7
+ spec.version = '0.0.14'
8
8
  spec.authors = ['Nicolas RENAULT']
9
9
  spec.email = ['nrenault@tangkoko.com']
10
10
  spec.description = %q{Wordpress tasks for Capistrano 3.x}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wp-capistrano3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas RENAULT