- 19 May, 2014 1 commit
-
-
Michele authored
The guide has a lot more info, and mentions Rainforest.
-
- 17 May, 2014 2 commits
-
-
Olivier Halligon authored
-
Olivier Halligon authored
-
- 16 May, 2014 2 commits
-
-
Olivier Halligon authored
-
Olivier Halligon authored
-
- 13 May, 2014 2 commits
-
-
Fabio Pelosin authored
-
Olivier Halligon authored
-
- 07 May, 2014 1 commit
-
-
Olivier Halligon authored
-
- 04 May, 2014 3 commits
-
-
Kyle Fuller authored
[Sources] Use `git pull` with the `--ff-only` flag
-
Kyle Fuller authored
-
Kyle Fuller authored
This fixes issue where since we were using `--no-commit`, git was starting a merge but not committing it. Then subsequent `git pull`'s would result in the following error from git: > You have not concluded your merge (MERGE_HEAD exists). > Please, commit your changes before you can merge. This commit will mean that `--ff-only` is passed to `git pull` which means it wont rebase or merge. It will only allow a fast forward to progress with the pull. Fixes #2024
-
- 03 May, 2014 5 commits
-
-
Fabio Pelosin authored
-
Boris Bügling authored
-
Boris Bügling authored
-
Boris Bügling authored
-
Kyle Fuller authored
I'm sure everyone is going to hate me for doing this. Fixes #1771 Closes #1966
-
- 02 May, 2014 3 commits
-
-
Fabio Pelosin authored
Try to detect and remove local paths from error messages when generating...
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
- 01 May, 2014 16 commits
-
-
Kyle Fuller authored
Print current version when the repo/lockfile requires a higher version
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Fabio Pelosin authored
* segiddins-warn-for-deprecated-specs-on-install: [InstallerSpec] Check for deprecation message when spec.deprecated = true Warn for deprecated specs on install
-
Fabio Pelosin authored
Merge branch 'warn-for-deprecated-specs-on-install' of https://github.com/segiddins/CocoaPods into segiddins-warn-for-deprecated-specs-on-install * 'warn-for-deprecated-specs-on-install' of https://github.com/segiddins/CocoaPods: [InstallerSpec] Check for deprecation message when spec.deprecated = true Warn for deprecated specs on install
-
Samuel E. Giddins authored
-
Fabio Pelosin authored
* segiddins-warn-for-deprecated-specs-on-outdated: Update Changelog Refactored Command::Outdated to make it stub-able Warn for deprecated specs on outdated
-
Fabio Pelosin authored
Merge branch 'warn-for-deprecated-specs-on-outdated' of https://github.com/segiddins/CocoaPods into segiddins-warn-for-deprecated-specs-on-outdated * 'warn-for-deprecated-specs-on-outdated' of https://github.com/segiddins/CocoaPods: Update Changelog Refactored Command::Outdated to make it stub-able Warn for deprecated specs on outdated Conflicts: CHANGELOG.md
-
Fabio Pelosin authored
* segiddins-check-if-sudo-needed-for-gem-install: Conditionally include `sudo` in suggested update command
-
Fabio Pelosin authored
Merge branch 'check-if-sudo-needed-for-gem-install' of https://github.com/segiddins/CocoaPods into segiddins-check-if-sudo-needed-for-gem-install * 'check-if-sudo-needed-for-gem-install' of https://github.com/segiddins/CocoaPods: Conditionally include `sudo` in suggested update command Conflicts: spec/unit/sources_manager_spec.rb
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
Closes https://github.com/CocoaPods/CocoaPods/issues/2049
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Kyle Fuller authored
Helpful exception when reading version information with merge conflict
-
Kyle Fuller authored
Improved error message when pulling a spec repo raises
-
- 30 Apr, 2014 2 commits
-
-
Fabio Pelosin authored
Closes https://github.com/CocoaPods/CocoaPods/issues/2092
-
Kyle Fuller authored
Move repo update to install section of travis.yml
-
- 27 Apr, 2014 3 commits
-
-
Kyle Fuller authored
-
Kyle Fuller authored
-
Kyle Fuller authored
-