cocoapods-core 0.17.0.rc7 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@ module Pod
2
2
 
3
3
  # The version of the cocoapods-core.
4
4
  #
5
- CORE_VERSION = '0.17.0.rc7' unless defined? Pod::CORE_VERSION
5
+ CORE_VERSION = '0.17.0' unless defined? Pod::CORE_VERSION
6
6
  end
@@ -110,7 +110,6 @@ module Pod
110
110
  #
111
111
  # @note It includes only the dependencies explicitly required in the
112
112
  # podfile and not those triggered by the Resolver.
113
- #
114
113
  def dependencies
115
114
  unless @dependencies
116
115
  data = internal_data['DEPENDENCIES'] || []
@@ -240,7 +240,7 @@ module Pod
240
240
  if platform
241
241
  specs = specs.select { |s| s.supported_on_platform?(platform) }
242
242
  end
243
- specs.map { |s| Dependency.new(s.name, version) }
243
+ specs.map { |s| Dependency.new(s.name) }
244
244
  end
245
245
 
246
246
  # Returns the dependencies on other Pods or subspecs of other Pods.
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0.rc7
4
+ version: 0.17.0
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Eloy Duran
@@ -9,11 +10,12 @@ authors:
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2013-03-26 00:00:00.000000000 Z
13
+ date: 2013-03-29 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: activesupport
16
17
  requirement: !ruby/object:Gem::Requirement
18
+ none: false
17
19
  requirements:
18
20
  - - ~>
19
21
  - !ruby/object:Gem::Version
@@ -21,6 +23,7 @@ dependencies:
21
23
  type: :runtime
22
24
  prerelease: false
23
25
  version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
24
27
  requirements:
25
28
  - - ~>
26
29
  - !ruby/object:Gem::Version
@@ -28,6 +31,7 @@ dependencies:
28
31
  - !ruby/object:Gem::Dependency
29
32
  name: faraday
30
33
  requirement: !ruby/object:Gem::Requirement
34
+ none: false
31
35
  requirements:
32
36
  - - ~>
33
37
  - !ruby/object:Gem::Version
@@ -35,6 +39,7 @@ dependencies:
35
39
  type: :runtime
36
40
  prerelease: false
37
41
  version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
38
43
  requirements:
39
44
  - - ~>
40
45
  - !ruby/object:Gem::Version
@@ -42,6 +47,7 @@ dependencies:
42
47
  - !ruby/object:Gem::Dependency
43
48
  name: octokit
44
49
  requirement: !ruby/object:Gem::Requirement
50
+ none: false
45
51
  requirements:
46
52
  - - ~>
47
53
  - !ruby/object:Gem::Version
@@ -49,6 +55,7 @@ dependencies:
49
55
  type: :runtime
50
56
  prerelease: false
51
57
  version_requirements: !ruby/object:Gem::Requirement
58
+ none: false
52
59
  requirements:
53
60
  - - ~>
54
61
  - !ruby/object:Gem::Version
@@ -56,6 +63,7 @@ dependencies:
56
63
  - !ruby/object:Gem::Dependency
57
64
  name: bacon
58
65
  requirement: !ruby/object:Gem::Requirement
66
+ none: false
59
67
  requirements:
60
68
  - - ~>
61
69
  - !ruby/object:Gem::Version
@@ -63,6 +71,7 @@ dependencies:
63
71
  type: :development
64
72
  prerelease: false
65
73
  version_requirements: !ruby/object:Gem::Requirement
74
+ none: false
66
75
  requirements:
67
76
  - - ~>
68
77
  - !ruby/object:Gem::Version
@@ -70,6 +79,7 @@ dependencies:
70
79
  - !ruby/object:Gem::Dependency
71
80
  name: rake
72
81
  requirement: !ruby/object:Gem::Requirement
82
+ none: false
73
83
  requirements:
74
84
  - - ~>
75
85
  - !ruby/object:Gem::Version
@@ -77,14 +87,14 @@ dependencies:
77
87
  type: :runtime
78
88
  prerelease: false
79
89
  version_requirements: !ruby/object:Gem::Requirement
90
+ none: false
80
91
  requirements:
81
92
  - - ~>
82
93
  - !ruby/object:Gem::Version
83
94
  version: 10.0.0
84
- description: |-
85
- The CocoaPods-Core gem provides support to work with the models of CocoaPods.
86
-
87
- It is intended to be used in place of the CocoaPods when the the installation of the dependencies is not needed.
95
+ description: ! "The CocoaPods-Core gem provides support to work with the models of
96
+ CocoaPods.\n\n It is intended to be used in place of the CocoaPods when the the
97
+ installation of the dependencies is not needed."
88
98
  email:
89
99
  - eloy.de.enige@gmail.com
90
100
  - fabiopelosin@gmail.com
@@ -131,24 +141,25 @@ files:
131
141
  homepage: https://github.com/CocoaPods/CocoaPods
132
142
  licenses:
133
143
  - MIT
134
- metadata: {}
135
144
  post_install_message:
136
145
  rdoc_options: []
137
146
  require_paths:
138
147
  - lib
139
148
  required_ruby_version: !ruby/object:Gem::Requirement
149
+ none: false
140
150
  requirements:
141
- - - '>='
151
+ - - ! '>='
142
152
  - !ruby/object:Gem::Version
143
153
  version: '0'
144
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
+ none: false
145
156
  requirements:
146
- - - '>='
157
+ - - ! '>='
147
158
  - !ruby/object:Gem::Version
148
159
  version: '0'
149
160
  requirements: []
150
161
  rubyforge_project:
151
- rubygems_version: 2.0.0
162
+ rubygems_version: 1.8.23
152
163
  signing_key:
153
164
  specification_version: 3
154
165
  summary: The models of CocoaPods
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: efc2bb9d0631f1b6892c062e5c66eeb9f8a876ef
4
- data.tar.gz: 73fe2a60460bd2f95c0212bffa3d1d2dbe4f86c3
5
- SHA512:
6
- metadata.gz: fdf7ab2b16c17c019275d916c18c81fbc1cc5b33f91c730b9c9100c8ea4cb70baf4efb9fbf7a6f37292abca9435cb6349dcf9627cc28276d0d652170f2bd2075
7
- data.tar.gz: 3cf61b76148d7ea8e07026df2ab1d76f2e766dabfc6e81547571b42387555ccfd7b57a9e48c22d9a4e0b066f02d4e4a1872fb4436d6e37394fc9d3831a385d21