summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back to the original Resolver-order require test, but explicitAndre Arko2010-02-162-3/+4
* Set Resolver order with explicit dependencyAndre Arko2010-02-162-3/+3
* make requires occur in the order that Resolver determinesBrandon Dimcheff2010-02-151-4/+31
* Fix bundle install for a locked app, when there isn't already a .bundle direc...Joshua Nichols2010-02-131-2/+2
* Allow string group names in GemfilesSimon Jefford2010-02-131-0/+13
* Only cleanup outdated bundlers, not all gemsAndre Arko2010-02-131-1/+1
* Move the bundle cache to BUNDLE_PATH/cache/bundler0.9.5Carlhuda2010-02-123-1/+9
* Namespace the default bundle path to support with the ruby engine and version.Carlhuda2010-02-122-2/+3
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-111-6/+28
* Have the bundle command explode with a helpful error message if older version...Carl Lerche2010-02-103-4/+15
* Spec that ensures that .bundle/environment.rb exists during bundle installCarl Lerche2010-02-101-0/+9
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-101-4/+17
* Generate .bundle/environment.rb on Bundle.setup if the bundle is locked and ....Carl Lerche2010-02-103-3/+19
* Merge remote branch 'bluehavana/master'Carl Lerche2010-02-101-1/+13
|\
| * Fixed relative path issue (for something like gem "sample", :path => "vendor/...bluehavana2010-02-091-1/+13
* | Separate bundle install foo and bundle install --disable-shared-gems.Carl Lerche2010-02-101-0/+40
* | Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-101-2/+26
* | Add a --relock option to bundle installCarlhuda2010-02-101-2/+11
* | Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-103-8/+34
|/
* Dump full details into Gemfile.lockAndy Delcambre2010-02-091-4/+36
* Make the error for the ssh git spec more genericCarl Lerche2010-02-071-1/+2
* Failing (semi-sleazy) spec for git@github.com-style git URLs and code to fix it.Wilson Bilkovich2010-02-071-2/+10
* Correct some spec 'describe' stringsWilson Bilkovich2010-02-072-4/+4
* bundle check exits with nonzero status if deps are unsatisfied. (Testable on ...Jeremy Kemper2010-02-062-8/+12