cocoapods-tdf-bin 0.0.41 → 0.0.42

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: 5188dd1bf984b34944ee119c388d026a31439d8689a7a4f12617a35c0ecf4acb
4
- data.tar.gz: 8532b340ac55b5dc7ffebab2d3a1e7f2c45655c567e6e30660d2e9f201ce9cae
3
+ metadata.gz: 006f9b3a52e48d3096368d6c9118008b1880836846591de7fe6d6a8890f9185b
4
+ data.tar.gz: 52dc8a2f4c98758a002a97724429dc4e00d3f259ea25bed1c8f284d9821f15eb
5
5
  SHA512:
6
- metadata.gz: 6ebace05c1bcfe99061d752f393e1744d96b44c764aae8c399aaee8f10ab6e50e24c0a2c13600f290fdead89f96c9c733417fb303f6fdb86f7604e78e9603f07
7
- data.tar.gz: bd3a50f2fe54e90c68306c16a17af7f93101c6e2348267ade045931263819765fe3424866e17736acfa61c3459f5810872e169f2e2a5bfeeaa2ba5c75b019e8b
6
+ metadata.gz: 35850d78ec7f26aaec25a6aa80ba267531f3d6afdcb6e0ee7aeb399dd5ddcca7e5a76ac8959cb68292bd1656d225777e2ebc217225d3b4076747b2f2a3213734
7
+ data.tar.gz: 2efefd3872bf104b49114f3998059c9a8a29a46f5933929268dcb61213249caba0790db24f6c88c2166c346a2b57dab8d3c51d206dca4611ce6be45b650bbb8e
@@ -104,7 +104,6 @@ module Pod
104
104
  end
105
105
 
106
106
  #制作二进制包
107
-
108
107
  def run_archive
109
108
  argvs = [
110
109
  "--sources=#{sources_option(@code_dependencies, @sources)}",
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = "0.0.41"
3
+ VERSION = "0.0.42"
4
4
  end
5
5
 
6
6
  module Pod
@@ -10,7 +10,7 @@ module CBin
10
10
  end
11
11
 
12
12
  def binary_spec_files
13
- @binary_spec_files ||= Pathname.glob('*.podspec{,.json}')
13
+ @binary_spec_files ||= Pathname.glob('*.binary.podspec{,.json}')
14
14
  end
15
15
 
16
16
  def binary_template_spec_files
@@ -69,7 +69,7 @@ EOF
69
69
  def push_binary_repo(binary_podsepc_json)
70
70
  argvs = [
71
71
  "#{binary_podsepc_json}",
72
- # "--binary",
72
+ "--binary",
73
73
  "--sources=#{sources_option(@code_dependencies, @sources)}",
74
74
  "--skip-import-validation",
75
75
  "--use-libraries",
@@ -80,7 +80,7 @@ EOF
80
80
  argvs += ['--verbose']
81
81
  end
82
82
 
83
- UI.info "开始上传【#{binary_podsepc_json}】组件:#{argvs}"
83
+ puts "开始上传【#{binary_podsepc_json}】组件:#{argvs}"
84
84
  push = Pod::Command::Bin::Repo::Push.new(CLAide::ARGV.new(argvs))
85
85
  push.validate!
86
86
  push.run
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdf-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.41
4
+ version: 0.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-23 00:00:00.000000000 Z
11
+ date: 2023-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel