cocoapods-core 1.8.0 → 1.8.1
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: 3cf9e2e21fe32f46da807fcbb286b9c25b2a0255551d99b7f19164b676e1d1f2
|
4
|
+
data.tar.gz: 3af75e3226856606062ea46d19c93e300ae299a44832419fbdb51f6e0d330f59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72505123addc767e37450298daf178ce9493988dbd723a3f2c46226280012cd941eefe8bfb8091dd3393002c54f7f168b5ff5bcdb05d8315965700ee2b0071db
|
7
|
+
data.tar.gz: d72804f787844b2441c1be7e23c36ad1702440febeb1af17003c3795e99eea97e43afadd342daa78f9e32498afada8aa0106df4acb34314244136c5bbdd93629
|
@@ -47,7 +47,7 @@ module Pod
|
|
47
47
|
#
|
48
48
|
def swift_versions
|
49
49
|
@swift_versions ||= begin
|
50
|
-
swift_versions = Array(attributes_hash['swift_versions'])
|
50
|
+
swift_versions = Array(attributes_hash['swift_versions']).dup
|
51
51
|
# Pre 1.7.0, the DSL was singularized as it supported only a single version of Swift. In 1.7.0 the DSL
|
52
52
|
# is now pluralized always and a specification can support multiple versions of Swift. This ensures
|
53
53
|
# we parse the old JSON serialized format and include it as part of the Swift versions supported.
|
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.8.
|
4
|
+
version: 1.8.1
|
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-09-
|
12
|
+
date: 2019-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -79,14 +79,14 @@ dependencies:
|
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '1.
|
82
|
+
version: '1.1'
|
83
83
|
type: :runtime
|
84
84
|
prerelease: false
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '1.
|
89
|
+
version: '1.1'
|
90
90
|
- !ruby/object:Gem::Dependency
|
91
91
|
name: bacon
|
92
92
|
requirement: !ruby/object:Gem::Requirement
|