summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the app config dir configurable through an environment variable.0-9-stableCarlhuda2010-08-097-9/+42
* Namespace GemfileChanged error correctlyAndre Arko2010-06-241-2/+2
* Fix lockfile too new messageAndre Arko2010-06-231-1/+1
* Remove the current-checkout prefix from the load path before testing it.Diego Elio 'Flameeyes' Pettenò2010-06-231-0/+5
* Make the older-version warning slightly more solid.Diego Elio 'Flameeyes' Pettenò2010-06-221-1/+1
* Make sure to only split by dashes the final part of the gem path.Diego Elio 'Flameeyes' Pettenò2010-06-221-1/+1
* Avid failing the read-only test when running as root.Diego Elio 'Flameeyes' Pettenò2010-06-221-0/+5
* git commands are case-sensitive (when the filesystem is, at least).Diego Elio 'Flameeyes' Pettenò2010-06-221-1/+1
* Give a useful error if your bundler is older than a gem requiresAndre Arko2010-06-221-2/+5
* Exit 1 if something goes wrong with bundle execAndre Arko2010-06-181-0/+2
* Rescue Zlib errors and print a useful messageAndre Arko2010-06-091-1/+5
* Version 0.9.260.9.26Andre Arko2010-06-081-1/+1
* Error on lockfiles generated by 0.10Andre Arko2010-06-072-3/+14
* 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-032-1/+8
* 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
* Make sure extra RUBYOPT args don't cause spec failures.Brian Donovan2010-04-233-3/+14
* Version 0.9.25.pre while it's in gitAndre Arko2010-04-221-1/+1
* 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