cocoapods-fy-bin 0.2.8 → 0.2.9

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: 5cf4634e93d2256b52669e964ec5929ce43dce307ec6b8f70e2076ce8eea84a2
4
- data.tar.gz: 7e7c9b9fc0d768d2d7a0252b52c836898c71e9ab7ccc937a4f59afe87bcbc90f
3
+ metadata.gz: c2b6780b38469eb04a27c00dd9482f5b0599f58040a907244de7e4d8bf58282e
4
+ data.tar.gz: 6ac95de6f64d4a9d47c1caa549c4c31f469ec027c092cc656fd1063d688556d0
5
5
  SHA512:
6
- metadata.gz: b66a54121f89baec2ee0120b289a708eac9731b22e42bd36a08814560b2ab92e49bbd19b82854ecfc4ed7e3d5153ca6fcff8c72446ca46118cef8d15101a996f
7
- data.tar.gz: e3439efa9f6d88f57ae70adcdc42ed54d5c2bf01a2e3264eae8372667733a6300931149b4b9f9e2d47efe491d68c0009b27e3c0492c01413c121058ae9799613
6
+ metadata.gz: 11d0f5fd06e327015b7e0d9b4e44ca055225ca48bdf670d5f34d420e28fd06edd63d0a08de1efb9bdb143acf941699867a5bb56ab6f8cbba368c08ee6de5b8cc
7
+ data.tar.gz: 9ca5de0632b33fd1f6b066c4f15e1544812ba553bf3878c33dc7175009e59134abf87f0e7b187ab15aec4c343fba065090ff9897370c55872205693b08e72350
@@ -103,7 +103,7 @@ module Pod
103
103
 
104
104
  def run_archive
105
105
  argvs = [
106
- "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/iosThird/FYSpecs.git",
106
+ "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/app/iosThird/FYSpecs.git",
107
107
  @additional_args
108
108
  ]
109
109
 
@@ -12,8 +12,8 @@ module CBin
12
12
  def template_hash
13
13
  {
14
14
  'configuration_env' => { description: '编译环境', default: 'release', selection: %w[debug release] },
15
- 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/FYSpecs.git' },
16
- 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/FYBinarySpecs.git' },
15
+ 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/app/iosThird/FYSpecs.git' },
16
+ 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/app/iosThird/FYBinarySpecs.git' },
17
17
  'binary_download_url' => { description: '二进制下载主机地址,内部会依次传入组件名称、版本、打包模式', default: 'https://mobilepods.fuyoukache.com' },
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] },
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.2.8'
3
+ VERSION = '0.2.9'
4
4
  end
5
5
 
6
6
  module Pod
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-fy-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-10 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel