cloudsmith-api 2.0.21 → 2.0.22

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.
Files changed (600) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -10
  3. data/README.md +35 -6
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +1 -0
  6. data/docs/CargoPackageUpload.md +1 -0
  7. data/docs/CocoapodsPackageUpload.md +1 -0
  8. data/docs/ComposerPackageUpload.md +1 -0
  9. data/docs/ConanPackageUpload.md +1 -0
  10. data/docs/CondaPackageUpload.md +1 -0
  11. data/docs/CondaUpstream.md +25 -0
  12. data/docs/CondaUpstreamRequest.md +20 -0
  13. data/docs/CondaUpstreamRequestPatch.md +20 -0
  14. data/docs/CranPackageUpload.md +1 -0
  15. data/docs/DartPackageUpload.md +1 -0
  16. data/docs/DebPackageUpload.md +1 -0
  17. data/docs/DockerPackageUpload.md +1 -0
  18. data/docs/DynamicMapping.md +9 -0
  19. data/docs/GoPackageUpload.md +1 -0
  20. data/docs/HelmPackageUpload.md +1 -0
  21. data/docs/HexPackageUpload.md +1 -0
  22. data/docs/HuggingfacePackageUpload.md +88 -0
  23. data/docs/HuggingfacePackageUploadRequest.md +10 -0
  24. data/docs/HuggingfaceUpstream.md +25 -0
  25. data/docs/HuggingfaceUpstreamRequest.md +20 -0
  26. data/docs/HuggingfaceUpstreamRequestPatch.md +20 -0
  27. data/docs/LuarocksPackageUpload.md +1 -0
  28. data/docs/MavenPackageUpload.md +1 -0
  29. data/docs/NpmPackageUpload.md +1 -0
  30. data/docs/NugetPackageUpload.md +1 -0
  31. data/docs/OrgsApi.md +151 -14
  32. data/docs/P2PackageUpload.md +1 -0
  33. data/docs/Package.md +1 -0
  34. data/docs/PackageCopy.md +1 -0
  35. data/docs/PackageLicense.md +11 -0
  36. data/docs/PackageLicenseRequestPatch.md +12 -0
  37. data/docs/PackageMove.md +1 -0
  38. data/docs/PackageQuarantine.md +1 -0
  39. data/docs/PackageResync.md +1 -0
  40. data/docs/PackageTag.md +1 -0
  41. data/docs/PackagesApi.md +202 -0
  42. data/docs/ProviderSettings.md +2 -1
  43. data/docs/ProviderSettingsWrite.md +16 -0
  44. data/docs/ProviderSettingsWriteRequest.md +14 -0
  45. data/docs/ProviderSettingsWriteRequestPatch.md +14 -0
  46. data/docs/PythonPackageUpload.md +1 -0
  47. data/docs/RawPackageUpload.md +1 -0
  48. data/docs/ReposApi.md +1169 -367
  49. data/docs/RpmPackageUpload.md +1 -0
  50. data/docs/RubyPackageUpload.md +1 -0
  51. data/docs/StatusBasic.md +1 -1
  52. data/docs/SwiftPackageUpload.md +1 -0
  53. data/docs/TerraformPackageUpload.md +1 -0
  54. data/docs/VagrantPackageUpload.md +1 -0
  55. data/docs/Vulnerability.md +1 -0
  56. data/lib/cloudsmith-api/api/orgs_api.rb +150 -15
  57. data/lib/cloudsmith-api/api/packages_api.rb +194 -0
  58. data/lib/cloudsmith-api/api/repos_api.rb +1469 -679
  59. data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
  60. data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
  61. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
  62. data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
  63. data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
  64. data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
  65. data/lib/cloudsmith-api/models/conda_upstream.rb +426 -0
  66. data/lib/cloudsmith-api/models/conda_upstream_request.rb +365 -0
  67. data/lib/cloudsmith-api/models/conda_upstream_request_patch.rb +355 -0
  68. data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
  69. data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
  70. data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
  71. data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
  72. data/lib/cloudsmith-api/models/dynamic_mapping.rb +206 -0
  73. data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
  74. data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
  75. data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
  76. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +972 -0
  77. data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +210 -0
  78. data/lib/cloudsmith-api/models/huggingface_upstream.rb +426 -0
  79. data/lib/cloudsmith-api/models/huggingface_upstream_request.rb +365 -0
  80. data/lib/cloudsmith-api/models/huggingface_upstream_request_patch.rb +355 -0
  81. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
  82. data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
  83. data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
  84. data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
  85. data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
  86. data/lib/cloudsmith-api/models/package.rb +10 -1
  87. data/lib/cloudsmith-api/models/package_copy.rb +10 -1
  88. data/lib/cloudsmith-api/models/package_license.rb +252 -0
  89. data/lib/cloudsmith-api/models/package_license_request_patch.rb +270 -0
  90. data/lib/cloudsmith-api/models/package_move.rb +10 -1
  91. data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
  92. data/lib/cloudsmith-api/models/package_resync.rb +10 -1
  93. data/lib/cloudsmith-api/models/package_tag.rb +10 -1
  94. data/lib/cloudsmith-api/models/provider_settings.rb +12 -7
  95. data/lib/cloudsmith-api/models/provider_settings_write.rb +289 -0
  96. data/lib/cloudsmith-api/models/{provider_settings_request.rb → provider_settings_write_request.rb} +25 -8
  97. data/lib/cloudsmith-api/models/{provider_settings_request_patch.rb → provider_settings_write_request_patch.rb} +25 -3
  98. data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
  99. data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
  100. data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
  101. data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
  102. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  103. data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
  104. data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
  105. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
  106. data/lib/cloudsmith-api/models/vulnerability.rb +13 -1
  107. data/lib/cloudsmith-api/version.rb +1 -1
  108. data/lib/cloudsmith-api.rb +14 -2
  109. data/spec/api/orgs_api_spec.rb +36 -6
  110. data/spec/api/packages_api_spec.rb +44 -0
  111. data/spec/api/repos_api_spec.rb +174 -0
  112. data/spec/models/alpine_package_upload_spec.rb +6 -0
  113. data/spec/models/cargo_package_upload_spec.rb +6 -0
  114. data/spec/models/cocoapods_package_upload_spec.rb +6 -0
  115. data/spec/models/composer_package_upload_spec.rb +6 -0
  116. data/spec/models/conan_package_upload_spec.rb +6 -0
  117. data/spec/models/conda_package_upload_spec.rb +6 -0
  118. data/spec/models/conda_upstream_request_patch_spec.rb +121 -0
  119. data/spec/models/conda_upstream_request_spec.rb +121 -0
  120. data/spec/models/conda_upstream_spec.rb +155 -0
  121. data/spec/models/cran_package_upload_spec.rb +6 -0
  122. data/spec/models/dart_package_upload_spec.rb +6 -0
  123. data/spec/models/deb_package_upload_spec.rb +6 -0
  124. data/spec/models/docker_package_upload_spec.rb +6 -0
  125. data/spec/models/dynamic_mapping_spec.rb +47 -0
  126. data/spec/models/go_package_upload_spec.rb +6 -0
  127. data/spec/models/helm_package_upload_spec.rb +6 -0
  128. data/spec/models/hex_package_upload_spec.rb +6 -0
  129. data/spec/models/huggingface_package_upload_request_spec.rb +53 -0
  130. data/spec/models/huggingface_package_upload_spec.rb +525 -0
  131. data/spec/models/huggingface_upstream_request_patch_spec.rb +121 -0
  132. data/spec/models/huggingface_upstream_request_spec.rb +121 -0
  133. data/spec/models/huggingface_upstream_spec.rb +155 -0
  134. data/spec/models/luarocks_package_upload_spec.rb +6 -0
  135. data/spec/models/maven_package_upload_spec.rb +6 -0
  136. data/spec/models/npm_package_upload_spec.rb +6 -0
  137. data/spec/models/nuget_package_upload_spec.rb +6 -0
  138. data/spec/models/p2_package_upload_spec.rb +6 -0
  139. data/spec/models/package_copy_spec.rb +6 -0
  140. data/spec/models/package_license_request_patch_spec.rb +73 -0
  141. data/spec/models/package_license_spec.rb +63 -0
  142. data/spec/models/package_move_spec.rb +6 -0
  143. data/spec/models/package_quarantine_spec.rb +6 -0
  144. data/spec/models/package_resync_spec.rb +6 -0
  145. data/spec/models/package_spec.rb +6 -0
  146. data/spec/models/package_tag_spec.rb +6 -0
  147. data/spec/models/provider_settings_spec.rb +6 -0
  148. data/spec/models/{provider_settings_request_spec.rb → provider_settings_write_request_patch_spec.rb} +18 -6
  149. data/spec/models/{provider_settings_request_patch_spec.rb → provider_settings_write_request_spec.rb} +18 -6
  150. data/spec/models/provider_settings_write_spec.rb +89 -0
  151. data/spec/models/python_package_upload_spec.rb +6 -0
  152. data/spec/models/raw_package_upload_spec.rb +6 -0
  153. data/spec/models/rpm_package_upload_spec.rb +6 -0
  154. data/spec/models/ruby_package_upload_spec.rb +6 -0
  155. data/spec/models/swift_package_upload_spec.rb +6 -0
  156. data/spec/models/terraform_package_upload_spec.rb +6 -0
  157. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  158. data/spec/models/vulnerability_spec.rb +6 -0
  159. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.0.gem +0 -0
  160. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.3.gem +0 -0
  161. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
  162. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.1.gem +0 -0
  163. data/vendor/bundle/ruby/2.6.0/cache/memoist-0.16.2.gem +0 -0
  164. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.4.gem +0 -0
  165. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
  166. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.4.0.gem +0 -0
  167. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
  168. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/gem_make.out +5 -5
  169. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/bigdecimal.so +0 -0
  170. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/gem_make.out +67 -72
  171. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/mkmf.log +8 -193
  172. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
  173. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +1 -1
  174. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  175. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  176. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/CHANGELOG.md +35 -29
  177. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/README.md +1 -7
  178. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent/version.rb +1 -1
  179. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/Makefile +3 -3
  180. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.c +721 -2269
  181. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.h +4 -25
  182. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.o +0 -0
  183. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.so +0 -0
  184. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bits.h +3 -0
  185. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/extconf.rb +3 -7
  186. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.h +1 -93
  187. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.o +0 -0
  188. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/math.rb +9 -6
  189. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.rb +329 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.so +0 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
  192. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
  193. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
  194. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
  195. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
  196. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
  197. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
  198. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
  199. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  200. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
  201. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
  202. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
  203. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
  204. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
  205. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Gemfile +1 -1
  206. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/changelog.md +127 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/version.rb +1 -1
  208. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  209. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  210. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.gitignore +17 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.travis.yml +21 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/CHANGELOG.md +130 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Gemfile +4 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/LICENSE.md +20 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/README.md +157 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Rakefile +12 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist/version.rb +5 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist.rb +238 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/memoist.gemspec +46 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/script/benchmark.rb +48 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/memoist_test.rb +563 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/test_helper.rb +3 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/NEWS.md +145 -1
  224. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attribute.rb +7 -8
  225. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/cdata.rb +1 -1
  226. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/child.rb +2 -3
  227. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/comment.rb +1 -1
  228. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/doctype.rb +3 -8
  229. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/document.rb +21 -5
  230. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/element.rb +53 -59
  231. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/encoding.rb +3 -6
  232. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/functions.rb +3 -3
  233. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/instruction.rb +1 -1
  234. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/namespace.rb +4 -4
  235. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/node.rb +2 -2
  236. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/baseparser.rb +143 -81
  237. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/xpathparser.rb +4 -4
  238. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/quickpath.rb +19 -18
  239. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/rexml.rb +1 -1
  240. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/security.rb +2 -2
  241. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/source.rb +7 -2
  242. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/text.rb +14 -17
  243. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/relaxng.rb +27 -26
  244. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validation.rb +8 -8
  245. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath.rb +2 -13
  246. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath_parser.rb +44 -42
  247. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/Changelog.md +18 -1
  248. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/differ.rb +0 -1
  249. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/method_signature_verifier.rb +35 -10
  250. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/version.rb +1 -1
  251. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support.rb +1 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/CHANGES.md +5 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/README.md +8 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Rakefile +4 -1
  255. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/doc/uname.rdoc +1 -1
  256. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/uname.rb +1 -1
  257. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/unix/uname.rb +10 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/windows/uname.rb +10 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/sys_platform_spec.rb +1 -1
  260. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/sys_uname_spec.rb +75 -3
  261. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/sys-uname.gemspec +5 -2
  262. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
  263. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
  264. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
  265. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
  266. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
  267. data/vendor/bundle/ruby/2.6.0/specifications/{autotest-fsevent-0.2.22.gemspec → autotest-fsevent-0.3.0.gemspec} +4 -5
  268. data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.2.2.gemspec → bigdecimal-3.2.3.gemspec} +2 -2
  269. data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
  270. data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.2.0.gemspec → hashdiff-1.2.1.gemspec} +3 -3
  271. data/vendor/bundle/ruby/2.6.0/specifications/memoist-0.16.2.gemspec +36 -0
  272. data/vendor/bundle/ruby/2.6.0/specifications/{rexml-3.4.1.gemspec → rexml-3.4.4.gemspec} +4 -4
  273. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.4.gemspec → rspec-support-3.13.6.gemspec} +4 -4
  274. data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.3.1.gemspec → sys-uname-1.4.0.gemspec} +6 -4
  275. data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +8 -6
  276. metadata +431 -416
  277. data/docs/ProviderSettingsRequest.md +0 -12
  278. data/docs/ProviderSettingsRequestPatch.md +0 -12
  279. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.22.gem +0 -0
  280. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.2.gem +0 -0
  281. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.16.0.gem +0 -0
  282. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
  283. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem +0 -0
  284. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
  285. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.1.gem +0 -0
  286. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem +0 -0
  287. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.2/bigdecimal.so +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.o +0 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.so +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.rb +0 -5
  291. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.so +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/changelog.md +0 -123
  293. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  294. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  295. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  296. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.rspec +0 -4
  297. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  298. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  299. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  300. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  301. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  302. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  303. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  304. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  305. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  306. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  307. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  308. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  309. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  310. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  311. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  312. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  313. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  314. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  315. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  316. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  317. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  318. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  319. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  320. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  321. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  322. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  323. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  324. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  325. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  326. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  327. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  328. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  329. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  330. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  331. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  332. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  333. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  334. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  335. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  336. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  337. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  338. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  339. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  340. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  341. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/gem.build_complete +0 -0
  342. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/gem.build_complete +0 -0
  343. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/LICENSE.txt +0 -0
  344. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/Makefile +0 -0
  345. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/extconf.rb +0 -0
  346. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.dll +0 -0
  347. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.so +0 -0
  348. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent_sleep.c +0 -0
  349. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/make +0 -0
  350. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/nmake.bat +0 -0
  351. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest/fsevent.rb +0 -0
  352. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent.rb +0 -0
  353. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/post-install.txt +0 -0
  354. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/prebuilt/fsevent_sleep +0 -0
  355. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/LICENSE +0 -0
  356. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/bigdecimal.gemspec +0 -0
  357. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/.sitearchdir.time +0 -0
  358. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/feature.h +0 -0
  359. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing/dtoa.c +0 -0
  360. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.c +0 -0
  361. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/static_assert.h +0 -0
  362. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/jacobian.rb +0 -0
  363. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/ludcmp.rb +0 -0
  364. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/newton.rb +0 -0
  365. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/util.rb +0 -0
  366. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/linear.rb +0 -0
  367. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/nlsolve.rb +0 -0
  368. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/pi.rb +0 -0
  369. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
  370. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
  371. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
  372. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
  373. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
  374. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
  375. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  376. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  377. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  378. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
  379. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  380. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
  381. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  382. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  383. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
  384. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  385. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  386. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  387. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  388. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  389. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  390. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  391. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  392. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  393. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  394. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  395. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  396. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  397. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  398. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  399. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  400. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  401. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
  402. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  403. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  404. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  405. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  406. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  416. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  417. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  418. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  419. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
  420. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  421. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  422. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
  423. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  424. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  425. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  426. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  427. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  428. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
  429. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
  430. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  431. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
  432. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  433. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  434. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  435. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
  436. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
  437. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
  438. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
  439. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
  440. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
  441. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
  442. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
  443. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  444. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  445. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  446. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  447. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  448. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  449. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  450. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  451. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  452. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
  453. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  454. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
  455. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  456. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  457. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  458. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.github/workflows/ci.yml +0 -0
  459. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.gitignore +0 -0
  460. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rspec +0 -0
  461. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rubocop.yml +0 -0
  462. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.travis.yml +0 -0
  463. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.yardopts +0 -0
  464. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/LICENSE +0 -0
  465. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/README.md +0 -0
  466. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Rakefile +0 -0
  467. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/hashdiff.gemspec +0 -0
  468. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/compare_hashes.rb +0 -0
  469. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/diff.rb +0 -0
  470. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs.rb +0 -0
  471. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  472. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/linear_compare_array.rb +0 -0
  473. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/patch.rb +0 -0
  474. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/util.rb +0 -0
  475. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff.rb +0 -0
  476. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/LICENSE.txt +0 -0
  477. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/README.md +0 -0
  478. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/context.rdoc +0 -0
  479. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
  480. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
  481. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
  482. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
  483. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
  484. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
  485. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
  486. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
  487. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
  488. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
  489. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
  490. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tutorial.rdoc +0 -0
  491. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attlistdecl.rb +0 -0
  492. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/attlistdecl.rb +0 -0
  493. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/dtd.rb +0 -0
  494. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/elementdecl.rb +0 -0
  495. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/entitydecl.rb +0 -0
  496. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/notationdecl.rb +0 -0
  497. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/entity.rb +0 -0
  498. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/default.rb +0 -0
  499. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/pretty.rb +0 -0
  500. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/transitive.rb +0 -0
  501. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/light/node.rb +0 -0
  502. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/output.rb +0 -0
  503. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parent.rb +0 -0
  504. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parseexception.rb +0 -0
  505. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/lightparser.rb +0 -0
  506. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/pullparser.rb +0 -0
  507. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/sax2parser.rb +0 -0
  508. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/streamparser.rb +0 -0
  509. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/treeparser.rb +0 -0
  510. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/ultralightparser.rb +0 -0
  511. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/sax2listener.rb +0 -0
  512. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/streamlistener.rb +0 -0
  513. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/undefinednamespaceexception.rb +0 -0
  514. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validationexception.rb +0 -0
  515. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmldecl.rb +0 -0
  516. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmltokens.rb +0 -0
  517. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml.rb +0 -0
  518. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/LICENSE.md +0 -0
  519. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/README.md +0 -0
  520. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/caller_filter.rb +0 -0
  521. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/comparable_version.rb +0 -0
  522. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/directory_maker.rb +0 -0
  523. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/encoded_string.rb +0 -0
  524. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  525. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/hunk_generator.rb +0 -0
  526. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/matcher_definition.rb +0 -0
  527. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/mutex.rb +0 -0
  528. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/object_formatter.rb +0 -0
  529. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/recursive_const_methods.rb +0 -0
  530. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/reentrant_mutex.rb +0 -0
  531. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/ruby_features.rb +0 -0
  532. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/location.rb +0 -0
  533. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/node.rb +0 -0
  534. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/token.rb +0 -0
  535. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source.rb +0 -0
  536. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  537. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  538. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/formatting_support.rb +0 -0
  539. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  540. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  541. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/shell_out.rb +0 -0
  542. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  543. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/string_matcher.rb +0 -0
  544. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  545. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  546. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec.rb +0 -0
  547. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/warnings.rb +0 -0
  548. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  549. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Gemfile +0 -0
  550. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/LICENSE +0 -0
  551. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/MANIFEST.md +0 -0
  552. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/certs/djberg96_pub.pem +0 -0
  553. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/examples/uname_test.rb +0 -0
  554. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/platform.rb +0 -0
  555. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys-uname.rb +0 -0
  556. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/spec_helper.rb +0 -0
  557. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
  558. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
  559. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
  560. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
  561. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  562. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  563. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
  564. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  565. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
  566. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
  567. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
  568. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
  569. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
  570. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  571. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  572. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
  573. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
  574. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
  575. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  576. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  577. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  578. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  579. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  580. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  581. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
  582. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
  583. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
  584. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
  585. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
  586. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
  587. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
  588. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
  589. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
  590. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
  591. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
  592. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
  593. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
  594. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
  595. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
  596. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
  597. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
  598. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
  599. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
  600. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for CloudsmithApi::ProviderSettingsRequestPatch
17
+ # Unit tests for CloudsmithApi::ProviderSettingsWriteRequest
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
- describe 'ProviderSettingsRequestPatch' do
20
+ describe 'ProviderSettingsWriteRequest' do
21
21
  before do
22
22
  # run before each test
23
- @instance = CloudsmithApi::ProviderSettingsRequestPatch.new
23
+ @instance = CloudsmithApi::ProviderSettingsWriteRequest.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of ProviderSettingsRequestPatch' do
31
- it 'should create an instance of ProviderSettingsRequestPatch' do
32
- expect(@instance).to be_instance_of(CloudsmithApi::ProviderSettingsRequestPatch)
30
+ describe 'test an instance of ProviderSettingsWriteRequest' do
31
+ it 'should create an instance of ProviderSettingsWriteRequest' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::ProviderSettingsWriteRequest)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "claims"' do
@@ -38,12 +38,24 @@ describe 'ProviderSettingsRequestPatch' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "dynamic_mappings"' 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
+
41
47
  describe 'test attribute "enabled"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
50
  end
45
51
  end
46
52
 
53
+ describe 'test attribute "mapping_claim"' 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
+
47
59
  describe 'test attribute "name"' do
48
60
  it 'should work' do
49
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -0,0 +1,89 @@
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::ProviderSettingsWrite
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ProviderSettingsWrite' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudsmithApi::ProviderSettingsWrite.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ProviderSettingsWrite' do
31
+ it 'should create an instance of ProviderSettingsWrite' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::ProviderSettingsWrite)
33
+ end
34
+ end
35
+ describe 'test attribute "claims"' 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 "dynamic_mappings"' 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 "enabled"' 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 "mapping_claim"' 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 "name"' 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 "provider_url"' 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
+ describe 'test attribute "service_accounts"' 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
+
77
+ describe 'test attribute "slug"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ describe 'test attribute "slug_perm"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ end
@@ -468,6 +468,12 @@ describe 'PythonPackageUpload' do
468
468
  end
469
469
  end
470
470
 
471
+ describe 'test attribute "tags_automatic"' do
472
+ it 'should work' do
473
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
+ end
475
+ end
476
+
471
477
  describe 'test attribute "tags_immutable"' do
472
478
  it 'should work' do
473
479
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -468,6 +468,12 @@ describe 'RawPackageUpload' do
468
468
  end
469
469
  end
470
470
 
471
+ describe 'test attribute "tags_automatic"' do
472
+ it 'should work' do
473
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
+ end
475
+ end
476
+
471
477
  describe 'test attribute "tags_immutable"' do
472
478
  it 'should work' do
473
479
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -468,6 +468,12 @@ describe 'RpmPackageUpload' do
468
468
  end
469
469
  end
470
470
 
471
+ describe 'test attribute "tags_automatic"' do
472
+ it 'should work' do
473
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
+ end
475
+ end
476
+
471
477
  describe 'test attribute "tags_immutable"' do
472
478
  it 'should work' do
473
479
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -468,6 +468,12 @@ describe 'RubyPackageUpload' do
468
468
  end
469
469
  end
470
470
 
471
+ describe 'test attribute "tags_automatic"' do
472
+ it 'should work' do
473
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
+ end
475
+ end
476
+
471
477
  describe 'test attribute "tags_immutable"' do
472
478
  it 'should work' do
473
479
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -498,6 +498,12 @@ describe 'SwiftPackageUpload' do
498
498
  end
499
499
  end
500
500
 
501
+ describe 'test attribute "tags_automatic"' do
502
+ it 'should work' do
503
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
504
+ end
505
+ end
506
+
501
507
  describe 'test attribute "tags_immutable"' do
502
508
  it 'should work' do
503
509
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -468,6 +468,12 @@ describe 'TerraformPackageUpload' do
468
468
  end
469
469
  end
470
470
 
471
+ describe 'test attribute "tags_automatic"' do
472
+ it 'should work' do
473
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
+ end
475
+ end
476
+
471
477
  describe 'test attribute "tags_immutable"' do
472
478
  it 'should work' do
473
479
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -474,6 +474,12 @@ describe 'VagrantPackageUpload' do
474
474
  end
475
475
  end
476
476
 
477
+ describe 'test attribute "tags_automatic"' do
478
+ it 'should work' do
479
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
480
+ end
481
+ end
482
+
477
483
  describe 'test attribute "tags_immutable"' do
478
484
  it 'should work' do
479
485
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'Vulnerability' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "cvss_scores"' 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
+
41
47
  describe 'test attribute "description"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1,14 +1,14 @@
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 ./siteconf20250714-882-1f4vxi4.rb extconf.rb
1
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20251002-861-1494il7.rb extconf.rb
3
3
 
4
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
4
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent
5
5
  make DESTDIR\= clean
6
6
  make: *** No rule to make target 'clean'. Stop.
7
7
 
8
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
8
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent
9
9
  make DESTDIR\=
10
10
  make: Nothing to be done for 'all'.
11
11
 
12
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
12
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent
13
13
  make DESTDIR\= install
14
14
  make: Nothing to be done for 'install'.
@@ -1,5 +1,5 @@
1
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250714-882-lal5i4.rb extconf.rb
1
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20251002-861-ziqvb3.rb extconf.rb
3
3
  checking for __builtin_clz()... yes
4
4
  checking for __builtin_clzl()... yes
5
5
  checking for __builtin_clzll()... yes
@@ -11,15 +11,9 @@ checking for x86intrin.h... yes
11
11
  checking for _lzcnt_u32() in x86intrin.h... no
12
12
  checking for _lzcnt_u64() in x86intrin.h... no
13
13
  checking for intrin.h... no
14
- checking for labs() in stdlib.h... yes
15
- checking for llabs() in stdlib.h... yes
16
- checking for finite() in math.h... yes
17
- checking for isfinite() in math.h... no
18
14
  checking for ruby/atomic.h... no
19
15
  checking for ruby/internal/has/builtin.h... no
20
16
  checking for ruby/internal/static_assert.h... no
21
- checking for rb_rational_num() in ruby.h... yes
22
- checking for rb_rational_den() in ruby.h... yes
23
17
  checking for rb_complex_real() in ruby.h... yes
24
18
  checking for rb_complex_imag() in ruby.h... yes
25
19
  checking for rb_opts_exception_p() in ruby.h... no
@@ -27,116 +21,117 @@ checking for rb_category_warn() in ruby.h... no
27
21
  checking for RB_WARN_CATEGORY_DEPRECATED in ruby.h... no
28
22
  creating Makefile
29
23
 
30
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal
24
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal
31
25
  make DESTDIR\= clean
32
26
 
33
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal
27
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal
34
28
  make DESTDIR\=
35
29
  compiling bigdecimal.c
36
- bigdecimal.c: In function ‘GetVpValueWithPrec’:
37
- bigdecimal.c:453:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
38
- 453 | Real *vp;
30
+ bigdecimal.c: In function ‘GetBDValueWithPrecInternal’:
31
+ bigdecimal.c:339:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
32
+ 339 | Real *vp;
39
33
  | ^~~~
40
34
  In file included from bigdecimal.c:11:
41
35
  bigdecimal.c: In function ‘VpCountPrecisionAndScale’:
42
36
  bigdecimal.h:21:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
43
37
  21 | # define DECDIG uint32_t
44
38
  | ^~~~~~~~
45
- bigdecimal.c:527:5: note: in expansion of macro ‘DECDIG’
46
- 527 | DECDIG x;
39
+ bigdecimal.c:434:5: note: in expansion of macro ‘DECDIG’
40
+ 434 | DECDIG x;
47
41
  | ^~~~~~
48
- bigdecimal.c:533:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
49
- 533 | int nlz = BASE_FIG;
42
+ bigdecimal.c:440:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
43
+ 440 | int nlz = BASE_FIG;
50
44
  | ^~~
51
- bigdecimal.c:536:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
52
- 536 | int ntz = 0;
45
+ bigdecimal.c:443:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
46
+ 443 | int ntz = 0;
53
47
  | ^~~
54
- bigdecimal.c:575:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
55
- 575 | ssize_t ex = p->exponent;
48
+ bigdecimal.c:482:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
49
+ 482 | ssize_t ex = p->exponent;
56
50
  | ^~~~~~~
57
51
  bigdecimal.c: In function ‘BigDecimal_n_significant_digits’:
58
- bigdecimal.c:726:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
59
- 726 | ssize_t n = p->Prec; /* The length of frac without trailing zeros. */
52
+ bigdecimal.c:629:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
53
+ 629 | ssize_t n = v.real->Prec; /* The length of frac without trailing zeros. */
60
54
  | ^~~~~~~
61
55
  In file included from bigdecimal.c:11:
62
56
  bigdecimal.h:21:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
63
57
  21 | # define DECDIG uint32_t
64
58
  | ^~~~~~~~
65
- bigdecimal.c:730:5: note: in expansion of macro ‘DECDIG’
66
- 730 | DECDIG x;
59
+ bigdecimal.c:633:5: note: in expansion of macro ‘DECDIG’
60
+ 633 | DECDIG x;
67
61
  | ^~~~~~
68
- bigdecimal.c:734:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
69
- 734 | int ntz = 0;
62
+ bigdecimal.c:637:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
63
+ 637 | int ntz = 0;
70
64
  | ^~~
71
- bigdecimal.c:737:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
72
- 737 | ssize_t n_significant_digits = BASE_FIG*n - nlz - ntz;
65
+ bigdecimal.c:641:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
66
+ 641 | ssize_t n_significant_digits = BASE_FIG*n - nlz - ntz;
73
67
  | ^~~~~~~
68
+ bigdecimal.c: In function ‘GetAddSubPrec’:
69
+ bigdecimal.c:1019:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
70
+ 1019 | ssize_t min_a = a->exponent - a->Prec;
71
+ | ^~~~~~~
72
+ bigdecimal.c: In function ‘BigDecimal_addsub_with_coerce’:
73
+ bigdecimal.c:1329:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
74
+ 1329 | size_t pl = VpGetPrecLimit();
75
+ | ^~~~~~
74
76
  bigdecimal.c: In function ‘BigDecimal_DoDivmod’:
75
- bigdecimal.c:1909:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
76
- 1909 | VALUE rr = r;
77
- | ^~~~~
78
- bigdecimal.c:1944:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
79
- 1944 | VALUE nan = BigDecimal_nan();
77
+ bigdecimal.c:1719:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
78
+ 1719 | VALUE nan = BigDecimal_nan();
80
79
  | ^~~~~
81
80
  bigdecimal.c: In function ‘check_exception’:
82
- bigdecimal.c:3278:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
83
- 3278 | Real *vp;
81
+ bigdecimal.c:2573:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
82
+ 2573 | Real *vp;
84
83
  | ^~~~
85
84
  bigdecimal.c: In function ‘rb_uint64_convert_to_BigDecimal’:
86
- bigdecimal.c:3325:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
87
- 3325 | const size_t exp = len + ntz;
85
+ bigdecimal.c:2616:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
86
+ 2616 | const size_t exp = len + ntz;
88
87
  | ^~~~~
89
88
  bigdecimal.c: In function ‘rb_big_convert_to_BigDecimal’:
90
- bigdecimal.c:3355:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
91
- 3355 | int leading_zeros;
89
+ bigdecimal.c:2645:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
90
+ 2645 | int leading_zeros;
92
91
  | ^~~
93
92
  bigdecimal.c: In function ‘rb_float_convert_to_BigDecimal’:
94
- bigdecimal.c:3405:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
95
- 3405 | double d = RFLOAT_VALUE(val);
93
+ bigdecimal.c:2699:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
94
+ 2699 | double d = RFLOAT_VALUE(val);
96
95
  | ^~~~~~
97
- bigdecimal.c:3444:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
98
- 3444 | char buf[BIGDECIMAL_DOUBLE_FIGURES + BASE_FIG + 2 + 1]; /* sizeof(buf) == 28 in the typical case */
96
+ bigdecimal.c:2734:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
97
+ 2734 | char buf[BIGDECIMAL_DOUBLE_FIGURES + BASE_FIG + 2 + 1]; /* sizeof(buf) == 28 in the typical case */
99
98
  | ^~~~
100
- bigdecimal.c:3457:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
101
- 3457 | VALUE inum;
99
+ bigdecimal.c:2747:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
100
+ 2747 | VALUE inum;
102
101
  | ^~~~~
103
- bigdecimal.c:3514:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
104
- 3514 | const size_t ntz10 = prec * BASE_FIG - len10;
102
+ bigdecimal.c:2804:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
103
+ 2804 | const size_t ntz10 = prec * BASE_FIG - len10;
105
104
  | ^~~~~
106
- bigdecimal.c:3534:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
107
- 3534 | const size_t nlz10 = decpt % BASE_FIG;
105
+ bigdecimal.c:2824:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
106
+ 2824 | const size_t nlz10 = decpt % BASE_FIG;
108
107
  | ^~~~~
109
- bigdecimal.c:3537:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
110
- 3537 | const size_t ntz10 = prec * BASE_FIG - nlz10 - len10;
108
+ bigdecimal.c:2827:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
109
+ 2827 | const size_t ntz10 = prec * BASE_FIG - nlz10 - len10;
111
110
  | ^~~~~
112
- bigdecimal.c:3550:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
113
- 3550 | VALUE bd = rb_inum_convert_to_BigDecimal(inum, SIZE_MAX, raise_exception);
111
+ bigdecimal.c:2840:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
112
+ 2840 | VALUE bd = rb_inum_convert_to_BigDecimal(inum);
114
113
  | ^~~~~
115
114
  bigdecimal.c: In function ‘rb_rational_convert_to_BigDecimal’:
116
- bigdecimal.c:3573:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
117
- 3573 | VALUE num = rb_inum_convert_to_BigDecimal(rb_rational_num(val), 0, raise_exception);
115
+ bigdecimal.c:2863:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
116
+ 2863 | VALUE num = rb_inum_convert_to_BigDecimal(rb_rational_num(val));
118
117
  | ^~~~~
119
- bigdecimal.c: In function ‘rb_cstr_convert_to_BigDecimal’:
120
- bigdecimal.c:3584:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
121
- 3584 | Real *vp = VpCreateRbObject(digs, c_str, raise_exception);
122
- | ^~~~
123
118
  bigdecimal.c: In function ‘rb_convert_to_BigDecimal’:
124
- bigdecimal.c:3622:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
125
- 3622 | Real *vp;
119
+ bigdecimal.c:2908:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
120
+ 2908 | Real *vp;
126
121
  | ^~~~
127
- bigdecimal.c:3625:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
128
- 3625 | VALUE copy = TypedData_Wrap_Struct(rb_cBigDecimal, &BigDecimal_data_type, 0);
122
+ bigdecimal.c:2913:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
123
+ 2913 | VALUE copy = BigDecimal_wrap_struct(rb_cBigDecimal, vp);
129
124
  | ^~~~~
130
- bigdecimal.c:3656:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
131
- 3656 | VALUE str = rb_check_convert_type(val, T_STRING, "String", "to_str");
125
+ bigdecimal.c:2942:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
126
+ 2942 | VALUE str = rb_check_convert_type(val, T_STRING, "String", "to_str");
132
127
  | ^~~~~
133
128
  bigdecimal.c: In function ‘f_BigDecimal’:
134
- bigdecimal.c:3719:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
135
- 3719 | int exception = opts_exception_p(opts);
129
+ bigdecimal.c:3005:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
130
+ 3005 | int exception = opts_exception_p(opts);
136
131
  | ^~~
137
132
  bigdecimal.c: In function ‘protected_VpCtoV’:
138
- bigdecimal.c:5223:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
139
- 5223 | VALUE result = rb_protect(call_VpCtoV, (VALUE)&args, &state);
133
+ bigdecimal.c:4194:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
134
+ 4194 | VALUE result = rb_protect(call_VpCtoV, (VALUE)&args, &state);
140
135
  | ^~~~~
141
136
  bigdecimal.c: At top level:
142
137
  cc1: warning: unrecognized command line option ‘-Wno-self-assign’
@@ -145,6 +140,6 @@ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand
145
140
  compiling missing.c
146
141
  linking shared-object bigdecimal.so
147
142
 
148
- current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal
143
+ current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal
149
144
  make DESTDIR\= install
150
- /usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20250714-882-5t179
145
+ /usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20251002-861-rwjdbx