cocoapods-fy-bin 0.2.0 → 0.2.1

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: a2a5f9b07f4f41b6fd981b01979e452cc5607c8d4ba00d4d30ab6140588da65b
4
- data.tar.gz: c44222b77d5643fa84a4ca4fd12d4a67e08e0725a056677a2591749223c80395
3
+ metadata.gz: 335289349d8859930f7022c04a9c275974c56e7c714945ea06056043cffb0186
4
+ data.tar.gz: bf009a1fec70c6abd2a411aaef09878f81912524e380a0a28e49821eeab9f77a
5
5
  SHA512:
6
- metadata.gz: bb6617bb25aabf1003770ff85a8ed6a2939965a8cea4fb5751a98249c87b4107e2e82793fa8e42c9811b6f7f45fa09534ff861af2eb9c8f9d39ba32170b81111
7
- data.tar.gz: '08327f9a68dfdf31e4c33a0a54df73cc85c07fc73cc9b35df301cc8ab6b0f1ee5fc77ec7aeda8a13da64f4e415c9cb4fee00120d0d412f2a7d43dd026ad1b82d'
6
+ metadata.gz: f7403715854a4364cc9c9b8a57a25dfa2a1c34ad0c6d1210823a07769aca6e5659accd79e9a297fc3e8c0f96d5caa68a9d1d72b8c1cebace34edb17d12fe0e4b
7
+ data.tar.gz: 298602484707e85f7600d914dca890376c9fb032c3eb79fa771eef5d0d079658090926f8bdd5e1c4bb8b98058cc2883400251810390f659b814e0211622a6ec8
@@ -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,https://gitlab.fuyoukache.com/iosThird/swiftThird/FYSwiftSpecs.git",
106
+ "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/iosThird/FYSpecs.git",
107
107
  @additional_args
108
108
  ]
109
109
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-08 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel