cocoapods-core 1.5.1 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ad2c3c33b4ea9899853422195b23e20e9b86acfe646575db6f255fbfc1db989
4
- data.tar.gz: 326792eaebedfcb50b51c2f23770e878e5050cc93f63e2e7fd3dde7cdbf4061c
3
+ metadata.gz: a3ded50ff34996a0845b64237f79316bb59ac4d95ddaf3d898677db96f523933
4
+ data.tar.gz: c1d7547c5cf02be86556e9755e6863bc646a6ad9956cc9aae509865f5ca2c025
5
5
  SHA512:
6
- metadata.gz: 95ea884f860997afdf5532d3641c6eeb3a4048dfca3ab6b0e7416f5f79332bb61fa8b7c2e8b8c9367ca05c00a99183370af2383c0285b9e751bf338e20e68bb2
7
- data.tar.gz: 2920b288267a62a81d1cbb73c14129c4d847b3805202e71e70a306bbae86009b31a01dc6d5f82d0da12a2b607b563c306569785f7b7c48b8d51649204854d98d
6
+ metadata.gz: 06ed4e42c8c7af81bc4de81f5f865aa37be7be933178c3861b08e48289aa8e82e28e53b2afd18b1cbb6db1f2767958bb1940b64dbbef5c8f12cbc6c7411b3c98
7
+ data.tar.gz: f6bcffdcde9c577486ca14c6c5b6a4e0090ab45bd872c0014e50633477a792fad0e9e3b1d99077c23f2c26f7a365f3d2731e9fbc4ecf81c6b4b528e8f69c8b8b
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.5.1'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.5.2'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -233,7 +233,7 @@ module Pod
233
233
 
234
234
  def ==(other)
235
235
  self.class == other.class &&
236
- root_target_definitions == other.root_target_definitions
236
+ to_hash == other.to_hash
237
237
  end
238
238
 
239
239
  # @!group Class methods
@@ -748,12 +748,6 @@ module Pod
748
748
  hash
749
749
  end
750
750
 
751
- def ==(other)
752
- self.class == other.class &&
753
- internal_hash == other.internal_hash &&
754
- children == other.children
755
- end
756
-
757
751
  # Configures a new target definition from the given hash.
758
752
  #
759
753
  # @param [Hash] the hash which contains the information of the
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.1
4
+ version: 1.5.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: 2018-05-06 00:00:00.000000000 Z
12
+ date: 2018-05-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport