wp-capistrano3 0.0.31 → 0.0.32

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: 6628e944e3739e5287ba80f5a2e627ad544a521592c1a08448dcd6ce31b2683b
4
- data.tar.gz: 287162f0ceca2cf015f02536bbcd4c1f9d8003db20150daf31f9c2f03a9336ec
3
+ metadata.gz: e871560fba2879cdf3095532cbedc58085b1f429c664c30e9b63ed3de1077185
4
+ data.tar.gz: 876c958268279ddfb829d0a76dd30bbba975777e3763efd1b9d34d11de989f4b
5
5
  SHA512:
6
- metadata.gz: 9ecd73db1a955a0e9acd9e6cf5f7176b3679fe0e0f38c7c82f1b8578e5bfe3080a6891547ca26f0aeb1d9a46d572ddf848d2e9e76b7ddb13811ec7272ac508c1
7
- data.tar.gz: 11e9f9d2d56652542058940c5b24b1361013e02c51c1741461dde179daafffeb03fcba3d5e5363b7cfcc84df8771b663c51d247322d6f56ab7b5c4c7adeb0a30
6
+ metadata.gz: 05fbee8b4573288c627f9c6594d65c7286b2e8df6eb8cab46f7a0aa7ac891e2b6809d8015f9f52aae7bff401c78a0a95b4fa297977245b588e351055901f1238
7
+ data.tar.gz: 88f5b538b7551e17821dd028142b9768e785af87a03e91770869e6cc7aff02ffd2d636493908a0ce174e79ec70094e848519adf35805efe79fd33d3936a530be
@@ -34,8 +34,8 @@ namespace "wp-capistrano" do
34
34
  jsonPlugins["plugins"].each do |plugin, version|
35
35
  plugginInfo = plugins.detect {|f| f["slug"] == plugin }
36
36
  if(plugginInfo)
37
- plugginInfo[:version] = version
38
- plugginInfo[:status] = "active"
37
+ index = plugins.index(plugginInfo)
38
+ plugins[:index]= {:slug => plugin, :version => version, :status => "active" }
39
39
  else
40
40
  pluginInfo = {:slug => plugin, :version => version, :status => "active" }
41
41
  plugins.push(pluginInfo)
@@ -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.31'
7
+ spec.version = '0.0.32'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wp-capistrano3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas RENAULT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano