Merge branch 'master' of github.com:CocoaPods/CocoaPods into command-list-added-pod-versions
Showing
... | @@ -12,12 +12,16 @@ group :development do | ... | @@ -12,12 +12,16 @@ group :development do |
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master' | 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 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master' | ||
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 "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', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
gem "rake" | gem 'rake', '~> 10.1.0' # Ruby 1.8.7 | ||
# For the integration tests | |||
gem "diffy" | |||
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 | ||
... | @@ -27,12 +31,15 @@ group :development do | ... | @@ -27,12 +31,15 @@ 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", :git => "https://github.com/alloy/kicker.git", :branch => "master" | ||
gem "awesome_print" | gem "awesome_print" | ||
gem "pry" | gem "pry" | ||
gem "diffy" | # The released gem leads to stack too deep when profiling a full run. | ||
gem "ruby-prof" | gem "ruby-prof", :git => "https://github.com/ruby-prof/ruby-prof.git" | ||
end | end | ||
group :documentation do | group :documentation do | ||
... | ... |
This diff is collapsed.
... | @@ -28,15 +28,17 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA | ... | @@ -28,15 +28,17 @@ 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.4.0' | s.add_runtime_dependency 'claide', '~> 0.5.0' | ||
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0' | s.add_runtime_dependency 'cocoapods-downloader', '~> 0.4.0' | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.14.1' | s.add_runtime_dependency 'xcodeproj', '~> 0.15.0' | ||
s.add_runtime_dependency 'cocoapods-try', '~> 0.2.0' | |||
s.add_runtime_dependency 'colored', '~> 1.2' | s.add_runtime_dependency 'colored', '~> 1.2' | ||
s.add_runtime_dependency 'escape', '~> 0.0.4' | s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
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_development_dependency 'bacon', '~> 1.1' | s.add_development_dependency 'bacon', '~> 1.1' | ||
... | ... |
File added
File added
File added
File added
File added
File added
File added
File added
File added
Please
register
or
sign in
to comment