Merge branch 'master' into lookback-pods-by-config
* master: (294 commits) Bundle: update cocoapods-core Bundle: update Xcodeproj Validator: check license only in root spec Bundle: udpate cocoapods-core Integration: update for Xcodeproj Specs: fix for changes to Xcodeproj Update integration specs for Xcodeproj Gem: update Xcodeproj dependency Integration: update acknowledgements Bundle: make xcodeproj faster on mac Update integration specs for Xcodeproj Bundle:update CI: disable Ruby 1.8.7 for now Xcodeproj: udpate Bundle: update cocoapods-trunk version [Sandbox] Evaluate podspecs from their original path [Install/Update] Clarify command description. Relates to #2270. [README] Flatten badges [Gemspec] Update to nap 0.8 Pod::Command::Spec::Lint::description update ... Conflicts: CHANGELOG.md Gemfile.lock spec/cocoapods-integration-specs
Showing
... | ... | @@ -10,31 +10,41 @@ group :development do |
# For more info see http://bundler.io/git.html#local | ||
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'lookback-pods-by-config' | ||
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master' | ||
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | ||
gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master' | ||
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | ||
gem 'cocoapods-try', :git => 'https://github.com/CocoaPods/cocoapods-try.git', :branch => 'master' | ||
gem 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.git', :branch => 'master' | ||
gem 'cocoapods-trunk', :git => 'https://github.com/CocoaPods/cocoapods-trunk.git', :branch => 'master' | ||
gem "mocha" | ||
gem 'rake', '~> 10.1.0' # Ruby 1.8.7 | ||
gem "mocha", '~> 1.0.0' # Issues with Ruby 2.0.0 on Travis | ||
gem "bacon" | ||
gem "mocha-on-bacon" | ||
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
gem "rake" | ||
gem 'prettybacon' | ||
gem 'webmock', "< 1.16" | ||
# For the integration tests | ||
gem "diffy" | ||
# Lock the current lowest requirement for ActiveSupport 3 to ensure we don't | ||
# re-introduce https://github.com/CocoaPods/CocoaPods/issues/1950 | ||
gem 'i18n', '0.6.4' | ||
gem 'mime-types', '< 2' # v2 is 1.9.x only | ||
gem 'coveralls', :require => false | ||
# Explicitly add this, otherwise it might sometimes be missing: | ||
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | ||
gem 'simplecov' | ||
if RUBY_PLATFORM.include?('darwin') | ||
# Make Xcodeproj faster | ||
gem 'libxml-ruby' | ||
end | ||
end | ||
group :debugging do | ||
# Only while we test the trunk app. | ||
gem 'cocoapods-trunk', :git => "https://github.com/alloy/cocoapods-trunk.git" | ||
gem "rb-fsevent" | ||
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "master" | ||
gem "kicker" | ||
gem "awesome_print" | ||
gem "pry" | ||
# The released gem leads to stack too deep when profiling a full run. | ||
... | ... |
... | ... | @@ -27,18 +27,20 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
s.require_paths = %w{ lib } | ||
# Link with the version of CocoaPods-Core | ||
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" | ||
s.add_runtime_dependency 'claide', '~> 0.4.0' | ||
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.3.0' | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.14.1' | ||
s.add_runtime_dependency 'cocoapods-try-release-fix', '~> 0.1.1' | ||
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" | ||
s.add_runtime_dependency 'claide', '~> 0.6.1' | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.18.0' | ||
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.6.1' | ||
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.2.0' | ||
s.add_runtime_dependency 'cocoapods-try', '~> 0.3.0' | ||
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.1.4' | ||
s.add_runtime_dependency 'colored', '~> 1.2' | ||
s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
s.add_runtime_dependency 'json_pure', '~> 1.8' | ||
s.add_runtime_dependency 'open4', '~> 1.3' | ||
s.add_runtime_dependency 'activesupport', '>= 3.2.15', '< 4' | ||
s.add_runtime_dependency 'nap', '~> 0.5' | ||
s.add_runtime_dependency 'nap', '~> 0.8' | ||
s.add_development_dependency 'bacon', '~> 1.1' | ||
... | ... |
No preview for this file type
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
spec/unit/executable_spec.rb
0 → 100644
File moved
Please
register
or
sign in
to comment