summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor resolver algorithm in its ownrefactor-resolverHemant Kumar2013-07-296-395/+449
* Merge pull request #2564 from bundler/detect-cyclic-dependencyAndré Arko2013-07-294-16/+61
|\
| * clarify circular languageAndre Arko2013-07-282-7/+8
| * Extract the mutually dependent gems from error messageHemant Kumar2013-07-261-1/+9
| * Extract error message from TSort::Cyclic and printHemant Kumar2013-07-263-4/+6
| * Changed cyclic dependency error messageHemant Kumar2013-07-262-17/+18
| * Raise user friendly errors in case of Cyclic DependencyHemant Kumar2013-07-264-16/+49
* | Merge pull request #2570 from kirs/no-warningsAndré Arko2013-07-281-1/+1
|\ \
| * | Use double instead of mock to avoid spec warningsKir Shatrov2013-07-281-1/+1
|/ /
* | Merge pull request #2536 from equinux/masterHemant Kumar2013-07-262-3/+23
|\ \
| * | Improve RUBYLIB example in exec spec.Dominique d'Argent2013-07-261-4/+5
| * | Remove unnecessary quotes around bundler lib path. Dominique d'Argent2013-07-261-1/+1
| * | Use RUBYLIB instead of RUBYOPT to add the bundle lib path to ruby $LOAD_PATH.Dominique d'Argent2013-07-112-3/+22
* | | Merge pull request #2562 from bundler/fix-current-ruby-for-execHemant Kumar2013-07-253-8/+8
|\ \ \ | |_|/ |/| |
| * | Load current_ruby from shared_helpers.rbHemant Kumar2013-07-253-8/+8
|/ /
* | expand contribute, mention aliasAndre Arko2013-07-241-9/+16
* | Merge pull request #2558 from jendiamond/bundlerfordev_docAndré Arko2013-07-241-2/+14
|\ \
| * | white space goneJen Diamond2013-07-231-3/+3
| * | deleted white spaces ?Jen Diamond2013-07-231-2/+2
| * | updates to Bundler for DevelopmentJen Diamond2013-07-231-32/+4
| * | updated the How to set up bundler for developmentJen Diamond2013-07-221-15/+27
| * | added documentation on how to set up Bundler for DevelopmentJen Diamond2013-07-221-0/+28
|/ /
* | Merge pull request #2553 from bundler/use-regular-catch-mriAndré Arko2013-07-222-2/+47
|\ \
| * | Add specs for safe_catchHemant Kumar2013-07-221-0/+37
| * | Use regular catch/throw on platforms other than jrubyHemant Kumar2013-07-221-2/+10
|/ /
* | Merge pull request #2541 from code-mancers/add-definition-docsHemant Kumar2013-07-212-11/+40
|\ \
| * | Add some documentation about definition classHemant Kumar2013-07-162-11/+40
| |/
* | Merge pull request #2547 from simi/require_true_changelogAndré Arko2013-07-181-0/+1
|\ \
| * | PR #2538 (allow `require: true` as an alias for `require: <name>`) CHANGELOG ...Josef Šimánek2013-07-181-0/+1
|/ /
* | Merge pull request #2545 from bundler/refactor-platform-detectionAndré Arko2013-07-183-81/+93
|\ \
| * | Extract Current Ruby version/platform detection from dependency.rbHemant Kumar2013-07-183-81/+93
* | | Update Gemfile man page with new require: true optionHemant Kumar2013-07-181-1/+4
* | | Merge pull request #2538 from ndbroadbent/allow_require_trueHemant Kumar2013-07-182-0/+11
|\ \ \ | |/ / |/| |
| * | Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-132-0/+11
| |/
* | Remove extraneous whitespaceHemant Kumar2013-07-161-1/+1
* | Merge pull request #2542 from bundler/add-codeclimate-badgeHemant Kumar2013-07-161-1/+3
|\ \ | |/ |/|
| * Add CodeClimate badgeHemant Kumar2013-07-161-1/+3
|/
* dammit, fumblefingersAndre Arko2013-07-031-1/+1
* Merge pull request #2510 from headius/stack_friendly_recursionAndre Arko2013-07-034-7/+109
|\
| * license whitespace spec fixAndre Arko2013-06-231-0/+1
| * Add and use a new catch/throw mechanism that's stack-friendly.Charles Oliver Nutter2013-06-232-6/+103
* | Merge pull request #2481 from eagletmt/parallel-installAndre Arko2013-07-0315-31/+263
|\ \
| * | Kill worker process when it is requested to stopKohei Suzuki2013-06-051-1/+8
| * | Set Thread#abort_on_exception locallyKohei Suzuki2013-06-041-2/+2
| * | Fix to report post_install messagesKohei Suzuki2013-05-231-1/+5
| * | Report exception to parent processKohei Suzuki2013-05-231-1/+14
| * | Move constants to use it from SharedHelpersKohei Suzuki2013-05-233-4/+7
| * | Run installation in multiple processes unless host_os is WindowsKohei Suzuki2013-05-237-35/+167
| * | Fix to use SharedHelpers.pwdKohei Suzuki2013-05-232-2/+2
| * | Remove unnecessary chdir to improve concurrencyKohei Suzuki2013-05-231-1/+1