Merge branch 'master' into 0.17
* master: Update README.md Release 0.16.1 [Gemspec] Bump Xcodeproj to 0.4.1 [CHANGELOG] Update for Xcodeproj 0.4.1 and CocoaPods 0.16.1 Update bundle and make specs green. [Update Command] Remove duplicate option in help. Closes #725. Update previous patch to match code-style. Unpack tgz files into pod's root #727 If a repo isn't passed to push default to master Conflicts: CHANGELOG.md Gemfile.lock cocoapods.gemspec lib/cocoapods.rb lib/cocoapods/command/push.rb lib/cocoapods/command/update.rb lib/cocoapods/downloader/http.rb spec/functional/downloader_spec.rb spec/unit/http_spec.rb
Showing
... | @@ -35,7 +35,7 @@ Gem::Specification.new do |s| | ... | @@ -35,7 +35,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' | s.add_runtime_dependency 'xcodeproj', '~> 0.4.1' | ||
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' | ||
... | ... |
Please
register
or
sign in
to comment