summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Add tests for parallel updateKenta Murata2013-11-091-0/+30
| | | |
* | | | Save the value of --jobs option into config fileKenta Murata2013-11-091-1/+6
| | | |
* | | | Add --jobs option for update commandKenta Murata2013-11-091-0/+2
| | | |
* | | | ruby directive :patchlevel should only take a stringTerence Lee2013-11-094-6/+37
| | | |
* | | | close persistent connections before forkingAndre Arko2013-11-091-0/+6
| | | |
* | | | Fix Bundler::whichrhysd2013-11-091-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?.
* | | | add fork url to contributing section in README template to fix ↵Zachary Scott2013-11-091-1/+1
| | | | | | | | | | | | | | | | bundler/bundler#2665
* | | | Better description of outdated --strict proposed by @indirectDavid Blondeau2013-11-091-1/+1
| | | |
* | | | bundle outdated --strictDavid Blondeau2013-11-092-4/+28
|/ / / | | | | | | | | | Only reports newer versions that match dependency requirements
* | | Merge pull request #2690 from steveklabnik/patch-1André Arko2013-10-281-0/+1
|\ \ \ | |/ / |/| | Properly require Capistrano version
| * | Properly require Capistrano versionSteve Klabnik2013-10-281-0/+1
|/ / | | | | If you don't do this, `Capistrano::Version` doesn't exist, so this whole thing blows up.
* | Merge pull request #2683 from tyler/bundler-to-the-pastXavier Shay2013-10-221-1/+1
|\ \ | | | | | | Rewrite history to send 1.3.4's changelog back to 2013.
| * | Rewrite history to send 1.3.4's changelog back to 2013.Tyler McMullen2013-10-221-1/+1
|/ /
* | use instance_methods to avoid warningsAndre Arko2013-10-212-11/+22
| | | | | | | | thanks @lmarburger!
* | slightly more straightforward rubygems integrationAndre Arko2013-10-211-17/+13
| |
* | oh no what a stupid typoAndre Arko2013-10-201-1/+1
| |
* | force platform so Rubygems 2.1 will install gemsAndre Arko2013-10-201-2/+2
| |
* | better spec namesAndre Arko2013-10-201-2/+2
| |
* | remove duplicate vendor testAndre Arko2013-10-201-12/+0
| |
* | this file is general hax, move it to hax.rbAndre Arko2013-10-202-1/+1
| |