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.
@@ -12,7 +12,7 @@ unless Gem::Version::Requirement.new('>= 1.4.0').satisfied_by?(Gem::Version.new(
12
12
  end
13
13
 
14
14
  module Pod
15
- VERSION = '0.16.0.rc3'
15
+ VERSION = '0.16.0.rc4'
16
16
 
17
17
  class PlainInformative < StandardError
18
18
  end
@@ -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
- # * Markdonw format.
227
+ # * Markdown format.
228
228
  # * Don't worry about the indent, we strip it!
229
229
  # DESC
230
230
  s.homepage = "#{data[:homepage]}"
@@ -1,5 +1,6 @@
1
1
  if RUBY_VERSION >= "1.9"
2
2
  require 'rake/file_list'
3
+ require 'rake/rake_module'
3
4
  else
4
5
  require 'rake'
5
6
  end
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.rc3
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-02 00:00:00.000000000 Z
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.23
268
+ rubygems_version: 1.8.24
266
269
  signing_key:
267
270
  specification_version: 3
268
271
  summary: An Objective-C library package manager.