Merge pull request #2153 from CocoaPods/trunk
Trunk
Showing
| ... | @@ -14,6 +14,7 @@ group :development do | ... | @@ -14,6 +14,7 @@ group :development do |
| 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 '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 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.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 'rake', '~> 10.1.0' # Ruby 1.8.7 | gem 'rake', '~> 10.1.0' # Ruby 1.8.7 | ||
| gem "mocha" | gem "mocha" | ||
| ... | ... |
| ... | @@ -33,6 +33,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA | ... | @@ -33,6 +33,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
| s.add_runtime_dependency 'cocoapods-downloader', '~> 0.5.0' | s.add_runtime_dependency 'cocoapods-downloader', '~> 0.5.0' | ||
| s.add_runtime_dependency 'cocoapods-plugins', '~> 0.1.0' | s.add_runtime_dependency 'cocoapods-plugins', '~> 0.1.0' | ||
| s.add_runtime_dependency 'cocoapods-try', '~> 0.2.0' | s.add_runtime_dependency 'cocoapods-try', '~> 0.2.0' | ||
| s.add_runtime_dependency 'cocoapods-trunk', '~> 0.0.1' | |||
| 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' | ||
| ... | ... |
Please
register
or
sign in
to comment