Gemfile in cocoapods-plugins-0.2.0 vs Gemfile in cocoapods-plugins-0.3.0
- old
+ new
@@ -1,15 +1,20 @@
source 'https://rubygems.org'
gemspec
group :development do
- gem 'cocoapods'
+ gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :branch => 'master'
+ gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git', :branch => 'master'
+ gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master'
+
gem 'bacon'
- gem 'coveralls', :require => false
gem 'mocha-on-bacon'
gem 'prettybacon'
+ gem 'vcr'
gem 'webmock'
+
if RUBY_VERSION >= '1.9.3'
+ gem 'codeclimate-test-reporter', :require => nil
gem 'rubocop'
end
end