cloudsmith-api 2.0.20 → 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 (720) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +13 -11
  3. data/README.md +36 -7
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +1 -0
  6. data/docs/AuditLogApi.md +1 -1
  7. data/docs/BadgesApi.md +1 -1
  8. data/docs/CargoPackageUpload.md +1 -0
  9. data/docs/CocoapodsPackageUpload.md +1 -0
  10. data/docs/ComposerPackageUpload.md +1 -0
  11. data/docs/ConanPackageUpload.md +1 -0
  12. data/docs/CondaPackageUpload.md +1 -0
  13. data/docs/CondaUpstream.md +25 -0
  14. data/docs/CondaUpstreamRequest.md +20 -0
  15. data/docs/CondaUpstreamRequestPatch.md +20 -0
  16. data/docs/CranPackageUpload.md +1 -0
  17. data/docs/DartPackageUpload.md +1 -0
  18. data/docs/DebPackageUpload.md +1 -0
  19. data/docs/DistrosApi.md +1 -1
  20. data/docs/DockerPackageUpload.md +1 -0
  21. data/docs/DynamicMapping.md +9 -0
  22. data/docs/EntitlementsApi.md +1 -1
  23. data/docs/FilesApi.md +1 -1
  24. data/docs/FormatsApi.md +1 -1
  25. data/docs/GoPackageUpload.md +1 -0
  26. data/docs/HelmPackageUpload.md +1 -0
  27. data/docs/HexPackageUpload.md +1 -0
  28. data/docs/HuggingfacePackageUpload.md +88 -0
  29. data/docs/HuggingfacePackageUploadRequest.md +10 -0
  30. data/docs/HuggingfaceUpstream.md +25 -0
  31. data/docs/HuggingfaceUpstreamRequest.md +20 -0
  32. data/docs/HuggingfaceUpstreamRequestPatch.md +20 -0
  33. data/docs/LuarocksPackageUpload.md +1 -0
  34. data/docs/MavenPackageUpload.md +1 -0
  35. data/docs/MetricsApi.md +1 -1
  36. data/docs/NamespacesApi.md +1 -1
  37. data/docs/NpmPackageUpload.md +1 -0
  38. data/docs/NugetPackageUpload.md +1 -0
  39. data/docs/OrgsApi.md +152 -15
  40. data/docs/P2PackageUpload.md +1 -0
  41. data/docs/Package.md +1 -0
  42. data/docs/PackageCopy.md +1 -0
  43. data/docs/PackageLicense.md +11 -0
  44. data/docs/PackageLicenseRequestPatch.md +12 -0
  45. data/docs/PackageMove.md +1 -0
  46. data/docs/PackageQuarantine.md +1 -0
  47. data/docs/PackageResync.md +1 -0
  48. data/docs/PackageTag.md +1 -0
  49. data/docs/PackagesApi.md +203 -1
  50. data/docs/ProviderSettings.md +2 -1
  51. data/docs/ProviderSettingsWrite.md +16 -0
  52. data/docs/ProviderSettingsWriteRequest.md +14 -0
  53. data/docs/ProviderSettingsWriteRequestPatch.md +14 -0
  54. data/docs/PythonPackageUpload.md +1 -0
  55. data/docs/QuotaApi.md +1 -1
  56. data/docs/RatesApi.md +1 -1
  57. data/docs/RawPackageUpload.md +1 -0
  58. data/docs/ReposApi.md +1170 -368
  59. data/docs/RpmPackageUpload.md +1 -0
  60. data/docs/RubyPackageUpload.md +1 -0
  61. data/docs/StatusApi.md +1 -1
  62. data/docs/StatusBasic.md +1 -1
  63. data/docs/StorageRegionsApi.md +1 -1
  64. data/docs/SwiftPackageUpload.md +1 -0
  65. data/docs/TerraformPackageUpload.md +1 -0
  66. data/docs/UserApi.md +1 -1
  67. data/docs/UsersApi.md +1 -1
  68. data/docs/VagrantPackageUpload.md +1 -0
  69. data/docs/VulnerabilitiesApi.md +1 -1
  70. data/docs/Vulnerability.md +1 -0
  71. data/docs/WebhooksApi.md +1 -1
  72. data/lib/cloudsmith-api/api/orgs_api.rb +150 -15
  73. data/lib/cloudsmith-api/api/packages_api.rb +194 -0
  74. data/lib/cloudsmith-api/api/repos_api.rb +1469 -679
  75. data/lib/cloudsmith-api/configuration.rb +1 -1
  76. data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
  77. data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
  78. data/lib/cloudsmith-api/models/cargo_upstream.rb +2 -2
  79. data/lib/cloudsmith-api/models/cargo_upstream_request.rb +2 -2
  80. data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +2 -2
  81. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
  82. data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
  83. data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
  84. data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
  85. data/lib/cloudsmith-api/models/conda_upstream.rb +426 -0
  86. data/lib/cloudsmith-api/models/conda_upstream_request.rb +365 -0
  87. data/lib/cloudsmith-api/models/conda_upstream_request_patch.rb +355 -0
  88. data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
  89. data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
  90. data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
  91. data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
  92. data/lib/cloudsmith-api/models/dynamic_mapping.rb +206 -0
  93. data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
  94. data/lib/cloudsmith-api/models/go_upstream.rb +2 -2
  95. data/lib/cloudsmith-api/models/go_upstream_request.rb +2 -2
  96. data/lib/cloudsmith-api/models/go_upstream_request_patch.rb +2 -2
  97. data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
  98. data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
  99. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +972 -0
  100. data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +210 -0
  101. data/lib/cloudsmith-api/models/huggingface_upstream.rb +426 -0
  102. data/lib/cloudsmith-api/models/huggingface_upstream_request.rb +365 -0
  103. data/lib/cloudsmith-api/models/huggingface_upstream_request_patch.rb +355 -0
  104. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
  105. data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
  106. data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
  107. data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
  108. data/lib/cloudsmith-api/models/organization_membership.rb +2 -2
  109. data/lib/cloudsmith-api/models/organization_membership_role_update.rb +2 -2
  110. data/lib/cloudsmith-api/models/organization_membership_visibility_update.rb +2 -2
  111. data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
  112. data/lib/cloudsmith-api/models/package.rb +10 -1
  113. data/lib/cloudsmith-api/models/package_copy.rb +10 -1
  114. data/lib/cloudsmith-api/models/package_license.rb +252 -0
  115. data/lib/cloudsmith-api/models/package_license_request_patch.rb +270 -0
  116. data/lib/cloudsmith-api/models/package_move.rb +10 -1
  117. data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
  118. data/lib/cloudsmith-api/models/package_resync.rb +10 -1
  119. data/lib/cloudsmith-api/models/package_tag.rb +10 -1
  120. data/lib/cloudsmith-api/models/provider_settings.rb +12 -7
  121. data/lib/cloudsmith-api/models/provider_settings_write.rb +289 -0
  122. data/lib/cloudsmith-api/models/{provider_settings_request.rb → provider_settings_write_request.rb} +25 -8
  123. data/lib/cloudsmith-api/models/{provider_settings_request_patch.rb → provider_settings_write_request_patch.rb} +25 -3
  124. data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
  125. data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
  126. data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
  127. data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
  128. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  129. data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
  130. data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
  131. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
  132. data/lib/cloudsmith-api/models/vulnerability.rb +13 -1
  133. data/lib/cloudsmith-api/version.rb +1 -1
  134. data/lib/cloudsmith-api.rb +14 -2
  135. data/spec/api/orgs_api_spec.rb +36 -6
  136. data/spec/api/packages_api_spec.rb +44 -0
  137. data/spec/api/repos_api_spec.rb +174 -0
  138. data/spec/configuration_spec.rb +3 -3
  139. data/spec/models/alpine_package_upload_spec.rb +6 -0
  140. data/spec/models/cargo_package_upload_spec.rb +6 -0
  141. data/spec/models/cargo_upstream_request_patch_spec.rb +1 -1
  142. data/spec/models/cargo_upstream_request_spec.rb +1 -1
  143. data/spec/models/cargo_upstream_spec.rb +1 -1
  144. data/spec/models/cocoapods_package_upload_spec.rb +6 -0
  145. data/spec/models/composer_package_upload_spec.rb +6 -0
  146. data/spec/models/conan_package_upload_spec.rb +6 -0
  147. data/spec/models/conda_package_upload_spec.rb +6 -0
  148. data/spec/models/conda_upstream_request_patch_spec.rb +121 -0
  149. data/spec/models/conda_upstream_request_spec.rb +121 -0
  150. data/spec/models/conda_upstream_spec.rb +155 -0
  151. data/spec/models/cran_package_upload_spec.rb +6 -0
  152. data/spec/models/dart_package_upload_spec.rb +6 -0
  153. data/spec/models/deb_package_upload_spec.rb +6 -0
  154. data/spec/models/docker_package_upload_spec.rb +6 -0
  155. data/spec/models/dynamic_mapping_spec.rb +47 -0
  156. data/spec/models/go_package_upload_spec.rb +6 -0
  157. data/spec/models/go_upstream_request_patch_spec.rb +1 -1
  158. data/spec/models/go_upstream_request_spec.rb +1 -1
  159. data/spec/models/go_upstream_spec.rb +1 -1
  160. data/spec/models/helm_package_upload_spec.rb +6 -0
  161. data/spec/models/hex_package_upload_spec.rb +6 -0
  162. data/spec/models/huggingface_package_upload_request_spec.rb +53 -0
  163. data/spec/models/huggingface_package_upload_spec.rb +525 -0
  164. data/spec/models/huggingface_upstream_request_patch_spec.rb +121 -0
  165. data/spec/models/huggingface_upstream_request_spec.rb +121 -0
  166. data/spec/models/huggingface_upstream_spec.rb +155 -0
  167. data/spec/models/luarocks_package_upload_spec.rb +6 -0
  168. data/spec/models/maven_package_upload_spec.rb +6 -0
  169. data/spec/models/npm_package_upload_spec.rb +6 -0
  170. data/spec/models/nuget_package_upload_spec.rb +6 -0
  171. data/spec/models/organization_membership_role_update_spec.rb +1 -1
  172. data/spec/models/organization_membership_spec.rb +1 -1
  173. data/spec/models/organization_membership_visibility_update_spec.rb +1 -1
  174. data/spec/models/p2_package_upload_spec.rb +6 -0
  175. data/spec/models/package_copy_spec.rb +6 -0
  176. data/spec/models/package_license_request_patch_spec.rb +73 -0
  177. data/spec/models/package_license_spec.rb +63 -0
  178. data/spec/models/package_move_spec.rb +6 -0
  179. data/spec/models/package_quarantine_spec.rb +6 -0
  180. data/spec/models/package_resync_spec.rb +6 -0
  181. data/spec/models/package_spec.rb +6 -0
  182. data/spec/models/package_tag_spec.rb +6 -0
  183. data/spec/models/provider_settings_spec.rb +6 -0
  184. data/spec/models/{provider_settings_request_spec.rb → provider_settings_write_request_patch_spec.rb} +18 -6
  185. data/spec/models/{provider_settings_request_patch_spec.rb → provider_settings_write_request_spec.rb} +18 -6
  186. data/spec/models/provider_settings_write_spec.rb +89 -0
  187. data/spec/models/python_package_upload_spec.rb +6 -0
  188. data/spec/models/raw_package_upload_spec.rb +6 -0
  189. data/spec/models/rpm_package_upload_spec.rb +6 -0
  190. data/spec/models/ruby_package_upload_spec.rb +6 -0
  191. data/spec/models/swift_package_upload_spec.rb +6 -0
  192. data/spec/models/terraform_package_upload_spec.rb +6 -0
  193. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  194. data/spec/models/vulnerability_spec.rb +6 -0
  195. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.0.gem +0 -0
  196. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.3.gem +0 -0
  197. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
  198. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.1.gem +0 -0
  199. data/vendor/bundle/ruby/2.6.0/cache/memoist-0.16.2.gem +0 -0
  200. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.4.gem +0 -0
  201. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.5.gem +0 -0
  202. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
  203. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.4.0.gem +0 -0
  204. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
  205. 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
  206. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/bigdecimal.so +0 -0
  207. 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
  208. 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
  209. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
  210. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +1 -1
  211. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  212. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  213. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/CHANGELOG.md +35 -29
  214. data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/README.md +1 -7
  215. 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
  216. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/Makefile +3 -3
  217. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.c +721 -2269
  218. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.h +4 -25
  219. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.o +0 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.so +0 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bits.h +3 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/extconf.rb +3 -7
  223. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.h +1 -93
  224. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.o +0 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/math.rb +9 -6
  226. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.rb +329 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.so +0 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
  229. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
  230. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
  231. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
  232. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
  233. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
  234. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
  235. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
  236. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  237. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
  238. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
  239. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
  240. data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
  241. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
  242. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Gemfile +1 -1
  243. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/changelog.md +127 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/version.rb +1 -1
  245. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  246. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  247. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.gitignore +17 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.travis.yml +21 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/CHANGELOG.md +130 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Gemfile +4 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/LICENSE.md +20 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/README.md +157 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Rakefile +12 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist/version.rb +5 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist.rb +238 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/memoist.gemspec +46 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/script/benchmark.rb +48 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/memoist_test.rb +563 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/test_helper.rb +3 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/NEWS.md +145 -1
  261. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attribute.rb +7 -8
  262. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/cdata.rb +1 -1
  263. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/child.rb +2 -3
  264. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/comment.rb +1 -1
  265. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/doctype.rb +3 -8
  266. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/document.rb +21 -5
  267. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/element.rb +53 -59
  268. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/encoding.rb +3 -6
  269. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/functions.rb +3 -3
  270. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/instruction.rb +1 -1
  271. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/namespace.rb +4 -4
  272. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/node.rb +2 -2
  273. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/baseparser.rb +143 -81
  274. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/xpathparser.rb +4 -4
  275. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/quickpath.rb +19 -18
  276. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/rexml.rb +1 -1
  277. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/security.rb +2 -2
  278. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/source.rb +7 -2
  279. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/text.rb +14 -17
  280. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/relaxng.rb +27 -26
  281. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validation.rb +8 -8
  282. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath.rb +2 -13
  283. data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath_parser.rb +44 -42
  284. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/Changelog.md +8 -1
  285. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/exception_presenter.rb +7 -6
  286. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/version.rb +1 -1
  287. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/Changelog.md +18 -1
  288. 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
  289. 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
  290. 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
  291. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support.rb +1 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/CHANGES.md +5 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/README.md +8 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Rakefile +4 -1
  295. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/doc/uname.rdoc +1 -1
  296. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/uname.rb +1 -1
  297. 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
  298. 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
  299. 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
  300. 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
  301. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/sys-uname.gemspec +5 -2
  302. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
  303. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
  304. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
  305. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
  306. data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
  307. data/vendor/bundle/ruby/2.6.0/specifications/{autotest-fsevent-0.2.22.gemspec → autotest-fsevent-0.3.0.gemspec} +4 -5
  308. data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.2.2.gemspec → bigdecimal-3.2.3.gemspec} +2 -2
  309. data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
  310. data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.2.0.gemspec → hashdiff-1.2.1.gemspec} +3 -3
  311. data/vendor/bundle/ruby/2.6.0/specifications/memoist-0.16.2.gemspec +36 -0
  312. data/vendor/bundle/ruby/2.6.0/specifications/{rexml-3.4.1.gemspec → rexml-3.4.4.gemspec} +4 -4
  313. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.13.4.gemspec → rspec-core-3.13.5.gemspec} +4 -4
  314. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.4.gemspec → rspec-support-3.13.6.gemspec} +4 -4
  315. data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.3.1.gemspec → sys-uname-1.4.0.gemspec} +6 -4
  316. data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +8 -6
  317. metadata +514 -499
  318. data/docs/ProviderSettingsRequest.md +0 -12
  319. data/docs/ProviderSettingsRequestPatch.md +0 -12
  320. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.22.gem +0 -0
  321. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.2.gem +0 -0
  322. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.16.0.gem +0 -0
  323. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
  324. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem +0 -0
  325. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.4.gem +0 -0
  326. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
  327. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.1.gem +0 -0
  328. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem +0 -0
  329. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.2/bigdecimal.so +0 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.o +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.so +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.rb +0 -5
  333. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.so +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/changelog.md +0 -123
  335. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  336. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  337. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  338. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.rspec +0 -4
  339. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  340. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  341. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  342. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  343. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  344. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  345. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  346. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  347. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  348. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  349. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  350. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  351. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  352. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  353. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  354. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  355. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  356. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  357. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  358. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  359. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  360. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  361. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  362. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  363. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  364. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  365. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  366. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  367. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  368. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  369. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  370. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  371. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  372. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  373. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  374. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  375. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  376. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  377. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  378. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  379. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  380. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  381. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  382. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  383. /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
  384. /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
  385. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/LICENSE.txt +0 -0
  386. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/Makefile +0 -0
  387. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/extconf.rb +0 -0
  388. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.dll +0 -0
  389. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.so +0 -0
  390. /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
  391. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/make +0 -0
  392. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/nmake.bat +0 -0
  393. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest/fsevent.rb +0 -0
  394. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent.rb +0 -0
  395. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/post-install.txt +0 -0
  396. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/prebuilt/fsevent_sleep +0 -0
  397. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/LICENSE +0 -0
  398. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/bigdecimal.gemspec +0 -0
  399. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/.sitearchdir.time +0 -0
  400. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/feature.h +0 -0
  401. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing/dtoa.c +0 -0
  402. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.c +0 -0
  403. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/static_assert.h +0 -0
  404. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/jacobian.rb +0 -0
  405. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/ludcmp.rb +0 -0
  406. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/newton.rb +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/util.rb +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/linear.rb +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/nlsolve.rb +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/pi.rb +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
  416. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
  417. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  418. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  419. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  420. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
  421. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  422. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
  423. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  424. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  425. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
  426. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  427. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  428. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  429. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  430. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  431. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  432. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  433. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  434. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  435. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  436. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  437. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  438. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  439. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  440. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  441. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  442. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  443. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
  444. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  445. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  446. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  447. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  448. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  449. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  450. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  451. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  452. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  453. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  454. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  455. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  456. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  457. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  458. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  459. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  460. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  461. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
  462. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  463. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  464. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
  465. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  466. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  467. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  468. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  469. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  470. /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
  471. /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
  472. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  473. /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
  474. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  475. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  476. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  477. /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
  478. /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
  479. /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
  480. /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
  481. /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
  482. /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
  483. /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
  484. /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
  485. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  486. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  487. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  488. /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
  489. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  490. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  491. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  492. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  493. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  494. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
  495. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  496. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
  497. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  498. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  499. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  500. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.github/workflows/ci.yml +0 -0
  501. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.gitignore +0 -0
  502. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rspec +0 -0
  503. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rubocop.yml +0 -0
  504. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.travis.yml +0 -0
  505. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.yardopts +0 -0
  506. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/LICENSE +0 -0
  507. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/README.md +0 -0
  508. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Rakefile +0 -0
  509. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/hashdiff.gemspec +0 -0
  510. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/compare_hashes.rb +0 -0
  511. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/diff.rb +0 -0
  512. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs.rb +0 -0
  513. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  514. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/linear_compare_array.rb +0 -0
  515. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/patch.rb +0 -0
  516. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/util.rb +0 -0
  517. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff.rb +0 -0
  518. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/LICENSE.txt +0 -0
  519. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/README.md +0 -0
  520. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/context.rdoc +0 -0
  521. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
  522. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
  523. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
  524. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
  525. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
  526. /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
  527. /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
  528. /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
  529. /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
  530. /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
  531. /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
  532. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tutorial.rdoc +0 -0
  533. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attlistdecl.rb +0 -0
  534. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/attlistdecl.rb +0 -0
  535. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/dtd.rb +0 -0
  536. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/elementdecl.rb +0 -0
  537. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/entitydecl.rb +0 -0
  538. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/notationdecl.rb +0 -0
  539. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/entity.rb +0 -0
  540. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/default.rb +0 -0
  541. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/pretty.rb +0 -0
  542. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/transitive.rb +0 -0
  543. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/light/node.rb +0 -0
  544. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/output.rb +0 -0
  545. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parent.rb +0 -0
  546. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parseexception.rb +0 -0
  547. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/lightparser.rb +0 -0
  548. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/pullparser.rb +0 -0
  549. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/sax2parser.rb +0 -0
  550. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/streamparser.rb +0 -0
  551. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/treeparser.rb +0 -0
  552. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/ultralightparser.rb +0 -0
  553. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/sax2listener.rb +0 -0
  554. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/streamlistener.rb +0 -0
  555. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/undefinednamespaceexception.rb +0 -0
  556. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validationexception.rb +0 -0
  557. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmldecl.rb +0 -0
  558. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmltokens.rb +0 -0
  559. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml.rb +0 -0
  560. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/.document +0 -0
  561. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/.yardopts +0 -0
  562. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/LICENSE.md +0 -0
  563. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/README.md +0 -0
  564. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/exe/rspec +0 -0
  565. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/autorun.rb +0 -0
  566. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/backtrace_formatter.rb +0 -0
  567. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/coordinator.rb +0 -0
  568. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  569. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  570. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/server.rb +0 -0
  571. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/shell_command.rb +0 -0
  572. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  573. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/bisect/utilities.rb +0 -0
  574. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/configuration.rb +0 -0
  575. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/configuration_options.rb +0 -0
  576. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/did_you_mean.rb +0 -0
  577. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/drb.rb +0 -0
  578. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/dsl.rb +0 -0
  579. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/example.rb +0 -0
  580. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/example_group.rb +0 -0
  581. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/example_status_persister.rb +0 -0
  582. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/filter_manager.rb +0 -0
  583. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/flat_map.rb +0 -0
  584. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  585. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  586. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  587. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  588. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  589. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/console_codes.rb +0 -0
  590. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  591. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  592. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  593. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  594. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/helpers.rb +0 -0
  595. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  596. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/html_printer.rb +0 -0
  597. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  598. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  599. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  600. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  601. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/protocol.rb +0 -0
  602. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  603. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  604. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/formatters.rb +0 -0
  605. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/hooks.rb +0 -0
  606. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/invocations.rb +0 -0
  607. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/memoized_helpers.rb +0 -0
  608. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/metadata.rb +0 -0
  609. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/metadata_filter.rb +0 -0
  610. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  611. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  612. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  613. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  614. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  615. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  616. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/notifications.rb +0 -0
  617. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/option_parser.rb +0 -0
  618. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/ordering.rb +0 -0
  619. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/output_wrapper.rb +0 -0
  620. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/pending.rb +0 -0
  621. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/profiler.rb +0 -0
  622. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/project_initializer/.rspec +0 -0
  623. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  624. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/project_initializer.rb +0 -0
  625. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/rake_task.rb +0 -0
  626. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/reporter.rb +0 -0
  627. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/ruby_project.rb +0 -0
  628. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/runner.rb +0 -0
  629. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/sandbox.rb +0 -0
  630. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/set.rb +0 -0
  631. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/shared_context.rb +0 -0
  632. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/shared_example_group.rb +0 -0
  633. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/shell_escape.rb +0 -0
  634. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  635. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/warnings.rb +0 -0
  636. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core/world.rb +0 -0
  637. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.4 → rspec-core-3.13.5}/lib/rspec/core.rb +0 -0
  638. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/LICENSE.md +0 -0
  639. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/README.md +0 -0
  640. /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
  641. /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
  642. /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
  643. /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
  644. /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
  645. /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
  646. /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
  647. /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
  648. /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
  649. /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
  650. /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
  651. /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
  652. /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
  653. /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
  654. /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
  655. /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
  656. /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
  657. /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
  658. /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
  659. /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
  660. /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
  661. /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
  662. /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
  663. /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
  664. /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
  665. /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
  666. /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
  667. /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
  668. /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
  669. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Gemfile +0 -0
  670. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/LICENSE +0 -0
  671. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/MANIFEST.md +0 -0
  672. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/certs/djberg96_pub.pem +0 -0
  673. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/examples/uname_test.rb +0 -0
  674. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/platform.rb +0 -0
  675. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys-uname.rb +0 -0
  676. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/spec_helper.rb +0 -0
  677. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
  678. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
  679. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
  680. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
  681. /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
  682. /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
  683. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
  684. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  685. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
  686. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
  687. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
  688. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
  689. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
  690. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  691. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  692. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
  693. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
  694. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
  695. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  696. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  697. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  698. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  699. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  700. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  701. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
  702. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
  703. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
  704. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
  705. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
  706. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
  707. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
  708. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
  709. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
  710. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
  711. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
  712. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
  713. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
  714. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
  715. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
  716. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
  717. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
  718. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
  719. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
  720. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
@@ -185,6 +185,8 @@ class PackageMove
185
185
 
186
186
  attr_accessor :tags
187
187
 
188
+ attr_accessor :tags_automatic
189
+
188
190
  attr_accessor :tags_immutable
189
191
 
190
192
  attr_accessor :type_display
@@ -301,6 +303,7 @@ class PackageMove
301
303
  :'sync_finished_at' => :'sync_finished_at',
302
304
  :'sync_progress' => :'sync_progress',
303
305
  :'tags' => :'tags',
306
+ :'tags_automatic' => :'tags_automatic',
304
307
  :'tags_immutable' => :'tags_immutable',
305
308
  :'type_display' => :'type_display',
306
309
  :'uploaded_at' => :'uploaded_at',
@@ -388,6 +391,7 @@ class PackageMove
388
391
  :'sync_finished_at' => :'DateTime',
389
392
  :'sync_progress' => :'Integer',
390
393
  :'tags' => :'Tags',
394
+ :'tags_automatic' => :'Tags',
391
395
  :'tags_immutable' => :'Tags',
392
396
  :'type_display' => :'String',
393
397
  :'uploaded_at' => :'DateTime',
@@ -707,6 +711,10 @@ class PackageMove
707
711
  self.tags = attributes[:'tags']
708
712
  end
709
713
 
714
+ if attributes.has_key?(:'tags_automatic')
715
+ self.tags_automatic = attributes[:'tags_automatic']
716
+ end
717
+
710
718
  if attributes.has_key?(:'tags_immutable')
711
719
  self.tags_immutable = attributes[:'tags_immutable']
712
720
  end
@@ -843,6 +851,7 @@ class PackageMove
843
851
  sync_finished_at == o.sync_finished_at &&
844
852
  sync_progress == o.sync_progress &&
845
853
  tags == o.tags &&
854
+ tags_automatic == o.tags_automatic &&
846
855
  tags_immutable == o.tags_immutable &&
847
856
  type_display == o.type_display &&
848
857
  uploaded_at == o.uploaded_at &&
@@ -862,7 +871,7 @@ class PackageMove
862
871
  # Calculates hash code according to all attributes.
863
872
  # @return [Fixnum] Hash code
864
873
  def hash
865
- [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
874
+ [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
866
875
  end
867
876
 
868
877
  # Builds the object from hash
@@ -181,6 +181,8 @@ class PackageQuarantine
181
181
 
182
182
  attr_accessor :tags
183
183
 
184
+ attr_accessor :tags_automatic
185
+
184
186
  attr_accessor :tags_immutable
185
187
 
186
188
  attr_accessor :type_display
@@ -296,6 +298,7 @@ class PackageQuarantine
296
298
  :'sync_finished_at' => :'sync_finished_at',
297
299
  :'sync_progress' => :'sync_progress',
298
300
  :'tags' => :'tags',
301
+ :'tags_automatic' => :'tags_automatic',
299
302
  :'tags_immutable' => :'tags_immutable',
300
303
  :'type_display' => :'type_display',
301
304
  :'uploaded_at' => :'uploaded_at',
@@ -382,6 +385,7 @@ class PackageQuarantine
382
385
  :'sync_finished_at' => :'DateTime',
383
386
  :'sync_progress' => :'Integer',
384
387
  :'tags' => :'Tags',
388
+ :'tags_automatic' => :'Tags',
385
389
  :'tags_immutable' => :'Tags',
386
390
  :'type_display' => :'String',
387
391
  :'uploaded_at' => :'DateTime',
@@ -697,6 +701,10 @@ class PackageQuarantine
697
701
  self.tags = attributes[:'tags']
698
702
  end
699
703
 
704
+ if attributes.has_key?(:'tags_automatic')
705
+ self.tags_automatic = attributes[:'tags_automatic']
706
+ end
707
+
700
708
  if attributes.has_key?(:'tags_immutable')
701
709
  self.tags_immutable = attributes[:'tags_immutable']
702
710
  end
@@ -832,6 +840,7 @@ class PackageQuarantine
832
840
  sync_finished_at == o.sync_finished_at &&
833
841
  sync_progress == o.sync_progress &&
834
842
  tags == o.tags &&
843
+ tags_automatic == o.tags_automatic &&
835
844
  tags_immutable == o.tags_immutable &&
836
845
  type_display == o.type_display &&
837
846
  uploaded_at == o.uploaded_at &&
@@ -851,7 +860,7 @@ class PackageQuarantine
851
860
  # Calculates hash code according to all attributes.
852
861
  # @return [Fixnum] Hash code
853
862
  def hash
854
- [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
863
+ [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
855
864
  end
856
865
 
857
866
  # Builds the object from hash
@@ -184,6 +184,8 @@ class PackageResync
184
184
 
185
185
  attr_accessor :tags
186
186
 
187
+ attr_accessor :tags_automatic
188
+
187
189
  attr_accessor :tags_immutable
188
190
 
189
191
  attr_accessor :type_display
@@ -300,6 +302,7 @@ class PackageResync
300
302
  :'sync_finished_at' => :'sync_finished_at',
301
303
  :'sync_progress' => :'sync_progress',
302
304
  :'tags' => :'tags',
305
+ :'tags_automatic' => :'tags_automatic',
303
306
  :'tags_immutable' => :'tags_immutable',
304
307
  :'type_display' => :'type_display',
305
308
  :'uploaded_at' => :'uploaded_at',
@@ -387,6 +390,7 @@ class PackageResync
387
390
  :'sync_finished_at' => :'DateTime',
388
391
  :'sync_progress' => :'Integer',
389
392
  :'tags' => :'Tags',
393
+ :'tags_automatic' => :'Tags',
390
394
  :'tags_immutable' => :'Tags',
391
395
  :'type_display' => :'String',
392
396
  :'uploaded_at' => :'DateTime',
@@ -706,6 +710,10 @@ class PackageResync
706
710
  self.tags = attributes[:'tags']
707
711
  end
708
712
 
713
+ if attributes.has_key?(:'tags_automatic')
714
+ self.tags_automatic = attributes[:'tags_automatic']
715
+ end
716
+
709
717
  if attributes.has_key?(:'tags_immutable')
710
718
  self.tags_immutable = attributes[:'tags_immutable']
711
719
  end
@@ -842,6 +850,7 @@ class PackageResync
842
850
  sync_finished_at == o.sync_finished_at &&
843
851
  sync_progress == o.sync_progress &&
844
852
  tags == o.tags &&
853
+ tags_automatic == o.tags_automatic &&
845
854
  tags_immutable == o.tags_immutable &&
846
855
  type_display == o.type_display &&
847
856
  uploaded_at == o.uploaded_at &&
@@ -861,7 +870,7 @@ class PackageResync
861
870
  # Calculates hash code according to all attributes.
862
871
  # @return [Fixnum] Hash code
863
872
  def hash
864
- [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
873
+ [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
865
874
  end
866
875
 
867
876
  # Builds the object from hash
@@ -185,6 +185,8 @@ class PackageTag
185
185
  # Synchronisation progress (from 0-100)
186
186
  attr_accessor :sync_progress
187
187
 
188
+ attr_accessor :tags_automatic
189
+
188
190
  attr_accessor :tags_immutable
189
191
 
190
192
  attr_accessor :type_display
@@ -301,6 +303,7 @@ class PackageTag
301
303
  :'summary' => :'summary',
302
304
  :'sync_finished_at' => :'sync_finished_at',
303
305
  :'sync_progress' => :'sync_progress',
306
+ :'tags_automatic' => :'tags_automatic',
304
307
  :'tags_immutable' => :'tags_immutable',
305
308
  :'type_display' => :'type_display',
306
309
  :'uploaded_at' => :'uploaded_at',
@@ -388,6 +391,7 @@ class PackageTag
388
391
  :'summary' => :'String',
389
392
  :'sync_finished_at' => :'DateTime',
390
393
  :'sync_progress' => :'Integer',
394
+ :'tags_automatic' => :'Tags',
391
395
  :'tags_immutable' => :'Tags',
392
396
  :'type_display' => :'String',
393
397
  :'uploaded_at' => :'DateTime',
@@ -709,6 +713,10 @@ class PackageTag
709
713
  self.sync_progress = attributes[:'sync_progress']
710
714
  end
711
715
 
716
+ if attributes.has_key?(:'tags_automatic')
717
+ self.tags_automatic = attributes[:'tags_automatic']
718
+ end
719
+
712
720
  if attributes.has_key?(:'tags_immutable')
713
721
  self.tags_immutable = attributes[:'tags_immutable']
714
722
  end
@@ -845,6 +853,7 @@ class PackageTag
845
853
  summary == o.summary &&
846
854
  sync_finished_at == o.sync_finished_at &&
847
855
  sync_progress == o.sync_progress &&
856
+ tags_automatic == o.tags_automatic &&
848
857
  tags_immutable == o.tags_immutable &&
849
858
  type_display == o.type_display &&
850
859
  uploaded_at == o.uploaded_at &&
@@ -864,7 +873,7 @@ class PackageTag
864
873
  # Calculates hash code according to all attributes.
865
874
  # @return [Fixnum] Hash code
866
875
  def hash
867
- [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_immutable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
876
+ [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_immutable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
868
877
  end
869
878
 
870
879
  # Builds the object from hash
@@ -20,13 +20,16 @@ class ProviderSettings
20
20
  # Whether the provider settings should be used for incoming OIDC requests.
21
21
  attr_accessor :enabled
22
22
 
23
+ # The OIDC claim to use for mapping to service accounts in dynamic_mappings. Note: This field and the dynamic mappings feature are still in early access. Breaking changes are possible as we receive feedback on this feature.
24
+ attr_accessor :mapping_claim
25
+
23
26
  # The name of the provider settings are being configured for
24
27
  attr_accessor :name
25
28
 
26
29
  # The URL from the provider that serves as the base for the OpenID configuration. For example, if the OpenID configuration is available at https://token.actions.githubusercontent.com/.well-known/openid-configuration, the provider URL would be https://token.actions.githubusercontent.com/
27
30
  attr_accessor :provider_url
28
31
 
29
- # The service accounts associated with these provider settings
32
+ # The service accounts associated with these provider settings.
30
33
  attr_accessor :service_accounts
31
34
 
32
35
  # The slug of the provider settings
@@ -40,6 +43,7 @@ class ProviderSettings
40
43
  {
41
44
  :'claims' => :'claims',
42
45
  :'enabled' => :'enabled',
46
+ :'mapping_claim' => :'mapping_claim',
43
47
  :'name' => :'name',
44
48
  :'provider_url' => :'provider_url',
45
49
  :'service_accounts' => :'service_accounts',
@@ -53,6 +57,7 @@ class ProviderSettings
53
57
  {
54
58
  :'claims' => :'Object',
55
59
  :'enabled' => :'BOOLEAN',
60
+ :'mapping_claim' => :'String',
56
61
  :'name' => :'String',
57
62
  :'provider_url' => :'String',
58
63
  :'service_accounts' => :'Array<String>',
@@ -77,6 +82,10 @@ class ProviderSettings
77
82
  self.enabled = attributes[:'enabled']
78
83
  end
79
84
 
85
+ if attributes.has_key?(:'mapping_claim')
86
+ self.mapping_claim = attributes[:'mapping_claim']
87
+ end
88
+
80
89
  if attributes.has_key?(:'name')
81
90
  self.name = attributes[:'name']
82
91
  end
@@ -120,10 +129,6 @@ class ProviderSettings
120
129
  invalid_properties.push('invalid value for "provider_url", provider_url cannot be nil.')
121
130
  end
122
131
 
123
- if @service_accounts.nil?
124
- invalid_properties.push('invalid value for "service_accounts", service_accounts cannot be nil.')
125
- end
126
-
127
132
  invalid_properties
128
133
  end
129
134
 
@@ -134,7 +139,6 @@ class ProviderSettings
134
139
  return false if @enabled.nil?
135
140
  return false if @name.nil?
136
141
  return false if @provider_url.nil?
137
- return false if @service_accounts.nil?
138
142
  true
139
143
  end
140
144
 
@@ -145,6 +149,7 @@ class ProviderSettings
145
149
  self.class == o.class &&
146
150
  claims == o.claims &&
147
151
  enabled == o.enabled &&
152
+ mapping_claim == o.mapping_claim &&
148
153
  name == o.name &&
149
154
  provider_url == o.provider_url &&
150
155
  service_accounts == o.service_accounts &&
@@ -161,7 +166,7 @@ class ProviderSettings
161
166
  # Calculates hash code according to all attributes.
162
167
  # @return [Fixnum] Hash code
163
168
  def hash
164
- [claims, enabled, name, provider_url, service_accounts, slug, slug_perm].hash
169
+ [claims, enabled, mapping_claim, name, provider_url, service_accounts, slug, slug_perm].hash
165
170
  end
166
171
 
167
172
  # Builds the object from hash
@@ -0,0 +1,289 @@
1
+ =begin
2
+ #Cloudsmith API (v1)
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.43
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CloudsmithApi
16
+ class ProviderSettingsWrite
17
+ # The set of claims that any received tokens from the provider must contain to authenticate as the configured service account.
18
+ attr_accessor :claims
19
+
20
+ # The dynamic mappings of `mapping_claim` values to service accounts. Cannot be provided if `service_accounts` is also set. Note: This field and the dynamic mappings feature are still in early access. Breaking changes are possible as we receive feedback on this feature.
21
+ attr_accessor :dynamic_mappings
22
+
23
+ # Whether the provider settings should be used for incoming OIDC requests.
24
+ attr_accessor :enabled
25
+
26
+ # The OIDC claim to use for mapping to service accounts in dynamic_mappings. Cannot be provided if `service_accounts` is also set. Note: This field and the dynamic mappings feature are still in early access. Breaking changes are possible as we receive feedback on this feature.
27
+ attr_accessor :mapping_claim
28
+
29
+ # The name of the provider settings are being configured for
30
+ attr_accessor :name
31
+
32
+ # The URL from the provider that serves as the base for the OpenID configuration. For example, if the OpenID configuration is available at https://token.actions.githubusercontent.com/.well-known/openid-configuration, the provider URL would be https://token.actions.githubusercontent.com/
33
+ attr_accessor :provider_url
34
+
35
+ # The service accounts associated with these provider settings. Cannot be provided if `mapping_claim` or `dynamic_mappings` are specified.
36
+ attr_accessor :service_accounts
37
+
38
+ # The slug of the provider settings
39
+ attr_accessor :slug
40
+
41
+ # The unique, immutable identifier of the provider settings.
42
+ attr_accessor :slug_perm
43
+
44
+ # Attribute mapping from ruby-style variable name to JSON key.
45
+ def self.attribute_map
46
+ {
47
+ :'claims' => :'claims',
48
+ :'dynamic_mappings' => :'dynamic_mappings',
49
+ :'enabled' => :'enabled',
50
+ :'mapping_claim' => :'mapping_claim',
51
+ :'name' => :'name',
52
+ :'provider_url' => :'provider_url',
53
+ :'service_accounts' => :'service_accounts',
54
+ :'slug' => :'slug',
55
+ :'slug_perm' => :'slug_perm'
56
+ }
57
+ end
58
+
59
+ # Attribute type mapping.
60
+ def self.swagger_types
61
+ {
62
+ :'claims' => :'Object',
63
+ :'dynamic_mappings' => :'Array<DynamicMapping>',
64
+ :'enabled' => :'BOOLEAN',
65
+ :'mapping_claim' => :'String',
66
+ :'name' => :'String',
67
+ :'provider_url' => :'String',
68
+ :'service_accounts' => :'Array<String>',
69
+ :'slug' => :'String',
70
+ :'slug_perm' => :'String'
71
+ }
72
+ end
73
+
74
+ # Initializes the object
75
+ # @param [Hash] attributes Model attributes in the form of hash
76
+ def initialize(attributes = {})
77
+ return unless attributes.is_a?(Hash)
78
+
79
+ # convert string to symbol for hash key
80
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
81
+
82
+ if attributes.has_key?(:'claims')
83
+ self.claims = attributes[:'claims']
84
+ end
85
+
86
+ if attributes.has_key?(:'dynamic_mappings')
87
+ if (value = attributes[:'dynamic_mappings']).is_a?(Array)
88
+ self.dynamic_mappings = value
89
+ end
90
+ end
91
+
92
+ if attributes.has_key?(:'enabled')
93
+ self.enabled = attributes[:'enabled']
94
+ end
95
+
96
+ if attributes.has_key?(:'mapping_claim')
97
+ self.mapping_claim = attributes[:'mapping_claim']
98
+ end
99
+
100
+ if attributes.has_key?(:'name')
101
+ self.name = attributes[:'name']
102
+ end
103
+
104
+ if attributes.has_key?(:'provider_url')
105
+ self.provider_url = attributes[:'provider_url']
106
+ end
107
+
108
+ if attributes.has_key?(:'service_accounts')
109
+ if (value = attributes[:'service_accounts']).is_a?(Array)
110
+ self.service_accounts = value
111
+ end
112
+ end
113
+
114
+ if attributes.has_key?(:'slug')
115
+ self.slug = attributes[:'slug']
116
+ end
117
+
118
+ if attributes.has_key?(:'slug_perm')
119
+ self.slug_perm = attributes[:'slug_perm']
120
+ end
121
+ end
122
+
123
+ # Show invalid properties with the reasons. Usually used together with valid?
124
+ # @return Array for valid properties with the reasons
125
+ def list_invalid_properties
126
+ invalid_properties = Array.new
127
+ if @claims.nil?
128
+ invalid_properties.push('invalid value for "claims", claims cannot be nil.')
129
+ end
130
+
131
+ if @enabled.nil?
132
+ invalid_properties.push('invalid value for "enabled", enabled cannot be nil.')
133
+ end
134
+
135
+ if @name.nil?
136
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
137
+ end
138
+
139
+ if @provider_url.nil?
140
+ invalid_properties.push('invalid value for "provider_url", provider_url cannot be nil.')
141
+ end
142
+
143
+ invalid_properties
144
+ end
145
+
146
+ # Check to see if the all the properties in the model are valid
147
+ # @return true if the model is valid
148
+ def valid?
149
+ return false if @claims.nil?
150
+ return false if @enabled.nil?
151
+ return false if @name.nil?
152
+ return false if @provider_url.nil?
153
+ true
154
+ end
155
+
156
+ # Checks equality by comparing each attribute.
157
+ # @param [Object] Object to be compared
158
+ def ==(o)
159
+ return true if self.equal?(o)
160
+ self.class == o.class &&
161
+ claims == o.claims &&
162
+ dynamic_mappings == o.dynamic_mappings &&
163
+ enabled == o.enabled &&
164
+ mapping_claim == o.mapping_claim &&
165
+ name == o.name &&
166
+ provider_url == o.provider_url &&
167
+ service_accounts == o.service_accounts &&
168
+ slug == o.slug &&
169
+ slug_perm == o.slug_perm
170
+ end
171
+
172
+ # @see the `==` method
173
+ # @param [Object] Object to be compared
174
+ def eql?(o)
175
+ self == o
176
+ end
177
+
178
+ # Calculates hash code according to all attributes.
179
+ # @return [Fixnum] Hash code
180
+ def hash
181
+ [claims, dynamic_mappings, enabled, mapping_claim, name, provider_url, service_accounts, slug, slug_perm].hash
182
+ end
183
+
184
+ # Builds the object from hash
185
+ # @param [Hash] attributes Model attributes in the form of hash
186
+ # @return [Object] Returns the model itself
187
+ def build_from_hash(attributes)
188
+ return nil unless attributes.is_a?(Hash)
189
+ self.class.swagger_types.each_pair do |key, type|
190
+ if type =~ /\AArray<(.*)>/i
191
+ # check to ensure the input is an array given that the attribute
192
+ # is documented as an array but the input is not
193
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
194
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
195
+ end
196
+ elsif !attributes[self.class.attribute_map[key]].nil?
197
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
198
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
199
+ end
200
+
201
+ self
202
+ end
203
+
204
+ # Deserializes the data based on type
205
+ # @param string type Data type
206
+ # @param string value Value to be deserialized
207
+ # @return [Object] Deserialized data
208
+ def _deserialize(type, value)
209
+ case type.to_sym
210
+ when :DateTime
211
+ DateTime.parse(value)
212
+ when :Date
213
+ Date.parse(value)
214
+ when :String
215
+ value.to_s
216
+ when :Integer
217
+ value.to_i
218
+ when :Float
219
+ value.to_f
220
+ when :BOOLEAN
221
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
222
+ true
223
+ else
224
+ false
225
+ end
226
+ when :Object
227
+ # generic object (usually a Hash), return directly
228
+ value
229
+ when /\AArray<(?<inner_type>.+)>\z/
230
+ inner_type = Regexp.last_match[:inner_type]
231
+ value.map { |v| _deserialize(inner_type, v) }
232
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
233
+ k_type = Regexp.last_match[:k_type]
234
+ v_type = Regexp.last_match[:v_type]
235
+ {}.tap do |hash|
236
+ value.each do |k, v|
237
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
238
+ end
239
+ end
240
+ else # model
241
+ temp_model = CloudsmithApi.const_get(type).new
242
+ temp_model.build_from_hash(value)
243
+ end
244
+ end
245
+
246
+ # Returns the string representation of the object
247
+ # @return [String] String presentation of the object
248
+ def to_s
249
+ to_hash.to_s
250
+ end
251
+
252
+ # to_body is an alias to to_hash (backward compatibility)
253
+ # @return [Hash] Returns the object in the form of hash
254
+ def to_body
255
+ to_hash
256
+ end
257
+
258
+ # Returns the object in the form of hash
259
+ # @return [Hash] Returns the object in the form of hash
260
+ def to_hash
261
+ hash = {}
262
+ self.class.attribute_map.each_pair do |attr, param|
263
+ value = self.send(attr)
264
+ next if value.nil?
265
+ hash[param] = _to_hash(value)
266
+ end
267
+ hash
268
+ end
269
+
270
+ # Outputs non-array value in the form of hash
271
+ # For object, use to_hash. Otherwise, just return the value
272
+ # @param [Object] value Any valid value
273
+ # @return [Hash] Returns the value in the form of hash
274
+ def _to_hash(value)
275
+ if value.is_a?(Array)
276
+ value.compact.map { |v| _to_hash(v) }
277
+ elsif value.is_a?(Hash)
278
+ {}.tap do |hash|
279
+ value.each { |k, v| hash[k] = _to_hash(v) }
280
+ end
281
+ elsif value.respond_to? :to_hash
282
+ value.to_hash
283
+ else
284
+ value
285
+ end
286
+ end
287
+
288
+ end
289
+ end