Merge remote-tracking branch 'origin/master' into number_prefix_preprocessor_definitions
Showing
| ... | ... | @@ -18,6 +18,7 @@ group :development do |
| cp_gem 'cocoapods-trunk', 'cocoapods-trunk' | ||
| cp_gem 'cocoapods-try', 'cocoapods-try' | ||
| cp_gem 'xcodeproj', 'Xcodeproj' | ||
| cp_gem 'molinillo', 'Molinillo' | ||
| gem 'bacon' | ||
| gem 'mocha' | ||
| ... | ... | @@ -28,15 +29,7 @@ group :development do |
| # Integration tests | ||
| gem 'diffy' | ||
| gem 'clintegracon' | ||
| if RUBY_VERSION >= '1.9.3' | ||
| gem 'rubocop' | ||
| end | ||
| if RUBY_PLATFORM.include?('darwin') | ||
| # Make Xcodeproj faster | ||
| gem 'libxml-ruby' | ||
| end | ||
| gem 'rubocop' | ||
| end | ||
| group :debugging do | ||
| ... | ... | @@ -44,12 +37,6 @@ group :debugging do |
| gem 'kicker' | ||
| gem 'awesome_print' | ||
| gem 'pry' | ||
| gem 'ruby-prof' | ||
| end | ||
| group :ruby_1_8_7 do | ||
| # 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.0' | ||
| gem 'activesupport', '< 4' | ||
| end |
| ... | ... | @@ -29,17 +29,17 @@ Gem::Specification.new do |s| |
| # Link with the version of CocoaPods-Core | ||
| s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" | ||
| s.add_runtime_dependency 'claide', '~> 0.7.0' | ||
| s.add_runtime_dependency 'xcodeproj', '~> 0.19.4' | ||
| s.add_runtime_dependency 'xcodeproj', '~> 0.20.0' | ||
| s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2' | ||
| s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' | ||
| s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1' | ||
| s.add_runtime_dependency 'cocoapods-trunk', '~> 0.3.1' | ||
| s.add_runtime_dependency 'molinillo', '~> 0.1.0' | ||
| 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 'activesupport', '>= 3.2.15' | ||
| s.add_runtime_dependency 'nap', '~> 0.8' | ||
| s.add_development_dependency 'bundler', '~> 1.3' | ||
| ... | ... | @@ -49,6 +49,6 @@ Gem::Specification.new do |s| |
| ## Make sure you can build the gem on older versions of RubyGems too: | ||
| s.rubygems_version = "1.6.2" | ||
| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
| s.required_ruby_version = '>= 1.8.7' | ||
| s.required_ruby_version = '>= 2.0.0' | ||
| s.specification_version = 3 if s.respond_to? :specification_version | ||
| end |
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment