cloudsmith-api 2.0.0 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (395) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/README.md +56 -5
  4. data/build.json +1 -1
  5. data/docs/AllocatedLimitRaw.md +11 -0
  6. data/docs/History.md +1 -1
  7. data/docs/HistoryFieldset.md +1 -1
  8. data/docs/HistoryFieldsetRaw.md +10 -0
  9. data/docs/NestedLicensePolicy.md +16 -0
  10. data/docs/NestedVulnerabilityPolicy.md +16 -0
  11. data/docs/NestedVulnerabilityScanResults.md +14 -0
  12. data/docs/OrganizationGroupSync.md +1 -1
  13. data/docs/OrganizationGroupSyncRequest.md +1 -1
  14. data/docs/OrganizationPackageLicensePolicy.md +15 -0
  15. data/docs/OrganizationPackageLicensePolicyRequest.md +12 -0
  16. data/docs/OrganizationPackageLicensePolicyRequestPatch.md +12 -0
  17. data/docs/OrganizationPackageVulnerabilityPolicy.md +15 -0
  18. data/docs/OrganizationPackageVulnerabilityPolicyRequest.md +12 -0
  19. data/docs/OrganizationPackageVulnerabilityPolicyRequestPatch.md +12 -0
  20. data/docs/OrgsApi.md +1087 -247
  21. data/docs/PackageDependencies.md +1 -1
  22. data/docs/PackageLicensePolicyViolationLog.md +11 -0
  23. data/docs/PackageLicensePolicyViolationLogCursorPage.md +10 -0
  24. data/docs/PackageTagRequest.md +1 -1
  25. data/docs/PackageVulnerabilityPolicyViolationLog.md +12 -0
  26. data/docs/PackageVulnerabilityPolicyViolationLogCursorPage.md +10 -0
  27. data/docs/PackagesApi.md +4 -4
  28. data/docs/ReposApi.md +366 -0
  29. data/docs/RepositoryGeoIpCidr.md +9 -0
  30. data/docs/RepositoryGeoIpCountryCode.md +9 -0
  31. data/docs/RepositoryGeoIpRules.md +9 -0
  32. data/docs/RepositoryGeoIpRulesRequest.md +9 -0
  33. data/docs/RepositoryGeoIpRulesRequestPatch.md +9 -0
  34. data/docs/RepositoryGeoIpTestAddress.md +8 -0
  35. data/docs/RepositoryGeoIpTestAddressResponse.md +8 -0
  36. data/docs/RepositoryGeoIpTestAddressResponseDict.md +11 -0
  37. data/docs/RepositoryToken.md +1 -1
  38. data/docs/RepositoryTokenRefresh.md +1 -1
  39. data/docs/RepositoryTokenRefreshRequest.md +1 -1
  40. data/docs/RepositoryTokenRequest.md +1 -1
  41. data/docs/RepositoryTokenRequestPatch.md +1 -1
  42. data/docs/RespositoryGeoIpEnableDisable.md +7 -0
  43. data/docs/RespositoryGeoIpEnableDisableRequest.md +7 -0
  44. data/docs/ServiceTeams.md +1 -1
  45. data/docs/StatusBasic.md +1 -1
  46. data/docs/StorageAllocatedLimit.md +12 -0
  47. data/docs/StorageAllocatedLimitRaw.md +12 -0
  48. data/docs/StorageUsage.md +11 -0
  49. data/docs/StorageUsageRaw.md +11 -0
  50. data/docs/UsageFieldset.md +1 -1
  51. data/docs/UsageLimits.md +1 -1
  52. data/docs/UsageLimitsRaw.md +9 -0
  53. data/docs/UsageRaw.md +10 -0
  54. data/lib/cloudsmith-api/api/orgs_api.rb +1289 -451
  55. data/lib/cloudsmith-api/api/packages_api.rb +4 -4
  56. data/lib/cloudsmith-api/api/repos_api.rb +368 -0
  57. data/lib/cloudsmith-api/models/allocated_limit_raw.rb +211 -0
  58. data/lib/cloudsmith-api/models/history.rb +1 -1
  59. data/lib/cloudsmith-api/models/history_fieldset.rb +1 -1
  60. data/lib/cloudsmith-api/models/history_fieldset_raw.rb +217 -0
  61. data/lib/cloudsmith-api/models/nested_license_policy.rb +263 -0
  62. data/lib/cloudsmith-api/models/nested_vulnerability_policy.rb +293 -0
  63. data/lib/cloudsmith-api/models/nested_vulnerability_scan_results.rb +286 -0
  64. data/lib/cloudsmith-api/models/organization_group_sync.rb +34 -1
  65. data/lib/cloudsmith-api/models/organization_group_sync_request.rb +34 -1
  66. data/lib/cloudsmith-api/models/organization_package_license_policy.rb +259 -0
  67. data/lib/cloudsmith-api/models/organization_package_license_policy_request.rb +232 -0
  68. data/lib/cloudsmith-api/models/organization_package_license_policy_request_patch.rb +222 -0
  69. data/lib/cloudsmith-api/models/organization_package_vulnerability_policy.rb +289 -0
  70. data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request.rb +262 -0
  71. data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request_patch.rb +257 -0
  72. data/lib/cloudsmith-api/models/package_dependencies.rb +0 -5
  73. data/lib/cloudsmith-api/models/package_license_policy_violation_log.rb +228 -0
  74. data/lib/cloudsmith-api/models/package_license_policy_violation_log_cursor_page.rb +209 -0
  75. data/lib/cloudsmith-api/models/package_tag_request.rb +37 -1
  76. data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log.rb +242 -0
  77. data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log_cursor_page.rb +209 -0
  78. data/lib/cloudsmith-api/models/repository_geo_ip_cidr.rb +209 -0
  79. data/lib/cloudsmith-api/models/repository_geo_ip_country_code.rb +209 -0
  80. data/lib/cloudsmith-api/models/repository_geo_ip_rules.rb +203 -0
  81. data/lib/cloudsmith-api/models/repository_geo_ip_rules_request.rb +203 -0
  82. data/lib/cloudsmith-api/models/repository_geo_ip_rules_request_patch.rb +193 -0
  83. data/lib/cloudsmith-api/models/repository_geo_ip_test_address.rb +192 -0
  84. data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response.rb +192 -0
  85. data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response_dict.rb +235 -0
  86. data/lib/cloudsmith-api/models/repository_token.rb +1 -1
  87. data/lib/cloudsmith-api/models/repository_token_refresh.rb +1 -1
  88. data/lib/cloudsmith-api/models/repository_token_refresh_request.rb +1 -1
  89. data/lib/cloudsmith-api/models/repository_token_request.rb +1 -1
  90. data/lib/cloudsmith-api/models/repository_token_request_patch.rb +1 -1
  91. data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable.rb +175 -0
  92. data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable_request.rb +175 -0
  93. data/lib/cloudsmith-api/models/service_teams.rb +5 -0
  94. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  95. data/lib/cloudsmith-api/models/storage_allocated_limit.rb +220 -0
  96. data/lib/cloudsmith-api/models/storage_allocated_limit_raw.rb +220 -0
  97. data/lib/cloudsmith-api/models/storage_usage.rb +211 -0
  98. data/lib/cloudsmith-api/models/storage_usage_raw.rb +211 -0
  99. data/lib/cloudsmith-api/models/usage_fieldset.rb +1 -1
  100. data/lib/cloudsmith-api/models/usage_limits.rb +1 -1
  101. data/lib/cloudsmith-api/models/usage_limits_raw.rb +203 -0
  102. data/lib/cloudsmith-api/models/usage_raw.rb +202 -0
  103. data/lib/cloudsmith-api/version.rb +1 -1
  104. data/lib/cloudsmith-api.rb +31 -0
  105. data/spec/api/orgs_api_spec.rb +190 -0
  106. data/spec/api/packages_api_spec.rb +2 -2
  107. data/spec/api/repos_api_spec.rb +83 -0
  108. data/spec/models/allocated_limit_raw_spec.rb +59 -0
  109. data/spec/models/history_fieldset_raw_spec.rb +53 -0
  110. data/spec/models/nested_license_policy_spec.rb +89 -0
  111. data/spec/models/nested_vulnerability_policy_spec.rb +93 -0
  112. data/spec/models/nested_vulnerability_scan_results_spec.rb +81 -0
  113. data/spec/models/organization_group_sync_request_spec.rb +4 -0
  114. data/spec/models/organization_group_sync_spec.rb +4 -0
  115. data/spec/models/organization_package_license_policy_request_patch_spec.rb +65 -0
  116. data/spec/models/organization_package_license_policy_request_spec.rb +65 -0
  117. data/spec/models/organization_package_license_policy_spec.rb +83 -0
  118. data/spec/models/organization_package_vulnerability_policy_request_patch_spec.rb +69 -0
  119. data/spec/models/organization_package_vulnerability_policy_request_spec.rb +69 -0
  120. data/spec/models/organization_package_vulnerability_policy_spec.rb +87 -0
  121. data/spec/models/package_license_policy_violation_log_cursor_page_spec.rb +53 -0
  122. data/spec/models/package_license_policy_violation_log_spec.rb +59 -0
  123. data/spec/models/package_tag_request_spec.rb +4 -0
  124. data/spec/models/package_vulnerability_policy_violation_log_cursor_page_spec.rb +53 -0
  125. data/spec/models/package_vulnerability_policy_violation_log_spec.rb +65 -0
  126. data/spec/models/repository_geo_ip_cidr_spec.rb +47 -0
  127. data/spec/models/repository_geo_ip_country_code_spec.rb +47 -0
  128. data/spec/models/repository_geo_ip_rules_request_patch_spec.rb +47 -0
  129. data/spec/models/repository_geo_ip_rules_request_spec.rb +47 -0
  130. data/spec/models/repository_geo_ip_rules_spec.rb +47 -0
  131. data/spec/models/repository_geo_ip_test_address_response_dict_spec.rb +59 -0
  132. data/spec/models/repository_geo_ip_test_address_response_spec.rb +41 -0
  133. data/spec/models/repository_geo_ip_test_address_spec.rb +41 -0
  134. data/spec/models/respository_geo_ip_enable_disable_request_spec.rb +35 -0
  135. data/spec/models/respository_geo_ip_enable_disable_spec.rb +35 -0
  136. data/spec/models/storage_allocated_limit_raw_spec.rb +65 -0
  137. data/spec/models/storage_allocated_limit_spec.rb +65 -0
  138. data/spec/models/storage_usage_raw_spec.rb +59 -0
  139. data/spec/models/storage_usage_spec.rb +59 -0
  140. data/spec/models/usage_limits_raw_spec.rb +47 -0
  141. data/spec/models/usage_raw_spec.rb +53 -0
  142. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.4.gem +0 -0
  143. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.12.2.gem +0 -0
  144. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.12.3.gem +0 -0
  145. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.12.5.gem +0 -0
  146. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.3.gem +0 -0
  147. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.20/gem_make.out +1 -1
  148. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +2 -2
  149. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/gem_make.out +1 -1
  150. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/mkmf.log +1 -1
  151. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/CHANGELOG.md +22 -2
  152. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/Rakefile +2 -1
  153. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/addressable.gemspec +28 -0
  154. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/idna/native.rb +8 -2
  155. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/idna/pure.rb +10 -182
  156. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/template.rb +9 -10
  157. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/uri.rb +112 -96
  158. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/version.rb +1 -1
  159. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/idna_spec.rb +6 -5
  160. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/template_spec.rb +60 -264
  161. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/uri_spec.rb +56 -0
  162. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  163. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/Makefile +2 -2
  164. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +2 -2
  165. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +2 -2
  166. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/Changelog.md +16 -1
  167. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/README.md +2 -2
  168. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/configuration.rb +2 -2
  169. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/example_status_persister.rb +2 -2
  170. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/exception_presenter.rb +2 -2
  171. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/html_snippet_extractor.rb +2 -2
  172. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/metadata_filter.rb +1 -1
  173. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/project_initializer/spec/spec_helper.rb +1 -1
  174. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/reporter.rb +1 -1
  175. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/version.rb +1 -1
  176. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/Changelog.md +29 -5
  177. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/failure_aggregator.rb +17 -0
  178. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/version.rb +1 -1
  179. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/aliased_matcher.rb +3 -3
  180. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/compound.rb +1 -1
  181. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/exist.rb +1 -1
  182. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/include.rb +9 -2
  183. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/composable.rb +1 -1
  184. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/dsl.rb +8 -7
  185. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers.rb +1 -1
  186. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/Changelog.md +36 -1
  187. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/proxy.rb +12 -3
  188. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/argument_list_matcher.rb +3 -1
  189. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/receive.rb +2 -1
  190. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/minitest_integration.rb +1 -1
  191. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/mutate_const.rb +1 -1
  192. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/proxy.rb +1 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/verifying_double.rb +2 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/verifying_proxy.rb +4 -3
  195. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/version.rb +1 -1
  196. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/CHANGES.md +7 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/Gemfile +2 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/README.md +21 -6
  199. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/Rakefile +4 -2
  200. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/doc/uname.rdoc +1 -1
  201. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/lib/sys/platform.rb +17 -13
  202. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/lib/sys/uname.rb +3 -1
  203. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/lib/sys/unix/uname.rb +20 -35
  204. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys/windows/uname.rb +499 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys-uname.rb +3 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/spec_helper.rb +12 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/sys_platform_spec.rb +69 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/spec/sys_uname_spec.rb +140 -136
  209. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/sys-uname.gemspec +11 -7
  210. data/vendor/bundle/ruby/2.6.0/specifications/{addressable-2.8.1.gemspec → addressable-2.8.4.gemspec} +3 -3
  211. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.12.0.gemspec → rspec-core-3.12.2.gemspec} +5 -5
  212. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-expectations-3.12.0.gemspec → rspec-expectations-3.12.3.gemspec} +5 -5
  213. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.12.1.gemspec → rspec-mocks-3.12.5.gemspec} +7 -7
  214. data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.2.2.gemspec → sys-uname-1.2.3.gemspec} +8 -4
  215. metadata +362 -236
  216. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.1.gem +0 -0
  217. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.12.0.gem +0 -0
  218. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.12.0.gem +0 -0
  219. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.12.1.gem +0 -0
  220. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.2.gem +0 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/Gemfile +0 -7
  222. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/lib/sys/windows/uname.rb +0 -515
  223. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/lib/sys-uname.rb +0 -1
  224. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/spec/sys_platform_spec.rb +0 -75
  225. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/Gemfile +0 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/LICENSE.txt +0 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/README.md +0 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/data/unicode.data +0 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/idna.rb +0 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable.rb +0 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/net_http_compat_spec.rb +0 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/security_spec.rb +0 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/spec_helper.rb +0 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/clobber.rake +0 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/gem.rake +0 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/git.rake +0 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/metrics.rake +0 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/profile.rake +0 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/rspec.rake +0 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/yard.rake +0 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/.document +0 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/.yardopts +0 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/LICENSE.md +0 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/exe/rspec +0 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/autorun.rb +0 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/backtrace_formatter.rb +0 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/coordinator.rb +0 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/server.rb +0 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/shell_command.rb +0 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/utilities.rb +0 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/configuration_options.rb +0 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/did_you_mean.rb +0 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/drb.rb +0 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/dsl.rb +0 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/example.rb +0 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/example_group.rb +0 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/filter_manager.rb +0 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/flat_map.rb +0 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/console_codes.rb +0 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/helpers.rb +0 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/html_printer.rb +0 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/protocol.rb +0 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters.rb +0 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/hooks.rb +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/invocations.rb +0 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/memoized_helpers.rb +0 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/metadata.rb +0 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/notifications.rb +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/option_parser.rb +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/ordering.rb +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/output_wrapper.rb +0 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/pending.rb +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/profiler.rb +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/project_initializer/.rspec +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/project_initializer.rb +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/rake_task.rb +0 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/ruby_project.rb +0 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/runner.rb +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/sandbox.rb +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/set.rb +0 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/shared_context.rb +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/shared_example_group.rb +0 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/shell_escape.rb +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/warnings.rb +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/world.rb +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core.rb +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/.document +0 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/.yardopts +0 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/LICENSE.md +0 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/README.md +0 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/configuration.rb +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/expectation_target.rb +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/fail_with.rb +0 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/handler.rb +0 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/minitest_integration.rb +0 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations/syntax.rb +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/expectations.rb +0 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/all.rb +0 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be.rb +0 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/change.rb +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/cover.rb +0 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/eq.rb +0 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/eql.rb +0 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/equal.rb +0 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/has.rb +0 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/match.rb +0 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/operators.rb +0 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/output.rb +0 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/yield.rb +0 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in.rb +0 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/english_phrasing.rb +0 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/fail_matchers.rb +0 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.3}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/.document +0 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/.yardopts +0 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/LICENSE.md +0 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/README.md +0 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance.rb +0 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/argument_matchers.rb +0 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/configuration.rb +0 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/error_generator.rb +0 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/example_methods.rb +0 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/marshal_extension.rb +0 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/message_chain.rb +0 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/message_expectation.rb +0 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/method_double.rb +0 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/method_reference.rb +0 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/object_reference.rb +0 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/order_group.rb +0 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/space.rb +1 -1
  386. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/standalone.rb +0 -0
  387. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/syntax.rb +0 -0
  388. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/targets.rb +0 -0
  389. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/test_double.rb +0 -0
  390. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  391. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks.rb +0 -0
  392. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/LICENSE +0 -0
  393. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/MANIFEST.md +0 -0
  394. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/certs/djberg96_pub.pem +0 -0
  395. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/examples/uname_test.rb +0 -0
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **dependencies** | [**Array<PackageDependency>**](PackageDependency.md) | |
6
+ **dependencies** | [**Array<PackageDependency>**](PackageDependency.md) | | [optional]
7
7
 
8
8
 
@@ -0,0 +1,11 @@
1
+ # CloudsmithApi::PackageLicensePolicyViolationLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **event_at** | **DateTime** | | [optional]
7
+ **package** | [**PackageVulnerability**](PackageVulnerability.md) | |
8
+ **policy** | [**NestedLicensePolicy**](NestedLicensePolicy.md) | |
9
+ **reasons** | **Array<String>** | |
10
+
11
+
@@ -0,0 +1,10 @@
1
+ # CloudsmithApi::PackageLicensePolicyViolationLogCursorPage
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **_next** | **String** | | [optional]
7
+ **previous** | **String** | | [optional]
8
+ **results** | [**Array<PackageLicensePolicyViolationLog>**](PackageLicensePolicyViolationLog.md) | |
9
+
10
+
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **action** | **Integer** | | [optional]
6
+ **action** | **String** | | [optional] [default to 'Add']
7
7
  **is_immutable** | **BOOLEAN** | If true, created tags will be immutable. An immutable flag is a tag that cannot be removed from a package. | [optional] [default to false]
8
8
  **tags** | **Array<String>** | A list of tags to apply the action to. Not required for clears. | [optional]
9
9
 
@@ -0,0 +1,12 @@
1
+ # CloudsmithApi::PackageVulnerabilityPolicyViolationLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **event_at** | **DateTime** | | [optional]
7
+ **package** | [**PackageVulnerability**](PackageVulnerability.md) | |
8
+ **policy** | [**NestedVulnerabilityPolicy**](NestedVulnerabilityPolicy.md) | |
9
+ **reasons** | **Array<String>** | |
10
+ **vulnerability_scan_results** | [**NestedVulnerabilityScanResults**](NestedVulnerabilityScanResults.md) | |
11
+
12
+
@@ -0,0 +1,10 @@
1
+ # CloudsmithApi::PackageVulnerabilityPolicyViolationLogCursorPage
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **_next** | **String** | | [optional]
7
+ **previous** | **String** | | [optional]
8
+ **results** | [**Array<PackageVulnerabilityPolicyViolationLog>**](PackageVulnerabilityPolicyViolationLog.md) | |
9
+
10
+
data/docs/PackagesApi.md CHANGED
@@ -6,7 +6,7 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**packages_copy**](PackagesApi.md#packages_copy) | **POST** /packages/{owner}/{repo}/{identifier}/copy/ | Copy a package to another repository.
8
8
  [**packages_delete**](PackagesApi.md#packages_delete) | **DELETE** /packages/{owner}/{repo}/{identifier}/ | Delete a specific package in a repository.
9
- [**packages_dependencies**](PackagesApi.md#packages_dependencies) | **GET** /packages/{owner}/{repo}/{identifier}/dependencies/ | Get the direct (non-transitive) dependencies list for a package.
9
+ [**packages_dependencies**](PackagesApi.md#packages_dependencies) | **GET** /packages/{owner}/{repo}/{identifier}/dependencies/ | Get the list of dependencies for a package. Transitive dependencies are included where supported.
10
10
  [**packages_list**](PackagesApi.md#packages_list) | **GET** /packages/{owner}/{repo}/ | Get a list of all packages associated with repository.
11
11
  [**packages_move**](PackagesApi.md#packages_move) | **POST** /packages/{owner}/{repo}/{identifier}/move/ | Move a package to another repository.
12
12
  [**packages_quarantine**](PackagesApi.md#packages_quarantine) | **POST** /packages/{owner}/{repo}/{identifier}/quarantine/ | Quarantine or restore a package.
@@ -189,9 +189,9 @@ nil (empty response body)
189
189
  # **packages_dependencies**
190
190
  > PackageDependencies packages_dependencies(owner, repo, identifier)
191
191
 
192
- Get the direct (non-transitive) dependencies list for a package.
192
+ Get the list of dependencies for a package. Transitive dependencies are included where supported.
193
193
 
194
- Get the direct (non-transitive) dependencies list for a package.
194
+ Get the list of dependencies for a package. Transitive dependencies are included where supported.
195
195
 
196
196
  ### Example
197
197
  ```ruby
@@ -215,7 +215,7 @@ identifier = 'identifier_example' # String |
215
215
 
216
216
 
217
217
  begin
218
- #Get the direct (non-transitive) dependencies list for a package.
218
+ #Get the list of dependencies for a package. Transitive dependencies are included where supported.
219
219
  result = api_instance.packages_dependencies(owner, repo, identifier)
220
220
  p result
221
221
  rescue CloudsmithApi::ApiError => e
data/docs/ReposApi.md CHANGED
@@ -6,6 +6,12 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**repos_create**](ReposApi.md#repos_create) | **POST** /repos/{owner}/ | Create a new repository in a given namespace.
8
8
  [**repos_delete**](ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
9
+ [**repos_geoip_disable**](ReposApi.md#repos_geoip_disable) | **POST** /repos/{owner}/{identifier}/geoip/disable/ | Disable GeoIP for this repository.
10
+ [**repos_geoip_enable**](ReposApi.md#repos_geoip_enable) | **POST** /repos/{owner}/{identifier}/geoip/enable/ | Enable GeoIP for this repository.
11
+ [**repos_geoip_partial_update**](ReposApi.md#repos_geoip_partial_update) | **PATCH** /repos/{owner}/{identifier}/geoip | Partially update repository geoip rules.
12
+ [**repos_geoip_read**](ReposApi.md#repos_geoip_read) | **GET** /repos/{owner}/{identifier}/geoip | List all repository geoip rules.
13
+ [**repos_geoip_test**](ReposApi.md#repos_geoip_test) | **POST** /repos/{owner}/{identifier}/geoip/test/ | Test a list of IP addresses against the repository's current GeoIP rules.
14
+ [**repos_geoip_update**](ReposApi.md#repos_geoip_update) | **PUT** /repos/{owner}/{identifier}/geoip | Replace repository geoip rules.
9
15
  [**repos_gpg_create**](ReposApi.md#repos_gpg_create) | **POST** /repos/{owner}/{identifier}/gpg/ | Set the active GPG key for the Repository.
10
16
  [**repos_gpg_list**](ReposApi.md#repos_gpg_list) | **GET** /repos/{owner}/{identifier}/gpg/ | Retrieve the active GPG key for the Repository.
11
17
  [**repos_gpg_regenerate**](ReposApi.md#repos_gpg_regenerate) | **POST** /repos/{owner}/{identifier}/gpg/regenerate/ | Regenerate GPG Key for the Repository.
@@ -135,6 +141,366 @@ nil (empty response body)
135
141
 
136
142
 
137
143
 
144
+ # **repos_geoip_disable**
145
+ > repos_geoip_disable(owner, identifier, opts)
146
+
147
+ Disable GeoIP for this repository.
148
+
149
+ Disable GeoIP for this repository.
150
+
151
+ ### Example
152
+ ```ruby
153
+ # load the gem
154
+ require 'cloudsmith-api'
155
+ # setup authorization
156
+ CloudsmithApi.configure do |config|
157
+ # Configure API key authorization: apikey
158
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
159
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
160
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
161
+ end
162
+
163
+ api_instance = CloudsmithApi::ReposApi.new
164
+
165
+ owner = 'owner_example' # String |
166
+
167
+ identifier = 'identifier_example' # String |
168
+
169
+ opts = {
170
+ data: CloudsmithApi::RespositoryGeoIpEnableDisableRequest.new # RespositoryGeoIpEnableDisableRequest |
171
+ }
172
+
173
+ begin
174
+ #Disable GeoIP for this repository.
175
+ api_instance.repos_geoip_disable(owner, identifier, opts)
176
+ rescue CloudsmithApi::ApiError => e
177
+ puts "Exception when calling ReposApi->repos_geoip_disable: #{e}"
178
+ end
179
+ ```
180
+
181
+ ### Parameters
182
+
183
+ Name | Type | Description | Notes
184
+ ------------- | ------------- | ------------- | -------------
185
+ **owner** | **String**| |
186
+ **identifier** | **String**| |
187
+ **data** | [**RespositoryGeoIpEnableDisableRequest**](RespositoryGeoIpEnableDisableRequest.md)| | [optional]
188
+
189
+ ### Return type
190
+
191
+ nil (empty response body)
192
+
193
+ ### Authorization
194
+
195
+ [apikey](../README.md#apikey)
196
+
197
+ ### HTTP request headers
198
+
199
+ - **Content-Type**: application/json
200
+ - **Accept**: application/json
201
+
202
+
203
+
204
+ # **repos_geoip_enable**
205
+ > repos_geoip_enable(owner, identifier, opts)
206
+
207
+ Enable GeoIP for this repository.
208
+
209
+ Enable GeoIP for this repository.
210
+
211
+ ### Example
212
+ ```ruby
213
+ # load the gem
214
+ require 'cloudsmith-api'
215
+ # setup authorization
216
+ CloudsmithApi.configure do |config|
217
+ # Configure API key authorization: apikey
218
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
219
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
220
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
221
+ end
222
+
223
+ api_instance = CloudsmithApi::ReposApi.new
224
+
225
+ owner = 'owner_example' # String |
226
+
227
+ identifier = 'identifier_example' # String |
228
+
229
+ opts = {
230
+ data: CloudsmithApi::RespositoryGeoIpEnableDisableRequest.new # RespositoryGeoIpEnableDisableRequest |
231
+ }
232
+
233
+ begin
234
+ #Enable GeoIP for this repository.
235
+ api_instance.repos_geoip_enable(owner, identifier, opts)
236
+ rescue CloudsmithApi::ApiError => e
237
+ puts "Exception when calling ReposApi->repos_geoip_enable: #{e}"
238
+ end
239
+ ```
240
+
241
+ ### Parameters
242
+
243
+ Name | Type | Description | Notes
244
+ ------------- | ------------- | ------------- | -------------
245
+ **owner** | **String**| |
246
+ **identifier** | **String**| |
247
+ **data** | [**RespositoryGeoIpEnableDisableRequest**](RespositoryGeoIpEnableDisableRequest.md)| | [optional]
248
+
249
+ ### Return type
250
+
251
+ nil (empty response body)
252
+
253
+ ### Authorization
254
+
255
+ [apikey](../README.md#apikey)
256
+
257
+ ### HTTP request headers
258
+
259
+ - **Content-Type**: application/json
260
+ - **Accept**: application/json
261
+
262
+
263
+
264
+ # **repos_geoip_partial_update**
265
+ > RepositoryGeoIpRules repos_geoip_partial_update(owner, identifier, opts)
266
+
267
+ Partially update repository geoip rules.
268
+
269
+ Partially update repository geoip rules.
270
+
271
+ ### Example
272
+ ```ruby
273
+ # load the gem
274
+ require 'cloudsmith-api'
275
+ # setup authorization
276
+ CloudsmithApi.configure do |config|
277
+ # Configure API key authorization: apikey
278
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
279
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
280
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
281
+ end
282
+
283
+ api_instance = CloudsmithApi::ReposApi.new
284
+
285
+ owner = 'owner_example' # String |
286
+
287
+ identifier = 'identifier_example' # String |
288
+
289
+ opts = {
290
+ data: CloudsmithApi::RepositoryGeoIpRulesRequestPatch.new # RepositoryGeoIpRulesRequestPatch |
291
+ }
292
+
293
+ begin
294
+ #Partially update repository geoip rules.
295
+ result = api_instance.repos_geoip_partial_update(owner, identifier, opts)
296
+ p result
297
+ rescue CloudsmithApi::ApiError => e
298
+ puts "Exception when calling ReposApi->repos_geoip_partial_update: #{e}"
299
+ end
300
+ ```
301
+
302
+ ### Parameters
303
+
304
+ Name | Type | Description | Notes
305
+ ------------- | ------------- | ------------- | -------------
306
+ **owner** | **String**| |
307
+ **identifier** | **String**| |
308
+ **data** | [**RepositoryGeoIpRulesRequestPatch**](RepositoryGeoIpRulesRequestPatch.md)| | [optional]
309
+
310
+ ### Return type
311
+
312
+ [**RepositoryGeoIpRules**](RepositoryGeoIpRules.md)
313
+
314
+ ### Authorization
315
+
316
+ [apikey](../README.md#apikey)
317
+
318
+ ### HTTP request headers
319
+
320
+ - **Content-Type**: application/json
321
+ - **Accept**: application/json
322
+
323
+
324
+
325
+ # **repos_geoip_read**
326
+ > RepositoryGeoIpRules repos_geoip_read(owner, identifier)
327
+
328
+ List all repository geoip rules.
329
+
330
+ List all repository geoip rules.
331
+
332
+ ### Example
333
+ ```ruby
334
+ # load the gem
335
+ require 'cloudsmith-api'
336
+ # setup authorization
337
+ CloudsmithApi.configure do |config|
338
+ # Configure API key authorization: apikey
339
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
340
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
341
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
342
+ end
343
+
344
+ api_instance = CloudsmithApi::ReposApi.new
345
+
346
+ owner = 'owner_example' # String |
347
+
348
+ identifier = 'identifier_example' # String |
349
+
350
+
351
+ begin
352
+ #List all repository geoip rules.
353
+ result = api_instance.repos_geoip_read(owner, identifier)
354
+ p result
355
+ rescue CloudsmithApi::ApiError => e
356
+ puts "Exception when calling ReposApi->repos_geoip_read: #{e}"
357
+ end
358
+ ```
359
+
360
+ ### Parameters
361
+
362
+ Name | Type | Description | Notes
363
+ ------------- | ------------- | ------------- | -------------
364
+ **owner** | **String**| |
365
+ **identifier** | **String**| |
366
+
367
+ ### Return type
368
+
369
+ [**RepositoryGeoIpRules**](RepositoryGeoIpRules.md)
370
+
371
+ ### Authorization
372
+
373
+ [apikey](../README.md#apikey)
374
+
375
+ ### HTTP request headers
376
+
377
+ - **Content-Type**: application/json
378
+ - **Accept**: application/json
379
+
380
+
381
+
382
+ # **repos_geoip_test**
383
+ > RepositoryGeoIpTestAddressResponse repos_geoip_test(owner, identifier, opts)
384
+
385
+ Test a list of IP addresses against the repository's current GeoIP rules.
386
+
387
+ Test a list of IP addresses against the repository's current GeoIP rules.
388
+
389
+ ### Example
390
+ ```ruby
391
+ # load the gem
392
+ require 'cloudsmith-api'
393
+ # setup authorization
394
+ CloudsmithApi.configure do |config|
395
+ # Configure API key authorization: apikey
396
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
397
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
398
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
399
+ end
400
+
401
+ api_instance = CloudsmithApi::ReposApi.new
402
+
403
+ owner = 'owner_example' # String |
404
+
405
+ identifier = 'identifier_example' # String |
406
+
407
+ opts = {
408
+ data: CloudsmithApi::RepositoryGeoIpTestAddress.new # RepositoryGeoIpTestAddress |
409
+ }
410
+
411
+ begin
412
+ #Test a list of IP addresses against the repository's current GeoIP rules.
413
+ result = api_instance.repos_geoip_test(owner, identifier, opts)
414
+ p result
415
+ rescue CloudsmithApi::ApiError => e
416
+ puts "Exception when calling ReposApi->repos_geoip_test: #{e}"
417
+ end
418
+ ```
419
+
420
+ ### Parameters
421
+
422
+ Name | Type | Description | Notes
423
+ ------------- | ------------- | ------------- | -------------
424
+ **owner** | **String**| |
425
+ **identifier** | **String**| |
426
+ **data** | [**RepositoryGeoIpTestAddress**](RepositoryGeoIpTestAddress.md)| | [optional]
427
+
428
+ ### Return type
429
+
430
+ [**RepositoryGeoIpTestAddressResponse**](RepositoryGeoIpTestAddressResponse.md)
431
+
432
+ ### Authorization
433
+
434
+ [apikey](../README.md#apikey)
435
+
436
+ ### HTTP request headers
437
+
438
+ - **Content-Type**: application/json
439
+ - **Accept**: application/json
440
+
441
+
442
+
443
+ # **repos_geoip_update**
444
+ > RepositoryGeoIpRules repos_geoip_update(owner, identifier, opts)
445
+
446
+ Replace repository geoip rules.
447
+
448
+ Replace repository geoip rules.
449
+
450
+ ### Example
451
+ ```ruby
452
+ # load the gem
453
+ require 'cloudsmith-api'
454
+ # setup authorization
455
+ CloudsmithApi.configure do |config|
456
+ # Configure API key authorization: apikey
457
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
458
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
459
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
460
+ end
461
+
462
+ api_instance = CloudsmithApi::ReposApi.new
463
+
464
+ owner = 'owner_example' # String |
465
+
466
+ identifier = 'identifier_example' # String |
467
+
468
+ opts = {
469
+ data: CloudsmithApi::RepositoryGeoIpRulesRequest.new # RepositoryGeoIpRulesRequest |
470
+ }
471
+
472
+ begin
473
+ #Replace repository geoip rules.
474
+ result = api_instance.repos_geoip_update(owner, identifier, opts)
475
+ p result
476
+ rescue CloudsmithApi::ApiError => e
477
+ puts "Exception when calling ReposApi->repos_geoip_update: #{e}"
478
+ end
479
+ ```
480
+
481
+ ### Parameters
482
+
483
+ Name | Type | Description | Notes
484
+ ------------- | ------------- | ------------- | -------------
485
+ **owner** | **String**| |
486
+ **identifier** | **String**| |
487
+ **data** | [**RepositoryGeoIpRulesRequest**](RepositoryGeoIpRulesRequest.md)| | [optional]
488
+
489
+ ### Return type
490
+
491
+ [**RepositoryGeoIpRules**](RepositoryGeoIpRules.md)
492
+
493
+ ### Authorization
494
+
495
+ [apikey](../README.md#apikey)
496
+
497
+ ### HTTP request headers
498
+
499
+ - **Content-Type**: application/json
500
+ - **Accept**: application/json
501
+
502
+
503
+
138
504
  # **repos_gpg_create**
139
505
  > RepositoryGpgKey repos_gpg_create(owner, identifier, opts)
140
506
 
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::RepositoryGeoIpCidr
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **allow** | **Array<String>** | The allowed CIDRs for this repository |
7
+ **deny** | **Array<String>** | The denied CIDRs for this repository |
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::RepositoryGeoIpCountryCode
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **allow** | **Array<String>** | The allowed country codes for this repository |
7
+ **deny** | **Array<String>** | The denied country codes for this repository |
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::RepositoryGeoIpRules
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **cidr** | [**RepositoryGeoIpCidr**](RepositoryGeoIpCidr.md) | |
7
+ **country_code** | [**RepositoryGeoIpCountryCode**](RepositoryGeoIpCountryCode.md) | |
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::RepositoryGeoIpRulesRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **cidr** | [**RepositoryGeoIpCidr**](RepositoryGeoIpCidr.md) | |
7
+ **country_code** | [**RepositoryGeoIpCountryCode**](RepositoryGeoIpCountryCode.md) | |
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::RepositoryGeoIpRulesRequestPatch
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **cidr** | [**RepositoryGeoIpCidr**](RepositoryGeoIpCidr.md) | | [optional]
7
+ **country_code** | [**RepositoryGeoIpCountryCode**](RepositoryGeoIpCountryCode.md) | | [optional]
8
+
9
+
@@ -0,0 +1,8 @@
1
+ # CloudsmithApi::RepositoryGeoIpTestAddress
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **addresses** | **Array<String>** | The IP addresses to test against this repository |
7
+
8
+
@@ -0,0 +1,8 @@
1
+ # CloudsmithApi::RepositoryGeoIpTestAddressResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **addresses** | [**Array<RepositoryGeoIpTestAddressResponseDict>**](RepositoryGeoIpTestAddressResponseDict.md) | The IP address test results ordered by allowed |
7
+
8
+
@@ -0,0 +1,11 @@
1
+ # CloudsmithApi::RepositoryGeoIpTestAddressResponseDict
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **allowed** | **BOOLEAN** | The result of the IP test |
7
+ **country_code** | **String** | The country code of the tested IP address |
8
+ **ip_address** | **String** | The IP address that was tested |
9
+ **reason** | **String** | The reason for the result |
10
+
11
+
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
26
26
  **limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
27
27
  **limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
28
28
  **limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
29
- **limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
29
+ **limit_path_query** | **String** | THIS WILL SOON BE DEPRECATED, please use limit_package_query instead. The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
30
30
  **metadata** | **Object** | | [optional]
31
31
  **name** | **String** | |
32
32
  **refresh_url** | **String** | | [optional]
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
26
26
  **limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
27
27
  **limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
28
28
  **limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
29
- **limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
29
+ **limit_path_query** | **String** | THIS WILL SOON BE DEPRECATED, please use limit_package_query instead. The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
30
30
  **metadata** | **Object** | | [optional]
31
31
  **name** | **String** | | [optional]
32
32
  **refresh_url** | **String** | | [optional]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
13
13
  **limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
14
14
  **limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
15
- **limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
15
+ **limit_path_query** | **String** | THIS WILL SOON BE DEPRECATED, please use limit_package_query instead. The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
16
16
  **metadata** | **Object** | | [optional]
17
17
  **scheduled_reset_at** | **DateTime** | The time at which the scheduled reset period has elapsed and the token limits were automatically reset to zero. | [optional]
18
18
  **scheduled_reset_period** | **String** | | [optional] [default to 'Never Reset']
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
13
13
  **limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
14
14
  **limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
15
- **limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
15
+ **limit_path_query** | **String** | THIS WILL SOON BE DEPRECATED, please use limit_package_query instead. The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
16
16
  **metadata** | **Object** | | [optional]
17
17
  **name** | **String** | |
18
18
  **scheduled_reset_at** | **DateTime** | The time at which the scheduled reset period has elapsed and the token limits were automatically reset to zero. | [optional]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
13
13
  **limit_num_downloads** | **Integer** | The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
14
14
  **limit_package_query** | **String** | The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. | [optional]
15
- **limit_path_query** | **String** | The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
15
+ **limit_path_query** | **String** | THIS WILL SOON BE DEPRECATED, please use limit_package_query instead. The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash. | [optional]
16
16
  **metadata** | **Object** | | [optional]
17
17
  **name** | **String** | | [optional]
18
18
  **scheduled_reset_at** | **DateTime** | The time at which the scheduled reset period has elapsed and the token limits were automatically reset to zero. | [optional]
@@ -0,0 +1,7 @@
1
+ # CloudsmithApi::RespositoryGeoIpEnableDisable
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+
7
+
@@ -0,0 +1,7 @@
1
+ # CloudsmithApi::RespositoryGeoIpEnableDisableRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+
7
+
data/docs/ServiceTeams.md CHANGED
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **role** | **String** | The team role associated with the service | [optional] [default to 'Manager']
7
- **slug** | **String** | The teams associated with the service | [optional]
7
+ **slug** | **String** | The teams associated with the service |
8
8
 
9
9
 
data/docs/StatusBasic.md CHANGED
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **detail** | **String** | The message describing the state of the API. | [optional] [default to 'Cloudsmith API is operational.']
7
- **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.183.1']
7
+ **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.249.4']
8
8
 
9
9