summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.4.0.pre.1 with changelogv1.4.0.pre.1Andre Arko2013-08-041-1/+1
* Use man instead of groffAleksey V Zapparov2013-08-051-11/+2
* shorten and add spaces to un-threadsafe warningAndre Arko2013-08-041-4/+3
* Add RubygemsIntegration#provides?Andre Arko2013-08-042-6/+22
* Merge pull request #2019 from luismreis/masterAndre Arko2013-08-041-0/+1
|\
| * Handle error messages caused by missing binary libraries.Luis Reis2012-07-081-0/+1
* | Merge pull request #2535 from ixti/issue-1028Andre Arko2013-08-041-1/+13
|\ \
| * | Improves sudo propmtAleksey V Zapparov2013-07-111-1/+13
* | | Merge pull request #2567 from bundler/make-paralle-fetch-jrubyAndre Arko2013-08-047-74/+150
|\ \ \
| * | | Do not use parallel installation on unsupported systemsHemant Kumar2013-07-301-1/+13
| * | | Add check for JRuby apart from Windows on build_extensions methodHemant Kumar2013-07-291-1/+1
| * | | Use newly introduced current_ruby method for platformHemant Kumar2013-07-292-2/+2
| * | | Push a fix for SharedHelpers.chdir not being threadsafeHemant Kumar2013-07-291-1/+1
| * | | Add parallel worker documentationHemant Kumar2013-07-293-0/+35
| * | | Refactor parallel worker code and make it work on jrubyHemant Kumar2013-07-295-71/+100
* | | | Retry requests to dependency API.ascherger2013-08-031-10/+17
* | | | Merge pull request #2569 from fuadsaud/github-httpsAndré Arko2013-08-011-1/+1
|\ \ \ \
| * | | | Use http:// instead of git:// on GitHub URL'sFuad Saud2013-07-261-1/+1
* | | | | Merge pull request #2573 from shtirlic/quiet_packageAndré Arko2013-08-011-0/+2
|\ \ \ \ \
| * | | | | Add --quiet option to bundle packageshtirlic2013-07-301-0/+2
| | |/ / / | |/| | |
* | | | | Add support for multiple gems in `bundle binstubs`Lucas Mazza2013-08-011-7/+15
* | | | | fix basic_auth for net-http-persistentAndre Arko2013-07-311-3/+3
* | | | | Update to drbrain/net-http-persistent@7dcbf7cd08ac8ad62426c11840cba3a40d8a42a8Andre Arko2013-07-311-38/+136
* | | | | Update to erikhuda/thor@2b347d4363c9b1bfeb4de2426d5c4edb054f2cedAndre Arko2013-07-313-9/+16
|/ / / /
* | | | Merge pull request #2564 from bundler/detect-cyclic-dependencyAndré Arko2013-07-292-16/+32
|\ \ \ \ | |/ / / |/| | |
| * | | clarify circular languageAndre Arko2013-07-281-6/+6
| * | | Extract the mutually dependent gems from error messageHemant Kumar2013-07-261-1/+9
| * | | Extract error message from TSort::Cyclic and printHemant Kumar2013-07-261-3/+4
| * | | Changed cyclic dependency error messageHemant Kumar2013-07-262-17/+18
| * | | Raise user friendly errors in case of Cyclic DependencyHemant Kumar2013-07-262-16/+22
* | | | Merge pull request #2536 from equinux/masterHemant Kumar2013-07-261-1/+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-111-1/+5
| | |/ / | |/| |
* | | | Load current_ruby from shared_helpers.rbHemant Kumar2013-07-253-8/+8
| |/ / |/| |
* | | 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 #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
| |/ /
* | | Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-131-0/+2
|/ /
* | Merge pull request #2510 from headius/stack_friendly_recursionAndre Arko2013-07-032-6/+103
|\ \
| * | 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-0314-27/+261
|\ \ \
| * | | 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