cocoapods-hbh 0.1.2 → 0.1.3

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: da626f7b976f6a16457e2733f07349f4845f02bd52f963494355ff3ed55f2086
4
- data.tar.gz: 273c9e9e84053abf887b4427d357bf29505ef01cea7666b60285f210d304cea0
3
+ metadata.gz: a99b63e2ae7aca677011d72c3b530e86baae6ce67ab013d20f7492be3c87ae5a
4
+ data.tar.gz: 1ae16580830fa55e0a235cb4f9ece28af8de44f6e2cb17c291b2ea03997f81b6
5
5
  SHA512:
6
- metadata.gz: b5efe9375d521087fc6ee69c60e9fc77f1d13684860ec43db86a29e3781080aa98ac9ca3c5c048e1583ae5f97f352ea12a8619f5525398d64b7cc6c818068e4c
7
- data.tar.gz: ac52e0157181febf6795126d03a8a40c16a04ff4f7f7d058d3100ce835539b47f8e55175ccd394d98afa14a0d94e98aee14ddbfade003384448f6b80c2b07b25
6
+ metadata.gz: f71687768d2449f2c478d4c9b659417ab83221c38d82fa83e2941dad14f2206095af344592043e4b9eeb0fe98f3ce4abafb13689cfa681c3e42a8c9d2871d448
7
+ data.tar.gz: 825677c58fa3882f65fb222d9acae3d797ed03bd08dbf2bf1c20d53f65aebe341ebfab81627299be7efc7b5042d20912ef7e8a962014952ed852ce30ed7ac2cc
@@ -83,9 +83,11 @@ module Pod
83
83
  end
84
84
  end
85
85
  if moduleTag != nil and !moduleTag.empty?
86
- `cd #{path_module} && git fetch && git checkout #{moduleTag}`
86
+ `cd #{path_module} && git fetch && git checkout #{moduleTag}`
87
87
  else
88
- `cd #{path_module} && git fetch && git checkout #{moduleBranch} && git pull origin #{moduleBranch}`
88
+ pid, stdin, stdout, stderr = Open3::popen3 `cd #{path_module} && git fetch && git checkout #{moduleBranch} && git pull origin #{moduleBranch}`
89
+ Pod::UI.puts "发生错误#{stderr.value}".red
90
+ # `cd #{path_module} && git fetch && git checkout #{moduleBranch} && git pull origin #{moduleBranch}`
89
91
  end
90
92
  if appspecs != nil
91
93
  sub_hash = {:path => path_module, :appspecs => ['Example']}
@@ -75,7 +75,7 @@ module HBHConfig
75
75
  if method.to_s == "is_git_hooks"
76
76
 
77
77
  else
78
- raise Pod::Informative, "#{method} 字段必须在配置文件 #{config_name} 中设置, 请执行 init 命令配置或手动修改配置文件".red
78
+ raise Pod::Informative, "#{method} 字段必须在配置文件 #{config_name} 中设置, 请手动修改配置文件".red
79
79
  end
80
80
  else
81
81
  super
@@ -1,3 +1,3 @@
1
1
  module CocoapodsHbh
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-hbh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zanju
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-18 00:00:00.000000000 Z
11
+ date: 2022-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel