cocoapods-core 1.6.1 → 1.6.2

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
  SHA1:
3
- metadata.gz: 24b66704a45c141755de04bb176cbf961ceed193
4
- data.tar.gz: 5dacc13a7d4401695d81b20bea6367b976c440a0
3
+ metadata.gz: ed8ead46288e97d3d0f2e40be798c50e17414ee2
4
+ data.tar.gz: 79bcf66137a524456dfff3f5a707139dec734031
5
5
  SHA512:
6
- metadata.gz: 9e85593b0a15055ebf01cd7a34999d56c5a5035b0528113cfb45a02568fd8b9c4732d1d31f5ef268ca1f26306f0be88bc698e4835cd5a31d1f43e2ebb780ec94
7
- data.tar.gz: 79ebd2c0a9673cd66df4786bab0fc22d2b61ed7d9b37bf18e1eb011fb08b285660dbe3e50917c85be3f5b7e4a203d478a8254d3c9cb19eba72e50d9725b90a5d
6
+ metadata.gz: 0ae496e65d8142956c8e6761d9e7f458e5d1a70de2fe4a865c7058ca6430a6c5bd0cd2be67904dd8f7b51a00d34e33e0a629d1674fb29630d09fb01339c619ba
7
+ data.tar.gz: c818be4b01bd274eae09542015c4aeb9459039d9535257601ca9c4271f52c8ccef098a7fa660b6b605b6f5b28248b61f2266411a1999a8bc1e2c438868a7de3f
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.6.1'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.6.2'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -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.1
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-02-21 00:00:00.000000000 Z
12
+ date: 2019-05-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport