cocoapods-swordfish 1.0.0 → 1.0.1

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: 7b70406c682172f53aacf5c8a6a5ef5fd6d46bb6c862b99a8004ece30f23fac0
4
- data.tar.gz: e761e99d16daf5119687e93a7a03d4c28b2648f1ed486809007bfff21298e677
3
+ metadata.gz: 34fe76b2dba492f0262215e6a24c716dc1995f392f40ca1196dea992f82d45f5
4
+ data.tar.gz: 9c415cc56d0c23df319c57c3b20f8d4ee2d3cdfcd490379453f476b16e6dafc7
5
5
  SHA512:
6
- metadata.gz: 9a8ff4e6db1928e96ec245abb3204cb0a8000170d5424be56fd7b9248c3edeb2d3123287332ed744251205b08958ba31cadf09bfda1320bb57cb4187d419425e
7
- data.tar.gz: ec9b55de1f3226e32a1a2fc8ea5c7bc8a6c6cce4ca6b11f2bd10fce134d61f4098361ee55ce48ad13c95e7704c9804071f31e47694572343350426ac57942662
6
+ metadata.gz: cc35a426aeef14b77d7e034c8c801f9f03ce6e9fc48982be89475ee9c581723df017a489fe8b6c3920ded1c237868b57f27061dd4fd6f43a121f45cb9d99cd33
7
+ data.tar.gz: 2d20d88426797545d7bf51bbf09902a5229df623c98c19df4729a3864df3f47758a5488551e12abff7c595444e2c6caa62d38cb63d28badefe241ff8c0843ab5
data/lib/gem_version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ocean
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
 
7
7
  module Pod
@@ -13,7 +13,7 @@ module Ocean
13
13
  {
14
14
  'configuration_env' => { description: '编译环境', default: 'dev', selection: %w[dev debug_iphoneos release_iphoneos] },
15
15
  #'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.lizhi.fm/iOSPods/pod_binary_spec_source.git' },
16
- 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.lizhi.fm/iOSPods/pod_binary_spec.git' },
16
+ 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'git@gitlab.lizhi.fm:iOSPods/pod_binary_spec.git' },
17
17
  'binary_download_url' => { description: '二进制下载地址,内部会依次传入组件名称与版本,替换字符串中的 %s ', default: 'http://192.168.33.15:8080/frameworks/%s/%s/zip' },
18
18
  # 'binary_type' => { description: '二进制打包类型', default: 'framework', selection: %w[framework library] },
19
19
  'download_file_type' => { description: '下载二进制文件类型', default: 'zip', selection: %w[zip tgz tar tbz txz dmg] }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-swordfish
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lizhi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -144,7 +144,7 @@ homepage: https://github.com/EXAMPLE/swordfish
144
144
  licenses: []
145
145
  metadata:
146
146
  homepage_uri: https://github.com/EXAMPLE/swordfish
147
- post_install_message:
147
+ post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths:
150
150
  - lib
@@ -159,8 +159,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  requirements: []
162
- rubygems_version: 3.0.3.1
163
- signing_key:
162
+ rubygems_version: 3.1.4
163
+ signing_key:
164
164
  specification_version: 4
165
165
  summary: swordfish编译加速插件.
166
166
  test_files: []