summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.9.230.9.23Andre Arko2010-04-202-1/+8
* cache command should not prune gems for other platformsAndre Arko2010-04-202-0/+19
* actually fix the cache pruning codeAndre Arko2010-04-201-3/+6
* cache command no longer prunes gems built with older rubygems versionsAndre Arko2010-04-203-2/+22
* 0.9.23 prereleaseAndre Arko2010-04-201-1/+1
* Version 0.9.220.9.22Andre Arko2010-04-202-1/+20
* Fix up bundle init --gemspecJoshua Hull2010-04-202-5/+14
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-205-24/+72
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-195-3/+51
* Fix spec for gemspec with LoadErrorAndre Arko2010-04-191-2/+2
* Spec for error message when gemspecs raise LoadErrorsAndre Arko2010-04-191-0/+9
* Add Bundler to the `bundle exec` $LOAD_PATH, even while lockedAndre Arko2010-04-193-4/+8
* Fix `rake install` taskAndre Arko2010-04-191-1/+1
* Ignore cached gems with the wrong platformAndre Arko2010-04-192-13/+33
* Fix platform specs so they are actually _capable_ of failingAndre Arko2010-04-193-11/+55
* Clarify intent in lock/git_specAndre Arko2010-04-192-8/+4
* Version 0.9.21.preAndre Arko2010-04-191-1/+1
* Hugely improve the spec for locked git gems' full_gem_pathAndre Arko2010-04-191-8/+6
* Add GemspecError so it can be raisedAndre Arko2010-04-191-0/+1
* Don't try to remove a built gem unless it existsAndre Arko2010-04-181-6/+2
* Improve install/lock messagingAndre Arko2010-04-183-8/+9
* Creates checkout parent directory before cloning.Doug Barth2010-04-181-0/+1
* Remove generated .gem files after installing a gem from a :pathAndre Arko2010-04-182-1/+13
* Check for env.rb via ENV_LOADED instead of respond_to?(:require)Andre Arko2010-04-184-5/+26
* Version 0.9.210.9.21Andre Arko2010-04-162-1/+7
* Don't raise 'omg wtf' anymore. With spec. :PAndre Arko2010-04-162-3/+14
* Version 0.9.200.9.20Andre Arko2010-04-152-1/+14
* Pretty error when trying to exec something that is not executableAndre Arko2010-04-152-0/+22
* Load YAML gemspecsJoshua Hull2010-04-143-5/+44
* Stop infinite recursion in locked bundles that include BundlerAndre Arko2010-04-142-2/+15
* Fix typo in setup_specAndre Arko2010-04-141-1/+1
* Request regeneration of env.rb if it is out of sync with the lockfileAndre Arko2010-04-143-34/+59
* Pretty error from Bundle.setup when gems are missingAndre Arko2010-04-143-18/+34
* Version 0.9.190.9.19Andre Arko2010-04-122-1/+15
* Fix load specs for Ruby 1.9 now that system gems are on the LOAD_PATHAndre Arko2010-04-121-9/+5
* Fix GitBuilder for Ruby 1.9, now that String#any? is goneAndre Arko2010-04-121-1/+1
* Ensure Ruby 1.9 Rubygems is fully loaded in locked environmentsAndre Arko2010-04-121-1/+2
* Spec for error on install after changing locked GemfileAndre Arko2010-04-111-2/+13
* Print better error during install when you need to relockAndre Arko2010-04-113-2/+7
* Fetch git sources with --forceAndre Arko2010-04-112-2/+24
* Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-115-6/+62
* Gemspecs must be eval'ed at the top level, not inside the Bundler classAndre Arko2010-04-102-6/+19
* The shared helpers need to load Rubygems nowAndre Arko2010-04-104-4/+11
* Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-106-40/+50
* Don't call #setup after loading env.rb in Bundler.loadAndre Arko2010-04-103-9/+40
* Version 0.9.19.preAndre Arko2010-04-091-1/+1
* Version 0.9.180.9.18Andre Arko2010-04-082-1/+13
* Add console commandJacques Crocker2010-04-084-5/+142
* Remove outdated pending specsCarlhuda2010-04-081-95/+0
* Disable rubygems more fully when unlockedAndre Arko2010-04-085-33/+74