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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2068906214db58b78edba5d2a5e3a2aa20a70f0b30bd7fa7112aed7a661b80f6
4
- data.tar.gz: 180cd57384a4f7e2fad61758686088d18236ead7a70032e64443e956a6d243f4
3
+ metadata.gz: d4ec744c15b424c567f56ee65419d0a74a99a67bc2251274993bdce6d94c5f86
4
+ data.tar.gz: a03bef545255869c5956d37dcfcc7e1ceedee6091f701dea2ba96bbdf8b3280c
5
5
  SHA512:
6
- metadata.gz: 36bbc3021c70097371a445f290adbfd550a1aa24f71ae13be4d705dc3c01fef9d089992392ff6f013391137c027ba51187d860389054f8c0d48daa01d849302f
7
- data.tar.gz: 83b018426829df792c243bd4e7f5e79e0391134c829cf1d953f413a88c7da57e04b65e4e1c477c4c3c19c432ee76c14e0c7bd4e0d4aafb1bb362b193d91f433f
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
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.9.0.beta.2'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.9.0.beta.3'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
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.2
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: 2019-12-17 00:00:00.000000000 Z
12
+ date: 2020-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport