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: f5951e63ba532abe3d6996c0e03644fe213db6d3cdba2202ceb9ceb375356167
4
- data.tar.gz: 642e58e2d8f48431a0ba79a90488e526fa7075135934cfd0836653c6a9f1e273
3
+ metadata.gz: 27023cacaa567adc10f3c6c07f9fa9f3b60246771e1ac6960db97d3b7524b10e
4
+ data.tar.gz: 22d2ddd9b8d6566cd64f3a3827ff670592af8c774e88242d85e3d42e6afc9025
5
5
  SHA512:
6
- metadata.gz: cfbd4c782d9b20283bdd459bdb51ba302537d58773b2ac5ca70f48683667920882820be623056ae15aeffe526b2ffa7c23e84709d6acaa4aed4d4f8aa9338214
7
- data.tar.gz: 1aa4a692e6147769145320bd71c491c148c08c182133d7e7eb0959fde3763877707c602e9bec4f08e38cb80b3aa557f94672ec18dff01683a70ff5eebaf17885
6
+ metadata.gz: c048a6eb46799df401205b91a0d8aebf1021735cbc3d2f818d08ca6305232c8689cb6727ad61054ba7fd97bfeb3c5e096bdb4a96fc69e5fc3c0402fc748d5a2b
7
+ data.tar.gz: 7140a164772ee9faa275056c866c3a1bfeba18cddc8d17b691df6ccc6c190ab47ff85fadf6b8ecca02560c210e464e9205537c97c8b1085875b893cdafb9b0f0
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.5.0.beta.1'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.5.0'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -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.chitauri-preview+sha',
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
- # Whether a test specification requires an app host to run tests. This only applies to test specifications.
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.beta.1
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-03-22 00:00:00.000000000 Z
12
+ date: 2018-04-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport