cocoapods-wxpodhook 0.0.5 → 0.0.6

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: b96c8b419561bf6b5ddcccfc6b3c699af840e635685914a3812c66a8fe79f433
4
- data.tar.gz: a51c3c57c5f52f7197f0908538678478e8fc7c9827087cba11fc434389ba1250
3
+ metadata.gz: e282333a2483c9053386602c2c8ad988b5753e804fd492e2e38f96a2643a46a2
4
+ data.tar.gz: 2cbe6a06d730a05ed3eda11009c8bb234df33770571f7a11965a0e8d069f1e6d
5
5
  SHA512:
6
- metadata.gz: 6ea35b6e7ad33f790fdd2d5272b2063132a01d6983a875721a3acd8c065fa631a78b83ac05c05d127cb0e3b72b19ae74d07634c4dc7f20b99c0df2d8d8bcd1bb
7
- data.tar.gz: 66a45a304b535703b4aba80bec10446d6cdfd2923a6361ec3cb3ef4f7d6eef413ca8c16ebe791345c609ec196e62044b8ffbc413f28e81d33e3a1a372fb3e05f
6
+ metadata.gz: d99607c2c7fdf58dbd72d933be56a2d2fca0859aec2f9451a059b7cd91d7eaff882b337e059cec2334dcab3af1b7dfcb4a59158dab362362e3d89962eae7e788
7
+ data.tar.gz: 2565c1e4ef329a812865f2e8e94cc1ecc42cb7febb48a19dad8326cd60500455e7b9ba02dc2037284ef23d5e5796ac174e7d839cd5673e7caa467e2229ada3ab
@@ -1,3 +1,3 @@
1
1
  module CocoapodsWxpodhook
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -22,7 +22,7 @@ module CocoapodsWxpodhook
22
22
  # 拿到待更新的repo名称
23
23
  repo_names = Dir.children(cocoapods_repo_path)
24
24
  repo_names.each do |repo_name|
25
- if repo_name.include?("100tal-")
25
+ if repo_name.include?("100tal-") || repo_name.include?("TAL")
26
26
  puts repo_name
27
27
  `pod repo update #{repo_name}`
28
28
  end
@@ -207,4 +207,4 @@ module Pod
207
207
  end
208
208
  end
209
209
  end
210
- end
210
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-wxpodhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - leev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-05 00:00:00.000000000 Z
11
+ date: 2021-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler