cocoapods-core 0.34.0.rc1 → 0.34.0.rc2
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/specification/linter/analyzer.rb +1 -1
- metadata +25 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6b167631bea2f78fb7520ffbf6f6cb3df0e80ff
|
4
|
+
data.tar.gz: e1adc0a6a79dc5fa8eb50290599d1fa7864bf5cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63b302536aa3450a2d66e689b26dbb8438ca1479540feb951aa4a418a786c40bc95b49b63a4e8aa45ac70708b32ce31a73fe7f8102bd6f74f96d53d77d67f89a
|
7
|
+
data.tar.gz: de30d0e0408302dbb8ecbb5e7166d612f8b346c090b7438fc8d12953b6ee343b54ea03741ca6d68b77ede61df37094b233fbf8df6ccf86a9ea5265146ac9f802
|
@@ -131,7 +131,7 @@ module Pod
|
|
131
131
|
'attribute. The acceptable ones are: ' \
|
132
132
|
"`#{attribute.keys.keys.map(&:to_s).sort.join(', ')}`"
|
133
133
|
elsif major_keys.count == 1
|
134
|
-
acceptable = attribute.keys[major_keys.first]
|
134
|
+
acceptable = attribute.keys[major_keys.first] || []
|
135
135
|
unknown = value.keys - major_keys - acceptable
|
136
136
|
unless unknown.empty?
|
137
137
|
warning "Incompatible `#{unknown.sort.join(', ')}` key(s) " \
|
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: 0.34.0.
|
4
|
+
version: 0.34.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
@@ -9,76 +9,76 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-09-
|
12
|
+
date: 2014-09-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 3.2.15
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 3.2.15
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: nap
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - ~>
|
32
|
+
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: 0.8.0
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - ~>
|
39
|
+
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: 0.8.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: json_pure
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- - ~>
|
46
|
+
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '1.8'
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
|
-
- - ~>
|
53
|
+
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.8'
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: fuzzy_match
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- - ~>
|
60
|
+
- - "~>"
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: 2.0.4
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - ~>
|
67
|
+
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: 2.0.4
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: bacon
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
|
-
- - ~>
|
74
|
+
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '1.1'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
|
-
- - ~>
|
81
|
+
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '1.1'
|
84
84
|
description: |-
|
@@ -92,6 +92,9 @@ executables: []
|
|
92
92
|
extensions: []
|
93
93
|
extra_rdoc_files: []
|
94
94
|
files:
|
95
|
+
- LICENSE
|
96
|
+
- README.md
|
97
|
+
- lib/cocoapods-core.rb
|
95
98
|
- lib/cocoapods-core/core_ui.rb
|
96
99
|
- lib/cocoapods-core/dependency.rb
|
97
100
|
- lib/cocoapods-core/gem_version.rb
|
@@ -99,41 +102,38 @@ files:
|
|
99
102
|
- lib/cocoapods-core/http.rb
|
100
103
|
- lib/cocoapods-core/lockfile.rb
|
101
104
|
- lib/cocoapods-core/platform.rb
|
105
|
+
- lib/cocoapods-core/podfile.rb
|
102
106
|
- lib/cocoapods-core/podfile/dsl.rb
|
103
107
|
- lib/cocoapods-core/podfile/target_definition.rb
|
104
|
-
- lib/cocoapods-core/podfile.rb
|
105
108
|
- lib/cocoapods-core/requirement.rb
|
109
|
+
- lib/cocoapods-core/source.rb
|
106
110
|
- lib/cocoapods-core/source/abstract_data_provider.rb
|
107
111
|
- lib/cocoapods-core/source/acceptor.rb
|
108
112
|
- lib/cocoapods-core/source/aggregate.rb
|
109
113
|
- lib/cocoapods-core/source/file_system_data_provider.rb
|
110
114
|
- lib/cocoapods-core/source/github_data_provider.rb
|
111
115
|
- lib/cocoapods-core/source/health_reporter.rb
|
112
|
-
- lib/cocoapods-core/
|
116
|
+
- lib/cocoapods-core/specification.rb
|
113
117
|
- lib/cocoapods-core/specification/consumer.rb
|
118
|
+
- lib/cocoapods-core/specification/dsl.rb
|
114
119
|
- lib/cocoapods-core/specification/dsl/attribute.rb
|
115
120
|
- lib/cocoapods-core/specification/dsl/attribute_support.rb
|
116
121
|
- lib/cocoapods-core/specification/dsl/deprecations.rb
|
117
122
|
- lib/cocoapods-core/specification/dsl/platform_proxy.rb
|
118
|
-
- lib/cocoapods-core/specification/dsl.rb
|
119
123
|
- lib/cocoapods-core/specification/json.rb
|
124
|
+
- lib/cocoapods-core/specification/linter.rb
|
120
125
|
- lib/cocoapods-core/specification/linter/analyzer.rb
|
121
126
|
- lib/cocoapods-core/specification/linter/result.rb
|
122
|
-
- lib/cocoapods-core/specification/linter.rb
|
123
127
|
- lib/cocoapods-core/specification/root_attribute_accessors.rb
|
128
|
+
- lib/cocoapods-core/specification/set.rb
|
124
129
|
- lib/cocoapods-core/specification/set/presenter.rb
|
125
130
|
- lib/cocoapods-core/specification/set/statistics.rb
|
126
|
-
- lib/cocoapods-core/specification/set.rb
|
127
|
-
- lib/cocoapods-core/specification.rb
|
128
131
|
- lib/cocoapods-core/standard_error.rb
|
132
|
+
- lib/cocoapods-core/vendor.rb
|
129
133
|
- lib/cocoapods-core/vendor/requirement.rb
|
130
134
|
- lib/cocoapods-core/vendor/version.rb
|
131
|
-
- lib/cocoapods-core/vendor.rb
|
132
135
|
- lib/cocoapods-core/version.rb
|
133
136
|
- lib/cocoapods-core/yaml_helper.rb
|
134
|
-
- lib/cocoapods-core.rb
|
135
|
-
- README.md
|
136
|
-
- LICENSE
|
137
137
|
homepage: https://github.com/CocoaPods/CocoaPods
|
138
138
|
licenses:
|
139
139
|
- MIT
|
@@ -144,17 +144,17 @@ require_paths:
|
|
144
144
|
- lib
|
145
145
|
required_ruby_version: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- -
|
147
|
+
- - ">="
|
148
148
|
- !ruby/object:Gem::Version
|
149
149
|
version: '0'
|
150
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
151
151
|
requirements:
|
152
|
-
- -
|
152
|
+
- - ">="
|
153
153
|
- !ruby/object:Gem::Version
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|
156
156
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.
|
157
|
+
rubygems_version: 2.2.2
|
158
158
|
signing_key:
|
159
159
|
specification_version: 3
|
160
160
|
summary: The models of CocoaPods
|