summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with realworld bundler specsfix-backtracking-from-childHemant Kumar2013-07-221-3/+1
* Add spec for failing on conflicting childHemant Kumar2013-07-222-0/+26
* Fix some gems not getting resolved #2532 and 2464Hemant Kumar2013-07-211-1/+7
* 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
| * | Don't start additional thread if jobs == 1Kohei Suzuki2013-05-231-44/+59
| * | Improve messages for multi-threaded installationKohei Suzuki2013-05-234-7/+7
| * | Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-237-7/+21
| * | Add "--jobs, -j" optionKohei Suzuki2013-05-232-1/+4
| * | Run gem installation in parallelKohei Suzuki2013-05-231-1/+44
* | | Merge pull request #2497 from mipearson/with_cached_gemspecsAndre Arko2013-07-034-5/+46
|\ \ \
| * | | Discover new false-positive in cached gemspec test.Michael Pearson2013-06-121-8/+6
| * | | Ensure cached gemspec test doesn't lead to false positive from using repo1 gems.Michael Pearson2013-06-111-10/+13
| * | | Spec to ensure cached gemspecs are used when availableMichael Pearson2013-06-111-0/+17
| * | | Move spec cache dir discovery into rubygems_integration.rbMichael Pearson2013-06-112-10/+9
| * | | Prefer file:// gemspecs over cached gemspecsMichael Pearson2013-06-091-6/+5
| * | | Obtain gemspecs from the local system cache if available.Michael Pearson2013-06-091-4/+25
| |/ /
* | | Merge pull request #2487 from rahearn/outdated-dependency-infoAndre Arko2013-07-034-5/+18
|\ \ \
| * | | Implement Dependency#specific? for use with rubygems <= 1.7.2Ryan Ahearn2013-05-291-0/+7
| * | | Output outdated gems specified in Gemfile before those only in Gemfile.lockRyan Ahearn2013-05-281-3/+5
| * | | Display Gemfile dependency info in bundle outdated outputRyan Ahearn2013-05-283-4/+12
| |/ /
* | | Merge pull request #1624 from sunaku/manpathAndre Arko2013-07-031-0/+1
|\ \ \
| * | | set $MANPATH in Bundler::Runtime#setup_environmentSuraj N. Kurapati2012-01-132-0/+20
* | | | Merge pull request #2249 from dblock/debug-resolver-treeAndre Arko2013-07-034-5/+63
|\ \ \ \
| * | | | Add ENV[DEBUG_RESOLVER_TREE] which outputs the resolver tree when bundle inst...dblock2013-01-144-5/+63
* | | | | fix travis and tasks to matchAndre Arko2013-07-032-2/+3
* | | | | Merge branch '1-3-stable'Andre Arko2013-07-0331-68/+119
|\ \ \ \ \
| * | | | | Add info about `bundle env` to CHANGELOG.mdShannon Carey2013-07-031-0/+1
| * | | | | Merge pull request #2485 from bwillis/masterAndre Arko2013-07-033-4/+30
| |\ \ \ \ \