Merge remote-tracking branch 'upstream/master'
Showing
... | @@ -14,15 +14,20 @@ group :development do | ... | @@ -14,15 +14,20 @@ group :development do |
gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master' | gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master' | ||
gem 'cocoapods-try', :git => 'https://github.com/CocoaPods/cocoapods-try.git', :branch => 'master' | gem 'cocoapods-try', :git => 'https://github.com/CocoaPods/cocoapods-try.git', :branch => 'master' | ||
gem 'rake', '~> 10.1.0' # Ruby 1.8.7 | |||
gem "mocha" | gem "mocha" | ||
gem "bacon" | gem "bacon" | ||
gem "mocha-on-bacon" | gem "mocha-on-bacon" | ||
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | gem 'prettybacon' | ||
gem 'rake', '~> 10.1.0' # Ruby 1.8.7 | gem 'webmock', "< 1.16" | ||
# For the integration tests | # For the integration tests | ||
gem "diffy" | 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 'mime-types', '< 2' # v2 is 1.9.x only | ||
gem 'coveralls', :require => false | gem 'coveralls', :require => false | ||
# Explicitly add this, otherwise it might sometimes be missing: | # Explicitly add this, otherwise it might sometimes be missing: | ||
... | @@ -31,11 +36,8 @@ group :development do | ... | @@ -31,11 +36,8 @@ group :development do |
end | end | ||
group :debugging do | 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 "rb-fsevent" | ||
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "master" | gem "kicker" | ||
gem "awesome_print" | gem "awesome_print" | ||
gem "pry" | gem "pry" | ||
# The released gem leads to stack too deep when profiling a full run. | # The released gem leads to stack too deep when profiling a full run. | ||
... | ... |
... | @@ -29,8 +29,8 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA | ... | @@ -29,8 +29,8 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
# Link with the version of CocoaPods-Core | # Link with the version of CocoaPods-Core | ||
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" | s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" | ||
s.add_runtime_dependency 'claide', '~> 0.5.0' | s.add_runtime_dependency 'claide', '~> 0.5.0' | ||
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.4.0' | s.add_runtime_dependency 'cocoapods-downloader', '~> 0.5.0' | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.15.0' | s.add_runtime_dependency 'xcodeproj', '~> 0.16.1' | ||
s.add_runtime_dependency 'cocoapods-try', '~> 0.2.0' | s.add_runtime_dependency 'cocoapods-try', '~> 0.2.0' | ||
s.add_runtime_dependency 'colored', '~> 1.2' | s.add_runtime_dependency 'colored', '~> 1.2' | ||
... | @@ -38,7 +38,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA | ... | @@ -38,7 +38,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
s.add_runtime_dependency 'json_pure', '~> 1.8' | s.add_runtime_dependency 'json_pure', '~> 1.8' | ||
s.add_runtime_dependency 'open4', '~> 1.3' | s.add_runtime_dependency 'open4', '~> 1.3' | ||
s.add_runtime_dependency 'activesupport', '>= 3.2.15', '< 4' | s.add_runtime_dependency 'activesupport', '>= 3.2.15', '< 4' | ||
s.add_runtime_dependency 'nap', '~> 0.5' | s.add_runtime_dependency 'nap', '~> 0.7' | ||
s.add_development_dependency 'bacon', '~> 1.1' | s.add_development_dependency 'bacon', '~> 1.1' | ||
... | ... |
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
File moved
Please
register
or
sign in
to comment