cocoapods-core 1.10.0.rc.1 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/yaml_helper.rb +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bca0f05c15f31af775ca0324d264d2be2a14beb979212d60b67afa84de4f892
|
4
|
+
data.tar.gz: 43036fb73106921d9662e905508e0619a19326ed246db592e59d8ad2fffb80b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cb469adf2b11f27dc95edbb9fb7188c79e07c2c66406a8f8d34ae4030ed548e8222789e9c466473be2eeac02eb213d108fbeafa96809884d19532a587087c06
|
7
|
+
data.tar.gz: '0700791e6fbd5d8ee674bc6e82797eea88e32bc830cd6231ca540199978bf8e395684b981dce4d5f421dd91f113c5018ea4001f9b66de0829e6becdc38102b19'
|
@@ -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
|
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-
|
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.
|
234
|
+
rubygems_version: 3.0.3
|
235
235
|
signing_key:
|
236
236
|
specification_version: 3
|
237
237
|
summary: The models of CocoaPods
|