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
@@ -0,0 +1,249 @@
|
|
1
|
+
=begin
|
2
|
+
#Cloudsmith API (v1)
|
3
|
+
|
4
|
+
#The API to the Cloudsmith Service
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
Contact: support@cloudsmith.io
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.43
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module CloudsmithApi
|
16
|
+
class PackageGroup
|
17
|
+
attr_accessor :backend_kind
|
18
|
+
|
19
|
+
attr_accessor :count
|
20
|
+
|
21
|
+
attr_accessor :last_push
|
22
|
+
|
23
|
+
attr_accessor :name
|
24
|
+
|
25
|
+
attr_accessor :num_downloads
|
26
|
+
|
27
|
+
attr_accessor :size
|
28
|
+
|
29
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
30
|
+
def self.attribute_map
|
31
|
+
{
|
32
|
+
:'backend_kind' => :'backend_kind',
|
33
|
+
:'count' => :'count',
|
34
|
+
:'last_push' => :'last_push',
|
35
|
+
:'name' => :'name',
|
36
|
+
:'num_downloads' => :'num_downloads',
|
37
|
+
:'size' => :'size'
|
38
|
+
}
|
39
|
+
end
|
40
|
+
|
41
|
+
# Attribute type mapping.
|
42
|
+
def self.swagger_types
|
43
|
+
{
|
44
|
+
:'backend_kind' => :'Integer',
|
45
|
+
:'count' => :'Integer',
|
46
|
+
:'last_push' => :'DateTime',
|
47
|
+
:'name' => :'String',
|
48
|
+
:'num_downloads' => :'Integer',
|
49
|
+
:'size' => :'Integer'
|
50
|
+
}
|
51
|
+
end
|
52
|
+
|
53
|
+
# Initializes the object
|
54
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
55
|
+
def initialize(attributes = {})
|
56
|
+
return unless attributes.is_a?(Hash)
|
57
|
+
|
58
|
+
# convert string to symbol for hash key
|
59
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
60
|
+
|
61
|
+
if attributes.has_key?(:'backend_kind')
|
62
|
+
self.backend_kind = attributes[:'backend_kind']
|
63
|
+
end
|
64
|
+
|
65
|
+
if attributes.has_key?(:'count')
|
66
|
+
self.count = attributes[:'count']
|
67
|
+
end
|
68
|
+
|
69
|
+
if attributes.has_key?(:'last_push')
|
70
|
+
self.last_push = attributes[:'last_push']
|
71
|
+
end
|
72
|
+
|
73
|
+
if attributes.has_key?(:'name')
|
74
|
+
self.name = attributes[:'name']
|
75
|
+
end
|
76
|
+
|
77
|
+
if attributes.has_key?(:'num_downloads')
|
78
|
+
self.num_downloads = attributes[:'num_downloads']
|
79
|
+
end
|
80
|
+
|
81
|
+
if attributes.has_key?(:'size')
|
82
|
+
self.size = attributes[:'size']
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
87
|
+
# @return Array for valid properties with the reasons
|
88
|
+
def list_invalid_properties
|
89
|
+
invalid_properties = Array.new
|
90
|
+
if @count.nil?
|
91
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
92
|
+
end
|
93
|
+
|
94
|
+
if @last_push.nil?
|
95
|
+
invalid_properties.push('invalid value for "last_push", last_push cannot be nil.')
|
96
|
+
end
|
97
|
+
|
98
|
+
if @num_downloads.nil?
|
99
|
+
invalid_properties.push('invalid value for "num_downloads", num_downloads cannot be nil.')
|
100
|
+
end
|
101
|
+
|
102
|
+
if @size.nil?
|
103
|
+
invalid_properties.push('invalid value for "size", size cannot be nil.')
|
104
|
+
end
|
105
|
+
|
106
|
+
invalid_properties
|
107
|
+
end
|
108
|
+
|
109
|
+
# Check to see if the all the properties in the model are valid
|
110
|
+
# @return true if the model is valid
|
111
|
+
def valid?
|
112
|
+
return false if @count.nil?
|
113
|
+
return false if @last_push.nil?
|
114
|
+
return false if @num_downloads.nil?
|
115
|
+
return false if @size.nil?
|
116
|
+
true
|
117
|
+
end
|
118
|
+
|
119
|
+
# Checks equality by comparing each attribute.
|
120
|
+
# @param [Object] Object to be compared
|
121
|
+
def ==(o)
|
122
|
+
return true if self.equal?(o)
|
123
|
+
self.class == o.class &&
|
124
|
+
backend_kind == o.backend_kind &&
|
125
|
+
count == o.count &&
|
126
|
+
last_push == o.last_push &&
|
127
|
+
name == o.name &&
|
128
|
+
num_downloads == o.num_downloads &&
|
129
|
+
size == o.size
|
130
|
+
end
|
131
|
+
|
132
|
+
# @see the `==` method
|
133
|
+
# @param [Object] Object to be compared
|
134
|
+
def eql?(o)
|
135
|
+
self == o
|
136
|
+
end
|
137
|
+
|
138
|
+
# Calculates hash code according to all attributes.
|
139
|
+
# @return [Fixnum] Hash code
|
140
|
+
def hash
|
141
|
+
[backend_kind, count, last_push, name, num_downloads, size].hash
|
142
|
+
end
|
143
|
+
|
144
|
+
# Builds the object from hash
|
145
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
146
|
+
# @return [Object] Returns the model itself
|
147
|
+
def build_from_hash(attributes)
|
148
|
+
return nil unless attributes.is_a?(Hash)
|
149
|
+
self.class.swagger_types.each_pair do |key, type|
|
150
|
+
if type =~ /\AArray<(.*)>/i
|
151
|
+
# check to ensure the input is an array given that the attribute
|
152
|
+
# is documented as an array but the input is not
|
153
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
154
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
155
|
+
end
|
156
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
157
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
158
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
159
|
+
end
|
160
|
+
|
161
|
+
self
|
162
|
+
end
|
163
|
+
|
164
|
+
# Deserializes the data based on type
|
165
|
+
# @param string type Data type
|
166
|
+
# @param string value Value to be deserialized
|
167
|
+
# @return [Object] Deserialized data
|
168
|
+
def _deserialize(type, value)
|
169
|
+
case type.to_sym
|
170
|
+
when :DateTime
|
171
|
+
DateTime.parse(value)
|
172
|
+
when :Date
|
173
|
+
Date.parse(value)
|
174
|
+
when :String
|
175
|
+
value.to_s
|
176
|
+
when :Integer
|
177
|
+
value.to_i
|
178
|
+
when :Float
|
179
|
+
value.to_f
|
180
|
+
when :BOOLEAN
|
181
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
182
|
+
true
|
183
|
+
else
|
184
|
+
false
|
185
|
+
end
|
186
|
+
when :Object
|
187
|
+
# generic object (usually a Hash), return directly
|
188
|
+
value
|
189
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
190
|
+
inner_type = Regexp.last_match[:inner_type]
|
191
|
+
value.map { |v| _deserialize(inner_type, v) }
|
192
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
193
|
+
k_type = Regexp.last_match[:k_type]
|
194
|
+
v_type = Regexp.last_match[:v_type]
|
195
|
+
{}.tap do |hash|
|
196
|
+
value.each do |k, v|
|
197
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
198
|
+
end
|
199
|
+
end
|
200
|
+
else # model
|
201
|
+
temp_model = CloudsmithApi.const_get(type).new
|
202
|
+
temp_model.build_from_hash(value)
|
203
|
+
end
|
204
|
+
end
|
205
|
+
|
206
|
+
# Returns the string representation of the object
|
207
|
+
# @return [String] String presentation of the object
|
208
|
+
def to_s
|
209
|
+
to_hash.to_s
|
210
|
+
end
|
211
|
+
|
212
|
+
# to_body is an alias to to_hash (backward compatibility)
|
213
|
+
# @return [Hash] Returns the object in the form of hash
|
214
|
+
def to_body
|
215
|
+
to_hash
|
216
|
+
end
|
217
|
+
|
218
|
+
# Returns the object in the form of hash
|
219
|
+
# @return [Hash] Returns the object in the form of hash
|
220
|
+
def to_hash
|
221
|
+
hash = {}
|
222
|
+
self.class.attribute_map.each_pair do |attr, param|
|
223
|
+
value = self.send(attr)
|
224
|
+
next if value.nil?
|
225
|
+
hash[param] = _to_hash(value)
|
226
|
+
end
|
227
|
+
hash
|
228
|
+
end
|
229
|
+
|
230
|
+
# Outputs non-array value in the form of hash
|
231
|
+
# For object, use to_hash. Otherwise, just return the value
|
232
|
+
# @param [Object] value Any valid value
|
233
|
+
# @return [Hash] Returns the value in the form of hash
|
234
|
+
def _to_hash(value)
|
235
|
+
if value.is_a?(Array)
|
236
|
+
value.compact.map { |v| _to_hash(v) }
|
237
|
+
elsif value.is_a?(Hash)
|
238
|
+
{}.tap do |hash|
|
239
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
240
|
+
end
|
241
|
+
elsif value.respond_to? :to_hash
|
242
|
+
value.to_hash
|
243
|
+
else
|
244
|
+
value
|
245
|
+
end
|
246
|
+
end
|
247
|
+
|
248
|
+
end
|
249
|
+
end
|
@@ -32,6 +32,9 @@ class RepositoryRetentionRules
|
|
32
32
|
# If checked, retention will apply to packages by package type (e.g. by binary, by source, etc.), rather than across all package types for one or more formats. <br>For example, when retaining by a limit of 1 and you upload DebPackage 1.0 and DebSourcePackage 1.0, no packages are deleted because they are different package types, binary and source respectively.
|
33
33
|
attr_accessor :retention_group_by_package_type
|
34
34
|
|
35
|
+
# A package search expression which, if provided, filters the packages to be deleted.<br>For example, a search expression of `name:foo` will result in only packages called 'foo' being deleted, or a search expression of `tag:~latest` will prevent any packages tagged 'latest' from being deleted.<br>Refer to the Cloudsmith documentation for package query syntax.
|
36
|
+
attr_accessor :retention_package_query_string
|
37
|
+
|
35
38
|
# The maximum X total size (in bytes) of packages to retain.
|
36
39
|
attr_accessor :retention_size_limit
|
37
40
|
|
@@ -44,6 +47,7 @@ class RepositoryRetentionRules
|
|
44
47
|
:'retention_group_by_format' => :'retention_group_by_format',
|
45
48
|
:'retention_group_by_name' => :'retention_group_by_name',
|
46
49
|
:'retention_group_by_package_type' => :'retention_group_by_package_type',
|
50
|
+
:'retention_package_query_string' => :'retention_package_query_string',
|
47
51
|
:'retention_size_limit' => :'retention_size_limit'
|
48
52
|
}
|
49
53
|
end
|
@@ -57,6 +61,7 @@ class RepositoryRetentionRules
|
|
57
61
|
:'retention_group_by_format' => :'BOOLEAN',
|
58
62
|
:'retention_group_by_name' => :'BOOLEAN',
|
59
63
|
:'retention_group_by_package_type' => :'BOOLEAN',
|
64
|
+
:'retention_package_query_string' => :'String',
|
60
65
|
:'retention_size_limit' => :'Integer'
|
61
66
|
}
|
62
67
|
end
|
@@ -93,6 +98,10 @@ class RepositoryRetentionRules
|
|
93
98
|
self.retention_group_by_package_type = attributes[:'retention_group_by_package_type']
|
94
99
|
end
|
95
100
|
|
101
|
+
if attributes.has_key?(:'retention_package_query_string')
|
102
|
+
self.retention_package_query_string = attributes[:'retention_package_query_string']
|
103
|
+
end
|
104
|
+
|
96
105
|
if attributes.has_key?(:'retention_size_limit')
|
97
106
|
self.retention_size_limit = attributes[:'retention_size_limit']
|
98
107
|
end
|
@@ -122,6 +131,7 @@ class RepositoryRetentionRules
|
|
122
131
|
retention_group_by_format == o.retention_group_by_format &&
|
123
132
|
retention_group_by_name == o.retention_group_by_name &&
|
124
133
|
retention_group_by_package_type == o.retention_group_by_package_type &&
|
134
|
+
retention_package_query_string == o.retention_package_query_string &&
|
125
135
|
retention_size_limit == o.retention_size_limit
|
126
136
|
end
|
127
137
|
|
@@ -134,7 +144,7 @@ class RepositoryRetentionRules
|
|
134
144
|
# Calculates hash code according to all attributes.
|
135
145
|
# @return [Fixnum] Hash code
|
136
146
|
def hash
|
137
|
-
[retention_count_limit, retention_days_limit, retention_enabled, retention_group_by_format, retention_group_by_name, retention_group_by_package_type, retention_size_limit].hash
|
147
|
+
[retention_count_limit, retention_days_limit, retention_enabled, retention_group_by_format, retention_group_by_name, retention_group_by_package_type, retention_package_query_string, retention_size_limit].hash
|
138
148
|
end
|
139
149
|
|
140
150
|
# Builds the object from hash
|
@@ -32,6 +32,9 @@ class RepositoryRetentionRulesRequestPatch
|
|
32
32
|
# If checked, retention will apply to packages by package type (e.g. by binary, by source, etc.), rather than across all package types for one or more formats. <br>For example, when retaining by a limit of 1 and you upload DebPackage 1.0 and DebSourcePackage 1.0, no packages are deleted because they are different package types, binary and source respectively.
|
33
33
|
attr_accessor :retention_group_by_package_type
|
34
34
|
|
35
|
+
# A package search expression which, if provided, filters the packages to be deleted.<br>For example, a search expression of `name:foo` will result in only packages called 'foo' being deleted, or a search expression of `tag:~latest` will prevent any packages tagged 'latest' from being deleted.<br>Refer to the Cloudsmith documentation for package query syntax.
|
36
|
+
attr_accessor :retention_package_query_string
|
37
|
+
|
35
38
|
# The maximum X total size (in bytes) of packages to retain.
|
36
39
|
attr_accessor :retention_size_limit
|
37
40
|
|
@@ -44,6 +47,7 @@ class RepositoryRetentionRulesRequestPatch
|
|
44
47
|
:'retention_group_by_format' => :'retention_group_by_format',
|
45
48
|
:'retention_group_by_name' => :'retention_group_by_name',
|
46
49
|
:'retention_group_by_package_type' => :'retention_group_by_package_type',
|
50
|
+
:'retention_package_query_string' => :'retention_package_query_string',
|
47
51
|
:'retention_size_limit' => :'retention_size_limit'
|
48
52
|
}
|
49
53
|
end
|
@@ -57,6 +61,7 @@ class RepositoryRetentionRulesRequestPatch
|
|
57
61
|
:'retention_group_by_format' => :'BOOLEAN',
|
58
62
|
:'retention_group_by_name' => :'BOOLEAN',
|
59
63
|
:'retention_group_by_package_type' => :'BOOLEAN',
|
64
|
+
:'retention_package_query_string' => :'String',
|
60
65
|
:'retention_size_limit' => :'Integer'
|
61
66
|
}
|
62
67
|
end
|
@@ -93,6 +98,10 @@ class RepositoryRetentionRulesRequestPatch
|
|
93
98
|
self.retention_group_by_package_type = attributes[:'retention_group_by_package_type']
|
94
99
|
end
|
95
100
|
|
101
|
+
if attributes.has_key?(:'retention_package_query_string')
|
102
|
+
self.retention_package_query_string = attributes[:'retention_package_query_string']
|
103
|
+
end
|
104
|
+
|
96
105
|
if attributes.has_key?(:'retention_size_limit')
|
97
106
|
self.retention_size_limit = attributes[:'retention_size_limit']
|
98
107
|
end
|
@@ -122,6 +131,7 @@ class RepositoryRetentionRulesRequestPatch
|
|
122
131
|
retention_group_by_format == o.retention_group_by_format &&
|
123
132
|
retention_group_by_name == o.retention_group_by_name &&
|
124
133
|
retention_group_by_package_type == o.retention_group_by_package_type &&
|
134
|
+
retention_package_query_string == o.retention_package_query_string &&
|
125
135
|
retention_size_limit == o.retention_size_limit
|
126
136
|
end
|
127
137
|
|
@@ -134,7 +144,7 @@ class RepositoryRetentionRulesRequestPatch
|
|
134
144
|
# Calculates hash code according to all attributes.
|
135
145
|
# @return [Fixnum] Hash code
|
136
146
|
def hash
|
137
|
-
[retention_count_limit, retention_days_limit, retention_enabled, retention_group_by_format, retention_group_by_name, retention_group_by_package_type, retention_size_limit].hash
|
147
|
+
[retention_count_limit, retention_days_limit, retention_enabled, retention_group_by_format, retention_group_by_name, retention_group_by_package_type, retention_package_query_string, retention_size_limit].hash
|
138
148
|
end
|
139
149
|
|
140
150
|
# Builds the object from hash
|
data/lib/cloudsmith-api.rb
CHANGED
@@ -24,6 +24,9 @@ require 'cloudsmith-api/models/alpine_package_upload_request'
|
|
24
24
|
require 'cloudsmith-api/models/architecture'
|
25
25
|
require 'cloudsmith-api/models/cargo_package_upload'
|
26
26
|
require 'cloudsmith-api/models/cargo_package_upload_request'
|
27
|
+
require 'cloudsmith-api/models/cargo_upstream'
|
28
|
+
require 'cloudsmith-api/models/cargo_upstream_request'
|
29
|
+
require 'cloudsmith-api/models/cargo_upstream_request_patch'
|
27
30
|
require 'cloudsmith-api/models/cocoapods_package_upload'
|
28
31
|
require 'cloudsmith-api/models/cocoapods_package_upload_request'
|
29
32
|
require 'cloudsmith-api/models/common_bandwidth_metrics'
|
@@ -72,6 +75,9 @@ require 'cloudsmith-api/models/format_support_upstream'
|
|
72
75
|
require 'cloudsmith-api/models/geo_ip_location'
|
73
76
|
require 'cloudsmith-api/models/go_package_upload'
|
74
77
|
require 'cloudsmith-api/models/go_package_upload_request'
|
78
|
+
require 'cloudsmith-api/models/go_upstream'
|
79
|
+
require 'cloudsmith-api/models/go_upstream_request'
|
80
|
+
require 'cloudsmith-api/models/go_upstream_request_patch'
|
75
81
|
require 'cloudsmith-api/models/helm_package_upload'
|
76
82
|
require 'cloudsmith-api/models/helm_package_upload_request'
|
77
83
|
require 'cloudsmith-api/models/helm_upstream'
|
@@ -86,6 +92,7 @@ require 'cloudsmith-api/models/history'
|
|
86
92
|
require 'cloudsmith-api/models/history_fieldset'
|
87
93
|
require 'cloudsmith-api/models/history_fieldset_raw'
|
88
94
|
require 'cloudsmith-api/models/inline_response_200'
|
95
|
+
require 'cloudsmith-api/models/inline_response_200_1'
|
89
96
|
require 'cloudsmith-api/models/luarocks_package_upload'
|
90
97
|
require 'cloudsmith-api/models/luarocks_package_upload_request'
|
91
98
|
require 'cloudsmith-api/models/maven_package_upload'
|
@@ -151,6 +158,7 @@ require 'cloudsmith-api/models/package_file'
|
|
151
158
|
require 'cloudsmith-api/models/package_file_parts_upload'
|
152
159
|
require 'cloudsmith-api/models/package_file_upload'
|
153
160
|
require 'cloudsmith-api/models/package_file_upload_request'
|
161
|
+
require 'cloudsmith-api/models/package_group'
|
154
162
|
require 'cloudsmith-api/models/package_license_policy_evaluation_request'
|
155
163
|
require 'cloudsmith-api/models/package_license_policy_evaluation_request_request'
|
156
164
|
require 'cloudsmith-api/models/package_license_policy_violation_log'
|
@@ -75,6 +75,24 @@ describe 'PackagesApi' do
|
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
+
# unit tests for packages_groups_list
|
79
|
+
# Return a list of Package Groups in a repository.
|
80
|
+
# Return a list of Package Groups in a repository.
|
81
|
+
# @param owner
|
82
|
+
# @param repo
|
83
|
+
# @param [Hash] opts the optional parameters
|
84
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
85
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
86
|
+
# @option opts [String] :group_by A field to group packages by. Available options: name, backend_kind.
|
87
|
+
# @option opts [String] :query A search term for querying names, filenames, versions, distributions, architectures, formats, or statuses of packages.
|
88
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name, count, num_downloads, size, last_push, backend_kind.
|
89
|
+
# @return [InlineResponse200]
|
90
|
+
describe 'packages_groups_list test' do
|
91
|
+
it 'should work' do
|
92
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
78
96
|
# unit tests for packages_list
|
79
97
|
# Get a list of all packages associated with repository.
|
80
98
|
# Get a list of all packages associated with repository.
|
data/spec/api/repos_api_spec.rb
CHANGED
@@ -399,6 +399,93 @@ describe 'ReposApi' do
|
|
399
399
|
end
|
400
400
|
end
|
401
401
|
|
402
|
+
# unit tests for repos_upstream_cargo_create
|
403
|
+
# Create a Cargo upstream config for this repository.
|
404
|
+
# Create a Cargo upstream config for this repository.
|
405
|
+
# @param owner
|
406
|
+
# @param identifier
|
407
|
+
# @param [Hash] opts the optional parameters
|
408
|
+
# @option opts [CargoUpstreamRequest] :data
|
409
|
+
# @return [CargoUpstream]
|
410
|
+
describe 'repos_upstream_cargo_create test' do
|
411
|
+
it 'should work' do
|
412
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
413
|
+
end
|
414
|
+
end
|
415
|
+
|
416
|
+
# unit tests for repos_upstream_cargo_delete
|
417
|
+
# Delete a Cargo upstream config for this repository.
|
418
|
+
# Delete a Cargo upstream config for this repository.
|
419
|
+
# @param owner
|
420
|
+
# @param identifier
|
421
|
+
# @param slug_perm
|
422
|
+
# @param [Hash] opts the optional parameters
|
423
|
+
# @return [nil]
|
424
|
+
describe 'repos_upstream_cargo_delete test' do
|
425
|
+
it 'should work' do
|
426
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
# unit tests for repos_upstream_cargo_list
|
431
|
+
# List Cargo upstream configs for this repository.
|
432
|
+
# List Cargo upstream configs for this repository.
|
433
|
+
# @param owner
|
434
|
+
# @param identifier
|
435
|
+
# @param [Hash] opts the optional parameters
|
436
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
437
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
438
|
+
# @return [Array<CargoUpstream>]
|
439
|
+
describe 'repos_upstream_cargo_list test' do
|
440
|
+
it 'should work' do
|
441
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
442
|
+
end
|
443
|
+
end
|
444
|
+
|
445
|
+
# unit tests for repos_upstream_cargo_partial_update
|
446
|
+
# Partially update a Cargo upstream config for this repository.
|
447
|
+
# Partially update a Cargo upstream config for this repository.
|
448
|
+
# @param owner
|
449
|
+
# @param identifier
|
450
|
+
# @param slug_perm
|
451
|
+
# @param [Hash] opts the optional parameters
|
452
|
+
# @option opts [CargoUpstreamRequestPatch] :data
|
453
|
+
# @return [CargoUpstream]
|
454
|
+
describe 'repos_upstream_cargo_partial_update test' do
|
455
|
+
it 'should work' do
|
456
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
457
|
+
end
|
458
|
+
end
|
459
|
+
|
460
|
+
# unit tests for repos_upstream_cargo_read
|
461
|
+
# Retrieve a Cargo upstream config for this repository.
|
462
|
+
# Retrieve a Cargo upstream config for this repository.
|
463
|
+
# @param owner
|
464
|
+
# @param identifier
|
465
|
+
# @param slug_perm
|
466
|
+
# @param [Hash] opts the optional parameters
|
467
|
+
# @return [CargoUpstream]
|
468
|
+
describe 'repos_upstream_cargo_read test' do
|
469
|
+
it 'should work' do
|
470
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
471
|
+
end
|
472
|
+
end
|
473
|
+
|
474
|
+
# unit tests for repos_upstream_cargo_update
|
475
|
+
# Update a Cargo upstream config for this repository.
|
476
|
+
# Update a Cargo upstream config for this repository.
|
477
|
+
# @param owner
|
478
|
+
# @param identifier
|
479
|
+
# @param slug_perm
|
480
|
+
# @param [Hash] opts the optional parameters
|
481
|
+
# @option opts [CargoUpstreamRequest] :data
|
482
|
+
# @return [CargoUpstream]
|
483
|
+
describe 'repos_upstream_cargo_update test' do
|
484
|
+
it 'should work' do
|
485
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
486
|
+
end
|
487
|
+
end
|
488
|
+
|
402
489
|
# unit tests for repos_upstream_composer_create
|
403
490
|
# Create a Composer upstream config for this repository.
|
404
491
|
# Create a Composer upstream config for this repository.
|
@@ -834,6 +921,93 @@ describe 'ReposApi' do
|
|
834
921
|
end
|
835
922
|
end
|
836
923
|
|
924
|
+
# unit tests for repos_upstream_go_create
|
925
|
+
# Create a Go upstream config for this repository.
|
926
|
+
# Create a Go upstream config for this repository.
|
927
|
+
# @param owner
|
928
|
+
# @param identifier
|
929
|
+
# @param [Hash] opts the optional parameters
|
930
|
+
# @option opts [GoUpstreamRequest] :data
|
931
|
+
# @return [GoUpstream]
|
932
|
+
describe 'repos_upstream_go_create test' do
|
933
|
+
it 'should work' do
|
934
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
# unit tests for repos_upstream_go_delete
|
939
|
+
# Delete a Go upstream config for this repository.
|
940
|
+
# Delete a Go upstream config for this repository.
|
941
|
+
# @param owner
|
942
|
+
# @param identifier
|
943
|
+
# @param slug_perm
|
944
|
+
# @param [Hash] opts the optional parameters
|
945
|
+
# @return [nil]
|
946
|
+
describe 'repos_upstream_go_delete test' do
|
947
|
+
it 'should work' do
|
948
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
949
|
+
end
|
950
|
+
end
|
951
|
+
|
952
|
+
# unit tests for repos_upstream_go_list
|
953
|
+
# List Go upstream configs for this repository.
|
954
|
+
# List Go upstream configs for this repository.
|
955
|
+
# @param owner
|
956
|
+
# @param identifier
|
957
|
+
# @param [Hash] opts the optional parameters
|
958
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
959
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
960
|
+
# @return [Array<GoUpstream>]
|
961
|
+
describe 'repos_upstream_go_list test' do
|
962
|
+
it 'should work' do
|
963
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
964
|
+
end
|
965
|
+
end
|
966
|
+
|
967
|
+
# unit tests for repos_upstream_go_partial_update
|
968
|
+
# Partially update a Go upstream config for this repository.
|
969
|
+
# Partially update a Go upstream config for this repository.
|
970
|
+
# @param owner
|
971
|
+
# @param identifier
|
972
|
+
# @param slug_perm
|
973
|
+
# @param [Hash] opts the optional parameters
|
974
|
+
# @option opts [GoUpstreamRequestPatch] :data
|
975
|
+
# @return [GoUpstream]
|
976
|
+
describe 'repos_upstream_go_partial_update test' do
|
977
|
+
it 'should work' do
|
978
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
979
|
+
end
|
980
|
+
end
|
981
|
+
|
982
|
+
# unit tests for repos_upstream_go_read
|
983
|
+
# Retrieve a Go upstream config for this repository.
|
984
|
+
# Retrieve a Go upstream config for this repository.
|
985
|
+
# @param owner
|
986
|
+
# @param identifier
|
987
|
+
# @param slug_perm
|
988
|
+
# @param [Hash] opts the optional parameters
|
989
|
+
# @return [GoUpstream]
|
990
|
+
describe 'repos_upstream_go_read test' do
|
991
|
+
it 'should work' do
|
992
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
993
|
+
end
|
994
|
+
end
|
995
|
+
|
996
|
+
# unit tests for repos_upstream_go_update
|
997
|
+
# Update a Go upstream config for this repository.
|
998
|
+
# Update a Go upstream config for this repository.
|
999
|
+
# @param owner
|
1000
|
+
# @param identifier
|
1001
|
+
# @param slug_perm
|
1002
|
+
# @param [Hash] opts the optional parameters
|
1003
|
+
# @option opts [GoUpstreamRequest] :data
|
1004
|
+
# @return [GoUpstream]
|
1005
|
+
describe 'repos_upstream_go_update test' do
|
1006
|
+
it 'should work' do
|
1007
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
837
1011
|
# unit tests for repos_upstream_helm_create
|
838
1012
|
# Create a Helm upstream config for this repository.
|
839
1013
|
# Create a Helm upstream config for this repository.
|
data/spec/api/user_api_spec.rb
CHANGED
@@ -72,7 +72,7 @@ describe 'UserApi' do
|
|
72
72
|
# @param [Hash] opts the optional parameters
|
73
73
|
# @option opts [Integer] :page A page number within the paginated result set.
|
74
74
|
# @option opts [Integer] :page_size Number of results to return per page.
|
75
|
-
# @return [
|
75
|
+
# @return [InlineResponse2001]
|
76
76
|
describe 'user_tokens_list test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|