cocoapods-core 1.5.0.beta.1 → 1.5.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27023cacaa567adc10f3c6c07f9fa9f3b60246771e1ac6960db97d3b7524b10e
|
|
4
|
+
data.tar.gz: 22d2ddd9b8d6566cd64f3a3827ff670592af8c774e88242d85e3d42e6afc9025
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c048a6eb46799df401205b91a0d8aebf1021735cbc3d2f818d08ca6305232c8689cb6727ad61054ba7fd97bfeb3c5e096bdb4a96fc69e5fc3c0402fc748d5a2b
|
|
7
|
+
data.tar.gz: 7140a164772ee9faa275056c866c3a1bfeba18cddc8d17b691df6ccc6c190ab47ff85fadf6b8ecca02560c210e464e9205537c97c8b1085875b893cdafb9b0f0
|
|
@@ -93,7 +93,7 @@ module Pod
|
|
|
93
93
|
request_url = "https://api.github.com/repos/#{repo_id}/commits/master"
|
|
94
94
|
headers = {
|
|
95
95
|
'User-Agent' => 'CocoaPods',
|
|
96
|
-
'Accept' => 'application/vnd.github.
|
|
96
|
+
'Accept' => 'application/vnd.github.v3.sha',
|
|
97
97
|
'If-None-Match' => %("#{commit}"),
|
|
98
98
|
}
|
|
99
99
|
|
|
@@ -1444,7 +1444,7 @@ module Pod
|
|
|
1444
1444
|
|
|
1445
1445
|
# @!method requires_app_host=(flag)
|
|
1446
1446
|
#
|
|
1447
|
-
#
|
|
1447
|
+
# Whether a test specification requires an app host to run tests. This only applies to test specifications.
|
|
1448
1448
|
#
|
|
1449
1449
|
# @example
|
|
1450
1450
|
#
|
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.5.0
|
|
4
|
+
version: 1.5.0
|
|
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: 2018-
|
|
12
|
+
date: 2018-04-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|