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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3ded50ff34996a0845b64237f79316bb59ac4d95ddaf3d898677db96f523933
|
|
4
|
+
data.tar.gz: c1d7547c5cf02be86556e9755e6863bc646a6ad9956cc9aae509865f5ca2c025
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06ed4e42c8c7af81bc4de81f5f865aa37be7be933178c3861b08e48289aa8e82e28e53b2afd18b1cbb6db1f2767958bb1940b64dbbef5c8f12cbc6c7411b3c98
|
|
7
|
+
data.tar.gz: f6bcffdcde9c577486ca14c6c5b6a4e0090ab45bd872c0014e50633477a792fad0e9e3b1d99077c23f2c26f7a365f3d2731e9fbc4ecf81c6b4b528e8f69c8b8b
|
|
@@ -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.
|
|
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-
|
|
12
|
+
date: 2018-05-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|