summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | cleanupTerence Lee2013-08-261-2/+1
* | When git gem install fails, don't suggest `gem install foo`Kir Shatrov2013-08-181-2/+6
* | shorten and add spaces to un-threadsafe warningAndre Arko2013-08-041-4/+3
* | Add RubygemsIntegration#provides?Andre Arko2013-08-041-1/+1
* | Do not use parallel installation on unsupported systemsHemant Kumar2013-07-301-1/+13
* | Refactor parallel worker code and make it work on jrubyHemant Kumar2013-07-291-3/+2
* | Fix to report post_install messagesKohei Suzuki2013-05-231-1/+5
* | Run installation in multiple processes unless host_os is WindowsKohei Suzuki2013-05-231-24/+22
* | Don't start additional thread if jobs == 1Kohei Suzuki2013-05-231-44/+59
* | Improve messages for multi-threaded installationKohei Suzuki2013-05-231-3/+2
* | Add "--jobs, -j" optionKohei Suzuki2013-05-231-1/+1
* | Run gem installation in parallelKohei Suzuki2013-05-231-1/+44
|/
* require rbconfig, fixes #2382Andre Arko2013-03-101-0/+1
* oh wonderful, I have invented log levelsAndre Arko2013-02-251-6/+6
* return to 1.x behaviour for --binstubsAndre Arko2013-02-131-2/+4
* squelch all output during local check resolveAndre Arko2013-02-131-2/+2
* Merge branch '1-2-stable'Andre Arko2013-02-121-0/+2
|\
| * inform users when resolver startsAndre Arko2013-02-121-0/+2
| * only hit RbConfig once vs every require for --standaloneTerence Lee2013-01-081-1/+2
| * make --standalone's setup.rb ruby version agnostic /cc @carllercheTerence Lee2013-01-071-1/+4
* | create a SecurityError that isn't a build issueAndre Arko2013-02-071-1/+1
* | don't suggest bins to --binstubs usersAndre Arko2013-01-221-2/+2
* | binstubs for gems with dev deps don't raiseAndre Arko2013-01-221-1/+1
* | only warn about skipping bins at the endAndre Arko2013-01-221-3/+15
* | warn about child dep bins on empty binstubsAndre Arko2013-01-221-0/+16
* | silently don't overwrite on --binstubsAndre Arko2013-01-221-11/+10
* | don't check for existing binstubs, just overwrite during installTerence Lee2013-01-091-1/+1
* | only hit RbConfig once vs every require for --standaloneTerence Lee2013-01-091-1/+2
* | make --standalone's setup.rb ruby version agnostic /cc @carllercheTerence Lee2013-01-091-1/+4
* | tell people how to use binstubs --force if skippingTerence Lee2012-12-281-1/+1
* | handle the case where the binstub already exists, also --forceTerence Lee2012-12-271-3/+14
* | initial implementation of a `bundle binstubs <gem>` commandTerence Lee2012-12-271-2/+2
* | fix all bundler codebase warningsAndre Arko2012-12-101-13/+15
|/
* Merge v1.1.4 from branch '1-1-stable'André Arko2012-05-271-0/+1
|\
| * print the backtrace of install errors in verbose modeAndre Arko2012-05-271-0/+1
* | Merge branch '1-1-stable'Terence Lee2012-03-141-1/+1
|\ \ | |/
| * raising Gem::InstallError is the worst possible thingAndre Arko2012-03-101-1/+1
* | Revert "Merge pull request #1615 from postmodern/data_dir"Terence Lee2012-03-081-4/+1
* | Moved lib/bundler/templates to data/bundler/templates.Postmodern2012-03-071-1/+4
* | More documentation for the run method on installerRyan Bigg2012-03-021-0/+8
* | Flesh out install documentation a bit moreRyan Bigg2012-03-021-2/+13
* | Add documentation for the run method in Bundler::InstallerRyan Bigg2012-03-021-0/+14
* | Fix typo in installer error messageDaniel Whalen2012-01-161-1/+1
|/
* don't change string quotation conventions.Charles Lowell2011-12-121-2/+2
* make executable stub runnable from anywhere not just its parent directory.Charles Lowell2011-12-121-1/+1
* Ensure binstubs generated when using --standalone point to the standalone bun...Charles Lowell2011-12-121-4/+22
* don't rescue install hook failuresv1.1.pre.9Andre Arko2011-09-191-0/+4
* Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-181-15/+26
|\
| * fix line break when gem install errorsAndre Arko2011-09-161-1/+2
| * Better gem install failure error, no backtraceAndre Arko2011-09-131-22/+25