cocoapods-fy-bin 0.3.1 → 0.3.2

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: fc26f794fcf3f59376580c3e03f30ca48d539a3c4f05a990517fb7f763f4da13
4
- data.tar.gz: 0546311d2a793bd2e981a078c69990832d2bba4c5c7b8ddc0f8a609674c8ccb1
3
+ metadata.gz: 3a5a19ed1d55ee31a7594627321cd9d126c2f0725f084da553d717791c44e0ae
4
+ data.tar.gz: 50f659fec89290ef380aaa971e03501aca60d76b2801bb90c6b91c1aa63af599
5
5
  SHA512:
6
- metadata.gz: b160afcefaf691c0b07059c43c63ef8e2927730c6cb3b22fe71c814783de8b333257c470d3bd00244d58b9cad2d556d7df34b90af01fc62dc675f16424fc5a89
7
- data.tar.gz: 37d2ececca44a45883c78d7511fa6f83c795363169fc6e1a6836334c04a42a12817ae43f9dff8fcdf078fbea165b805e86024fc1a45951f03625f7ca9f64bd57
6
+ metadata.gz: 953ec0c5ba623418e37954938d7f7aefb73e93547e6c558478eafb5200c45c9a95ce2e00c62a9bbde192573a2b6e8bd696c266b38a989876c3a5ae6d2c460b93
7
+ data.tar.gz: 0d6f15d9c2008493df4118898ccf625b5e44a6ae63fdad8aad6f42acd1315ea81462df1102964be66c8c4d42ca70ce7b54328e81678144ead0d516ed1af95430
@@ -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/app/iosThird/FYSpecs.git",
106
+ "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.foru56.com/app/iosThird/FYSpecs.git",
107
107
  @additional_args
108
108
  ]
109
109
 
@@ -13,8 +13,8 @@ module CBin
13
13
  def template_hash
14
14
  {
15
15
  'configuration_env' => { description: '编译环境', default: 'release', selection: %w[debug release] },
16
- 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/app/iosThird/FYSpecs.git' },
17
- 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/app/iosThird/FYBinarySpecs.git' },
16
+ 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.foru56.com/app/iosThird/FYSpecs.git' },
17
+ 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.foru56.com/app/iosThird/FYBinarySpecs.git' },
18
18
  'binary_download_url' => { description: '二进制下载主机地址,内部会依次传入组件名称、版本、打包模式', default: 'https://mobilepods.fuyoukache.com' },
19
19
  # 'binary_type' => { description: '二进制打包类型', default: 'framework', selection: %w[framework library] },
20
20
  '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.3.1'
3
+ VERSION = '0.3.2'
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2026-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  requirements: []
197
- rubygems_version: 3.1.4
197
+ rubygems_version: 3.1.6
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: cocoapods-fy-bin is a plugin which helps develpers switching pods between