summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * use bundler.ui + wording changes for exception handlingRyan Wilcox2011-09-051-2/+4
| * put debugging information in an exception handler, instead of spamming outputRyan Wilcox2011-08-291-14/+17
| * Information on what gem we're starting to install, to ease debuggingRyan Wilcox2011-08-291-0/+2
* | make --standalone respect --pathCharles Lowell2011-08-191-3/+3
* | move spec_fetch_map/download gem logic to FetcherTerence Lee2011-07-241-1/+1
* | create Gemfile.lock for empty GemfilesTerence Lee2011-06-171-0/+1
* | Add more specs and don't print empty messagesChris Continanza2011-05-081-1/+0
* | Show post-install messagesChris Continanza2011-05-071-0/+6
* | Merge branch '1-0-stable'Andre Arko2011-04-281-8/+9
|\ \ | |/
| * Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-5/+1
| * sensible error when dead symlinks are passed to --path, with a testAndre Arko2011-04-111-3/+8
* | Merge branch '1-0-stable'Andre Arko2011-04-111-1/+1
|\ \ | |/
| * add a message explaining how to disable deployment if it's not passedAndre Arko2011-04-061-1/+1
| * Reverts adding "bundler version to lockfile".Terence Lee2010-11-171-4/+0
| * implementation to detect for older version of bundler than lockfileAndre Arko and Terence Lee2010-11-151-0/+4
* | Clean up writing out the standalone fileAndre Arko and Terence Lee2011-01-141-4/+2
* | Clean up standalonewycats2011-01-071-3/+5
* | Add support for bundle install --standalone, which will allow a bundle to wor...wycats2010-11-161-0/+32
|/
* Print the path gems were used/installed from in debug modeAndre Arko2010-11-051-0/+1
* Respect RbConfig::CONFIG['ruby_install_name'] on bundle install.KAKUTANI Shintaro2010-10-011-0/+1
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-0/+4