aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Forgot to save these changes inCarl Lerche2010-05-101-1/+4
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-092-2/+9
* Make sure extra RUBYOPT args don't cause spec failures.Brian Donovan2010-04-231-0/+10
* When Bundler is being bundled, bundle the current version of bundlerAndre Arko2010-04-231-2/+2
* cache command no longer prunes gems built with older rubygems versionsAndre Arko2010-04-231-0/+8
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-231-0/+4
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-232-2/+10
* Add Bundler to the `bundle exec` $LOAD_PATH, even while lockedAndre Arko2010-04-231-1/+1
* Fix platform specs so they are actually _capable_ of failingAndre Arko2010-04-232-3/+12
* Have bundler install to $GEM_HOME by default instead of ~/.bundle. This still...Carlhuda2010-04-221-3/+3
* Fix the Gem::SourceIndex monkey patchingCarlhuda2010-04-221-1/+1
* Remove temporary flex stuffCarlhuda2010-04-201-5/+1
* Write tests for the format of the new lockfileCarlhuda2010-04-201-1/+25
* Merge in v0.9.21Andre Arko2010-04-172-6/+26
|\
| * Load YAML gemspecsJoshua Hull2010-04-141-3/+11
| * Request regeneration of env.rb if it is out of sync with the lockfileAndre Arko2010-04-141-0/+1
| * Fix GitBuilder for Ruby 1.9, now that String#any? is goneAndre Arko2010-04-121-1/+1
| * Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-112-2/+14
* | Merge 0.9.18Andre Arko2010-04-083-5/+38
|\|
| * Add console commandJacques Crocker2010-04-082-5/+30
| * Disable rubygems more fully when unlockedAndre Arko2010-04-081-0/+8
* | Test adding new gems with child dependenciesCarlhuda2010-04-071-4/+15
* | Fix should_be_locked to check for the lockfile as wellCarlhuda2010-04-071-1/+2
* | temprorary flex_install command as 0.10 install is builtCarlhuda2010-04-071-1/+9
|/
* Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-071-0/+4
* Attempted spec for long-name tar error. Passes, though.Andre Arko2010-04-031-18/+22
* Fix exitcode checks to work on all rubiesAndre Arko2010-04-021-4/+10
* Update to not need special code for :branch (thanks JK)wycats2010-04-021-3/+14
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-1/+11
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-011-3/+12
* Remove broken rubygems plugins that only load in Ruby 1.9Andre Arko2010-03-301-22/+2
* Include executables in virtual gemspecsAndre Arko2010-03-241-0/+4
* Fix parenthesize warning in 1.9Andre Arko2010-03-131-1/+1
* Don't print stderr output from specs if expectedAndre Arko2010-03-111-7/+9
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-112-9/+95
* Use tsort to order specifications. It makes teh crazy work.Carl Lerche2010-03-091-1/+54
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-091-10/+13
* Always sort rake first in the dependency listCarlhuda2010-03-091-0/+13
* Added an open command, and show GEM for gem locations.Tom Ward2010-03-021-1/+2
* Get specs running on 1.9Carl Lerche2010-02-261-0/+1
* Respect --without when lockedCarl Lerche2010-02-261-0/+6
* Gems with implicit Rake dependencies (extensions << "Rakefile") work!Carlhuda2010-02-222-5/+19
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ru...Carlhuda2010-02-221-1/+1
* Testing execCarlhuda2010-02-221-0/+5
* Make the tests more platform agnostic -- all green on jrubyCarlhuda2010-02-161-0/+5
* Fix Bundler on 1.9Carlhuda2010-02-162-1/+1
* Quiet out spec outputCarlhuda2010-02-161-1/+2
* Move the bundle cache to BUNDLE_PATH/cache/bundlerCarlhuda2010-02-121-0/+4
* Namespace the default bundle path to support with the ruby engine and version.Carlhuda2010-02-121-2/+2
* Have the bundle command explode with a helpful error message if older version...Carl Lerche2010-02-101-0/+5