cloudsmith-api 2.0.18 → 2.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/README.md +25 -4
- data/build.json +1 -1
- data/docs/CargoUpstream.md +25 -0
- data/docs/CargoUpstreamRequest.md +20 -0
- data/docs/CargoUpstreamRequestPatch.md +20 -0
- data/docs/GoUpstream.md +25 -0
- data/docs/GoUpstreamRequest.md +20 -0
- data/docs/GoUpstreamRequestPatch.md +20 -0
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +8 -0
- data/docs/PackageGroup.md +13 -0
- data/docs/PackagesApi.md +74 -0
- data/docs/ReposApi.md +1063 -261
- data/docs/RepositoryRetentionRules.md +1 -0
- data/docs/RepositoryRetentionRulesRequestPatch.md +1 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/UserApi.md +2 -2
- data/lib/cloudsmith-api/api/packages_api.rb +75 -0
- data/lib/cloudsmith-api/api/repos_api.rb +1274 -484
- data/lib/cloudsmith-api/api/user_api.rb +3 -3
- data/lib/cloudsmith-api/models/cargo_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/cargo_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/go_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/go_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/go_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/inline_response_200.rb +1 -1
- data/lib/cloudsmith-api/models/inline_response_200_1.rb +191 -0
- data/lib/cloudsmith-api/models/package_group.rb +249 -0
- data/lib/cloudsmith-api/models/repository_retention_rules.rb +11 -1
- data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +11 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +8 -0
- data/spec/api/packages_api_spec.rb +18 -0
- data/spec/api/repos_api_spec.rb +174 -0
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/models/cargo_upstream_request_patch_spec.rb +121 -0
- data/spec/models/cargo_upstream_request_spec.rb +121 -0
- data/spec/models/cargo_upstream_spec.rb +155 -0
- data/spec/models/go_upstream_request_patch_spec.rb +121 -0
- data/spec/models/go_upstream_request_spec.rb +121 -0
- data/spec/models/go_upstream_spec.rb +155 -0
- data/spec/models/inline_response_200_1_spec.rb +41 -0
- data/spec/models/package_group_spec.rb +71 -0
- data/spec/models/repository_retention_rules_request_patch_spec.rb +6 -0
- data/spec/models/repository_retention_rules_spec.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.1/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem_make.out +44 -48
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/mkmf.log +10 -10
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.c +72 -105
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/math.rb +1 -2
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTORS.md +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/README.md +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Rakefile +32 -16
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/backports.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/change.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/htmldiff.rb +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.github/workflows/ci.yml +2 -3
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/README.md +26 -1
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/changelog.md +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/compare_hashes.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/diff.rb +4 -1
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/Changelog.md +9 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_group.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/Changelog.md +154 -140
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/configuration.rb +23 -14
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/match.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/dsl.rb +6 -5
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/Changelog.md +159 -129
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/recorder.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_expectation.rb +36 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/test_double.rb +3 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_double.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/Changelog.md +77 -65
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/object_formatter.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/diff_helpers.rb +14 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/shell_out.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.1.9.gemspec → bigdecimal-3.2.1.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{diff-lcs-1.6.1.gemspec → diff-lcs-1.6.2.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.1.2.gemspec → hashdiff-1.2.0.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-3.13.0.gemspec → rspec-3.13.1.gemspec} +7 -7
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.13.3.gemspec → rspec-core-3.13.4.gemspec} +6 -6
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.5.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.5.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.2.gemspec → rspec-support-3.13.4.gemspec} +7 -7
- metadata +439 -407
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/compare_hashes.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.3.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.2.gemspec +0 -44
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bits.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CODE_OF_CONDUCT.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/LICENCE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Manifest.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/SECURITY.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/htmldiff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/ldiff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/COPYING.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/artistic.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/block.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/hunk.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/internals.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/ldiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff-lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/mise.toml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/change_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/diff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/123_x +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/456_x +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/aX +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/bXaX +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds1.csv +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds2.csv +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/empty +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file1.bin +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file2.bin +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines_with_missing_new_line +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/hunk_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/issues_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/lcs_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/ldiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/patch_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/sdiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_balanced_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_sequences_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rubocop.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.travis.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/hashdiff.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/linear_compare_array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/fork_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/did_you_mean.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/drb.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/filter_manager.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/hooks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/notifications.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/option_parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ordering.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/output_wrapper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/pending.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/rake_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/reporter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/world.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/expectation_target.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/fail_with.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/failure_aggregator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/handler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/all.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_within.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/change.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/compound.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/cover.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eq.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eql.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/equal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/exist.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/has.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/include.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/operators.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/output.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/yield.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/composable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/english_phrasing.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/fail_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_delegator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/order_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/method_signature_verifier.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support.rb +0 -0
@@ -1,12 +1,42 @@
|
|
1
1
|
### Development
|
2
|
-
[Full Changelog](
|
2
|
+
[Full Changelog](https://github.com/rspec/rspec/compare/rspec-mocks-v3.13.5...3-13-maintenance)
|
3
|
+
|
4
|
+
### 3.13.5 / 2025-05-27
|
5
|
+
[Full Changelog](https://github.com/rspec/rspec/compare/rspec-mocks-v3.13.4...rspec-mocks-v3.13.5)
|
6
|
+
|
7
|
+
Bug Fixes:
|
8
|
+
|
9
|
+
* Fix regression where a previous fix (rspec/rspec#214) would leave behind thread data
|
10
|
+
between tests. (Jon Rowe, rspec/rspec#219)
|
11
|
+
* Fix links in gemspec to point to monorepo / homepage. (Jon Rowe)
|
12
|
+
|
13
|
+
### 3.13.4 / 2025-05-05
|
14
|
+
[Full Changelog](https://github.com/rspec/rspec/compare/rspec-mocks-v3.13.3...rspec-mocks-v3.13.4)
|
15
|
+
|
16
|
+
Bug Fixes:
|
17
|
+
|
18
|
+
* Fix regression where nested stubbed method calls would inadvertently not be counted.
|
19
|
+
(Jon Rowe, rspec/rspec#214)
|
20
|
+
* Fix regression where keyword arguments would not be passed through to nested stubbed
|
21
|
+
method calls. (Jon Rowe, rspec/rspec#214)
|
22
|
+
|
23
|
+
### 3.13.3 / 2025-05-01
|
24
|
+
[Full Changelog](https://github.com/rspec/rspec/compare/rspec-mocks-v3.13.2...rspec-mocks-v3.13.3)
|
25
|
+
|
26
|
+
Bug Fixes:
|
27
|
+
|
28
|
+
* When stubbing methods using the `expect_any_instance_of` or `allow_any_instance_of`
|
29
|
+
ensure the stubbed method has the same visibility as the real method.
|
30
|
+
(Jon Rowe, rspec/rspec-mocks#1596)
|
31
|
+
* Prevent recursive calls to stubbed methods during stub invocation.
|
32
|
+
(James Dabbs, rspec/rspec#116, rspec/rspec#156)
|
3
33
|
|
4
34
|
### 3.13.2 / 2024-10-02
|
5
35
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.1...v3.13.2)
|
6
36
|
|
7
37
|
Bug Fixes:
|
8
38
|
|
9
|
-
* Support keyword arguments in callables passed to `and_invoke`. (Jon Rowe, #1595)
|
39
|
+
* Support keyword arguments in callables passed to `and_invoke`. (Jon Rowe, rspec/rspec-mocks#1595)
|
10
40
|
|
11
41
|
### 3.13.1 / 2024-05-08
|
12
42
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.0...v3.13.1)
|
@@ -14,21 +44,21 @@ Bug Fixes:
|
|
14
44
|
Bug Fixes:
|
15
45
|
|
16
46
|
* Use `RSpec::Support::Mutex` in `RSpec::Mocks::Proxy` to avoid issues from
|
17
|
-
stubbing `::Mutex#new`. (Eric Mueller, #1575)
|
47
|
+
stubbing `::Mutex#new`. (Eric Mueller, rspec/rspec-mocks#1575)
|
18
48
|
|
19
49
|
### 3.13.0 / 2024-02-04
|
20
50
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.7...v3.13.0)
|
21
51
|
|
22
52
|
Enhancements:
|
23
53
|
|
24
|
-
* Add an `array_excluding` matcher for arguments. (Zane Wolfgang Pickett, #1528)
|
54
|
+
* Add an `array_excluding` matcher for arguments. (Zane Wolfgang Pickett, rspec/rspec-mocks#1528)
|
25
55
|
|
26
56
|
### 3.12.7 / 2024-02-04
|
27
57
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.6...v3.12.7)
|
28
58
|
|
29
59
|
Bug Fixes:
|
30
60
|
|
31
|
-
* Reduce allocations from "any_instance" style mocks. (Carlos Palhares, #1479)
|
61
|
+
* Reduce allocations from "any_instance" style mocks. (Carlos Palhares, rspec/rspec-mocks#1479)
|
32
62
|
|
33
63
|
### 3.12.6 / 2023-07-11
|
34
64
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.5...v3.12.6)
|
@@ -36,7 +66,7 @@ Bug Fixes:
|
|
36
66
|
Bug Fixes:
|
37
67
|
|
38
68
|
* Fix an issue with `and_call_original` when using the `method_missing` fallback
|
39
|
-
with keyword arguments. (Igor Drozdov, #1552)
|
69
|
+
with keyword arguments. (Igor Drozdov, rspec/rspec-mocks#1552)
|
40
70
|
|
41
71
|
### 3.12.5 / 2023-03-30
|
42
72
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.4...v3.12.5)
|
@@ -44,16 +74,16 @@ Bug Fixes:
|
|
44
74
|
Bug Fixes:
|
45
75
|
|
46
76
|
* Fix compatibility issue with Rails where active_support monkey patches `with`
|
47
|
-
when using any instance. (Lachlan Sylvester, #1540)
|
77
|
+
when using any instance. (Lachlan Sylvester, rspec/rspec-mocks#1540)
|
48
78
|
|
49
79
|
### 3.12.4 / 2023-03-12
|
50
80
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.3...v3.12.4)
|
51
81
|
|
52
82
|
Bug Fixes:
|
53
83
|
|
54
|
-
* Fix an issue with asserting that Array#reverse is never called. (Brad Trick, #1533)
|
84
|
+
* Fix an issue with asserting that Array#reverse is never called. (Brad Trick, rspec/rspec-mocks#1533)
|
55
85
|
* Fix compatibility issue with Rails where active_support monkey patches `with`.
|
56
|
-
(Jean Boussier, #1531, #1534)
|
86
|
+
(Jean Boussier, rspec/rspec-mocks#1531, rspec/rspec-mocks#1534)
|
57
87
|
|
58
88
|
### 3.12.3 / 2023-01-17
|
59
89
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.2...v3.12.3)
|
@@ -61,7 +91,7 @@ Bug Fixes:
|
|
61
91
|
Bug Fixes:
|
62
92
|
|
63
93
|
* Fix keyword delegation in `send` for verifying doubles on Ruby 3.
|
64
|
-
(Charlie Honig, #1485)
|
94
|
+
(Charlie Honig, rspec/rspec-mocks#1485)
|
65
95
|
|
66
96
|
### 3.12.2 / 2023-01-07
|
67
97
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.1...v3.12.2)
|
@@ -69,24 +99,24 @@ Bug Fixes:
|
|
69
99
|
Bug Fixes:
|
70
100
|
|
71
101
|
* Fix implementation blocks for mocks using keyword arguments on Ruby 3.2.0.
|
72
|
-
(Adam Steel, #1508)
|
102
|
+
(Adam Steel, rspec/rspec-mocks#1508)
|
73
103
|
* Fix keyword argument assertions when mocking using `with` on Ruby 3.2.0.
|
74
|
-
(Slava Kardakov, Benoit Tigeot, Phil Pirozhkov, Benoit Daloze, #1514)
|
104
|
+
(Slava Kardakov, Benoit Tigeot, Phil Pirozhkov, Benoit Daloze, rspec/rspec-mocks#1514)
|
75
105
|
|
76
106
|
### 3.12.1 / 2022-12-10
|
77
107
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.0...v3.12.1)
|
78
108
|
|
79
109
|
Bug Fixes:
|
80
110
|
|
81
|
-
* Remove empty diff marker when a diff only contains console codes. (Jon Rowe, #1506)
|
82
|
-
* Show keyword vs hash diff marker when arguments are not `==` (Jon Rowe, #1506)
|
111
|
+
* Remove empty diff marker when a diff only contains console codes. (Jon Rowe, rspec/rspec-mocks#1506)
|
112
|
+
* Show keyword vs hash diff marker when arguments are not `==` (Jon Rowe, rspec/rspec-mocks#1506)
|
83
113
|
* Change check to detect frozen objects to rescue errors rather than
|
84
114
|
pre-empting by checking `frozen?` due to some objects mis-behaving.
|
85
|
-
(Keegan Roth, #1401)
|
115
|
+
(Keegan Roth, rspec/rspec-mocks#1401)
|
86
116
|
* Prevent unfulfilled expectations using `expect_any_instance_of` across a class
|
87
|
-
inheritance boundary from raising rather than failing. (Jon Rowe, #1496)
|
117
|
+
inheritance boundary from raising rather than failing. (Jon Rowe, rspec/rspec-mocks#1496)
|
88
118
|
* Prevent a misleading error message when using `allow(...).not_to` with
|
89
|
-
unsupported matchers. (Phil Pirozhkov, #1503)
|
119
|
+
unsupported matchers. (Phil Pirozhkov, rspec/rspec-mocks#1503)
|
90
120
|
|
91
121
|
### 3.12.0 / 2022-10-26
|
92
122
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.2...v3.12.0)
|
@@ -94,7 +124,7 @@ Bug Fixes:
|
|
94
124
|
Enhancements:
|
95
125
|
|
96
126
|
* Improve diff output when diffing keyword arguments against hashes.
|
97
|
-
(Jean Boussier, #1461)
|
127
|
+
(Jean Boussier, rspec/rspec-mocks#1461)
|
98
128
|
|
99
129
|
### 3.11.2 / 2022-10-25
|
100
130
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.1...v3.11.2)
|
@@ -103,9 +133,9 @@ Bug Fixes:
|
|
103
133
|
|
104
134
|
* Use the original implementation of `Class.new` to detect overridden definitions
|
105
135
|
of `new` rather than the owner, fixing detection of "double aliased" methods
|
106
|
-
in Ruby 3 and above. (Benoit Daloze, #1470, #1476)
|
136
|
+
in Ruby 3 and above. (Benoit Daloze, rspec/rspec-mocks#1470, rspec/rspec-mocks#1476)
|
107
137
|
* Support keyword argument semantics when constraining argument expectations using
|
108
|
-
`with` on Ruby 3.0+ with `instance_double` (Andrii Malyshko, #1473)
|
138
|
+
`with` on Ruby 3.0+ with `instance_double` (Andrii Malyshko, rspec/rspec-mocks#1473)
|
109
139
|
|
110
140
|
### 3.11.1 / 2022-03-31
|
111
141
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.0...v3.11.1)
|
@@ -114,7 +144,7 @@ Bug Fixes:
|
|
114
144
|
|
115
145
|
* Add extra `ruby2_keywords` calls to properly designate methods using
|
116
146
|
`*args` to pass keyword around, fixes an issue with TruffleRuby.
|
117
|
-
(Benoit Daloze, #1464)
|
147
|
+
(Benoit Daloze, rspec/rspec-mocks#1464)
|
118
148
|
|
119
149
|
### 3.11.0 / 2022-02-09
|
120
150
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.3...v3.11.0)
|
@@ -122,16 +152,16 @@ Bug Fixes:
|
|
122
152
|
Enhancements:
|
123
153
|
|
124
154
|
* Add `and_invoke` implementation for configuring responses to `receive`
|
125
|
-
(and `receive_messages`) with multiple callable objects. (Kyle Smith, #1411)
|
155
|
+
(and `receive_messages`) with multiple callable objects. (Kyle Smith, rspec/rspec-mocks#1411)
|
126
156
|
|
127
157
|
### 3.10.3 / 2022-01-28
|
128
158
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.2...v3.10.3)
|
129
159
|
|
130
160
|
Bug Fixes:
|
131
161
|
|
132
|
-
* Suppress warning by setting `$VERBOSE` to nil. (Nobuyoshi Nakada, #1414)
|
162
|
+
* Suppress warning by setting `$VERBOSE` to nil. (Nobuyoshi Nakada, rspec/rspec-mocks#1414)
|
133
163
|
* Support keyword argument semantics when constraining argument expectations using
|
134
|
-
`with` on Ruby 3.0+ (Yusuke Endoh, #1394)
|
164
|
+
`with` on Ruby 3.0+ (Yusuke Endoh, rspec/rspec-mocks#1394)
|
135
165
|
|
136
166
|
### 3.10.2 / 2021-01-27
|
137
167
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.1...v3.10.2)
|
@@ -139,12 +169,12 @@ Bug Fixes:
|
|
139
169
|
Bug Fixes:
|
140
170
|
|
141
171
|
* Support keyword arguments with `and_call_original` on Ruby 3.0.
|
142
|
-
(Bryan Powell, #1385)
|
172
|
+
(Bryan Powell, rspec/rspec-mocks#1385)
|
143
173
|
* `RSpec::Mocks::Constant#previously_defined?` is now always a boolean.
|
144
|
-
(Phil Pirozhkov, #1397)
|
174
|
+
(Phil Pirozhkov, rspec/rspec-mocks#1397)
|
145
175
|
* Support keyword arguments on Ruby 3.0 when used with `expect_any_instance_of`
|
146
176
|
or `allow_any_instance_of` with `and_call_original`.
|
147
|
-
(Jess Hottenstein, #1407)
|
177
|
+
(Jess Hottenstein, rspec/rspec-mocks#1407)
|
148
178
|
|
149
179
|
### 3.10.1 / 2020-12-27
|
150
180
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.10.0...v3.10.1)
|
@@ -152,7 +182,7 @@ Bug Fixes:
|
|
152
182
|
Bug Fixes:
|
153
183
|
|
154
184
|
* Issue `ArgumentError` rather than `TypeError` when unsupported methods on
|
155
|
-
unsupported objects are attempted to be stubbed. (@zhisme, #1357)
|
185
|
+
unsupported objects are attempted to be stubbed. (@zhisme, rspec/rspec-mocks#1357)
|
156
186
|
|
157
187
|
### 3.10.0 / 2020-10-30
|
158
188
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.1...v3.10.0)
|
@@ -160,9 +190,9 @@ Bug Fixes:
|
|
160
190
|
Enhancements:
|
161
191
|
* Add the ability to set a custom error generator in `MessageExpectation`.
|
162
192
|
This will allow rspec-expectations to inject a custom failure message.
|
163
|
-
(Benoit Tigeot and Nicolas Zermati, #1312)
|
193
|
+
(Benoit Tigeot and Nicolas Zermati, rspec/rspec-mocks#1312)
|
164
194
|
* Return the result of the block passed to `RSpec::Mocks.with_temporary_scope`
|
165
|
-
when block run. (@expeehaa, #1329)
|
195
|
+
when block run. (@expeehaa, rspec/rspec-mocks#1329)
|
166
196
|
|
167
197
|
### 3.9.1 / 2019-12-31
|
168
198
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.0...v3.9.1)
|
@@ -170,7 +200,7 @@ Enhancements:
|
|
170
200
|
Bug Fixes:
|
171
201
|
|
172
202
|
* Trigger `RSpec::Mocks.configuration.verifying_double_callbacks` when using
|
173
|
-
`allow_any_instance_of` or `expect_any_instance_of` (Daniel Orner, #1309)
|
203
|
+
`allow_any_instance_of` or `expect_any_instance_of` (Daniel Orner, rspec/rspec-mocks#1309)
|
174
204
|
|
175
205
|
### 3.9.0 / 2019-10-07
|
176
206
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.2...v3.9.0)
|
@@ -178,16 +208,16 @@ Bug Fixes:
|
|
178
208
|
Enhancements:
|
179
209
|
|
180
210
|
* Improve thread safety of message expectations by using Mutex to prevent
|
181
|
-
deadlocking errors. (Ry Biesemeyer, #1236)
|
211
|
+
deadlocking errors. (Ry Biesemeyer, rspec/rspec-mocks#1236)
|
182
212
|
* Add the ability to use `time` as an alias for `times`. For example:
|
183
213
|
`expect(Class).to receive(:method).exactly(1).time`.
|
184
|
-
(Pistos, Benoit Tigeot, #1271)
|
214
|
+
(Pistos, Benoit Tigeot, rspec/rspec-mocks#1271)
|
185
215
|
|
186
216
|
### 3.8.2 / 2019-10-02
|
187
217
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.1...v3.8.2)
|
188
218
|
|
189
219
|
* Allow `array_including` argument matchers to be nested.
|
190
|
-
(Emmanuel Delmas, #1291)
|
220
|
+
(Emmanuel Delmas, rspec/rspec-mocks#1291)
|
191
221
|
|
192
222
|
### 3.8.1 / 2019-06-13
|
193
223
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.0...v3.8.1)
|
@@ -195,7 +225,7 @@ Enhancements:
|
|
195
225
|
Bug Fixes:
|
196
226
|
|
197
227
|
* Ensure stubbing methods does not change their visibility.
|
198
|
-
(Kevin Boschert, #1277)
|
228
|
+
(Kevin Boschert, rspec/rspec-mocks#1277)
|
199
229
|
|
200
230
|
### 3.8.0 / 2018-08-04
|
201
231
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.0)
|
@@ -203,12 +233,12 @@ Bug Fixes:
|
|
203
233
|
Bug Fixes:
|
204
234
|
|
205
235
|
* Issue error when encountering invalid "counted" negative message expectations.
|
206
|
-
(Sergiy Yarinovskiy, #1212)
|
236
|
+
(Sergiy Yarinovskiy, rspec/rspec-mocks#1212)
|
207
237
|
* Ensure `allow_any_instance_of` and `expect_any_instance_of` can be temporarily
|
208
|
-
supressed. (Jon Rowe, #1228)
|
238
|
+
supressed. (Jon Rowe, rspec/rspec-mocks#1228)
|
209
239
|
* Ensure `expect_any_instance_of(double).to_not have_received(:some_method)`
|
210
240
|
fails gracefully (as its not supported) rather than issuing a `NoMethodError`.
|
211
|
-
(Maxim Krizhanovsky, #1231)
|
241
|
+
(Maxim Krizhanovsky, rspec/rspec-mocks#1231)
|
212
242
|
|
213
243
|
### 3.7.0 / 2017-10-17
|
214
244
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0...v3.7.0)
|
@@ -216,12 +246,12 @@ Bug Fixes:
|
|
216
246
|
Enhancements:
|
217
247
|
|
218
248
|
* Improve compatibility with `--enable-frozen-string-literal` option
|
219
|
-
on Ruby 2.3+. (Pat Allan, #1165)
|
249
|
+
on Ruby 2.3+. (Pat Allan, rspec/rspec-mocks#1165)
|
220
250
|
|
221
251
|
Bug Fixes:
|
222
252
|
|
223
253
|
* Fix `hash_including` and `hash_excluding` so that they work against
|
224
|
-
subclasses of `Hash`. (Aaron Rosenberg, #1167)
|
254
|
+
subclasses of `Hash`. (Aaron Rosenberg, rspec/rspec-mocks#1167)
|
225
255
|
|
226
256
|
### 3.6.0 / 2017-05-04
|
227
257
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta2...v3.6.0)
|
@@ -229,11 +259,11 @@ Bug Fixes:
|
|
229
259
|
Bug Fixes:
|
230
260
|
|
231
261
|
* Fix "instance variable @color not initialized" warning when using
|
232
|
-
rspec-mocks without rspec-core. (Myron Marston, #1142)
|
262
|
+
rspec-mocks without rspec-core. (Myron Marston, rspec/rspec-mocks#1142)
|
233
263
|
* Restore aliased module methods properly when stubbing on 1.8.7.
|
234
|
-
(Samuel Giddins, #1144)
|
264
|
+
(Samuel Giddins, rspec/rspec-mocks#1144)
|
235
265
|
* Allow a message chain expectation to be constrained by argument(s).
|
236
|
-
(Jon Rowe, #1156)
|
266
|
+
(Jon Rowe, rspec/rspec-mocks#1156)
|
237
267
|
|
238
268
|
### 3.6.0.beta2 / 2016-12-12
|
239
269
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta1...v3.6.0.beta2)
|
@@ -242,16 +272,16 @@ Enhancements:
|
|
242
272
|
|
243
273
|
* Add new `without_partial_double_verification { }` API that lets you
|
244
274
|
temporarily turn off partial double verification for an example.
|
245
|
-
(Jon Rowe, #1104)
|
275
|
+
(Jon Rowe, rspec/rspec-mocks#1104)
|
246
276
|
|
247
277
|
### 3.6.0.beta1 / 2016-10-09
|
248
278
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0...v3.6.0.beta1)
|
249
279
|
|
250
280
|
Bug Fixes:
|
251
281
|
|
252
|
-
* Return the test double instance form `#freeze` (Alessandro Berardi, #1109)
|
282
|
+
* Return the test double instance form `#freeze` (Alessandro Berardi, rspec/rspec-mocks#1109)
|
253
283
|
* Allow the special logic for stubbing `new` to work when `<Class>.method` has
|
254
|
-
been redefined. (Proby, #1119)
|
284
|
+
been redefined. (Proby, rspec/rspec-mocks#1119)
|
255
285
|
|
256
286
|
### 3.5.0 / 2016-07-01
|
257
287
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0.beta4...v3.5.0)
|
@@ -259,14 +289,14 @@ Bug Fixes:
|
|
259
289
|
Enhancements:
|
260
290
|
|
261
291
|
* Provides a nice string representation of
|
262
|
-
`RSpec::Mocks::MessageExpectation` (Myron Marston, #1095)
|
292
|
+
`RSpec::Mocks::MessageExpectation` (Myron Marston, rspec/rspec-mocks#1095)
|
263
293
|
|
264
294
|
### 3.5.0.beta4 / 2016-06-05
|
265
295
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0.beta3...v3.5.0.beta4)
|
266
296
|
|
267
297
|
Enhancements:
|
268
298
|
|
269
|
-
* Add `and_throw` to any instance handling. (Tobias Bühlmann, #1068)
|
299
|
+
* Add `and_throw` to any instance handling. (Tobias Bühlmann, rspec/rspec-mocks#1068)
|
270
300
|
|
271
301
|
### 3.5.0.beta3 / 2016-04-02
|
272
302
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0.beta2...v3.5.0.beta3)
|
@@ -274,9 +304,9 @@ Enhancements:
|
|
274
304
|
Enhancements:
|
275
305
|
|
276
306
|
* Issue warning when attempting to use unsupported
|
277
|
-
`allow(...).to receive(...).ordered`. (Jon Rowe, #1000)
|
307
|
+
`allow(...).to receive(...).ordered`. (Jon Rowe, rspec/rspec-mocks#1000)
|
278
308
|
* Add `rspec/mocks/minitest_integration`, to properly integrate rspec-mocks
|
279
|
-
with minitest. (Myron Marston, #1065)
|
309
|
+
with minitest. (Myron Marston, rspec/rspec-mocks#1065)
|
280
310
|
|
281
311
|
### 3.5.0.beta2 / 2016-03-10
|
282
312
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0.beta1...v3.5.0.beta2)
|
@@ -284,12 +314,12 @@ Enhancements:
|
|
284
314
|
Enhancements:
|
285
315
|
|
286
316
|
* Improve error message displayed when using `and_wrap_original` on pure test
|
287
|
-
doubles. (betesh, #1063)
|
317
|
+
doubles. (betesh, rspec/rspec-mocks#1063)
|
288
318
|
|
289
319
|
Bug Fixes:
|
290
320
|
|
291
321
|
* Fix issue that prevented `receive_message_chain(...).with(...)` working
|
292
|
-
correctly on "any instance" mocks. (Jon Rowe, #1061)
|
322
|
+
correctly on "any instance" mocks. (Jon Rowe, rspec/rspec-mocks#1061)
|
293
323
|
|
294
324
|
### 3.5.0.beta1 / 2016-02-06
|
295
325
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.4.1...v3.5.0.beta1)
|
@@ -297,20 +327,20 @@ Bug Fixes:
|
|
297
327
|
Bug Fixes:
|
298
328
|
|
299
329
|
* Allow `any_instance_of(...).to receive(...)` to use `and_yield` multiple
|
300
|
-
times. (Kilian Cirera Sant, #1054)
|
330
|
+
times. (Kilian Cirera Sant, rspec/rspec-mocks#1054)
|
301
331
|
* Allow matchers which inherit from `rspec-mocks` matchers to be used for
|
302
|
-
`allow`. (Andrew Kozin, #1056)
|
332
|
+
`allow`. (Andrew Kozin, rspec/rspec-mocks#1056)
|
303
333
|
* Prevent stubbing `respond_to?` on partial doubles from causing infinite
|
304
|
-
recursion. (Jon Rowe, #1013)
|
334
|
+
recursion. (Jon Rowe, rspec/rspec-mocks#1013)
|
305
335
|
* Prevent aliased methods from disapearing after being mocked with
|
306
|
-
`any_instance` (regression from #1043). (Joe Rafaniello, #1060)
|
336
|
+
`any_instance` (regression from rspec/rspec-mocks#1043). (Joe Rafaniello, rspec/rspec-mocks#1060)
|
307
337
|
|
308
338
|
### 3.4.1 / 2016-01-10
|
309
339
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.4.0...v3.4.1)
|
310
340
|
|
311
341
|
Bug Fixes:
|
312
342
|
|
313
|
-
* Fix `any_instance` to work properly on Ruby 2.3. (Joe Rafaniello, #1043)
|
343
|
+
* Fix `any_instance` to work properly on Ruby 2.3. (Joe Rafaniello, rspec/rspec-mocks#1043)
|
314
344
|
|
315
345
|
### 3.4.0 / 2015-11-11
|
316
346
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.2...v3.4.0)
|
@@ -318,18 +348,18 @@ Bug Fixes:
|
|
318
348
|
Enhancements:
|
319
349
|
|
320
350
|
* Make `expect(...).to have_received` work without relying upon
|
321
|
-
rspec-expectations. (Myron Marston, #978)
|
351
|
+
rspec-expectations. (Myron Marston, rspec/rspec-mocks#978)
|
322
352
|
* Add option for failing tests when expectations are set on `nil`.
|
323
|
-
(Liz Rush, #983)
|
353
|
+
(Liz Rush, rspec/rspec-mocks#983)
|
324
354
|
|
325
355
|
Bug Fixes:
|
326
356
|
|
327
357
|
* Fix `have_received { ... }` so that any block passed when the message
|
328
|
-
was received is forwarded to the `have_received` block. (Myron Marston, #1006)
|
358
|
+
was received is forwarded to the `have_received` block. (Myron Marston, rspec/rspec-mocks#1006)
|
329
359
|
* Fix infinite loop in error generator when stubbing `respond_to?`.
|
330
|
-
(Alex Dowad, #1022)
|
360
|
+
(Alex Dowad, rspec/rspec-mocks#1022)
|
331
361
|
* Fix issue with using `receive` on subclasses (at a class level) with 1.8.7.
|
332
|
-
(Alex Dowad, #1026)
|
362
|
+
(Alex Dowad, rspec/rspec-mocks#1026)
|
333
363
|
|
334
364
|
### 3.3.2 / 2015-07-15
|
335
365
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.1...v3.3.2)
|
@@ -337,7 +367,7 @@ Bug Fixes:
|
|
337
367
|
Bug Fixes:
|
338
368
|
|
339
369
|
* Prevent thread deadlock errors during proxy creation (e.g. when using
|
340
|
-
`before_verifying_doubles` callbacks). (Jon Rowe, #980, #979)
|
370
|
+
`before_verifying_doubles` callbacks). (Jon Rowe, rspec/rspec-mocks#980, rspec/rspec-mocks#979)
|
341
371
|
|
342
372
|
### 3.3.1 / 2015-06-19
|
343
373
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.0...v3.3.1)
|
@@ -347,7 +377,7 @@ Bug Fixes:
|
|
347
377
|
* Fix bug in `before_verifying_double` callback logic that caused it to be called
|
348
378
|
once for each class in the ancestor list when mocking or stubbing a class. Now
|
349
379
|
it is only called for the mocked or stubbed class, as you would expect. (Sam
|
350
|
-
Phippen, #974)
|
380
|
+
Phippen, rspec/rspec-mocks#974)
|
351
381
|
|
352
382
|
### 3.3.0 / 2015-06-12
|
353
383
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.2.1...v3.3.0)
|
@@ -356,45 +386,45 @@ Enhancements:
|
|
356
386
|
|
357
387
|
* When stubbing `new` on `MyClass` or `class_double(MyClass)`, use the
|
358
388
|
method signature from `MyClass#initialize` to verify arguments.
|
359
|
-
(Myron Marston, #886)
|
389
|
+
(Myron Marston, rspec/rspec-mocks#886)
|
360
390
|
* Use matcher descriptions when generating description of received arguments
|
361
|
-
for mock expectation failures. (Tim Wade, #891)
|
362
|
-
* Avoid loading `stringio` unnecessarily. (Myron Marston, #894)
|
391
|
+
for mock expectation failures. (Tim Wade, rspec/rspec-mocks#891)
|
392
|
+
* Avoid loading `stringio` unnecessarily. (Myron Marston, rspec/rspec-mocks#894)
|
363
393
|
* Verifying doubles failure messages now distinguish between class and instance
|
364
|
-
level methods. (Tim Wade, #896, #908)
|
394
|
+
level methods. (Tim Wade, rspec/rspec-mocks#896, rspec/rspec-mocks#908)
|
365
395
|
* Improve mock expectation failure messages so that it combines both
|
366
|
-
number of times and the received arguments in the output. (John Ceh, #918)
|
396
|
+
number of times and the received arguments in the output. (John Ceh, rspec/rspec-mocks#918)
|
367
397
|
* Improve how test doubles are represented in failure messages.
|
368
|
-
(Siva Gollapalli, Myron Marston, #932)
|
398
|
+
(Siva Gollapalli, Myron Marston, rspec/rspec-mocks#932)
|
369
399
|
* Rename `RSpec::Mocks::Configuration#when_declaring_verifying_double` to
|
370
400
|
`RSpec::Mocks::Configuration#before_verifying_doubles` and utilise when
|
371
|
-
verifying partial doubles. (Jon Rowe, #940)
|
401
|
+
verifying partial doubles. (Jon Rowe, rspec/rspec-mocks#940)
|
372
402
|
* Use rspec-support's `ObjectFormatter` for improved formatting of
|
373
403
|
arguments in failure messages so that, for example, full time
|
374
|
-
precisions is displayed for time objects. (Gavin Miller, Myron Marston, #955)
|
404
|
+
precisions is displayed for time objects. (Gavin Miller, Myron Marston, rspec/rspec-mocks#955)
|
375
405
|
|
376
406
|
Bug Fixes:
|
377
407
|
|
378
408
|
* Ensure expectations that raise eagerly also raise during RSpec verification.
|
379
409
|
This means that if exceptions are caught inside test execution the test will
|
380
|
-
still fail. (Sam Phippen, #884)
|
410
|
+
still fail. (Sam Phippen, rspec/rspec-mocks#884)
|
381
411
|
* Fix `have_received(msg).with(args).exactly(n).times` and
|
382
412
|
`receive(msg).with(args).exactly(n).times` failure messages
|
383
413
|
for when the message was received the wrong number of times with
|
384
414
|
the specified args, and also received additional times with other
|
385
415
|
arguments. Previously it confusingly listed the arguments as being
|
386
416
|
mis-matched (even when the double was allowed to receive with any
|
387
|
-
args) rather than listing the count. (John Ceh, #918)
|
417
|
+
args) rather than listing the count. (John Ceh, rspec/rspec-mocks#918)
|
388
418
|
* Fix `any_args`/`anything` support so that we avoid calling `obj == anything`
|
389
419
|
on user objects that may have improperly implemented `==` in a way that
|
390
|
-
raises errors. (Myron Marston, #924)
|
420
|
+
raises errors. (Myron Marston, rspec/rspec-mocks#924)
|
391
421
|
* Fix edge case involving stubbing the same method on a class and a subclass
|
392
|
-
which previously hit a `NoMethodError` internally in RSpec. (Myron Marston #954)
|
422
|
+
which previously hit a `NoMethodError` internally in RSpec. (Myron Marston rspec/rspec-mocks#954)
|
393
423
|
* Fix edge case where the message received count would be incremented multiple
|
394
|
-
times for one failure. (Myron Marston, #957)
|
424
|
+
times for one failure. (Myron Marston, rspec/rspec-mocks#957)
|
395
425
|
* Fix failure messages for when spies received the expected message with
|
396
|
-
different arguments and also received another message. (Maurício Linhares, #960)
|
397
|
-
* Silence whitespace-only diffs. (Myron Marston, #969)
|
426
|
+
different arguments and also received another message. (Maurício Linhares, rspec/rspec-mocks#960)
|
427
|
+
* Silence whitespace-only diffs. (Myron Marston, rspec/rspec-mocks#969)
|
398
428
|
|
399
429
|
### 3.2.1 / 2015-02-23
|
400
430
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.2.0...v3.2.1)
|
@@ -403,11 +433,11 @@ Bug Fixes:
|
|
403
433
|
|
404
434
|
* Add missing `rspec/support/differ` require so that rspec-mocks can be
|
405
435
|
used w/o rspec-expectations (which also loads the differ and hided the
|
406
|
-
fact we forgot to require it). (Myron Marston, #893)
|
436
|
+
fact we forgot to require it). (Myron Marston, rspec/rspec-mocks#893)
|
407
437
|
* Revert tracking of received arg mutation (added in 3.2.0 to provide an
|
408
438
|
error in a situation we can't support) as our implementation has side
|
409
439
|
effects on non-standard objects and there's no solution we could come
|
410
|
-
up with that always works. (Myron Marston, #900)
|
440
|
+
up with that always works. (Myron Marston, rspec/rspec-mocks#900)
|
411
441
|
|
412
442
|
### 3.2.0 / 2015-02-03
|
413
443
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.1.3...v3.2.0)
|
@@ -415,55 +445,55 @@ Bug Fixes:
|
|
415
445
|
Enhancements:
|
416
446
|
|
417
447
|
* Treat `any_args` as an arg splat, allowing it to match an arbitrary
|
418
|
-
number of args at any point in an arg list. (Myron Marston, #786)
|
448
|
+
number of args at any point in an arg list. (Myron Marston, rspec/rspec-mocks#786)
|
419
449
|
* Print diffs when arguments in mock expectations are mismatched.
|
420
|
-
(Sam Phippen, #751)
|
450
|
+
(Sam Phippen, rspec/rspec-mocks#751)
|
421
451
|
* Support names for verified doubles (`instance_double`, `instance_spy`,
|
422
452
|
`class_double`, `class_spy`, `object_double`, `object_spy`). (Cezary
|
423
|
-
Baginski, #826)
|
453
|
+
Baginski, rspec/rspec-mocks#826)
|
424
454
|
* Make `array_including` and `hash_including` argument matchers composable.
|
425
|
-
(Sam Phippen, #819)
|
455
|
+
(Sam Phippen, rspec/rspec-mocks#819)
|
426
456
|
* Make `allow_any_instance_of(...).to receive(...).and_wrap_original`
|
427
|
-
work. (Ryan Fitzgerald, #869)
|
457
|
+
work. (Ryan Fitzgerald, rspec/rspec-mocks#869)
|
428
458
|
|
429
459
|
Bug Fixes:
|
430
460
|
|
431
461
|
* Provide a clear error when users wrongly combine `no_args` with
|
432
462
|
additional arguments (e.g. `expect().to receive().with(no_args, 1)`).
|
433
|
-
(Myron Marston, #786)
|
463
|
+
(Myron Marston, rspec/rspec-mocks#786)
|
434
464
|
* Provide a clear error when users wrongly use `any_args` multiple times in the
|
435
465
|
same argument list (e.g. `expect().to receive().with(any_args, 1, any_args)`.
|
436
|
-
(Myron Marston, #786)
|
466
|
+
(Myron Marston, rspec/rspec-mocks#786)
|
437
467
|
* Prevent the error generator from using user object #description methods.
|
438
|
-
See [#685](https://github.com/rspec/rspec-mocks/issues/685).
|
439
|
-
(Sam Phippen, #751)
|
468
|
+
See [rspec/rspec-mocks#685](https://github.com/rspec/rspec-mocks/issues/685).
|
469
|
+
(Sam Phippen, rspec/rspec-mocks#751)
|
440
470
|
* Make verified doubles declared as `(instance|class)_double(SomeConst)`
|
441
471
|
work properly when `SomeConst` has previously been stubbed.
|
442
472
|
`(instance|class)_double("SomeClass")` already worked properly.
|
443
|
-
(Myron Marston, #824)
|
473
|
+
(Myron Marston, rspec/rspec-mocks#824)
|
444
474
|
* Add a matcher description for `receive`, `receive_messages` and
|
445
|
-
`receive_message_chain`. (Myron Marston, #828)
|
475
|
+
`receive_message_chain`. (Myron Marston, rspec/rspec-mocks#828)
|
446
476
|
* Validate invocation args for null object verified doubles.
|
447
|
-
(Myron Marston, #829)
|
477
|
+
(Myron Marston, rspec/rspec-mocks#829)
|
448
478
|
* Fix `RSpec::Mocks::Constant.original` when called with an invalid
|
449
479
|
constant to return an object indicating the constant name is invalid,
|
450
|
-
rather than blowing up. (Myron Marston, #833)
|
480
|
+
rather than blowing up. (Myron Marston, rspec/rspec-mocks#833)
|
451
481
|
* Make `extend RSpec::Mocks::ExampleMethods` on any object work properly
|
452
482
|
to add the rspec-mocks API to that object. Previously, `expect` would
|
453
|
-
be undefined. (Myron Marston, #846)
|
483
|
+
be undefined. (Myron Marston, rspec/rspec-mocks#846)
|
454
484
|
* Fix `require 'rspec/mocks/standalone'` so that it only affects `main`
|
455
485
|
and not every object. It's really only intended to be used in a REPL
|
456
486
|
like IRB, but some gems have loaded it, thinking it needs to be loaded
|
457
487
|
when using rspec-mocks outside the context of rspec-core.
|
458
|
-
(Myron Marston, #846)
|
488
|
+
(Myron Marston, rspec/rspec-mocks#846)
|
459
489
|
* Prevent message expectations from being modified by customization methods
|
460
|
-
(e.g. `with`) after they have been invoked. (Sam Phippen and Melanie Gilman, #837)
|
490
|
+
(e.g. `with`) after they have been invoked. (Sam Phippen and Melanie Gilman, rspec/rspec-mocks#837)
|
461
491
|
* Handle cases where a method stub cannot be removed due to something
|
462
492
|
external to RSpec monkeying with the method definition. This can
|
463
493
|
happen, for example, when you `file.reopen(io)` after previously
|
464
|
-
stubbing a method on the `file` object. (Myron Marston, #853)
|
494
|
+
stubbing a method on the `file` object. (Myron Marston, rspec/rspec-mocks#853)
|
465
495
|
* Provide a clear error when received message args are mutated before
|
466
|
-
a `have_received(...).with(...)` expectation. (Myron Marston, #868)
|
496
|
+
a `have_received(...).with(...)` expectation. (Myron Marston, rspec/rspec-mocks#868)
|
467
497
|
|
468
498
|
### 3.1.3 / 2014-10-08
|
469
499
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.1.2...v3.1.3)
|
@@ -471,13 +501,13 @@ Bug Fixes:
|
|
471
501
|
Bug Fixes:
|
472
502
|
|
473
503
|
* Correct received messages count when used with `have_received` matcher.
|
474
|
-
(Jon Rowe, #793)
|
504
|
+
(Jon Rowe, rspec/rspec-mocks#793)
|
475
505
|
* Provide a clear error message when you use `allow_any_instance_of(...)` or
|
476
506
|
`expect_any_instance_of(...)` with the `have_received` matcher (they are
|
477
507
|
not intended to be used together and previously caused an odd internal
|
478
|
-
failure in rspec-mocks). (Jon Rowe, #799).
|
508
|
+
failure in rspec-mocks). (Jon Rowe, rspec/rspec-mocks#799).
|
479
509
|
* Fix verified double `with` verification so that it applies to method
|
480
|
-
stubs. (Myron Marston, #790)
|
510
|
+
stubs. (Myron Marston, rspec/rspec-mocks#790)
|
481
511
|
|
482
512
|
### 3.1.2 / 2014-09-26
|
483
513
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.1.1...v3.1.2)
|
@@ -486,7 +516,7 @@ Bug Fixes:
|
|
486
516
|
|
487
517
|
* Provide a clear error message when you use `allow(...)` with the
|
488
518
|
`have_received` matcher (they are not intended to be used together
|
489
|
-
and previously caused an odd internal failure in rspec-mocks). (Jon Rowe, #788).
|
519
|
+
and previously caused an odd internal failure in rspec-mocks). (Jon Rowe, rspec/rspec-mocks#788).
|
490
520
|
|
491
521
|
### 3.1.1 / 2014-09-18
|
492
522
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.1.0...v3.1.1)
|
@@ -494,7 +524,7 @@ Bug Fixes:
|
|
494
524
|
Bug Fixes:
|
495
525
|
|
496
526
|
* Prevent included modules being detected as prepended modules on Ruby 2.0
|
497
|
-
when using `any_instance_of(...)`. (Tony Novak, #781)
|
527
|
+
when using `any_instance_of(...)`. (Tony Novak, rspec/rspec-mocks#781)
|
498
528
|
|
499
529
|
### 3.1.0 / 2014-09-04
|
500
530
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.4...v3.1.0)
|
@@ -503,24 +533,24 @@ Enhancements:
|
|
503
533
|
|
504
534
|
* Add spying methods (`spy`, `ìnstance_spy`, `class_spy` and `object_spy`)
|
505
535
|
which create doubles as null objects for use with spying in testing. (Sam
|
506
|
-
Phippen, #671)
|
536
|
+
Phippen, rspec/rspec-mocks#671)
|
507
537
|
* `have_received` matcher will raise "does not implement" errors correctly when
|
508
|
-
used with verifying doubles and partial doubles. (Xavier Shay, #722)
|
538
|
+
used with verifying doubles and partial doubles. (Xavier Shay, rspec/rspec-mocks#722)
|
509
539
|
* Allow matchers to be used in place of keyword arguments in `with`
|
510
|
-
expectations. (Xavier Shay, #726)
|
540
|
+
expectations. (Xavier Shay, rspec/rspec-mocks#726)
|
511
541
|
* Add `thrice` modifier to message expectation interface as a synonym
|
512
|
-
for `exactly(3).times`. (Dennis Taylor, #753)
|
542
|
+
for `exactly(3).times`. (Dennis Taylor, rspec/rspec-mocks#753)
|
513
543
|
* Add more `thrice` synonyms e.g. `.at_least(:thrice)`, `.at_most(:thrice)`,
|
514
|
-
`receive(...).thrice` and `have_received(...).thrice`. (Jon Rowe, #754)
|
544
|
+
`receive(...).thrice` and `have_received(...).thrice`. (Jon Rowe, rspec/rspec-mocks#754)
|
515
545
|
* Add `and_wrap_original` modifier for partial doubles to mutate the
|
516
|
-
response from a method. (Jon Rowe, #762)
|
546
|
+
response from a method. (Jon Rowe, rspec/rspec-mocks#762)
|
517
547
|
|
518
548
|
Bug Fixes:
|
519
549
|
|
520
550
|
* Remove `any_number_of_times` from `any_instance` recorders that were
|
521
|
-
erroneously causing mention of the method in documentation. (Jon Rowe, #760)
|
551
|
+
erroneously causing mention of the method in documentation. (Jon Rowe, rspec/rspec-mocks#760)
|
522
552
|
* Prevent included modules being detected as prepended modules on Ruby 2.0.
|
523
|
-
(Eugene Kenny, #771)
|
553
|
+
(Eugene Kenny, rspec/rspec-mocks#771)
|
524
554
|
|
525
555
|
### 3.0.4 / 2014-08-14
|
526
556
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.3...v3.0.4)
|
@@ -528,7 +558,7 @@ Bug Fixes:
|
|
528
558
|
Bug Fixes:
|
529
559
|
|
530
560
|
* Restore `kind_of(x)` to match using `arg.kind_of?(x)` (like RSpec 2)
|
531
|
-
rather than `x === arg`. (Jon Rowe, #750)
|
561
|
+
rather than `x === arg`. (Jon Rowe, rspec/rspec-mocks#750)
|
532
562
|
|
533
563
|
### 3.0.3 / 2014-07-21
|
534
564
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.2...v3.0.3)
|
@@ -536,10 +566,10 @@ Bug Fixes:
|
|
536
566
|
Bug Fixes:
|
537
567
|
|
538
568
|
* `have_received` matcher will raise "does not implement" errors correctly when
|
539
|
-
used with verifying doubles and partial doubles. (Xavier Shay, #722)
|
569
|
+
used with verifying doubles and partial doubles. (Xavier Shay, rspec/rspec-mocks#722)
|
540
570
|
* Make `double.as_null_object.dup` and `double.as_null_object.clone`
|
541
|
-
make the copies be null objects. (Myron Marston, #732)
|
542
|
-
* Don't inadvertently define `BasicObject` in 1.8.7. (Chris Griego, #739)
|
571
|
+
make the copies be null objects. (Myron Marston, rspec/rspec-mocks#732)
|
572
|
+
* Don't inadvertently define `BasicObject` in 1.8.7. (Chris Griego, rspec/rspec-mocks#739)
|
543
573
|
|
544
574
|
### 3.0.2 / 2014-06-19
|
545
575
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.1...v3.0.2)
|
@@ -547,11 +577,11 @@ Bug Fixes:
|
|
547
577
|
Bug Fixes:
|
548
578
|
|
549
579
|
* Fix edge case that triggered "can't add a new key into hash during
|
550
|
-
iteration" during mock verification. (Sam Phippen, Myron Marston, #711)
|
580
|
+
iteration" during mock verification. (Sam Phippen, Myron Marston, rspec/rspec-mocks#711)
|
551
581
|
* Fix verifying doubles so that when they accidentally leak into another
|
552
582
|
example, they provide the same clear error message that normal doubles
|
553
|
-
do. (Myron Marston, #718)
|
554
|
-
* Make `ordered` work with exact receive counts. (Sam Phippen, #713)
|
583
|
+
do. (Myron Marston, rspec/rspec-mocks#718)
|
584
|
+
* Make `ordered` work with exact receive counts. (Sam Phippen, rspec/rspec-mocks#713)
|
555
585
|
|
556
586
|
### 3.0.1 / 2014-06-07
|
557
587
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.0...v3.0.1)
|
@@ -559,10 +589,10 @@ Bug Fixes:
|
|
559
589
|
Bug Fixes:
|
560
590
|
|
561
591
|
* Fix `receive_message_chain(...)` so that it supports `with` just like
|
562
|
-
`stub_chain` did. (Jon Rowe, #697)
|
592
|
+
`stub_chain` did. (Jon Rowe, rspec/rspec-mocks#697)
|
563
593
|
* Fix regression in `expect_any_instance_of` so that it expects the
|
564
594
|
message on _any_ instance rather than on _every_ instance.
|
565
|
-
(Myron Marston, #699)
|
595
|
+
(Myron Marston, rspec/rspec-mocks#699)
|
566
596
|
|
567
597
|
### 3.0.0 / 2014-06-01
|
568
598
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.0.rc1...v3.0.0)
|
@@ -775,14 +805,14 @@ Bug Fixes:
|
|
775
805
|
|
776
806
|
Bug Fixes:
|
777
807
|
|
778
|
-
* Add missing deprecation for using `with` with no arguments e.g. `with()`. (Yousuke, #970)
|
808
|
+
* Add missing deprecation for using `with` with no arguments e.g. `with()`. (Yousuke, rspec/rspec-mocks#970)
|
779
809
|
|
780
810
|
### 2.99.3 / 2015-01-09
|
781
811
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v2.99.2...v2.99.3)
|
782
812
|
|
783
813
|
Bug Fixes:
|
784
814
|
|
785
|
-
* Fix regression that caused an error when a test double was deserialized from YAML. (Yuji Nakayama, #777)
|
815
|
+
* Fix regression that caused an error when a test double was deserialized from YAML. (Yuji Nakayama, rspec/rspec-mocks#777)
|
786
816
|
|
787
817
|
### 2.99.2 / 2014-07-21
|
788
818
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v2.99.1...v2.99.2)
|
@@ -790,7 +820,7 @@ Bug Fixes:
|
|
790
820
|
Enhancements:
|
791
821
|
|
792
822
|
* Warn about upcoming change to `#===` matching and `DateTime#===` behaviour.
|
793
|
-
(Jon Rowe, #735)
|
823
|
+
(Jon Rowe, rspec/rspec-mocks#735)
|
794
824
|
|
795
825
|
### 2.99.1 / 2014-06-12
|
796
826
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v2.99.0...v2.99.1)
|
@@ -798,11 +828,11 @@ Enhancements:
|
|
798
828
|
Bug Fixes:
|
799
829
|
|
800
830
|
* Fix bug that caused errors at the end of each example
|
801
|
-
when a `double.as_null_object` had been frozen. (Yuji Nakayama, #698)
|
831
|
+
when a `double.as_null_object` had been frozen. (Yuji Nakayama, rspec/rspec-mocks#698)
|
802
832
|
|
803
833
|
Deprecations:
|
804
834
|
|
805
|
-
* Deprecate freezing a test double. (Yuji Nakayama, #698)
|
835
|
+
* Deprecate freezing a test double. (Yuji Nakayama, rspec/rspec-mocks#698)
|
806
836
|
|
807
837
|
### 2.99.0 / 2014-06-01
|
808
838
|
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v2.99.0.rc1...v2.99.0)
|
@@ -978,8 +1008,8 @@ Bug fixes
|
|
978
1008
|
* Fix `Marshal.dump` extension so that it correctly handles nil.
|
979
1009
|
(Luke Imhoff, Jon Rowe)
|
980
1010
|
* Fix isolation of `allow_message_expectations_on_nil` (Jon Rowe)
|
981
|
-
* Use inspect to format actual arguments on expectations in failure messages (#280, Ben Langfeld)
|
982
|
-
* Protect against improperly initialised test doubles (#293) (Joseph Shraibman and Jon Rowe)
|
1011
|
+
* Use inspect to format actual arguments on expectations in failure messages (rspec/rspec-mocks#280, Ben Langfeld)
|
1012
|
+
* Protect against improperly initialised test doubles (rspec/rspec-mocks#293) (Joseph Shraibman and Jon Rowe)
|
983
1013
|
|
984
1014
|
Deprecations
|
985
1015
|
|
@@ -1161,7 +1191,7 @@ Bug fixes
|
|
1161
1191
|
|
1162
1192
|
* Allow a `as_null_object` to be passed to `with`
|
1163
1193
|
* Pass proc to block passed to stub (Aubrey Rhodes)
|
1164
|
-
* Initialize child message expectation args to match any args (#109 -
|
1194
|
+
* Initialize child message expectation args to match any args (rspec/rspec-mocks#109 -
|
1165
1195
|
preethiramdev)
|
1166
1196
|
|
1167
1197
|
### 2.8.0 / 2012-01-04
|