Merge branch 'master' into core-extraction
* master: (29 commits) Release 0.16.0 [RakeFile] More fixes for release task. [Gemspec] Require xcodeproj 0.4.0. [RakeFile] Minor fix for release task. [FileList] User rake 1.9.4. Release 0.16.0.rc5 [Travis] Need to wait a bit longer for standard Ruby 2 support. [Travis] Maybe I should use the alias? [Travis] Ruby 2.0.0 preview 1, yo! [Integrator] Properly detect if the lib has been integrated. [Lockfile] An inline podspec should always be considered needing installation. [CHANGELOG] Update with inline podspec deprecation. [Podfile] Update doc regarding the usage of `:podspec` instead of an inline spec. [Podfile] Inline specs are deprecated, use the `:podspec` option. Fix typo in podspec comments Release 0.16.0.rc4 [FileList] Fix for Rake 0.9.3 Fixed typo in spec template Release 0.16.0.rc3 [gemspec] Update Xcodeproj dependency. ... Conflicts: CHANGELOG.md Gemfile.lock cocoapods.gemspec lib/cocoapods.rb lib/cocoapods/installer/user_project_integrator.rb lib/cocoapods/lockfile.rb lib/cocoapods/podfile.rb lib/cocoapods/resolver.rb spec/functional/user_project_integrator_spec.rb
Showing
... | @@ -28,7 +28,7 @@ Gem::Specification.new do |s| | ... | @@ -28,7 +28,7 @@ Gem::Specification.new do |s| |
s.add_runtime_dependency 'cocoapods-core' | s.add_runtime_dependency 'cocoapods-core' | ||
s.add_runtime_dependency 'claide', '~> 0.1' | s.add_runtime_dependency 'claide', '~> 0.1' | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.4.0.rc1' | s.add_runtime_dependency 'xcodeproj', '~> 0.4.0' | ||
s.add_runtime_dependency 'faraday', '~> 0.8.1' | s.add_runtime_dependency 'faraday', '~> 0.8.1' | ||
s.add_runtime_dependency 'octokit', '~> 1.7' | s.add_runtime_dependency 'octokit', '~> 1.7' | ||
... | @@ -36,7 +36,7 @@ Gem::Specification.new do |s| | ... | @@ -36,7 +36,7 @@ Gem::Specification.new do |s| |
s.add_runtime_dependency 'escape', '~> 0.0.4' | s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
s.add_runtime_dependency 'json', '~> 1.7.3' | s.add_runtime_dependency 'json', '~> 1.7.3' | ||
s.add_runtime_dependency 'open4', '~> 1.3.0' | s.add_runtime_dependency 'open4', '~> 1.3.0' | ||
s.add_runtime_dependency 'rake', '~> 0.9.0' | s.add_runtime_dependency 'rake', '~> 0.9.4' | ||
s.add_runtime_dependency 'activesupport', '~> 3.2.6' | s.add_runtime_dependency 'activesupport', '~> 3.2.6' | ||
s.add_development_dependency 'bacon', '~> 1.1' | s.add_development_dependency 'bacon', '~> 1.1' | ||
... | ... |
Please
register
or
sign in
to comment