cocoapods-core 1.6.1 → 1.6.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 +4 -4
- data/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/specification/consumer.rb +13 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed8ead46288e97d3d0f2e40be798c50e17414ee2
|
|
4
|
+
data.tar.gz: 79bcf66137a524456dfff3f5a707139dec734031
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ae496e65d8142956c8e6761d9e7f458e5d1a70de2fe4a865c7058ca6430a6c5bd0cd2be67904dd8f7b51a00d34e33e0a629d1674fb29630d09fb01339c619ba
|
|
7
|
+
data.tar.gz: c818be4b01bd274eae09542015c4aeb9459039d9535257601ca9c4271f52c8ccef098a7fa660b6b605b6f5b28248b61f2266411a1999a8bc1e2c438868a7de3f
|
|
@@ -371,6 +371,19 @@ module Pod
|
|
|
371
371
|
end
|
|
372
372
|
end
|
|
373
373
|
|
|
374
|
+
# Converts the test type value from a string to a symbol.
|
|
375
|
+
#
|
|
376
|
+
# @param [String, Symbol] value.
|
|
377
|
+
# The value of the test type attributed as specified by the user.
|
|
378
|
+
#
|
|
379
|
+
# @return [Symbol] the test type as a symbol.
|
|
380
|
+
#
|
|
381
|
+
def _prepare_test_type(value)
|
|
382
|
+
if value
|
|
383
|
+
value.to_sym
|
|
384
|
+
end
|
|
385
|
+
end
|
|
386
|
+
|
|
374
387
|
# Converts the array of hashes (script phases) where keys are strings into symbols.
|
|
375
388
|
#
|
|
376
389
|
# @param [Array<Hash{String=>String}>] value.
|
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.6.
|
|
4
|
+
version: 1.6.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: 2019-
|
|
12
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|