summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.0.10v1.0.10Andre Arko2011-02-011-1/+1
* Fix for Error w/ Ruby 1.9.2 and Rubygems 1.5jfelchner2011-02-011-1/+1
* Initialize Gem::SilentUIAndre Arko2011-02-011-0/+1
* Pass Gem::Specification.from_yaml a string containing the gemspec (instead of...Sam Umbach2011-01-241-2/+3
* implement encode_with to squash warnings from psychAaron Patterson2011-01-211-0/+6
* adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-214-0/+10
* Version bump to 1.0.9Andre Arko2011-01-191-1/+1
* Tests and fix for Bundler.require removing gems fromAndre Arko2011-01-191-1/+4
* Version 1.0.8Andre Arko2011-01-181-1/+1
* tell capistrano to run "bundle exec rake"Andre Arko2011-01-181-0/+1
* add test for bundle install --no-cache, fix --no-cache optionAndre Arko2011-01-181-1/+1
* Fix install option --no-cache to prevent updating the cache (reference commit...Brian Smith2011-01-181-1/+1
* --local option for bundler updategyngve2011-01-181-1/+4
* fixing some useless assignment warningsAaron Patterson2011-01-183-7/+6
* Rake already chdir()s into the Rakefile directory, so use thatAndre Arko2011-01-181-3/+3
* Use #load_gemspec to evaluate gemspec files specified in GemfileSam Umbach2011-01-171-1/+1
* Use less as default help pagerAndrey A.I. Sitnik2011-01-141-1/+1
* Allow bundler/vlad to work in vlad deploy scriptsEric Coleman2011-01-141-2/+2
* Fix group argument to bundle consoleAndre Arko and Terence Lee2011-01-141-2/+1
* clean up setupAndre Arko2011-01-131-4/+3
* Allow groups to be loaded again if they been clearedAndre Arko2011-01-131-1/+1
* Ignore Gemfile.lock and sort ignored filesErik Michaels-Ober2011-01-131-1/+2
* git method was checking the value of 0 (a Process::Status object) for the exi...Dave Smylie2011-01-121-1/+1
* deprecation of Gem::LoadError#version_requirementTerence Lee2011-01-052-3/+16
* Make it possible to override a .gemspec dependency's source in the Gemfilewycats2010-12-171-3/+0
* Stringify some paths for MacRubyAndre Arko2010-12-161-3/+3
* Use rubygems naming conventions, not our ownraggi2010-11-241-1/+1
* fuuuuu i don't careraggi2010-11-241-1/+1
* Version 1.0.7 with changelogv1.0.7Andre Arko2010-11-171-1/+1
* Reverts adding "bundler version to lockfile".Terence Lee2010-11-173-25/+6
* 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