aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/runtime.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2536 from equinux/masterHemant Kumar2013-07-261-1/+5
|\ \
| * | Remove unnecessary quotes around bundler lib path. Dominique d'Argent2013-07-261-1/+1
| * | Use RUBYLIB instead of RUBYOPT to add the bundle lib path to ruby $LOAD_PATH.Dominique d'Argent2013-07-111-1/+5
* | | Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-131-0/+2
|/ /
* | Merge pull request #2376 from ogra/rubyoptwinAndré Arko2013-03-121-5/+1
|\ \
| * | remove quotes on RUBYOPT on WindowsToshiyuki Ogura2013-03-091-5/+1
* | | don't store dry-run as a settingTerence Lee2013-03-071-4/+4
|/ /
* | leave .bat gem bins tooAndre Arko2013-02-181-1/+2
* | set $MANPATH in Bundler::Runtime#setup_environmentSuraj N. Kurapati2013-02-171-0/+19
* | Accepts strings for group names. Fixes #2305Luis Lavena2013-02-091-0/+2
* | The fix for #1856 yields regressions on Linux/OSX so add a switch on Bundler:...Fabian Ruff2013-01-291-1/+5
* | Quote the Bundler lib path in case of spacesAndre Arko2013-01-231-2/+2
* | reraise errors requiring dashed gemsAndre Arko2013-01-231-1/+1
* | DRY up dry-run behavior in cleanWill Farrington2013-01-081-11/+5
* | Add --dry-run flag to cleanWill Farrington2013-01-061-9/+23
* | Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-12-081-3/+3
* | only delete cached .gits once instead of once per specAndre Arko2012-12-081-1/+7
* | Revert "Merge pull request #2186 from Empact/namespaced-loaderror"Andre Arko2012-11-281-3/+3
* | Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-11-261-3/+3
* | Revert "`clean` should not remove gems in the lockfile"Terence Lee2012-09-141-2/+2
* | Fix #2075. Return to old namespace behavior.Terence Lee2012-08-241-2/+3
* | raise the original error mesasge hereTerence Lee2012-08-141-1/+2
* | namespace gem require logic handles case where regex failsTerence Lee2012-08-141-1/+1
* | `clean` should not remove gems in the lockfileTerence Lee2012-08-081-2/+2
* | don't remove git sources with `clean`Terence Lee2012-08-081-1/+2
* | Prune git and path directories inside vendor/cache, closes #1988José Valim2012-07-171-19/+46
|/
* Revert "bundle exec does less work"Andre Arko2012-05-261-1/+21
* bundle exec does less worktomhuda2012-05-251-21/+1
* Just cache git and path is --all is given.José Valim2012-03-201-1/+1
* PERFORMANCE: bundle exec shouldn't run Bundler.setup just setting the right r...Santiago Pastorino2011-12-211-6/+6
* only auto-namespace requires for implied requiresAndre Arko2011-11-301-3/+2
* #1473 fix bundle clean output for git reposTerence Lee2011-11-301-3/+2
* use Bundler rubygems integration instead of Gem.bindrTerence Lee2011-11-201-1/+1
* #1532: use Gem.bindir and not spec.bindir for bundle cleanTerence Lee2011-11-201-1/+1
* #1490. Check for 7 char length git revision for bundle cleanTerence Lee2011-10-201-1/+1
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-271-1/+1
|\
| * Update activation error languageAndre Arko2011-09-211-1/+1
| * fixed runtimeJames Tucker2011-05-241-2/+2
* | --path detection for clean should be in cli.rbTerence Lee2011-09-171-2/+0
* | fixes #1390: Clean up cached git dirs in bundle cleanTerence Lee2011-09-131-0/+5
* | don't raise exceptions when trying slash namespaced requiresAndre Arko2011-08-281-1/+1
* | require namespaced files without breaking specsAndre Arko2011-08-251-1/+12
* | Y U NOT RUN SPECS, PAST SELFAndre Arko2011-08-251-16/+3
* | Also try to require name/space when gem is name-spaceAndre Arko2011-08-171-3/+16
* | properly handle nested gems in git repos with bundle cleanTerence Lee2011-08-161-1/+6
* | only iterate over the specs once in cleanTerence Lee2011-08-161-6/+12
* | in clean remove old .gem/.gemspec to fix old cleanTerence Lee2011-08-161-8/+15
* | bundle clean should clean up the cache gems, close #1293Gabriel Horner2011-08-051-0/+2
* | Revert `bundle benchmark` commandAndre Arko2011-06-111-2/+0
* | fixed runtimeJames Tucker2011-05-251-2/+2