summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make sure extra RUBYOPT args don't cause spec failures.Brian Donovan2010-04-233-3/+14
* Fetch submodules for git sourcesAndre Arko2010-04-221-0/+18
* Sometimes gemspecs have absolute paths in them that are too longAndre Arko2010-04-221-16/+0
* Loading Bundler in a bundle should leave gem's #load_paths aloneAndre Arko2010-04-221-0/+15
* Don't write env.rb from inside an env.rb bundleAndre Arko2010-04-221-0/+16
* Pruning should handle directories and non-gem files in vendor/cacheAndre Arko2010-04-221-0/+6
* 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-212-2/+45
* Refactor arch spec a bitAndre Arko2010-04-211-7/+3
* Gems with a platform of "ruby" still need to be prunedAndre Arko2010-04-211-1/+2
* Fixes 'bundle lock' exception with GemCache source.Doug Barth2010-04-211-0/+8
* Don't try to regenerate env.rb if it is read-only (as on Heroku)Andre Arko2010-04-211-0/+12
* cache command should not prune gems for other platformsAndre Arko2010-04-201-0/+18
* cache command no longer prunes gems built with older rubygems versionsAndre Arko2010-04-202-0/+19
* Fix up bundle init --gemspecJoshua Hull2010-04-201-2/+3
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-203-23/+55
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-193-2/+42
* 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-191-1/+1
* Ignore cached gems with the wrong platformAndre Arko2010-04-191-13/+32
* Fix platform specs so they are actually _capable_ of failingAndre Arko2010-04-193-11/+55
* Clarify intent in lock/git_specAndre Arko2010-04-191-7/+4
* Hugely improve the spec for locked git gems' full_gem_pathAndre Arko2010-04-191-8/+6
* Remove generated .gem files after installing a gem from a :pathAndre Arko2010-04-181-1/+11
* Check for env.rb via ENV_LOADED instead of respond_to?(:require)Andre Arko2010-04-182-3/+23
* Don't raise 'omg wtf' anymore. With spec. :PAndre Arko2010-04-161-1/+13
* Pretty error when trying to exec something that is not executableAndre Arko2010-04-151-0/+20
* Load YAML gemspecsJoshua Hull2010-04-142-4/+29
* Stop infinite recursion in locked bundles that include BundlerAndre Arko2010-04-141-0/+11
* 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-142-32/+48
* Pretty error from Bundle.setup when gems are missingAndre Arko2010-04-141-7/+17
* 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
* Spec for error on install after changing locked GemfileAndre Arko2010-04-111-2/+13
* Fetch git sources with --forceAndre Arko2010-04-111-0/+22
* Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-114-5/+55
* Gemspecs must be eval'ed at the top level, not inside the Bundler classAndre Arko2010-04-101-4/+17
* The shared helpers need to load Rubygems nowAndre Arko2010-04-101-2/+10
* Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-102-15/+21
* Don't call #setup after loading env.rb in Bundler.loadAndre Arko2010-04-101-5/+34
* Add console commandJacques Crocker2010-04-083-5/+132
* Remove outdated pending specsCarlhuda2010-04-081-95/+0
* Disable rubygems more fully when unlockedAndre Arko2010-04-082-28/+55
* Remove unneeded spec outputAndre Arko2010-04-081-3/+0
* Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-082-1/+55
* Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-072-0/+17
* Attempted spec for long-name tar error. Passes, though.Andre Arko2010-04-032-18/+42
* Don't print git gem shas twice during bundle showAndre Arko2010-04-031-0/+10