Merge branch 'master' into xcodeproj-refactor
* master: Release 0.15.2 [Bundle] Update. [Gemspec] Require Xcodeproj 0.3.5. Remove stray puts. Update the lockfiles of the examples. [Gemfile] Install and remove dependency on letters gem. [LocalPod] Always use Pathname::glob. [Gemspec] Use spermy indicator for xcodeproj. [Specs] Complete revert of 8e72cbe1 Fixed a bug with the flags passed into `Dir.glob` Fixing a bug where `downcase` was being called on the list of used file paths Updated `clean_paths` and `expand_paths` methods to use `File::FNM_CASEFOLD` [Linter/Push] Properly singularize words in output. [Bundler] Update. [UI] Support for running CocoaPods without a terminal. [Git] Force a barebone repo for the cache. [Git] Code clean up. [LocalPod] Fixing clean paths Conflicts: lib/cocoapods/local_pod.rb
Showing
... | @@ -17,7 +17,6 @@ group :debugging do | ... | @@ -17,7 +17,6 @@ group :debugging do |
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0" | gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0" | ||
gem "awesome_print" | gem "awesome_print" | ||
gem "pry" | gem "pry" | ||
gem "letters" | |||
end | end | ||
group :documentation do | group :documentation do | ||
... | ... |
... | @@ -26,7 +26,7 @@ Gem::Specification.new do |s| | ... | @@ -26,7 +26,7 @@ Gem::Specification.new do |s| |
s.executables = %w{ pod } | s.executables = %w{ pod } | ||
s.require_paths = %w{ lib } | s.require_paths = %w{ lib } | ||
s.add_runtime_dependency 'xcodeproj', '>= 0.3.4' | s.add_runtime_dependency 'xcodeproj', '~> 0.3.5' | ||
s.add_runtime_dependency 'faraday', '~> 0.8.1' | s.add_runtime_dependency 'faraday', '~> 0.8.1' | ||
s.add_runtime_dependency 'octokit', '~> 1.7' | s.add_runtime_dependency 'octokit', '~> 1.7' | ||
... | ... |
Please
register
or
sign in
to comment