- 22 Oct, 2012 3 commits
-
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
- 21 Oct, 2012 1 commit
-
-
Fabio Pelosin authored
-
- 20 Oct, 2012 5 commits
-
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
* 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
-
Fabio Pelosin authored
-
- 19 Oct, 2012 9 commits
-
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
Letters was causing issues with the colored gem and apparently is not supported on 1.8.7.
-
Fabio Pelosin authored
This patch also removes the custom Pathname.glob based on Dir::glob. Related #572 and #602.
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
Clean paths fix
-
- 18 Oct, 2012 2 commits
-
-
Christopher Roach authored
-
Christopher Roach authored
-
- 17 Oct, 2012 1 commit
-
-
Christopher Roach authored
This change is an update to an earlier pull request to fix Issue https://github.com/CocoaPods/CocoaPods/pull/572.
-
- 15 Oct, 2012 1 commit
-
-
Fabio Pelosin authored
-
- 10 Oct, 2012 5 commits
-
-
Fabio Pelosin authored
Closes #550.
-
Fabio Pelosin authored
-
Fabio Pelosin authored
Closes #577. Closes #575.
-
Fabio Pelosin authored
Closes #581. Closes #569.
-
Fabio Pelosin authored
-
- 08 Oct, 2012 2 commits
-
-
Fabio Pelosin authored
Add support for .hh header files
-
Jonathan Penn authored
-
- 06 Oct, 2012 1 commit
-
-
Jonathan Penn authored
Need to support .hh files as headers to use the live555 rtp library. Followed the pattern of this commit: https://github.com/CocoaPods/CocoaPods/commit/f7587b16ffae55138df5a62949c2cc3ff2b98fae That fixed issue #244 solving the same situation for .hpp headers.
-
- 05 Oct, 2012 6 commits
-
-
Christopher Roach authored
The earlier fix for clean paths is forcing some directories to lower case which could cause some side effects. This fix removes the `File::FNM_CASEFOLD` flag from the call to `Dir.glob` and allows the OS to treat the directories as they wish. This makes the paths returned in the `clean_paths` method consistent with those returned in the `expanded_paths` method.
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Fabio Pelosin authored
-
Taras Kalapun authored
-
- 04 Oct, 2012 4 commits
-
-
Taras Kalapun authored
Podfile & Lockfile error handling
-
Taras Kalapun authored
-
Taras Kalapun authored
-
Fabio Pelosin authored
-