cocoapods-core 1.8.2 → 1.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c99cc632b8e3dd44cdba2ed50a73bd2ba15d08cfda222911bbc737c14738c1a1
4
- data.tar.gz: 11cd4092487a87860d6ef3ff4d111583d2f6d7239fca9291580f65efd0017cd7
3
+ metadata.gz: c6cb21bbc546ec767ea4edb9a2fecde0269a511fb5ed6e1f014304ce6d417c05
4
+ data.tar.gz: '04588a33c49529f3707205835b9f9d10f5cd72ca5659d95a4c4d52d8592806df'
5
5
  SHA512:
6
- metadata.gz: 1d33174f5aef081a6768d8b56eef62b58e2bdef79d80a136ef0b9eaa73f100e331024e32f2cb7e4feec7f3ccacedf0bc6638cd059670fbcd61595bd334112b08
7
- data.tar.gz: 3b8f4413ad0b79f5b986728ae144cd0249c2d26b7991c16f849f9f261995ca9be8f14743fbd7d40c5ba2b1ba99bc68472b295b5dddf911e836d84bf96b3a4959
6
+ metadata.gz: f30498b70785e0da58e1759b8e32ecbf352fb3f93650e61454bea1c117d17be342328c568f1b51b0c48edbac6e5b609e6b31ee8a96b6618428bad93b1e4c294b
7
+ data.tar.gz: 3325e31f0637755c6594699365a6292637f20b8d8ecf2f80dbdebc969c2032d23c46c4c0783906feb0119ad500048f727d0b3da0f46ca9067df1dded39e40fd0
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.8.2'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.8.3'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -22,7 +22,6 @@ module Pod
22
22
  #
23
23
  def to_hash
24
24
  hash = attributes_hash.dup
25
- hash.delete('platforms')
26
25
  if root? || available_platforms != parent.available_platforms
27
26
  platforms = Hash[available_platforms.map { |p| [p.name.to_s, p.deployment_target && p.deployment_target.to_s] }]
28
27
  hash['platforms'] = platforms
@@ -41,7 +40,7 @@ module Pod
41
40
 
42
41
  # Since CocoaPods 1.7 version the DSL has changed to be pluralized. When we serialize a podspec to JSON with
43
42
  # 1.7, ensure that we also include the singular version in the hash to maintain backwards compatibility with
44
- # < 1.7 versions.
43
+ # < 1.7 versions. We also delete this key and re-add it to ensure it gets added at the end.
45
44
  hash.delete('swift_version')
46
45
  hash['swift_version'] = swift_version.to_s unless swift_version.nil?
47
46
 
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.8.2
4
+ version: 1.8.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-10-03 00:00:00.000000000 Z
12
+ date: 2019-10-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport