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 +4 -4
- data/lib/cocoapods-wxpodhook/gem_version.rb +1 -1
- data/lib/cocoapods-wxpodhook/helper.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e282333a2483c9053386602c2c8ad988b5753e804fd492e2e38f96a2643a46a2
|
4
|
+
data.tar.gz: 2cbe6a06d730a05ed3eda11009c8bb234df33770571f7a11965a0e8d069f1e6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d99607c2c7fdf58dbd72d933be56a2d2fca0859aec2f9451a059b7cd91d7eaff882b337e059cec2334dcab3af1b7dfcb4a59158dab362362e3d89962eae7e788
|
7
|
+
data.tar.gz: 2565c1e4ef329a812865f2e8e94cc1ecc42cb7febb48a19dad8326cd60500455e7b9ba02dc2037284ef23d5e5796ac174e7d839cd5673e7caa467e2229ada3ab
|
@@ -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.
|
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-
|
11
|
+
date: 2021-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|