cocoapods 0.16.0.rc3 → 0.16.0.rc4
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.
- data/lib/cocoapods.rb +1 -1
- data/lib/cocoapods/command/spec.rb +1 -1
- data/lib/cocoapods/file_list.rb +1 -0
- metadata +6 -3
data/lib/cocoapods.rb
CHANGED
|
@@ -224,7 +224,7 @@ Pod::Spec.new do |s|
|
|
|
224
224
|
# s.description = <<-DESC
|
|
225
225
|
# An optional longer description of #{data[:name]}
|
|
226
226
|
#
|
|
227
|
-
# *
|
|
227
|
+
# * Markdown format.
|
|
228
228
|
# * Don't worry about the indent, we strip it!
|
|
229
229
|
# DESC
|
|
230
230
|
s.homepage = "#{data[:homepage]}"
|
data/lib/cocoapods/file_list.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.16.0.
|
|
4
|
+
version: 0.16.0.rc4
|
|
5
5
|
prerelease: 7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-11-
|
|
13
|
+
date: 2012-11-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: xcodeproj
|
|
@@ -254,6 +254,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
254
254
|
- - ! '>='
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
256
|
version: '0'
|
|
257
|
+
segments:
|
|
258
|
+
- 0
|
|
259
|
+
hash: 2644456105808695160
|
|
257
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
261
|
none: false
|
|
259
262
|
requirements:
|
|
@@ -262,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
262
265
|
version: '0'
|
|
263
266
|
requirements: []
|
|
264
267
|
rubyforge_project:
|
|
265
|
-
rubygems_version: 1.8.
|
|
268
|
+
rubygems_version: 1.8.24
|
|
266
269
|
signing_key:
|
|
267
270
|
specification_version: 3
|
|
268
271
|
summary: An Objective-C library package manager.
|