Merge branch 'master' into pods-project-edit-feature
* master: [Project] Define CocoaPods build settings explicitely [Source] Don't load the specs in #search [Installer] Recreate and hide user schemes. [Xcodeproj] Adapt for interface change. [Gemfile] Use coveralls from rubygems [CHANGELOG] More tweaking related to Xcode 5 migration. [CHANGELOG] Try to reword notes related to Xcode 5. Depend on version 3.2 or greater of activesupport [Core] Add documentation_url DSL attribute to specification [Xcconfig] Reference vendored libraries & frameworks with a relative path [Fixtures] Sort the Pods project by name [Xcodeproj] Sort the Pods project by name [Bundle] udpate Remove stray debug puts New sentence works better here in the default podspec documentation. Fixed a typo on the word 'include' in the default podspec documentation. Conflicts: lib/cocoapods/installer.rb lib/cocoapods/installer/user_project_integrator/target_integrator.rb lib/cocoapods/project.rb spec/cocoapods-integration-specs spec/unit/installer/user_project_integrator/target_integrator_spec.rb spec/unit/project_spec.rb
Showing
| ... | ... | @@ -18,7 +18,7 @@ group :development do |
| gem "mocha-on-bacon" | ||
| gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
| gem "rake" | ||
| gem 'coveralls', :require => false, :git => 'https://github.com/lemurheavy/coveralls-ruby.git' | ||
| gem 'coveralls', :require => false | ||
| # Explicitly add this, otherwise it might sometimes be missing: | ||
| # https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | ||
| gem 'simplecov' | ||
| ... | ... |
| ... | ... | @@ -36,7 +36,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
| s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
| s.add_runtime_dependency 'json', '~> 1.8' | ||
| s.add_runtime_dependency 'open4', '~> 1.3' | ||
| s.add_runtime_dependency 'activesupport', '~> 3.0' | ||
| s.add_runtime_dependency 'activesupport', '~> 3.2' | ||
| s.add_development_dependency 'bacon', '~> 1.1' | ||
| ... | ... |
Please
register
or
sign in
to comment