summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 0.9.260.9.26Andre Arko2010-06-081-1/+1
* Error on lockfiles generated by 0.10Andre Arko2010-06-071-1/+6
* Indicate that specifying a gem to 'bundle show' is optional.Ben Orenstein2010-05-141-1/+1
* Add install option --no-cache to prevent updating the cache.Andre Arko2010-05-121-1/+2
* Fix linebreak before install complete messageAndre Arko2010-05-082-5/+1
* Version 0.9.250.9.25Andre Arko2010-05-031-1/+1
* Fix newlines in output from install commandAndre Arko2010-05-032-2/+7
* fixed a bug with Ruby 1.9 caused by a Pathname API changeMatt Aimonetti2010-04-271-5/+4
* Convert Pathname to String before passing it to Pathname.globAndre Arko2010-04-261-1/+1
* Version 0.9.25.pre while it's in gitAndre Arko2010-04-221-1/+1
* Version 0.9.240.9.24Andre Arko2010-04-221-1/+1
* Make bundler work under Rubygems 1.3.5.Brian Donovan2010-04-221-0/+1
* Fetch submodules for git sourcesAndre Arko2010-04-221-0/+2
* 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-221-1/+13
* Loading Bundler in a bundle should leave gem's #load_paths aloneAndre Arko2010-04-221-1/+7
* Don't write env.rb from inside an env.rb bundleAndre Arko2010-04-222-11/+7
* 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-221-1/+1
* When Bundler is being bundled, bundle the current version of bundlerAndre Arko2010-04-211-2/+9
* Gems with a platform of "ruby" still need to be prunedAndre Arko2010-04-211-1/+1
* Fixes 'bundle lock' exception with GemCache source.Doug Barth2010-04-211-0/+3
* 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-213-12/+23
* Version 0.9.230.9.23Andre Arko2010-04-201-1/+1
* cache command should not prune gems for other platformsAndre Arko2010-04-201-0/+1
* actually fix the cache pruning codeAndre Arko2010-04-201-3/+6
* cache command no longer prunes gems built with older rubygems versionsAndre Arko2010-04-201-2/+3
* 0.9.23 prereleaseAndre Arko2010-04-201-1/+1
* Version 0.9.220.9.22Andre Arko2010-04-201-1/+1
* Fix up bundle init --gemspecJoshua Hull2010-04-201-3/+11
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-202-1/+17
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-192-1/+9
* Add Bundler to the `bundle exec` $LOAD_PATH, even while lockedAndre Arko2010-04-192-3/+7
* Ignore cached gems with the wrong platformAndre Arko2010-04-191-0/+1
* Clarify intent in lock/git_specAndre Arko2010-04-191-1/+0
* Version 0.9.21.preAndre Arko2010-04-191-1/+1
* 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-181-0/+2
* Check for env.rb via ENV_LOADED instead of respond_to?(:require)Andre Arko2010-04-182-2/+3
* Version 0.9.210.9.21Andre Arko2010-04-161-1/+1
* Don't raise 'omg wtf' anymore. With spec. :PAndre Arko2010-04-161-2/+1
* Version 0.9.200.9.20Andre Arko2010-04-151-1/+1
* Pretty error when trying to exec something that is not executableAndre Arko2010-04-151-0/+2
* Load YAML gemspecsJoshua Hull2010-04-141-1/+15
* Stop infinite recursion in locked bundles that include BundlerAndre Arko2010-04-141-2/+4
* Request regeneration of env.rb if it is out of sync with the lockfileAndre Arko2010-04-141-2/+11