wp-capistrano3 0.0.38 → 0.0.39

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40f206837328d69794d78d494eb166b824cb2b80e0a7f9c332a94353df415eee
4
- data.tar.gz: 872356e78f1c74cb4f76adde179111bb2d1dfb27b2ac95684802c3bfd7707d6c
3
+ metadata.gz: b659de3a0b9306bdd5ebc75c638a9e3065b4ed82edc60f60182186f55523c964
4
+ data.tar.gz: 3b6d2d641e1ef11e5fd82b6483167bce26499e06f410460c2b1aa2de00fc74be
5
5
  SHA512:
6
- metadata.gz: 1bca3c81c216c2da7f276827e35ba2d2b32fbb063d806ea7ec1d1800fce3e950b671aa3d2dbf346dfccc7e80417a1b84e6c0d2df424cc64b55a60ef1a063f52a
7
- data.tar.gz: 790e319db40815a549ae574a968fe477a13caa0512ce5d915335076db223e62a0c4f7e7b8ee03f2d78a329952c382754bdbdf672ae44df1c176825416175bba5
6
+ metadata.gz: c0640c86ffd72836b908332cfdc2e2934aa63ece87293af87c88ba563390416397e202a01db5f6212ba9eae6f54d4d2f9fb371f411522f4c51a2ce6436e4c516
7
+ data.tar.gz: 50eed66f78763177d69f4a683ed39e6e3602a043d8e99317d70c898fc251638c22dbfc9e33cf80e45f9dd1f5d8293a8c305ce020a76b8a1183b5a8164c1b97aa
@@ -73,6 +73,10 @@ namespace "wp-capistrano" do
73
73
  end
74
74
  end
75
75
  plugins.each do |plugin|
76
+ if(plugin[:version] == "uninstall")
77
+ warn "Skipping #{plugin[:slug]}"
78
+ next
79
+ end
76
80
  if (plugin[:status] == "active")
77
81
  execute "/usr/bin/env php #{fetch(:tmp_dir)}/wp-cli.phar plugin activate #{plugin[:slug]} --path=#{release_path}"
78
82
  info "activate #{plugin[:slug]}"
@@ -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.38'
7
+ spec.version = '0.0.39'
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.38
4
+ version: 0.0.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas RENAULT