summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get specs running on 1.9Carl Lerche2010-02-262-0/+2
* Actually prioritize installed gems over vendor/cacheCarl Lerche2010-02-261-2/+13
* Respect --without when lockedCarl Lerche2010-02-262-6/+17
* Fix bundler on 1.8.7Carl Lerche2010-02-261-0/+1
* 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
* Make sure that gems are not reinstalled if they are packed and already on the...Carl Lerche2010-02-231-0/+15
* Prioritize BUNDLE_PATH over GEM_PATHCarl Lerche2010-02-231-0/+13
* Add block syntax to git and path in the Gemfile DSLCarl Lerche2010-02-232-0/+32
* Gems with implicit Rake dependencies (extensions << "Rakefile") work!Carlhuda2010-02-223-5/+31
* Expand paths passed via the :path optionAndre Arko2010-02-221-0/+12
* Maintain RG compatibility with Rubygems::Specification#loaded_fromCarlhuda2010-02-221-0/+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
* Refactor default_spec stuffCarlhuda2010-02-221-18/+0
* locking a path without a gemspec persists the default gemspec for the pathCarlhuda2010-02-221-0/+14
* Add failing exec after --without specAndre Arko2010-02-221-0/+18
* Fix quality spec failureCarlhuda2010-02-221-1/+1
* Fix testCarlhuda2010-02-221-1/+2
* Installation on a second machine after lock --without worksCarlhuda2010-02-221-0/+44
* Testing execCarlhuda2010-02-222-0/+20
* Remember the --without option for bundle installCarlhuda2010-02-222-1/+33
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-0/+17
* Fix a little bit of stupid in bundle install --without.Carl Lerche2010-02-211-2/+19
* Actually eval gemspecs in their parent directories, like the spec saysAndre Arko2010-02-191-1/+3
* Rescue gem build errors with a useful warningCarlhuda2010-02-191-0/+42
* Fixes default gemspec (which was not "valid")Carlhuda2010-02-194-4/+7
* Reinstate quality_specCarlhuda2010-02-195-7/+50
* bundle pack will cache and lockCarl Lerche2010-02-183-30/+52
* Rename bundle pack to bundle cacheCarl Lerche2010-02-182-6/+6
* Use the built in rubygem remote spec fetcherCarl Lerche2010-02-182-14/+1
* Don't print an install message for excluded gemsAndre Arko2010-02-171-0/+4
* Make the tests more platform agnostic -- all green on jrubyCarlhuda2010-02-165-2/+14
* Fix Bundler on 1.9Carlhuda2010-02-164-2/+5
* Quiet out spec outputCarlhuda2010-02-162-1/+3