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,155 @@
|
|
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 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudsmithApi::GoUpstream
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'GoUpstream' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudsmithApi::GoUpstream.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of GoUpstream' do
|
31
|
+
it 'should create an instance of GoUpstream' do
|
32
|
+
expect(@instance).to be_instance_of(CloudsmithApi::GoUpstream)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "auth_mode"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["None", "Username and Password"])
|
39
|
+
# validator.allowable_values.each do |value|
|
40
|
+
# expect { @instance.auth_mode = value }.not_to raise_error
|
41
|
+
# end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
describe 'test attribute "auth_secret"' do
|
46
|
+
it 'should work' do
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
describe 'test attribute "auth_username"' do
|
52
|
+
it 'should work' do
|
53
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
describe 'test attribute "created_at"' do
|
58
|
+
it 'should work' do
|
59
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
describe 'test attribute "disable_reason"' do
|
64
|
+
it 'should work' do
|
65
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
66
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["N/A", "Upstream points to its own repository", "Missing upstream source", "Upstream was disabled by request of user"])
|
67
|
+
# validator.allowable_values.each do |value|
|
68
|
+
# expect { @instance.disable_reason = value }.not_to raise_error
|
69
|
+
# end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
describe 'test attribute "extra_header_1"' do
|
74
|
+
it 'should work' do
|
75
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
describe 'test attribute "extra_header_2"' do
|
80
|
+
it 'should work' do
|
81
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
describe 'test attribute "extra_value_1"' do
|
86
|
+
it 'should work' do
|
87
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
describe 'test attribute "extra_value_2"' do
|
92
|
+
it 'should work' do
|
93
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
describe 'test attribute "is_active"' do
|
98
|
+
it 'should work' do
|
99
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
describe 'test attribute "mode"' do
|
104
|
+
it 'should work' do
|
105
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
106
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Proxy Only"])
|
107
|
+
# validator.allowable_values.each do |value|
|
108
|
+
# expect { @instance.mode = value }.not_to raise_error
|
109
|
+
# end
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
describe 'test attribute "name"' do
|
114
|
+
it 'should work' do
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe 'test attribute "pending_validation"' do
|
120
|
+
it 'should work' do
|
121
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
describe 'test attribute "priority"' do
|
126
|
+
it 'should work' do
|
127
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
describe 'test attribute "slug_perm"' do
|
132
|
+
it 'should work' do
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
describe 'test attribute "updated_at"' do
|
138
|
+
it 'should work' do
|
139
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
describe 'test attribute "upstream_url"' do
|
144
|
+
it 'should work' do
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
describe 'test attribute "verify_ssl"' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
end
|
@@ -0,0 +1,41 @@
|
|
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 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudsmithApi::InlineResponse2001
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'InlineResponse2001' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudsmithApi::InlineResponse2001.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of InlineResponse2001' do
|
31
|
+
it 'should create an instance of InlineResponse2001' do
|
32
|
+
expect(@instance).to be_instance_of(CloudsmithApi::InlineResponse2001)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "results"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
end
|
@@ -0,0 +1,71 @@
|
|
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 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudsmithApi::PackageGroup
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PackageGroup' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudsmithApi::PackageGroup.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PackageGroup' do
|
31
|
+
it 'should create an instance of PackageGroup' do
|
32
|
+
expect(@instance).to be_instance_of(CloudsmithApi::PackageGroup)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "backend_kind"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "count"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "last_push"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "name"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "num_downloads"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
describe 'test attribute "size"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
end
|
@@ -68,6 +68,12 @@ describe 'RepositoryRetentionRulesRequestPatch' do
|
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
+
describe 'test attribute "retention_package_query_string"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
71
77
|
describe 'test attribute "retention_size_limit"' do
|
72
78
|
it 'should work' do
|
73
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -68,6 +68,12 @@ describe 'RepositoryRetentionRules' do
|
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
+
describe 'test attribute "retention_package_query_string"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
71
77
|
describe 'test attribute "retention_size_limit"' do
|
72
78
|
it 'should work' do
|
73
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250604-878-191eqfg.rb extconf.rb
|
3
3
|
|
4
4
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
|
5
5
|
make DESTDIR\= clean
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
|
-
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./
|
1
|
+
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250604-878-1ak57t5.rb extconf.rb
|
3
3
|
checking for __builtin_clz()... yes
|
4
4
|
checking for __builtin_clzl()... yes
|
5
5
|
checking for __builtin_clzll()... yes
|
@@ -27,10 +27,10 @@ checking for rb_category_warn() in ruby.h... no
|
|
27
27
|
checking for RB_WARN_CATEGORY_DEPRECATED in ruby.h... no
|
28
28
|
creating Makefile
|
29
29
|
|
30
|
-
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
30
|
+
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal
|
31
31
|
make DESTDIR\= clean
|
32
32
|
|
33
|
-
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
33
|
+
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal
|
34
34
|
make DESTDIR\=
|
35
35
|
compiling bigdecimal.c
|
36
36
|
bigdecimal.c: In function ‘GetVpValueWithPrec’:
|
@@ -74,76 +74,72 @@ bigdecimal.c:730:5: warning: ISO C90 forbids mixed declarations and code [-Wdecl
|
|
74
74
|
bigdecimal.c:733:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
75
75
|
733 | ssize_t n_significant_digits = BASE_FIG*n - nlz - ntz;
|
76
76
|
| ^~~~~~~
|
77
|
-
bigdecimal.c: In function ‘BigDecimal_divide’:
|
78
|
-
bigdecimal.c:1833:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
79
|
-
1833 | VALUE rr = r;
|
80
|
-
| ^~~~~
|
81
77
|
bigdecimal.c: In function ‘BigDecimal_DoDivmod’:
|
82
|
-
bigdecimal.c:
|
83
|
-
|
78
|
+
bigdecimal.c:1905:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
79
|
+
1905 | VALUE rr = r;
|
84
80
|
| ^~~~~
|
85
|
-
bigdecimal.c:
|
86
|
-
|
81
|
+
bigdecimal.c:1940:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
82
|
+
1940 | VALUE nan = BigDecimal_nan();
|
87
83
|
| ^~~~~
|
88
84
|
bigdecimal.c: In function ‘check_exception’:
|
89
|
-
bigdecimal.c:
|
90
|
-
|
85
|
+
bigdecimal.c:3274:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
86
|
+
3274 | Real *vp;
|
91
87
|
| ^~~~
|
92
88
|
bigdecimal.c: In function ‘rb_uint64_convert_to_BigDecimal’:
|
93
|
-
bigdecimal.c:
|
94
|
-
|
89
|
+
bigdecimal.c:3321:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
90
|
+
3321 | const size_t exp = len + ntz;
|
95
91
|
| ^~~~~
|
96
92
|
bigdecimal.c: In function ‘rb_big_convert_to_BigDecimal’:
|
97
|
-
bigdecimal.c:
|
98
|
-
|
93
|
+
bigdecimal.c:3351:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
94
|
+
3351 | int leading_zeros;
|
99
95
|
| ^~~
|
100
96
|
bigdecimal.c: In function ‘rb_float_convert_to_BigDecimal’:
|
101
|
-
bigdecimal.c:
|
102
|
-
|
97
|
+
bigdecimal.c:3401:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
98
|
+
3401 | double d = RFLOAT_VALUE(val);
|
103
99
|
| ^~~~~~
|
104
|
-
bigdecimal.c:
|
105
|
-
|
100
|
+
bigdecimal.c:3440:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
101
|
+
3440 | char buf[BIGDECIMAL_DOUBLE_FIGURES + BASE_FIG + 2 + 1]; /* sizeof(buf) == 28 in the typical case */
|
106
102
|
| ^~~~
|
107
|
-
bigdecimal.c:
|
108
|
-
|
103
|
+
bigdecimal.c:3453:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
104
|
+
3453 | VALUE inum;
|
109
105
|
| ^~~~~
|
110
|
-
bigdecimal.c:
|
111
|
-
|
106
|
+
bigdecimal.c:3510:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
107
|
+
3510 | const size_t ntz10 = prec * BASE_FIG - len10;
|
112
108
|
| ^~~~~
|
113
|
-
bigdecimal.c:
|
114
|
-
|
109
|
+
bigdecimal.c:3530:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
110
|
+
3530 | const size_t nlz10 = decpt % BASE_FIG;
|
115
111
|
| ^~~~~
|
116
|
-
bigdecimal.c:
|
117
|
-
|
112
|
+
bigdecimal.c:3533:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
113
|
+
3533 | const size_t ntz10 = prec * BASE_FIG - nlz10 - len10;
|
118
114
|
| ^~~~~
|
119
|
-
bigdecimal.c:
|
120
|
-
|
115
|
+
bigdecimal.c:3546:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
116
|
+
3546 | VALUE bd = rb_inum_convert_to_BigDecimal(inum, SIZE_MAX, raise_exception);
|
121
117
|
| ^~~~~
|
122
118
|
bigdecimal.c: In function ‘rb_rational_convert_to_BigDecimal’:
|
123
|
-
bigdecimal.c:
|
124
|
-
|
119
|
+
bigdecimal.c:3569:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
120
|
+
3569 | VALUE num = rb_inum_convert_to_BigDecimal(rb_rational_num(val), 0, raise_exception);
|
125
121
|
| ^~~~~
|
126
122
|
bigdecimal.c: In function ‘rb_cstr_convert_to_BigDecimal’:
|
127
|
-
bigdecimal.c:
|
128
|
-
|
123
|
+
bigdecimal.c:3580:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
124
|
+
3580 | Real *vp = VpCreateRbObject(digs, c_str, raise_exception);
|
129
125
|
| ^~~~
|
130
126
|
bigdecimal.c: In function ‘rb_convert_to_BigDecimal’:
|
131
|
-
bigdecimal.c:
|
132
|
-
|
127
|
+
bigdecimal.c:3618:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
128
|
+
3618 | Real *vp;
|
133
129
|
| ^~~~
|
134
|
-
bigdecimal.c:
|
135
|
-
|
130
|
+
bigdecimal.c:3621:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
131
|
+
3621 | VALUE copy = TypedData_Wrap_Struct(rb_cBigDecimal, &BigDecimal_data_type, 0);
|
136
132
|
| ^~~~~
|
137
|
-
bigdecimal.c:
|
138
|
-
|
133
|
+
bigdecimal.c:3652:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
134
|
+
3652 | VALUE str = rb_check_convert_type(val, T_STRING, "String", "to_str");
|
139
135
|
| ^~~~~
|
140
136
|
bigdecimal.c: In function ‘f_BigDecimal’:
|
141
|
-
bigdecimal.c:
|
142
|
-
|
137
|
+
bigdecimal.c:3715:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
138
|
+
3715 | int exception = opts_exception_p(opts);
|
143
139
|
| ^~~
|
144
140
|
bigdecimal.c: In function ‘protected_VpCtoV’:
|
145
|
-
bigdecimal.c:
|
146
|
-
|
141
|
+
bigdecimal.c:5219:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
|
142
|
+
5219 | VALUE result = rb_protect(call_VpCtoV, (VALUE)&args, &state);
|
147
143
|
| ^~~~~
|
148
144
|
bigdecimal.c: At top level:
|
149
145
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
@@ -152,6 +148,6 @@ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand
|
|
152
148
|
compiling missing.c
|
153
149
|
linking shared-object bigdecimal.so
|
154
150
|
|
155
|
-
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
151
|
+
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal
|
156
152
|
make DESTDIR\= install
|
157
|
-
/usr/bin/install -c -m 0755 bigdecimal.so ./.gem.
|
153
|
+
/usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20250604-878-3r7ot8
|
@@ -111,8 +111,8 @@ checked program was:
|
|
111
111
|
have_func: checking for _lzcnt_u32() in x86intrin.h... -------------------- no
|
112
112
|
|
113
113
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
114
|
-
/usr/bin/ld: /tmp/
|
115
|
-
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
114
|
+
/usr/bin/ld: /tmp/cc2ZytYw.o: in function `t':
|
115
|
+
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/conftest.c:16: undefined reference to `_lzcnt_u32'
|
116
116
|
collect2: error: ld returned 1 exit status
|
117
117
|
checked program was:
|
118
118
|
/* begin */
|
@@ -173,8 +173,8 @@ checked program was:
|
|
173
173
|
have_func: checking for _lzcnt_u64() in x86intrin.h... -------------------- no
|
174
174
|
|
175
175
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
176
|
-
/usr/bin/ld: /tmp/
|
177
|
-
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
176
|
+
/usr/bin/ld: /tmp/ccIfFXKh.o: in function `t':
|
177
|
+
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/conftest.c:16: undefined reference to `_lzcnt_u64'
|
178
178
|
collect2: error: ld returned 1 exit status
|
179
179
|
checked program was:
|
180
180
|
/* begin */
|
@@ -357,8 +357,8 @@ checked program was:
|
|
357
357
|
/* end */
|
358
358
|
|
359
359
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
360
|
-
/usr/bin/ld: /tmp/
|
361
|
-
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
360
|
+
/usr/bin/ld: /tmp/ccoWWRrF.o: in function `t':
|
361
|
+
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/conftest.c:17: undefined reference to `__builtin_isfinite'
|
362
362
|
collect2: error: ld returned 1 exit status
|
363
363
|
checked program was:
|
364
364
|
/* begin */
|
@@ -565,8 +565,8 @@ checked program was:
|
|
565
565
|
/* end */
|
566
566
|
|
567
567
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
568
|
-
/usr/bin/ld: /tmp/
|
569
|
-
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
568
|
+
/usr/bin/ld: /tmp/ccmRVBE2.o: in function `t':
|
569
|
+
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/conftest.c:17: undefined reference to `rb_opts_exception_p'
|
570
570
|
collect2: error: ld returned 1 exit status
|
571
571
|
checked program was:
|
572
572
|
/* begin */
|
@@ -624,8 +624,8 @@ checked program was:
|
|
624
624
|
/* end */
|
625
625
|
|
626
626
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
627
|
-
/usr/bin/ld: /tmp/
|
628
|
-
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1
|
627
|
+
/usr/bin/ld: /tmp/cciSku4C.o: in function `t':
|
628
|
+
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/conftest.c:17: undefined reference to `rb_category_warn'
|
629
629
|
collect2: error: ld returned 1 exit status
|
630
630
|
checked program was:
|
631
631
|
/* begin */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250604-878-o92z8f.rb extconf.rb
|
3
3
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
4
4
|
checking for ffi_prep_cif_var()... yes
|
5
5
|
checking for ffi_raw_call()... yes
|
@@ -41,4 +41,4 @@ linking shared-object ffi_c.so
|
|
41
41
|
|
42
42
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c
|
43
43
|
make DESTDIR\= install
|
44
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
44
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20250604-878-1o85nss
|
@@ -247,7 +247,7 @@ checked program was:
|
|
247
247
|
/* end */
|
248
248
|
|
249
249
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
|
250
|
-
/usr/bin/ld: /tmp/
|
250
|
+
/usr/bin/ld: /tmp/cc6yLpS0.o: in function `t':
|
251
251
|
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/conftest.c:15: undefined reference to `rb_gc_mark_movable'
|
252
252
|
collect2: error: ld returned 1 exit status
|
253
253
|
checked program was:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250604-878-mpkwm9.rb extconf.rb
|
3
3
|
checking for rb_enc_raise() in ruby.h... yes
|
4
4
|
checking for rb_enc_interned_str() in ruby.h... no
|
5
5
|
checking for whether -std=c99 is accepted as CFLAGS... yes
|
@@ -26,4 +26,4 @@ linking shared-object json/ext/parser.so
|
|
26
26
|
|
27
27
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser
|
28
28
|
make DESTDIR\= install
|
29
|
-
/usr/bin/install -c -m 0755 parser.so ./.gem.
|
29
|
+
/usr/bin/install -c -m 0755 parser.so ./.gem.20250604-878-1shfkzq/json/ext
|
@@ -100,7 +100,7 @@ checked program was:
|
|
100
100
|
/* end */
|
101
101
|
|
102
102
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
103
|
-
/usr/bin/ld: /tmp/
|
103
|
+
/usr/bin/ld: /tmp/ccx39rV3.o: in function `t':
|
104
104
|
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/conftest.c:17: undefined reference to `rb_enc_interned_str'
|
105
105
|
collect2: error: ld returned 1 exit status
|
106
106
|
checked program was:
|
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/Makefile
RENAMED
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20250604-878-3r7ot8
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20250604-878-3r7ot8
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|