cocoapods 0.16.0.rc1 → 0.16.0.rc2

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/CHANGELOG.md CHANGED
@@ -1,13 +1,18 @@
1
1
  ## Master
2
2
 
3
- [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc1...master) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.0.rc1...master)
3
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc2...master) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.0.rc1...master)
4
+
5
+ ## 0.16.0.rc2
6
+
7
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc1...0.16.0.rc2)
8
+ - Fix for uninitialized constant Xcodeproj::Constants error.
4
9
 
5
10
  ## 0.16.0.rc1
6
11
 
7
12
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.2...0.16.0.rc1) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.5...0.4.0.rc1)
8
13
 
9
14
  - Xcodeproj partial rewrite.
10
- [#565](https://github.com/CocoaPods/CocoaPods/pull/565)
15
+ [#565](https://github.com/CocoaPods/CocoaPods/issues/565)
11
16
  [#561](https://github.com/CocoaPods/CocoaPods/pull/561)
12
17
  - Performance improvements in the `Generating support files` phase.
13
18
  - Better support for editing existing projects and sorting groups.
data/lib/cocoapods.rb CHANGED
@@ -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.rc1'
15
+ VERSION = '0.16.0.rc2'
16
16
 
17
17
  class PlainInformative < StandardError
18
18
  end
@@ -1,4 +1,4 @@
1
- require 'xcodeproj/project'
1
+ require 'xcodeproj'
2
2
 
3
3
  # Xcodeproj::Project::Object::PBXCopyFilesBuildPhase.instance_eval do
4
4
  # def self.new_pod_dir(project, pod_name, path)
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.rc1
4
+ version: 0.16.0.rc2
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors:
@@ -256,7 +256,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
256
256
  version: '0'
257
257
  segments:
258
258
  - 0
259
- hash: -3426650805670667619
259
+ hash: -461875756056681187
260
260
  required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  none: false
262
262
  requirements: