summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.5.1 with changelogv1.5.1Andre Arko2013-12-282-1/+7
|
* handle default gems in ruby 1.9Andre Arko2013-12-271-0/+4
|
* count default gems as installedAndre Arko2013-12-271-5/+3
| | | | fixes #2780
* Version 1.5.0 and changelogv1.5.0Andre Arko2013-12-262-1/+11
|
* reinstalls gem if gem dir is missing but spec existsTerence Lee2013-12-242-1/+25
| | | | | Conflicts: lib/bundler/source/rubygems.rb
* Merge pull request #2771 from TimMoore/thor-line-ending-backportSam Kottler2013-12-211-8/+8
|\ | | | | Cherry-pick erikhuda/thor@c06a272.
| * Cherry-pick erikhuda/thor@c06a272.Tim Moore2013-12-221-8/+8
|/ | | | Fixes #2734 (non-atomic line endings in output).
* Remove trailing whitespace from CHANGELOG.md.Tim Moore2013-12-201-1/+0
| | | This was causing quality_spec to fail.
* Version 1.5.0.rc.2 with changelogv1.5.0.rc.2Andre Arko2013-12-182-1/+13
| | | | [ci skip]
* pretty up the corrupted gem error messageAndre Arko2013-12-181-2/+4
|
* select returns arrays on ruby 1.8Andre Arko2013-12-181-6/+5
|
* older Rubygems doesn't have a resolverAndre Arko2013-12-181-3/+9
|
* RSpec version conflicts on 1.8 :cold_sweat:Andre Arko2013-12-182-2/+2
|
* we have to require resolv before 2.0Andre Arko2013-12-181-1/+2
|
* rubygems fixed thatAndre Arko2013-12-181-2/+0
|
* I am so terribleAndre Arko2013-12-181-1/+1
|
* Ensure the log directory existsAndre Arko2013-12-181-1/+2
|
* update SSL certs to match Rubygems masterAndre Arko2013-12-187-257/+85
|
* one logger per installer object, up to 1MB logAndre Arko2013-12-181-3/+10
|
* bring message in line with requirementAndre Arko2013-12-181-3/+4
|
* Log gem installation in install.log in .bundle dir of the appfetchers_fetchers_everywhereSmit Shah2013-12-181-1/+6
|
* readabilityAndre Arko2013-12-181-2/+4
|
* check before ensure in case of exceptionsAndre Arko2013-12-181-1/+1
|
* Refactored check_rubygems_cache_dir using group_bySmit Shah2013-12-181-12/+3
|
* Use each_with_object instead of reduceSmit Shah2013-12-181-4/+2
|
* Check rubygems cache dir to ensure no gems are corruptedSmit Shah2013-12-181-0/+28
|
* Rubygems thread-fix is avaliable from 2.0.7 onwardsSmit Shah2013-12-181-1/+1
|
* Removing monkey patch to rubygems build_extensionsSmit Shah2013-12-181-9/+0
| | | | | | As of Rubygems 2.0.7 build_extensions uses mutex to ensure thread-saftey, so no need to duplicate efforts in Bundler.
* instantiate one fetcher per downloadAndre Arko2013-12-181-1/+3
|
* run 1-5-stable tests on travisTerence Lee2013-12-171-0/+1
|
* fix build for Ruby 2.1.0Terence Lee2013-12-172-5/+12
|
* Revert "Update to rspec 2.99"Terence Lee2013-11-097-10/+10
| | | | This reverts commit a4c990c9bd4954b5f6d1a71acf1bc712119cb52d.
* Merge branch 'master' into 1-5-stablev1.5.0.rc.1Terence Lee2013-11-098-11/+11
|\
| * Merge pull request #2699 from arunagw/masterAndré Arko2013-11-091-1/+1
| |\ | | | | | | ruby-head warning removed
| | * ruby-head warning removedArun Agrawal2013-11-071-1/+1
| | |
| * | Update to rspec 2.99Erik Michaels-Ober2013-11-087-10/+10
| |/
| * Merge pull request #2698 from bundler/ssl_safe_forkTerence Lee2013-11-061-0/+6
| |\ | | | | | | close persistent connections before forking
| | * close persistent connections before forkingAndre Arko2013-11-061-0/+6
| | |
| * | Merge pull request #2697 from rhysd/fix/whichAndré Arko2013-11-061-1/+1
| |\ \ | | |/ | |/| Fix Bundler::which
| | * Fix Bundler::whichrhysd2013-11-071-1/+1
| |/ | | | | | | | | | | Bundler::which doesn't return nil if the argument is a name of directory. This is because File::executable? returns true when its argument is a name of directory. I fixed it with File::file?.
| * Merge pull request #2666 from zzak/patch-1André Arko2013-11-041-1/+1
| |\ | | | | | | add fork url to contributing section in README template to fix bundler/bundler#2665
| | * add fork url to contributing section in README template to fix ↵Zachary Scott2013-10-061-1/+1
| | | | | | | | | | | | bundler/bundler#2665
| * | Merge pull request #2685 from davidblondeau/outdated-strictAndré Arko2013-10-292-4/+28
| |\ \ | | | | | | | | bundle outdated --strict
| | * | Better description of outdated --strict proposed by @indirectDavid Blondeau2013-10-271-1/+1
| | | |
| | * | bundle outdated --strictDavid Blondeau2013-10-242-4/+28
| | | | | | | | | | | | | | | | Only reports newer versions that match dependency requirements
* | | | Version 1.5.0.rc.1Terence Lee2013-11-091-1/+1
| | | |
* | | | update changelog Version 1.5.0.rc.1Terence Lee2013-11-091-0/+21
| | | |
* | | | update missing man pagesTerence Lee2013-11-093-1/+11
| | | |
* | | | actually verify the parallel is actually doing things in parallelTerence Lee2013-11-092-2/+4
| | | |
* | | | fix update parallel specTerence Lee2013-11-091-3/+3
| | | |