cocoapods-core 1.9.0.beta.2 → 1.9.0.beta.3
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 +4 -4
- data/lib/cocoapods-core/cdn_source.rb +1 -1
- data/lib/cocoapods-core/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4ec744c15b424c567f56ee65419d0a74a99a67bc2251274993bdce6d94c5f86
|
4
|
+
data.tar.gz: a03bef545255869c5956d37dcfcc7e1ceedee6091f701dea2ba96bbdf8b3280c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a53cdfa29d1bf1e9f728d54f476fd4a286fe820386a747ee484be01bc8fe3d6810588e820f304108c624e46bd1b663dbb6f1a9389dbcf46d96216841f3fbae11
|
7
|
+
data.tar.gz: a9442b83a0c688bcac6e7a3046b61026eae2bf952a0a182d9548105c4654f190593b28ebd1b7bea697c8f0d2cac4a032aadf842b64e91fae60753750c1a66ed6
|
@@ -378,7 +378,7 @@ module Pod
|
|
378
378
|
when 200
|
379
379
|
File.open(path, 'w') { |f| f.write(response.response_body) }
|
380
380
|
|
381
|
-
etag_new = response.headers['etag']
|
381
|
+
etag_new = response.headers['etag'] unless response.headers.nil?
|
382
382
|
debug "CDN: #{name} Relative path downloaded: #{partial_url}, save ETag: #{etag_new}"
|
383
383
|
File.open(etag_path, 'w') { |f| f.write(etag_new) } unless etag_new.nil?
|
384
384
|
partial_url
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.0.beta.
|
4
|
+
version: 1.9.0.beta.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-02-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|