summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.0.6 with changelogAndre Arko2010-11-161-1/+1
* remove paths that lack git repos and then cloneAndre Arko2010-11-161-1/+5
* implementation to detect for older version of bundler than lockfileAndre Arko and Terence Lee2010-11-152-1/+7
* Performance improvementsYehuda Katz2010-11-152-21/+35
* Set the default gem homepage to an empty string, so rubygems will warnAndre Arko2010-11-141-1/+1
* Add mingw_18 and mingw19 as platform for mingw with 1.8 or 1.9 RUBY version.serge2010-11-141-9/+20
* mildly clean up locking with version, mostly whitespace and helpersAndre Arko2010-11-141-4/+2
* Refactor performance improvement to use upcoming RubyGems API by @tmm1Andre Arko2010-11-142-7/+16
* case betterAndre Arko2010-11-131-3/+4
* Closes #837. Add bundler version to lockfileTerence Lee2010-11-132-1/+15
* Don't unlock sources that are on a different platformAndre Arko2010-11-131-2/+2
* whitespaceAndre Arko2010-11-131-1/+1
* Performance improvements for resolvingYehuda Katz2010-11-132-3/+13
* Revert "don't sort the gem resolution if it was loaded from a lockfile"Andre Arko2010-11-132-14/+5
* Version 1.0.5 with changelogv1.0.5Andre Arko2010-11-131-1/+1
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-132-2/+2
* catch stdout and stderr while looking for sudov1.0.4Andre Arko2010-11-132-2/+2
* Version 1.0.4 with changelogAndre Arko2010-11-131-1/+1
* Add UI::Shell#shell= so we can disable color for --deploymentAndre Arko2010-11-132-2/+5
* 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-131-2/+1
* Install with RB_USER_INSTALL on BSDsAndre Arko2010-11-132-0/+2
* 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-111-1/+1
* Fix mingw? check to actually check for mingwAndre Arko2010-11-111-1/+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 Source::Rubygems#nameAndre Arko2010-11-111-8/+3
* Closes #707. bundle package removes .gem when source is changed to gitTerence 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-041-2/+2
* 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-031-1/+1
* 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