aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-101-0/+22
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-091-0/+13
* Always sort rake first in the dependency listCarlhuda2010-03-091-2/+2
* Fix a bug introduced by monkey patching Gem::DependencyCarl Lerche2010-03-051-0/+18
* Fix specs so new locked require tests pass in the full suiteAndre Arko2010-03-021-48/+11
* Specs which demonstrate cause of the problem reported as #153.Rhett Sutphin2010-03-021-0/+36
* Ignore paths like GEM_HOME that are empty stringsAndre Arko2010-02-251-0/+13
* Remove pending from passing spec, un-nest unrelated specAndre Arko2010-02-251-16/+15
* Prioritize BUNDLE_PATH over GEM_PATHCarl Lerche2010-02-231-0/+13
* Maintain RG compatibility with Rubygems::Specification#loaded_fromCarlhuda2010-02-221-0/+19
* Remember the --without option for bundle installCarlhuda2010-02-221-0/+33
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-0/+17
* Fix Bundler on 1.9Carlhuda2010-02-161-0/+1