summaryrefslogtreecommitdiff
path: root/spec/install
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4976 - bundler:seg-fix-eval-gemfile-path-sources, r=indirectHomu2016-09-171-0/+18
|\
| * [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-131-0/+18
* | Use Hashrocket => because we support Ruby 1.8.7JuanitoFatas2016-09-151-2/+2
* | Support specify engine by symbol in GemfileJuanitoFatas2016-09-151-0/+29
|/
* Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-071-0/+11
* Add a spec for platform_specific resolution / runtimeSamuel Giddins2016-08-251-0/+95
* Update spec for consistency with how Gem.ruby_version is usedSamuel Giddins2016-08-231-1/+1
* [Definition] Handle non-exact ruby version requirementsSamuel Giddins2016-08-231-19/+42
* Fix resolving when the gemfile has a ruby patch requirementSamuel Giddins2016-08-231-1/+1
* Use the resolver to resolve for ruby / rubygems versionsSamuel Giddins2016-08-231-7/+10
* test for a diagnostic error on ruby version failAndre Arko2016-08-231-2/+14
* Only validate gem checksums on RubyGems 2.3+seg-validate-checksumsSamuel Giddins2016-08-221-1/+1
* Distinguish tests for checksum mismatch & invalid checksumSamuel Giddins2016-08-221-1/+10
* Allow disabling checksum validationSamuel Giddins2016-08-221-1/+10
* Fix base64 regexp in compact index specSamuel Giddins2016-08-221-1/+1
* [RubyGemsGemInstaller] Validate checksums from the compact indexSamuel Giddins2016-08-221-0/+14
* Auto merge of #4784 - colby-swandale:path-already-exists-error-msg, r=indirectHomu2016-08-211-4/+4
|\
| * rework specs from previous commitColby2016-07-141-4/+4
* | Auto merge of #4704 - allenzhao:issue-4663, r=indirectHomu2016-08-161-0/+2
|\ \
| * | Add failing spec testAllen Zhao2016-08-151-0/+2
* | | fix standalone executable when dest of symlinkTerin Stock2016-08-121-2/+15
|/ /
* | Update case sensitivity spec to work on all FSseg-info-caseSamuel Giddins2016-08-101-1/+4
* | Add a spec for case conflicts on the compact indexSamuel Giddins2016-08-101-0/+17
* | Auto merge of #4831 - bundler:seg-offline-new-index, r=indirectHomu2016-08-091-0/+92
|\ \
| * | Add specs for allow_offline_installSamuel Giddins2016-08-051-0/+92
* | | Add a spec for unlocking when adding a dep & switching to a local sourceseg-unlock-localsSamuel Giddins2016-08-051-0/+21
|/ /
* | Remove 0.9 upgrade compatibilityseg-remove-environmentSamuel Giddins2016-08-031-26/+0
* | Update resolving specs for not printing errors immediatelyseg-expect-errSamuel Giddins2016-08-031-9/+5
* | Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-035-33/+33
* | Fix precondition negated matchingseg-unhack-vizSamuel Giddins2016-08-021-1/+1
* | Use `include_gem` as the matcher nameSamuel Giddins2016-08-0226-284/+284
* | [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-0226-287/+287
* | Auto merge of #4800 - bundler:seg-locked-resolve-keep-platforms, r=indirectHomu2016-07-262-3/+145
|\ \
| * | Update specs for improved gemspec detectionSamuel Giddins2016-07-241-1/+1
| * | [DSL] Add support for multi-platform gems with the `gemspec` methodSamuel Giddins2016-07-221-2/+12
| * | Reduce code de-duplication in gemspec specSamuel Giddins2016-07-221-28/+14
| * | Add specs for bundling with locked platform-specific gemspec deps on RUBYSamuel Giddins2016-07-211-0/+146
* | | Update a pair of specs to use the new source matchingseg-should-be-installed-sourceSamuel Giddins2016-07-242-4/+5
|/ /
* | [RuboCop] Update to 0.41.2Samuel Giddins2016-07-202-3/+6
* | [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
* | Add JRuby shebang to ruby_shebang? checkojab2016-07-162-3/+0
|/
* Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-136-17/+20
|\
| * Clean up outdated deprecation codeSamuel Giddins2016-07-051-3/+6
| * note that disable_multisource will be the defaultAndre Arko2016-07-051-3/+3
| * Add Bundler.ui.deprecateStefan Lance2016-07-055-14/+14
* | Update specs for using gem_repo2 which has rack 1.2Samuel Giddins2016-07-102-2/+2
* | Disallow updating gem_repo1 in the specsSamuel Giddins2016-07-102-11/+11
* | flatten rspec block nesting a bitAndre Arko2016-07-101-111/+109
* | respect required_ruby_versions when presentAndre Arko2016-07-101-12/+33
|/
* Auto merge of #4733 - bundler:seg-parallel-installer-namespace, r=segiddinsHomu2016-06-291-7/+7
|\