cocoapods-core 1.10.0.rc.1 → 1.10.0

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: 0a07277aaf2c3d222a9eebb1bfb75ff5c0952e17886f30a0632b26f770c91e45
4
- data.tar.gz: c24f4c13fb9c94e8edc10ccac147bb21673a1c752cf4130fd44e1f2e2747e38b
3
+ metadata.gz: 7bca0f05c15f31af775ca0324d264d2be2a14beb979212d60b67afa84de4f892
4
+ data.tar.gz: 43036fb73106921d9662e905508e0619a19326ed246db592e59d8ad2fffb80b8
5
5
  SHA512:
6
- metadata.gz: f104993e125cfb1c689be005954276a1028aefd0cb71914039fce92e6a61a03b5a2169bf3ed8a36c2bedc0f8b7dfb09d4a701fbef41a30cc666c1444f73b6b48
7
- data.tar.gz: e9e285cc61a963e059b4ba311fa16d4c9b6e66ceabd1919101ea110528da5c0d4f4bf77d2e5ff167452a565c1605ec1c91ce5660ea7863ed31148b35d72968aa
6
+ metadata.gz: 3cb469adf2b11f27dc95edbb9fb7188c79e07c2c66406a8f8d34ae4030ed548e8222789e9c466473be2eeac02eb213d108fbeafa96809884d19532a587087c06
7
+ data.tar.gz: '0700791e6fbd5d8ee674bc6e82797eea88e32bc830cd6231ca540199978bf8e395684b981dce4d5f421dd91f113c5018ea4001f9b66de0829e6becdc38102b19'
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.10.0.rc.1'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.10.0'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -284,6 +284,8 @@ module Pod
284
284
  RESOLVED_TAGS = Regexp.union(
285
285
  'null', 'Null', 'NULL', '~', '', # resolve to null
286
286
  'true', 'True', 'TRUE', 'false', 'False', 'FALSE', # bool
287
+ 'yes', 'Yes', 'YES', 'no', 'No', 'NO', # yes/no
288
+ 'on', 'On', 'ON', 'off', 'Off', 'OFF', # no/off
287
289
  /[-+]?[0-9]+/, # base 10 int
288
290
  /00[0-7]+/, # base 8 int
289
291
  /0x[0-9a-fA-F]+/, # base 16 int
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.10.0.rc.1
4
+ version: 1.10.0
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: 2020-09-15 00:00:00.000000000 Z
12
+ date: 2020-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  - !ruby/object:Gem::Version
232
232
  version: '0'
233
233
  requirements: []
234
- rubygems_version: 3.0.6
234
+ rubygems_version: 3.0.3
235
235
  signing_key:
236
236
  specification_version: 3
237
237
  summary: The models of CocoaPods