summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.0.5 with changelogv1.0.5Andre Arko2010-11-132-1/+7
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-134-4/+4
* catch stdout and stderr while looking for sudov1.0.4Andre Arko2010-11-132-2/+2
* Version 1.0.4 with changelogAndre Arko2010-11-132-1/+26
* ENV["DEBUG"] is so ghettoAndre Arko2010-11-131-1/+1
* Add UI::Shell#shell= so we can disable color for --deploymentAndre Arko2010-11-132-2/+5
* remove identical duplicate specAndre Arko2010-11-131-17/+0
* fix the stubbed #build_gem to return a path like the real one doesAndre Arko2010-11-131-1/+3
* output the command GemHelper is running in verbose/debugAndre Arko2010-11-131-2/+4
* Use Thor logic to choose between Basic and Color shellsAndre Arko2010-11-131-1/+1
* UI#debug! if options["verbose"], remove silly CLI#plain_shellAndre Arko2010-11-131-8/+4
* Add Bundler::UI#debug! (already on if ENV["DEBUG"] is set)Andre Arko2010-11-131-1/+6
* Add debug output to bundler/setupAndre Arko2010-11-131-0/+1
* rescue failed shell-outs to `which`Andre Arko2010-11-132-3/+2
* Install with RB_USER_INSTALL on BSDsAndre Arko2010-11-132-0/+2
* Add a passing spec for ticket #636, but don't run it because it's slow :PAndre Arko2010-11-121-0/+41
* clean up bundle install argsAndre Arko2010-11-121-3/+6
* Fix docs for --no-color, add --verboseAndre Arko2010-11-121-1/+4
* more readable assignment and use of required_by (thanks @raggi)Andre Arko2010-11-121-1/+2
* Memoize Bundler#requires_sudo? (thanks @tmm1)Andre Arko2010-11-121-2/+5
* Add x86 CPU back to MINGW platform, with test for future regressionAndre Arko2010-11-113-9/+33
* Fix mingw? check to actually check for mingwAndre Arko2010-11-111-1/+1
* add missing #mingw to Spec::PlatformsAndre Arko2010-11-111-1/+5
* that was way too complicatedAndre Arko2010-11-111-8/+1
* a == b if c is silly... just use &&Andre Arko2010-11-111-1/+1
* remove dupe list of platformsAndre Arko2010-11-111-4/+1
* Add #debug to Bundler::UI in case it gets usedAndre Arko2010-11-111-0/+3
* Syntax errors are bad -_-Andre Arko2010-11-111-1/+1
* clean up the .gem generated in the specTerence Lee2010-11-111-0/+3
* clean up Source::Rubygems#nameAndre Arko2010-11-111-8/+3
* Closes #707. bundle package removes .gem when source is changed to gitTerence Lee2010-11-102-1/+15
* github is spelled with 1 tTerence Lee2010-11-101-1/+1
* fix regex that was mistakenly too greedyAndre Arko2010-11-081-1/+1
* Read the .gemspec instead of the .gem when possibleAndre Arko2010-11-081-0/+4
* Catch errors reading .gem files and report them with the pathAndre Arko2010-11-081-1/+7
* fix useless and nonsensical check for bundlerAndre Arko2010-11-081-1/+1
* Verbose now -V to not nerf version -vAndre Arko2010-11-051-1/+1
* Fix for wtf momentAndre Arko2010-11-051-1/+1
* Add --verbose/-v switch to enable DEBUG modeAndre Arko2010-11-051-0/+2
* Print the path gems were used/installed from in debug modeAndre Arko2010-11-051-0/+1
* Handle gemspecs that don't loadAndre Arko2010-11-041-0/+1
* p.include? is not a legitimate path comparisonAndre Arko2010-11-042-2/+10
* allow run() and ruby() spec helpers to take :env optionsAndre Arko2010-11-041-2/+4
* 'works' is the worst spec name everAndre Arko2010-11-041-2/+2
* stop trying to reach local rubygem sources via httpAndre Arko2010-11-031-4/+4
* Fix cache output when gem :path is inside bundled appAndre Arko2010-11-031-1/+1
* Expand Source::Path#path when comparing in #eql?Andre Arko2010-11-032-1/+12
* Refactor :bundle_roles so it works for cap and vlad, expand docsAndre Arko2010-11-022-14/+26
* Fix vlad.rb commentAndre Arko2010-11-021-1/+1
* Clean up line ending preservation, refactor and relocate specsAndre Arko2010-11-023-57/+37