cocoapods-hooks 0.0.6 → 0.0.7

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: 72c23779b6eff3a8108ac8b7260aafb259917ff3e0718600d639fa52b88f4c59
4
- data.tar.gz: 66d30fbe478bf8eb55207415cd62202e34fbdb56083fd9de6888ea548edbbcfd
3
+ metadata.gz: 64596f5e37cabc9371db9b3a010152215acb6a9154cfd28364fe95cc82e7e028
4
+ data.tar.gz: be69b0c87d7c84ab367b4170d936df6ffd569e635eb49efc92260331ca15746c
5
5
  SHA512:
6
- metadata.gz: b4f53d3695229587fda198d2c04e7a0d588ca810c8318a05115d7883053b4e5eee5f6caaa924b4517c11363d1219f7e590bf432d407784c6c22ac35c2ee77b99
7
- data.tar.gz: 12f1006e56c4ba1ccb697d5aef1759ebcc107b5fee1983341ff39ea7d655511949a423c454f48dbc72abfdf04af98ea361c739cd1d55451d5ce206c876aacbc1
6
+ metadata.gz: d8ae47999c9fed5b3d4c90526a3ae036c7b0531d0d37ef73413f1df8ccbbd4a70b4295030f0bfb3065271bb5d09bc0ee03128668e596c58faf1d33858a855e79
7
+ data.tar.gz: bd2be70f709a5417e27a24db8f1bc048537afa7f68e7f5aadde602210d519c6fa061d451042f02ac109c57f83dc69a1560ebee07760e554c0bcd291d0559f6d4
@@ -32,13 +32,13 @@ module Pod
32
32
  result = system("python3 ChangeColor.py")
33
33
  unless result
34
34
  puts "command execution failed. Exiting..."
35
- exist 1
35
+ exit 1
36
36
  end
37
37
  # 改变 mutableTheme 文件夹的图片颜色
38
38
  result = system("python3 svg2png.py")
39
39
  unless result
40
40
  puts "command execution failed. Exiting..."
41
- exist 1
41
+ exit 1
42
42
  end
43
43
  end
44
44
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsHooks
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - huafeng
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler