cocoapods-core 1.9.1 → 1.9.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 +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: f68fc2e407a14367abefcd49fe9934a04850fd070ca09e077ff0abe19f7a8bde
|
|
4
|
+
data.tar.gz: 6c56ef6c407fa08ac831a64afc0a5a90026189994c0d87651a229070214084e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cac009698a41a046bfcf617a8cfcee94dec8c800bdffb29d8854261975eaa9f58fb5b3b7a5d0a963f48baf01cee094f68813192de2c26ad1a666d6401e331c3a
|
|
7
|
+
data.tar.gz: e2366a733ec586de15e7eb4c978a1e08012ac5c2d1e917c4f7e6cd46d2d1ee7e13499d69a092d2338a84ffe9a7da9fc5d591cca62f96ac67b8b1d8fc65cd8b2d
|
|
@@ -376,7 +376,7 @@ module Pod
|
|
|
376
376
|
FileUtils.touch path
|
|
377
377
|
partial_url
|
|
378
378
|
when 200
|
|
379
|
-
File.open(path, 'w') { |f| f.write(response.response_body) }
|
|
379
|
+
File.open(path, 'w') { |f| f.write(response.response_body.force_encoding('UTF-8')) }
|
|
380
380
|
|
|
381
381
|
etag_new = response.headers['etag'] unless response.headers.nil?
|
|
382
382
|
debug "CDN: #{name} Relative path downloaded: #{partial_url}, save ETag: #{etag_new}"
|
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.
|
|
4
|
+
version: 1.9.2
|
|
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: 2020-
|
|
12
|
+
date: 2020-05-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|