aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Tests and fix for Bundler.require removing gems fromAndre Arko2011-01-191-2/+61
* fixing some useless assignment warningsAaron Patterson2011-01-181-1/+1
* what's cripping?Terence Lee2011-01-051-1/+1
* deprecation of Gem::LoadError#version_requirementTerence Lee2011-01-051-0/+51
* p.include? is not a legitimate path comparisonAndre Arko2010-11-041-0/+8
* clean up specs:Terence Lee2010-10-281-2/+2
* Go away useless use warningsAndre Arko2010-10-241-1/+1
* Ignore BUNDLE_GEMFILE='', since Hudson apparently can't unset ENVsAndre Arko2010-10-241-50/+45
* Umm we got rid of env.rb a while agoAndre Arko2010-10-242-162/+158
* make sure we don't accidentally find a Gemfile outside of source dir when tes...Sarah Allen2010-10-241-0/+10
* remove bundle :lockTerence Lee2010-10-133-51/+14
* remove lite_runtimeTerence Lee2010-10-131-14/+8
* The filesystem might not be writable during runtime when deployed.Carl Lerche2010-08-051-0/+19
* cache_path is the incorrect thing to check here.Carl Lerche2010-08-051-0/+6
* If the dependency's list of platforms does not contain the current platformFletcher Nichol2010-08-021-0/+32
* Fix output testsCarlhuda2010-08-021-1/+3
* Shim Gem.refresh (fixes a bug involving unicorn)Carlhuda2010-07-211-0/+15
* Don't swallow require failuresCarlhuda2010-07-201-0/+15
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-201-0/+29
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-201-2/+48
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-201-3/+4
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-191-0/+14
* Allows the location of binstubs to be specifiedCarl Lerche2010-07-131-11/+20
* Fixes a bug where lockfiles were being updated or created even in the face of...Carlhuda2010-07-121-0/+61
* Make generating bin stubs an optionCarl Lerche2010-07-091-4/+42
* Go back to generating ./bin/gem_bin_stubCarl Lerche2010-07-081-23/+4
* Improve bundling bundler logicCarlhuda2010-07-022-2/+2
* Add spec for gemspec require_path order in $LOAD_PATHAndre Arko2010-07-011-0/+18
* Ruby 1.9 does not track activated gems, so we cannot provide a helpful warnin...wycats2010-06-291-21/+25
* Raise an activation error if a rubygem is already activated that conflicts wi...Carlhuda2010-06-251-0/+27
* Git it all workingCarl Lerche2010-06-221-1/+25
* Add a runtime platform specCarl Lerche2010-06-221-0/+31
* Unpendify more specsCarl Lerche2010-06-092-61/+6
* Fix a passing spec that was spewing out errors.Carl Lerche2010-06-091-0/+4
* Rescue from spec materialization errorsCarl Lerche2010-06-071-0/+34
* Get the tests passing on 1.9Carl Lerche2010-06-062-10/+6
* Don't generate a stub for bundler in ~/.bundler/binCarl Lerche2010-06-051-0/+9
* 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