cocoapods-core 0.36.0.rc.1 → 0.36.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 +4 -4
- data/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/specification/linter.rb +1 -1
- metadata +23 -23
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f01cdbe70a670efc59ef088d80eea153dfc92743
|
|
4
|
+
data.tar.gz: cad0e1f342d8a8feccd30c272f84e9341d756e41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e94659d87ef2cdfb769115974e1fcbb9ab7b5a4c5cb26c274f46e972ce2f0c27798f727b150bd4acac27d1e921fa9a2c062bc20d63946312c3251e80f7662fdc
|
|
7
|
+
data.tar.gz: 1d4c31d45d365d1393990f5b1688e70ded2416475b783b0bc76f5314cdec3ef71afe7a286cba0247e4d2add473188f368d9b38f2d62166861c57c3c98b4385ba
|
|
@@ -351,7 +351,7 @@ module Pod
|
|
|
351
351
|
# Performs validations related to the `deprecated_in_favor_of` attribute.
|
|
352
352
|
#
|
|
353
353
|
def _validate_deprecated_in_favor_of(d)
|
|
354
|
-
if
|
|
354
|
+
if spec.root.name == Specification.root_name(d)
|
|
355
355
|
results.add_error('deprecated_in_favor_of', 'a spec cannot be ' \
|
|
356
356
|
'deprecated in favor of itself')
|
|
357
357
|
end
|
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.36.0
|
|
4
|
+
version: 0.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
@@ -9,62 +9,62 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-03-11 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: fuzzy_match
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- -
|
|
46
|
+
- - ~>
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: 2.0.4
|
|
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: 2.0.4
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: bacon
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
|
-
- -
|
|
60
|
+
- - ~>
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: '1.1'
|
|
63
63
|
type: :development
|
|
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: '1.1'
|
|
70
70
|
description: |-
|
|
@@ -78,9 +78,6 @@ executables: []
|
|
|
78
78
|
extensions: []
|
|
79
79
|
extra_rdoc_files: []
|
|
80
80
|
files:
|
|
81
|
-
- LICENSE
|
|
82
|
-
- README.md
|
|
83
|
-
- lib/cocoapods-core.rb
|
|
84
81
|
- lib/cocoapods-core/core_ui.rb
|
|
85
82
|
- lib/cocoapods-core/dependency.rb
|
|
86
83
|
- lib/cocoapods-core/gem_version.rb
|
|
@@ -89,34 +86,37 @@ files:
|
|
|
89
86
|
- lib/cocoapods-core/lockfile.rb
|
|
90
87
|
- lib/cocoapods-core/metrics.rb
|
|
91
88
|
- lib/cocoapods-core/platform.rb
|
|
92
|
-
- lib/cocoapods-core/podfile.rb
|
|
93
89
|
- lib/cocoapods-core/podfile/dsl.rb
|
|
94
90
|
- lib/cocoapods-core/podfile/target_definition.rb
|
|
91
|
+
- lib/cocoapods-core/podfile.rb
|
|
95
92
|
- lib/cocoapods-core/requirement.rb
|
|
96
|
-
- lib/cocoapods-core/source.rb
|
|
97
93
|
- lib/cocoapods-core/source/acceptor.rb
|
|
98
94
|
- lib/cocoapods-core/source/aggregate.rb
|
|
99
95
|
- lib/cocoapods-core/source/health_reporter.rb
|
|
100
|
-
- lib/cocoapods-core/
|
|
96
|
+
- lib/cocoapods-core/source.rb
|
|
101
97
|
- lib/cocoapods-core/specification/consumer.rb
|
|
102
|
-
- lib/cocoapods-core/specification/dsl.rb
|
|
103
98
|
- lib/cocoapods-core/specification/dsl/attribute.rb
|
|
104
99
|
- lib/cocoapods-core/specification/dsl/attribute_support.rb
|
|
105
100
|
- lib/cocoapods-core/specification/dsl/deprecations.rb
|
|
106
101
|
- lib/cocoapods-core/specification/dsl/platform_proxy.rb
|
|
102
|
+
- lib/cocoapods-core/specification/dsl.rb
|
|
107
103
|
- lib/cocoapods-core/specification/json.rb
|
|
108
|
-
- lib/cocoapods-core/specification/linter.rb
|
|
109
104
|
- lib/cocoapods-core/specification/linter/analyzer.rb
|
|
110
105
|
- lib/cocoapods-core/specification/linter/result.rb
|
|
106
|
+
- lib/cocoapods-core/specification/linter.rb
|
|
111
107
|
- lib/cocoapods-core/specification/root_attribute_accessors.rb
|
|
112
|
-
- lib/cocoapods-core/specification/set.rb
|
|
113
108
|
- lib/cocoapods-core/specification/set/presenter.rb
|
|
109
|
+
- lib/cocoapods-core/specification/set.rb
|
|
110
|
+
- lib/cocoapods-core/specification.rb
|
|
114
111
|
- lib/cocoapods-core/standard_error.rb
|
|
115
|
-
- lib/cocoapods-core/vendor.rb
|
|
116
112
|
- lib/cocoapods-core/vendor/requirement.rb
|
|
117
113
|
- lib/cocoapods-core/vendor/version.rb
|
|
114
|
+
- lib/cocoapods-core/vendor.rb
|
|
118
115
|
- lib/cocoapods-core/version.rb
|
|
119
116
|
- lib/cocoapods-core/yaml_helper.rb
|
|
117
|
+
- lib/cocoapods-core.rb
|
|
118
|
+
- README.md
|
|
119
|
+
- LICENSE
|
|
120
120
|
homepage: https://github.com/CocoaPods/CocoaPods
|
|
121
121
|
licenses:
|
|
122
122
|
- MIT
|
|
@@ -127,17 +127,17 @@ require_paths:
|
|
|
127
127
|
- lib
|
|
128
128
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
129
|
requirements:
|
|
130
|
-
- -
|
|
130
|
+
- - '>='
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
132
|
version: 2.0.0
|
|
133
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
|
-
- -
|
|
135
|
+
- - '>='
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '0'
|
|
138
138
|
requirements: []
|
|
139
139
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.
|
|
140
|
+
rubygems_version: 2.0.14
|
|
141
141
|
signing_key:
|
|
142
142
|
specification_version: 3
|
|
143
143
|
summary: The models of CocoaPods
|