summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.9.240.9.24Andre Arko2010-04-222-3/+12
* Make bundler work under Rubygems 1.3.5.Brian Donovan2010-04-222-1/+2
* Fetch submodules for git sourcesAndre Arko2010-04-223-0/+30
* Fix exec to work with GEM_LOADEDAndre Arko2010-04-221-1/+1
* Sometimes gemspecs have absolute paths in them that are too longAndre Arko2010-04-222-17/+13
* Loading Bundler in a bundle should leave gem's #load_paths aloneAndre Arko2010-04-222-1/+22
* Don't write env.rb from inside an env.rb bundleAndre Arko2010-04-223-11/+23
* Use Bundler::GEM_LOADED for symmetry with Bundler::ENV_LOADEDAndre Arko2010-04-223-4/+5
* Pruning should handle directories and non-gem files in vendor/cacheAndre Arko2010-04-222-1/+7
* Remove tests for backtrace-suppression that is now goneAndre Arko2010-04-211-32/+0
* When Bundler is being bundled, bundle the current version of bundlerAndre Arko2010-04-213-4/+54
* Refactor arch spec a bitAndre Arko2010-04-211-7/+3
* Gems with a platform of "ruby" still need to be prunedAndre Arko2010-04-212-2/+3
* Fixes 'bundle lock' exception with GemCache source.Doug Barth2010-04-212-0/+11
* Don't call exit! if Bundler.setup has an exceptionAndre Arko2010-04-211-16/+10
* Don't try to regenerate env.rb if it is read-only (as on Heroku)Andre Arko2010-04-214-12/+35
* 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