summaryrefslogtreecommitdiff
path: root/spec/install/gems/compact_index_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-10/+10
* Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-301-1/+1
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-2/+2
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-7/+7
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-9/+9
* Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-241-1/+1
* Let updater retry on HTTPRequestedRangeNotSatisfiable (416)Maxime Lapointe2018-08-271-0/+31
* Avoid request-bloat in double checking logicSamuel Giddins2017-09-131-2/+17
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-1/+1
* Update the specs for the new :deployment settingSamuel Giddins2017-07-191-2/+2
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-6/+5
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Avoid Range Not Satisfiable errors during normal request flowGrey Baker2017-07-041-0/+21
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-8/+75
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+1
* Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-231-0/+24
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-1/+1
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-1/+1
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
|/
* Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicatesSamuel Giddins2017-04-191-0/+12
* [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-3/+3
* Fix disable.checksum_validation to disable_checksum_validationDennis Suratna2017-02-271-1/+1
* Compare deps in a manner compatible with old RGsSamuel Giddins2017-02-131-1/+6
* Print a debug warning where the corrupted API deps came fromSamuel Giddins2017-02-131-2/+2
* Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-131-0/+11
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Auto merge of #5187 - bundler:seg-remove-fakeweb, r=segiddinsThe Bundler Bot2016-11-191-1/+1
|\
| * Replace fakeweb in the specs with artificeseg-remove-fakewebSamuel Giddins2016-11-181-1/+1
* | Fixed typoshiren mistry2016-11-171-1/+1
* | Converted message strings into HEREDOC for better readability.hiren mistry2016-11-171-1/+1
* | Improve gem checksum mismatch error message by telling users how to resolve it.hiren mistry2016-11-171-4/+11
|/
* spec for tmp change that fails on masteraa-use-tmpAndre Arko2016-10-041-0/+8
* Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-071-0/+11
* 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
* 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
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-34/+34
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-34/+34
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+2
* Safely store concurrent compact index downloadsDominic Cleal2016-05-101-0/+18
* [CompactIndex] Fall back when the user's home directory is not writableseg-compact-index-fallback-no-homeSamuel Giddins2016-05-061-0/+13
* [CompactIndex] Fall back when the versions checksum mismatchesseg-checksum-mismatch-errorSamuel Giddins2016-04-281-0/+14