cocoapods-core 0.33.1 → 0.34.0.rc1

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.
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.33.1
4
+ version: 0.34.0.rc1
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-05-20 00:00:00.000000000 Z
12
+ date: 2014-09-13 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
- version: '0.5'
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
- version: '0.5'
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,9 +92,6 @@ executables: []
92
92
  extensions: []
93
93
  extra_rdoc_files: []
94
94
  files:
95
- - LICENSE
96
- - README.md
97
- - lib/cocoapods-core.rb
98
95
  - lib/cocoapods-core/core_ui.rb
99
96
  - lib/cocoapods-core/dependency.rb
100
97
  - lib/cocoapods-core/gem_version.rb
@@ -102,38 +99,41 @@ files:
102
99
  - lib/cocoapods-core/http.rb
103
100
  - lib/cocoapods-core/lockfile.rb
104
101
  - lib/cocoapods-core/platform.rb
105
- - lib/cocoapods-core/podfile.rb
106
102
  - lib/cocoapods-core/podfile/dsl.rb
107
103
  - lib/cocoapods-core/podfile/target_definition.rb
104
+ - lib/cocoapods-core/podfile.rb
108
105
  - lib/cocoapods-core/requirement.rb
109
- - lib/cocoapods-core/source.rb
110
106
  - lib/cocoapods-core/source/abstract_data_provider.rb
111
107
  - lib/cocoapods-core/source/acceptor.rb
112
108
  - lib/cocoapods-core/source/aggregate.rb
113
109
  - lib/cocoapods-core/source/file_system_data_provider.rb
114
110
  - lib/cocoapods-core/source/github_data_provider.rb
115
111
  - lib/cocoapods-core/source/health_reporter.rb
116
- - lib/cocoapods-core/specification.rb
112
+ - lib/cocoapods-core/source.rb
117
113
  - lib/cocoapods-core/specification/consumer.rb
118
- - lib/cocoapods-core/specification/dsl.rb
119
114
  - lib/cocoapods-core/specification/dsl/attribute.rb
120
115
  - lib/cocoapods-core/specification/dsl/attribute_support.rb
121
116
  - lib/cocoapods-core/specification/dsl/deprecations.rb
122
117
  - lib/cocoapods-core/specification/dsl/platform_proxy.rb
118
+ - lib/cocoapods-core/specification/dsl.rb
123
119
  - lib/cocoapods-core/specification/json.rb
124
- - lib/cocoapods-core/specification/linter.rb
125
120
  - lib/cocoapods-core/specification/linter/analyzer.rb
126
121
  - lib/cocoapods-core/specification/linter/result.rb
122
+ - lib/cocoapods-core/specification/linter.rb
127
123
  - lib/cocoapods-core/specification/root_attribute_accessors.rb
128
- - lib/cocoapods-core/specification/set.rb
129
124
  - lib/cocoapods-core/specification/set/presenter.rb
130
125
  - lib/cocoapods-core/specification/set/statistics.rb
126
+ - lib/cocoapods-core/specification/set.rb
127
+ - lib/cocoapods-core/specification.rb
131
128
  - lib/cocoapods-core/standard_error.rb
132
- - lib/cocoapods-core/vendor.rb
133
129
  - lib/cocoapods-core/vendor/requirement.rb
134
130
  - lib/cocoapods-core/vendor/version.rb
131
+ - lib/cocoapods-core/vendor.rb
135
132
  - lib/cocoapods-core/version.rb
136
133
  - 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.2.2
157
+ rubygems_version: 2.0.14
158
158
  signing_key:
159
159
  specification_version: 3
160
160
  summary: The models of CocoaPods