cocoapods-core 0.22.1 → 0.22.2

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.22.1' unless defined? Pod::CORE_VERSION
5
+ CORE_VERSION = '0.22.2' unless defined? Pod::CORE_VERSION
6
6
  end
@@ -212,12 +212,12 @@ module Pod
212
212
  #
213
213
  # @example Specifying a Git source with a tag.
214
214
  #
215
- # spec.source = { :git => 'git://github.com/AFNetworking/AFNetworking.git',
215
+ # spec.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git',
216
216
  # :tag => 'v0.0.1' }
217
217
  #
218
218
  # @example Using the version of the Pod to identify the Git tag.
219
219
  #
220
- # spec.source = { :git => 'git://github.com/AFNetworking/AFNetworking.git',
220
+ # spec.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git',
221
221
  # :tag => "v#{spec.version}" }
222
222
  #
223
223
  # @param [Hash{Symbol=>String}] source
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.22.1
4
+ version: 0.22.2
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-07-03 00:00:00.000000000 Z
13
+ date: 2013-07-10 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: nap
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: json
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,14 +71,14 @@ 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
69
78
  version: '1.1'
70
- description: |-
71
- The CocoaPods-Core gem provides support to work with the models of CocoaPods.
72
-
73
- It is intended to be used in place of the CocoaPods when the the installation of the dependencies is not needed.
79
+ description: ! "The CocoaPods-Core gem provides support to work with the models of
80
+ CocoaPods.\n\n It is intended to be used in place of the CocoaPods when the the
81
+ installation of the dependencies is not needed."
74
82
  email:
75
83
  - eloy.de.enige@gmail.com
76
84
  - fabiopelosin@gmail.com
@@ -117,24 +125,25 @@ files:
117
125
  homepage: https://github.com/CocoaPods/CocoaPods
118
126
  licenses:
119
127
  - MIT
120
- metadata: {}
121
128
  post_install_message:
122
129
  rdoc_options: []
123
130
  require_paths:
124
131
  - lib
125
132
  required_ruby_version: !ruby/object:Gem::Requirement
133
+ none: false
126
134
  requirements:
127
- - - '>='
135
+ - - ! '>='
128
136
  - !ruby/object:Gem::Version
129
137
  version: '0'
130
138
  required_rubygems_version: !ruby/object:Gem::Requirement
139
+ none: false
131
140
  requirements:
132
- - - '>='
141
+ - - ! '>='
133
142
  - !ruby/object:Gem::Version
134
143
  version: '0'
135
144
  requirements: []
136
145
  rubyforge_project:
137
- rubygems_version: 2.0.3
146
+ rubygems_version: 1.8.23
138
147
  signing_key:
139
148
  specification_version: 3
140
149
  summary: The models of CocoaPods
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: ceb002888dadece155757a417f8bf15ac6edb558
4
- data.tar.gz: ce65a74e29d2ecc09cde8c6731c4cc877006d862
5
- SHA512:
6
- metadata.gz: f9ac3202baf01b7ad4e40300161b2ce5d6f012b74d7ad626fe5dded67771108bab06918e4bc64c58a2ec493db6f0fae52947bac8bcf65314c209e3ad9d2b7eb1
7
- data.tar.gz: 83825147207cfd820a42018b54b44470671eea9c8f1a4c12031aa66bc0777eb5ce32647cc959572b777a0fe7a9f74e6fd24c4a36028472b1709f18b9029bb1da