aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-0/+2
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-091-0/+69
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-051-2/+2
* Remove more old lock codeCarl Lerche2010-05-051-0/+1
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-2/+1
* Remove deprecated lock specsCarl Lerche2010-04-261-43/+0
* Loading Bundler in a bundle should leave gem's #load_paths aloneAndre Arko2010-04-231-1/+1
* Remove tests for backtrace-suppression that is now goneAndre Arko2010-04-231-32/+0
* Spec for error message when gemspecs raise LoadErrorsAndre Arko2010-04-231-0/+9
* There is no more need to separate SystemGems and BundlerGemsCarl Lerche2010-04-231-1/+2
* Fix the Gem::SourceIndex monkey patchingCarlhuda2010-04-222-25/+2
* Remove irrelevant testsCarlhuda2010-04-212-19/+0
* Start using the new lockfile format when installingCarlhuda2010-04-201-0/+2
* Require spec_helperCarlhuda2010-04-205-5/+5
* Merge in v0.9.21Andre Arko2010-04-173-47/+135
|\
| * Don't raise 'omg wtf' anymore. With spec. :PAndre Arko2010-04-161-1/+13
| * 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-141-32/+47
| * 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
| * Gemspecs must be eval'ed at the top level, not inside the Bundler classAndre Arko2010-04-101-4/+17
| * Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-101-6/+6
| * Don't call #setup after loading env.rb in Bundler.loadAndre Arko2010-04-101-5/+34
* | Merge 0.9.18Andre Arko2010-04-082-29/+77
|\|
| * Remove outdated pending specsCarlhuda2010-04-081-95/+0
| * Disable rubygems more fully when unlockedAndre Arko2010-04-081-28/+47
| * Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-081-1/+30
* | Remove outdated pending specsCarlhuda2010-04-071-95/+0
* | Merge in 0.9.17Andre Arko2010-04-072-1/+36
|\|
| * Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-1/+1
| * Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-0/+35
| * Clean up bundler.rb a bit, fix specAndre Arko2010-04-021-1/+2
| * Add Bundler.with_clean_env for blocks of ruby without a bundled envJoshua Hull2010-03-301-0/+15
| * Include executables in virtual gemspecsAndre Arko2010-03-241-4/+2
| * Remove debugging line from specsAndre Arko2010-03-231-1/+0
| * Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-0/+32
* | Change lib/bundler/setup to use env.rb if it existsAndre Arko2010-04-011-1/+2
* | Print a useful error if a gemspec require failsAndre Arko2010-03-301-11/+13
* | Add Bundler.with_clean_env for blocks of ruby without a bundled envJoshua Hull2010-03-291-0/+15
* | Change specs that test require order reflect actual use caseAndy Delcambre2010-03-251-5/+12
* | Store dependencies in the Gemfile.lock as an array, not a hashAndy Delcambre2010-03-251-0/+69
* | Include executables in virtual gemspecsAndre Arko2010-03-241-4/+2
* | Remove debugging line from specsAndre Arko2010-03-231-1/+0
* | Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-0/+32
|/
* Eval locked specs in context of their directory, tooAndre Arko2010-03-171-42/+88
* Add a failing test for a locked git-based gem without a gemspec.Eric Lindvall2010-03-171-0/+12
* Specification#loaded_from should return a String for fake specs, tooEric Lindvall2010-03-161-0/+2
* Don't print stderr output from specs if expectedAndre Arko2010-03-111-1/+1
* No more "useless use of ==" warningsAndre Arko2010-03-111-14/+14