Merge branch 'pod_update'
* pod_update: (37 commits) [Specification] Provide a meaningful error message if a subspec can't be found. Update lockfiles of examples. Handle pods in (case-insensitive) alphabetical order. [outdated] Don’t show pods that can't be checked. Fix outdated command. Improve Podfile.lock version when the `:head` option is used. Improve error message when a local source dir doesn't exist. Refactor and cleanup command source files. Don't break when a command isn't recognized and trying to show a help banner. Changelog. [Specs] Minor fix for Lockfile. [LocalSource] Specs. Changelog. Changelog. [Lockfile] Fix specs for grammar change. [Lockfile] Grammar. [LocalSource] Tuning. [Lockfile] Encode checksums only if supported. [ExternalSources] Better robustness :-) [Lockfile] Save checksums as string. ... Conflicts: CHANGELOG.md Gemfile.lock
Showing
... | ... | @@ -7,7 +7,7 @@ group :development do |
gem "mocha", "~> 0.11.4" | ||
gem "bacon" | ||
gem "kicker", "~> 3.0.0pre1" | ||
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0" | ||
gem "mocha-on-bacon" | ||
gem "rake" | ||
gem "rb-fsevent" | ||
... | ... |
lib/cocoapods/lockfile.rb
0 → 100644
This diff is collapsed.
spec/unit/lockfile_spec.rb
0 → 100644
Please
register
or
sign in
to comment