summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Update to not need special code for :branch (thanks JK)wycats2010-04-021-3/+14
* If an option is invalid, don't fail silentlywycats2010-04-021-0/+17
* Update cached gems after running `bundle install`Andre Arko2010-04-021-0/+15
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-023-1/+47
* Clean up bundler.rb a bit, fix specAndre Arko2010-04-021-1/+2
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-012-5/+30
* Remove broken rubygems plugins that only load in Ruby 1.9Andre Arko2010-03-302-29/+29
* Ensure git sources are checked out before using themJoshua Hull2010-03-301-0/+12
* Add Bundler.with_clean_env for blocks of ruby without a bundled envJoshua Hull2010-03-301-0/+15
* Add --gemspec option to `bundle init`Joshua Hull2010-03-301-0/+21
* Allow the VISUAL environment variable for GUI editorsTom Lea2010-03-301-2/+7
* Include executables in virtual gemspecsAndre Arko2010-03-243-21/+93
* Remove debugging line from specsAndre Arko2010-03-231-1/+0
* Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-0/+32
* Fix a bug where dependencies were not getting pulled in if the dependency typ...Carl Lerche2010-03-231-0/+20
* Fix exec'ing bins from gems with :path option set while lockedAndre Arko2010-03-181-8/+36
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-171-1/+14
* Quote all git paths, add a specAndre Arko2010-03-171-0/+10
* 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
* Give a specific, useful error if there are no sources in the GemfileAndre Arko2010-03-161-0/+9
* Ruby 1.9 has weird Rubygem plugin issues -- we need to fix thingsAndre Arko2010-03-161-1/+0
* Mark non-functional rubygems plugin spec 'pending'Andre Arko2010-03-131-0/+1
* Fix parenthesize warning in 1.9Andre Arko2010-03-131-1/+1
* Move syntax-error-fixing paren to the right placeAndre Arko2010-03-121-1/+1
* Fix syntax error on 1.9Andre Arko2010-03-121-1/+1
* Fix exec spec to run on linuxAndre Arko2010-03-121-1/+1
* Don't print stderr output from specs if expectedAndre Arko2010-03-114-11/+18
* No more "useless use of ==" warningsAndre Arko2010-03-115-18/+23
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-114-9/+111
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-101-0/+22
* Move around the install specsCarl Lerche2010-03-106-578/+586
* Use tsort to order specifications. It makes teh crazy work.Carl Lerche2010-03-092-2/+65
* Add more specs for multiple groupsCarlhuda2010-03-091-0/+32
* Add the ability to specify a gem in multiple groupsCarlhuda2010-03-091-43/+77
* Reorganize the install specsCarlhuda2010-03-091-183/+186
* Don't constantly reinstall packed gemsCarlhuda2010-03-091-0/+18
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-092-10/+26
* Install gems from the cache when present.Carlhuda2010-03-091-0/+26
* Don't fetch remote specs when running bundle install --without * multiple tim...Carlhuda2010-03-091-1/+8
* Fix `bundle check` when there are gems that are cached but not installedCarl Lerche2010-03-091-0/+19
* Always sort rake first in the dependency listCarlhuda2010-03-093-5/+24
* Add --gemfile option to bundle installAndre Arko2010-03-051-0/+15
* Fix a bug introduced by monkey patching Gem::DependencyCarl Lerche2010-03-051-0/+18
* Git#base_name should escape dirpath.hasimo2010-03-041-0/+9
* Use locked env.rb in `bundle exec` if it is available. Closes issue #177.Rhett Sutphin2010-03-041-0/+12
* Fix specs so new locked require tests pass in the full suiteAndre Arko2010-03-021-48/+11
* Added an open command, and show GEM for gem locations.Tom Ward2010-03-023-1/+42
* Specs which demonstrate cause of the problem reported as #153.Rhett Sutphin2010-03-021-0/+36