cloudsmith-api 1.61.3 → 1.142.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (394) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/README.md +62 -31
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +2 -0
  6. data/docs/AuditLogApi.md +137 -0
  7. data/docs/ConanPackageUpload.md +2 -0
  8. data/docs/FilesApi.md +13 -6
  9. data/docs/MavenPackageUpload.md +2 -0
  10. data/docs/NamespaceAuditLog.md +23 -0
  11. data/docs/OrganizationGroupSync.md +12 -0
  12. data/docs/OrganizationInvite.md +16 -0
  13. data/docs/OrganizationTeam.md +12 -0
  14. data/docs/OrganizationTeamMembers.md +8 -0
  15. data/docs/OrganizationTeamMembersMembers.md +9 -0
  16. data/docs/OrgsApi.md +958 -8
  17. data/docs/OrgsInvitesCreate.md +12 -0
  18. data/docs/OrgsInvitesExtend.md +11 -0
  19. data/docs/OrgsSamlgroupsyncCreate.md +12 -0
  20. data/docs/OrgsTeamsCreate.md +11 -0
  21. data/docs/OrgsTeamsMembersCreate.md +8 -0
  22. data/docs/OrgsTeamsMembersUpdate.md +8 -0
  23. data/docs/OrgsTeamsPartialUpdate.md +11 -0
  24. data/docs/Package.md +2 -0
  25. data/docs/PackageCopy.md +2 -0
  26. data/docs/PackageMove.md +2 -0
  27. data/docs/RawPackageUpload.md +2 -0
  28. data/docs/ReposApi.md +542 -0
  29. data/docs/ReposCreate.md +31 -1
  30. data/docs/ReposGpgCreate.md +9 -0
  31. data/docs/ReposPartialUpdate.md +30 -0
  32. data/docs/ReposPrivilegesPartialUpdate.md +8 -0
  33. data/docs/ReposPrivilegesUpdate.md +8 -0
  34. data/docs/ReposRsaCreate.md +9 -0
  35. data/docs/Repository.md +30 -0
  36. data/docs/RepositoryAuditLog.md +20 -0
  37. data/docs/RepositoryCreate.md +31 -1
  38. data/docs/RepositoryGpgKey.md +14 -0
  39. data/docs/RepositoryPrivilegeInput.md +8 -0
  40. data/docs/RepositoryPrivilegeInputPrivileges.md +10 -0
  41. data/docs/RepositoryRsaKey.md +13 -0
  42. data/docs/VagrantPackageUpload.md +2 -0
  43. data/lib/cloudsmith-api/api/audit_log_api.rb +147 -0
  44. data/lib/cloudsmith-api/api/files_api.rb +17 -7
  45. data/lib/cloudsmith-api/api/orgs_api.rb +910 -10
  46. data/lib/cloudsmith-api/api/repos_api.rb +524 -0
  47. data/lib/cloudsmith-api/models/alpine_package_upload.rb +55 -1
  48. data/lib/cloudsmith-api/models/conan_package_upload.rb +55 -1
  49. data/lib/cloudsmith-api/models/entitlements_create.rb +46 -0
  50. data/lib/cloudsmith-api/models/entitlements_partial_update.rb +46 -0
  51. data/lib/cloudsmith-api/models/entitlements_refresh.rb +46 -0
  52. data/lib/cloudsmith-api/models/files_abort.rb +34 -0
  53. data/lib/cloudsmith-api/models/files_complete.rb +34 -0
  54. data/lib/cloudsmith-api/models/files_create.rb +34 -0
  55. data/lib/cloudsmith-api/models/files_validate.rb +34 -0
  56. data/lib/cloudsmith-api/models/maven_package_upload.rb +55 -1
  57. data/lib/cloudsmith-api/models/namespace_audit_log.rb +395 -0
  58. data/lib/cloudsmith-api/models/organization_group_sync.rb +240 -0
  59. data/lib/cloudsmith-api/models/organization_invite.rb +299 -0
  60. data/lib/cloudsmith-api/models/organization_membership.rb +46 -0
  61. data/lib/cloudsmith-api/models/organization_team.rb +264 -0
  62. data/lib/cloudsmith-api/models/organization_team_members.rb +192 -0
  63. data/lib/cloudsmith-api/models/organization_team_members_members.rb +195 -0
  64. data/lib/cloudsmith-api/models/orgs_invites_create.rb +259 -0
  65. data/lib/cloudsmith-api/models/orgs_invites_extend.rb +249 -0
  66. data/lib/cloudsmith-api/models/orgs_samlgroupsync_create.rb +245 -0
  67. data/lib/cloudsmith-api/models/orgs_teams_create.rb +254 -0
  68. data/lib/cloudsmith-api/models/orgs_teams_members_create.rb +192 -0
  69. data/lib/cloudsmith-api/models/orgs_teams_members_update.rb +192 -0
  70. data/lib/cloudsmith-api/models/orgs_teams_partial_update.rb +249 -0
  71. data/lib/cloudsmith-api/models/package.rb +55 -1
  72. data/lib/cloudsmith-api/models/package_copy.rb +55 -1
  73. data/lib/cloudsmith-api/models/package_move.rb +55 -1
  74. data/lib/cloudsmith-api/models/packages_tag.rb +34 -0
  75. data/lib/cloudsmith-api/models/raw_package_upload.rb +55 -1
  76. data/lib/cloudsmith-api/models/repos_create.rb +437 -5
  77. data/lib/cloudsmith-api/models/repos_gpg_create.rb +200 -0
  78. data/lib/cloudsmith-api/models/repos_partial_update.rb +448 -4
  79. data/lib/cloudsmith-api/models/repos_privileges_partial_update.rb +187 -0
  80. data/lib/cloudsmith-api/models/repos_privileges_update.rb +192 -0
  81. data/lib/cloudsmith-api/models/repos_rsa_create.rb +200 -0
  82. data/lib/cloudsmith-api/models/repository.rb +448 -4
  83. data/lib/cloudsmith-api/models/repository_audit_log.rb +355 -0
  84. data/lib/cloudsmith-api/models/repository_create.rb +437 -5
  85. data/lib/cloudsmith-api/models/repository_gpg_key.rb +250 -0
  86. data/lib/cloudsmith-api/models/repository_privilege_input.rb +192 -0
  87. data/lib/cloudsmith-api/models/repository_privilege_input_privileges.rb +205 -0
  88. data/lib/cloudsmith-api/models/repository_rsa_key.rb +235 -0
  89. data/lib/cloudsmith-api/models/repository_token.rb +46 -0
  90. data/lib/cloudsmith-api/models/repository_token_refresh.rb +46 -0
  91. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +55 -1
  92. data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +34 -0
  93. data/lib/cloudsmith-api/models/vulnerability_scan_results_list.rb +34 -0
  94. data/lib/cloudsmith-api/version.rb +1 -1
  95. data/lib/cloudsmith-api.rb +23 -0
  96. data/spec/api/audit_log_api_spec.rb +66 -0
  97. data/spec/api/files_api_spec.rb +4 -2
  98. data/spec/api/orgs_api_spec.rb +218 -3
  99. data/spec/api/repos_api_spec.rb +123 -0
  100. data/spec/models/alpine_package_upload_spec.rb +16 -0
  101. data/spec/models/conan_package_upload_spec.rb +16 -0
  102. data/spec/models/entitlements_create_spec.rb +8 -0
  103. data/spec/models/entitlements_partial_update_spec.rb +8 -0
  104. data/spec/models/entitlements_refresh_spec.rb +8 -0
  105. data/spec/models/files_abort_spec.rb +4 -0
  106. data/spec/models/files_complete_spec.rb +4 -0
  107. data/spec/models/files_create_spec.rb +4 -0
  108. data/spec/models/files_validate_spec.rb +4 -0
  109. data/spec/models/maven_package_upload_spec.rb +16 -0
  110. data/spec/models/namespace_audit_log_spec.rb +131 -0
  111. data/spec/models/organization_group_sync_spec.rb +65 -0
  112. data/spec/models/organization_invite_spec.rb +93 -0
  113. data/spec/models/organization_membership_spec.rb +8 -0
  114. data/spec/models/organization_team_members_members_spec.rb +47 -0
  115. data/spec/models/organization_team_members_spec.rb +41 -0
  116. data/spec/models/organization_team_spec.rb +69 -0
  117. data/spec/models/orgs_invites_create_spec.rb +69 -0
  118. data/spec/models/orgs_invites_extend_spec.rb +63 -0
  119. data/spec/models/orgs_samlgroupsync_create_spec.rb +65 -0
  120. data/spec/models/orgs_teams_create_spec.rb +63 -0
  121. data/spec/models/orgs_teams_members_create_spec.rb +41 -0
  122. data/spec/models/orgs_teams_members_update_spec.rb +41 -0
  123. data/spec/models/orgs_teams_partial_update_spec.rb +63 -0
  124. data/spec/models/package_copy_spec.rb +16 -0
  125. data/spec/models/package_move_spec.rb +16 -0
  126. data/spec/models/package_spec.rb +16 -0
  127. data/spec/models/packages_tag_spec.rb +4 -0
  128. data/spec/models/raw_package_upload_spec.rb +16 -0
  129. data/spec/models/repos_create_spec.rb +216 -0
  130. data/spec/models/repos_gpg_create_spec.rb +47 -0
  131. data/spec/models/repos_partial_update_spec.rb +220 -0
  132. data/spec/models/repos_privileges_partial_update_spec.rb +41 -0
  133. data/spec/models/repos_privileges_update_spec.rb +41 -0
  134. data/spec/models/repos_rsa_create_spec.rb +47 -0
  135. data/spec/models/repository_audit_log_spec.rb +113 -0
  136. data/spec/models/repository_create_spec.rb +216 -0
  137. data/spec/models/repository_gpg_key_spec.rb +77 -0
  138. data/spec/models/repository_privilege_input_privileges_spec.rb +53 -0
  139. data/spec/models/repository_privilege_input_spec.rb +41 -0
  140. data/spec/models/repository_rsa_key_spec.rb +71 -0
  141. data/spec/models/repository_spec.rb +220 -0
  142. data/spec/models/repository_token_refresh_spec.rb +8 -0
  143. data/spec/models/repository_token_spec.rb +8 -0
  144. data/spec/models/vagrant_package_upload_spec.rb +16 -0
  145. data/spec/models/vulnerability_scan_results_list_spec.rb +4 -0
  146. data/spec/models/vulnerability_scan_results_spec.rb +4 -0
  147. data/vendor/bundle/ruby/2.6.0/bin/htmldiff +3 -3
  148. data/vendor/bundle/ruby/2.6.0/bin/ldiff +3 -3
  149. data/vendor/bundle/ruby/2.6.0/bin/multigem +3 -3
  150. data/vendor/bundle/ruby/2.6.0/bin/multiruby +3 -3
  151. data/vendor/bundle/ruby/2.6.0/bin/rake +2 -0
  152. data/vendor/bundle/ruby/2.6.0/bin/rspec +2 -0
  153. data/vendor/bundle/ruby/2.6.0/bin/unit_diff +3 -3
  154. data/vendor/bundle/ruby/2.6.0/bin/zentest +3 -3
  155. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.1.gem +0 -0
  156. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.0.gem +0 -0
  157. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.11.1.gem +0 -0
  158. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.11.1.gem +0 -0
  159. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.19/gem_make.out +4 -4
  160. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/ffi_c.so +0 -0
  161. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +5 -5
  162. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/mkmf.log +9 -9
  163. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.2/gem_make.out +4 -4
  164. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.2/json/ext/generator.so +0 -0
  165. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.2/json/ext/parser.so +0 -0
  166. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.2/mkmf.log +7 -7
  167. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/CHANGELOG.md +16 -0
  168. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/Gemfile +4 -2
  169. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/LICENSE.txt +0 -0
  170. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/README.md +0 -0
  171. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/Rakefile +0 -0
  172. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/data/unicode.data +0 -0
  173. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable/idna/native.rb +0 -1
  174. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable/idna/pure.rb +0 -1
  175. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable/idna.rb +0 -1
  176. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable/template.rb +3 -4
  177. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable/uri.rb +57 -53
  178. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable/version.rb +1 -2
  179. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/lib/addressable.rb +0 -0
  180. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/spec/addressable/idna_spec.rb +0 -1
  181. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/spec/addressable/net_http_compat_spec.rb +0 -1
  182. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/spec/addressable/security_spec.rb +0 -1
  183. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/spec/addressable/template_spec.rb +9 -1
  184. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/spec/addressable/uri_spec.rb +81 -1
  185. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/spec/spec_helper.rb +0 -0
  186. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/clobber.rake +0 -0
  187. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/gem.rake +5 -2
  188. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/git.rake +0 -0
  189. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/metrics.rake +0 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/profile.rake +0 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/rspec.rake +0 -0
  192. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.0 → addressable-2.8.1}/tasks/yard.rake +0 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o +0 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o +0 -0
  195. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o +0 -0
  196. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Call.o +0 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o +0 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o +0 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.o +0 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o +0 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o +0 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o +0 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +3 -3
  204. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o +0 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o +0 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o +0 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o +0 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o +0 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o +0 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o +0 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o +0 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o +0 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.o +0 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Types.o +0 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o +0 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o +0 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so +0 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so +0 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/Makefile +3 -3
  220. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/ext/generator/Makefile +3 -3
  221. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/ext/generator/generator.o +0 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/ext/generator/generator.so +0 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/ext/parser/Makefile +3 -3
  224. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/ext/parser/parser.o +0 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/ext/json/ext/parser/parser.so +0 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/lib/json/ext/generator.so +0 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.2/lib/json/ext/parser.so +0 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.github/FUNDING.yml +0 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.github/dependabot.yml +0 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.0/.github/workflows/psl-update.yml +38 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.github/workflows/release.yml +4 -2
  232. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.github/workflows/tests.yml +8 -7
  233. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.gitignore +0 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.rubocop.yml +1 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.rubocop_opinionated.yml +0 -28
  236. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/.yardopts +0 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/2.0-Upgrade.md +0 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/CHANGELOG.md +9 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/Gemfile +1 -1
  240. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/LICENSE.txt +0 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/README.md +1 -1
  242. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/Rakefile +3 -3
  243. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/SECURITY.md +0 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/bin/console +0 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/data/list.txt +52 -21
  246. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/lib/public_suffix/domain.rb +0 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/lib/public_suffix/errors.rb +0 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/lib/public_suffix/list.rb +1 -1
  249. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/lib/public_suffix/rule.rb +5 -5
  250. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/lib/public_suffix/version.rb +1 -1
  251. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/lib/public_suffix.rb +1 -1
  252. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/public_suffix.gemspec +1 -1
  253. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/.empty +0 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/acceptance_test.rb +4 -4
  255. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/benchmarks/bm_find.rb +0 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/benchmarks/bm_find_all.rb +0 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/benchmarks/bm_names.rb +0 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/benchmarks/bm_select.rb +0 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/benchmarks/bm_select_incremental.rb +0 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/benchmarks/bm_valid.rb +0 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/profilers/domain_profiler.rb +0 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/profilers/find_profiler.rb +0 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/profilers/find_profiler_jp.rb +0 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/profilers/initialization_profiler.rb +0 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/profilers/list_profsize.rb +0 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/profilers/object_binsize.rb +0 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/psl_test.rb +1 -1
  268. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/test_helper.rb +0 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/tests.txt +0 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/unit/domain_test.rb +3 -3
  271. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/unit/errors_test.rb +0 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/unit/list_test.rb +1 -1
  273. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/unit/public_suffix_test.rb +0 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.7 → public_suffix-5.0.0}/test/unit/rule_test.rb +15 -15
  275. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/.document +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/.yardopts +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/Changelog.md +11 -1
  278. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/LICENSE.md +0 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/README.md +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/configuration.rb +0 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/expectation_target.rb +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/fail_with.rb +0 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/handler.rb +0 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/minitest_integration.rb +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/syntax.rb +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/version.rb +1 -1
  289. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations.rb +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/all.rb +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be.rb +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/change.rb +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/compound.rb +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/contain_exactly.rb +10 -2
  301. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/count_expectation.rb +1 -1
  302. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/cover.rb +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/eq.rb +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/eql.rb +0 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/equal.rb +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/exist.rb +1 -1
  307. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/has.rb +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/include.rb +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/match.rb +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/operators.rb +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/output.rb +0 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/raise_error.rb +6 -6
  314. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/throw_symbol.rb +4 -4
  318. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/yield.rb +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in.rb +0 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/composable.rb +0 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/dsl.rb +2 -2
  322. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/english_phrasing.rb +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/fail_matchers.rb +0 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers.rb +3 -3
  329. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/Changelog.md +8 -1
  330. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/LICENSE.md +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/README.md +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/caller_filter.rb +2 -2
  333. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/comparable_version.rb +1 -1
  334. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/differ.rb +4 -4
  335. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/directory_maker.rb +0 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/encoded_string.rb +3 -3
  337. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/hunk_generator.rb +0 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/matcher_definition.rb +0 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/method_signature_verifier.rb +2 -2
  341. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/mutex.rb +1 -1
  342. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/object_formatter.rb +0 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/recursive_const_methods.rb +0 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/reentrant_mutex.rb +0 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/ruby_features.rb +3 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source/location.rb +0 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source/node.rb +0 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source/token.rb +0 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source.rb +0 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/formatting_support.rb +0 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/in_sub_process.rb +1 -1
  354. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/shell_out.rb +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/stderr_splitter.rb +1 -1
  357. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/string_matcher.rb +0 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec.rb +0 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/version.rb +1 -1
  362. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/warnings.rb +0 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/with_keywords_when_needed.rb +1 -1
  364. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support.rb +0 -0
  365. data/vendor/bundle/ruby/2.6.0/specifications/ZenTest-4.12.1.gemspec +6 -9
  366. data/vendor/bundle/ruby/2.6.0/specifications/{addressable-2.8.0.gemspec → addressable-2.8.1.gemspec} +12 -14
  367. data/vendor/bundle/ruby/2.6.0/specifications/autotest-4.4.6.gemspec +8 -13
  368. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.19.gemspec +8 -13
  369. data/vendor/bundle/ruby/2.6.0/specifications/autotest-growl-0.2.16.gemspec +7 -11
  370. data/vendor/bundle/ruby/2.6.0/specifications/autotest-rails-pure-4.1.2.gemspec +2 -2
  371. data/vendor/bundle/ruby/2.6.0/specifications/crack-0.4.5.gemspec +5 -7
  372. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.0.gemspec +12 -21
  373. data/vendor/bundle/ruby/2.6.0/specifications/ethon-0.15.0.gemspec +5 -7
  374. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.15.5.gemspec +8 -13
  375. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.0.1.gemspec +9 -15
  376. data/vendor/bundle/ruby/2.6.0/specifications/json-2.6.2.gemspec +0 -0
  377. data/vendor/bundle/ruby/2.6.0/specifications/{public_suffix-4.0.7.gemspec → public_suffix-5.0.0.gemspec} +7 -7
  378. data/vendor/bundle/ruby/2.6.0/specifications/rake-12.3.3.gemspec +9 -15
  379. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.5.gemspec +7 -11
  380. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.11.0.gemspec +7 -11
  381. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.11.0.gemspec +13 -23
  382. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-expectations-3.11.0.gemspec → rspec-expectations-3.11.1.gemspec} +15 -22
  383. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.11.1.gemspec +10 -17
  384. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.11.0.gemspec → rspec-support-3.11.1.gemspec} +11 -14
  385. data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.2.gemspec +7 -11
  386. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.4.0.gemspec +5 -7
  387. data/vendor/bundle/ruby/2.6.0/specifications/vcr-3.0.3.gemspec +26 -49
  388. data/vendor/bundle/ruby/2.6.0/specifications/webmock-1.24.6.gemspec +19 -35
  389. metadata +284 -192
  390. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.0.gem +0 -0
  391. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-4.0.7.gem +0 -0
  392. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.11.0.gem +0 -0
  393. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.11.0.gem +0 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.0/addressable.gemspec +0 -37
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3791a9f63b2add1beb49089e7141d2731e90fd91f2de2af3fdd3227d4778e7b5
4
- data.tar.gz: a024c8366d22871a13a038385e5afe3a22124249457a717639f47f2f1a47d7ad
3
+ metadata.gz: 62d89d208d67308387a86de4a6bacf5162f102e169f0b3e4ed4c52cf04b87a31
4
+ data.tar.gz: 1bb1b4fb484f641020bca533d505d6a386f7b8b9965197029760d521f18704cc
5
5
  SHA512:
6
- metadata.gz: c26f67fcd7bcf7bb8dd64748e69c87e7ae87fd63a5ca93fa62f713addf02896577e5b9ca36250b29bd5fb6ff1c8829357748ad86ae219a2980935726179f4d92
7
- data.tar.gz: 0f37ec70127f070e20b3f90114941a89feaa85579ff37aa34a1ec9b35d465259965baef188a827d702ee50d956c015b83253a79025b3576dadb47fe53a43ce91
6
+ metadata.gz: ff6c06d87d1fb7f85ecc4461994d8bf2cd5b7b860d776f7fc236a2fa8bffa2b81c8155cf6cbe95570a850354a9038b7200f92962edcbad57d3f23ee6dd50adaf
7
+ data.tar.gz: fca97b48883a3450de6df074e1fbac2902ff47f20068e596992bfd3940e2e37d6ae7de2d4b8c209f6f595d810fbdfcc2aa8824ab0fcff506d13e486d0267146e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudsmith-api (1.61.3)
4
+ cloudsmith-api (1.142.3)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -10,8 +10,8 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  ZenTest (4.12.1)
13
- addressable (2.8.0)
14
- public_suffix (>= 2.0.2, < 5.0)
13
+ addressable (2.8.1)
14
+ public_suffix (>= 2.0.2, < 6.0)
15
15
  autotest (4.4.6)
16
16
  ZenTest (>= 4.4.1)
17
17
  autotest-fsevent (0.2.19)
@@ -26,7 +26,7 @@ GEM
26
26
  ffi (1.15.5)
27
27
  hashdiff (1.0.1)
28
28
  json (2.6.2)
29
- public_suffix (4.0.7)
29
+ public_suffix (5.0.0)
30
30
  rake (12.3.3)
31
31
  rexml (3.2.5)
32
32
  rspec (3.11.0)
@@ -35,13 +35,13 @@ GEM
35
35
  rspec-mocks (~> 3.11.0)
36
36
  rspec-core (3.11.0)
37
37
  rspec-support (~> 3.11.0)
38
- rspec-expectations (3.11.0)
38
+ rspec-expectations (3.11.1)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.11.0)
41
41
  rspec-mocks (3.11.1)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.11.0)
44
- rspec-support (3.11.0)
44
+ rspec-support (3.11.1)
45
45
  sys-uname (1.2.2)
46
46
  ffi (~> 1.1)
47
47
  typhoeus (1.4.0)
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  webmock (~> 1.24, >= 1.24.3)
68
68
 
69
69
  BUNDLED WITH
70
- 2.3.13
70
+ 2.3.22
data/README.md CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 1.61.3
10
+ - Package version: 1.142.3
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
13
13
 
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./cloudsmith-api-1.61.3.gem
27
+ gem install ./cloudsmith-api-1.142.3.gem
28
28
  ```
29
- (for development, run `gem install --dev ./cloudsmith-api-1.61.3.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./cloudsmith-api-1.142.3.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'cloudsmith-api', '~> 1.61.3'
35
+ gem 'cloudsmith-api', '~> 1.142.3'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -63,40 +63,22 @@ CloudsmithApi.configure do |config|
63
63
  #config.api_key_prefix['X-Api-Key'] = 'Bearer'
64
64
  end
65
65
 
66
- api_instance = CloudsmithApi::BadgesApi.new
66
+ api_instance = CloudsmithApi::AuditLogApi.new
67
67
 
68
68
  owner = 'owner_example' # String |
69
69
 
70
- repo = 'repo_example' # String |
71
-
72
- package_format = 'package_format_example' # String |
73
-
74
- package_name = 'package_name_example' # String |
75
-
76
- package_version = 'package_version_example' # String |
77
-
78
- package_identifiers = 'package_identifiers_example' # String |
79
-
80
70
  opts = {
81
- badge_token: 'badge_token_example', # String | Badge token to authenticate for private packages
82
- cache_seconds: 'cache_seconds_example', # String | Override the shields.io badge cacheSeconds value.
83
- color: 'color_example', # String | Override the shields.io badge color value.
84
- label: 'label_example', # String | Override the shields.io badge label value.
85
- label_color: 'label_color_example', # String | Override the shields.io badge labelColor value.
86
- logo_color: 'logo_color_example', # String | Override the shields.io badge logoColor value.
87
- logo_width: 'logo_width_example', # String | Override the shields.io badge logoWidth value.
88
- render: true, # BOOLEAN | If true, badge will be rendered
89
- shields: true, # BOOLEAN | If true, a shields response will be generated
90
- show_latest: true, # BOOLEAN | If true, for latest version badges a '(latest)' suffix is added
91
- style: 'style_example' # String | Override the shields.io badge style value.
71
+ page: 56, # Integer | A page number within the paginated result set.
72
+ page_size: 56, # Integer | Number of results to return per page.
73
+ query: 'query_example' # String | A search term for querying events, actors, or timestamps of log records.
92
74
  }
93
75
 
94
76
  begin
95
- #Get latest package version for a package or package group.
96
- result = api_instance.badges_version_list(owner, repo, package_format, package_name, package_version, package_identifiers, opts)
77
+ #Lists audit log entries for a specific namespace.
78
+ result = api_instance.audit_log_list(owner, opts)
97
79
  p result
98
80
  rescue CloudsmithApi::ApiError => e
99
- puts "Exception when calling BadgesApi->badges_version_list: #{e}"
81
+ puts "Exception when calling AuditLogApi->audit_log_list: #{e}"
100
82
  end
101
83
 
102
84
  ```
@@ -107,6 +89,8 @@ All URIs are relative to *https://api.cloudsmith.io/v1*
107
89
 
108
90
  Class | Method | HTTP request | Description
109
91
  ------------ | ------------- | ------------- | -------------
92
+ *CloudsmithApi::AuditLogApi* | [**audit_log_list**](docs/AuditLogApi.md#audit_log_list) | **GET** /audit-log/{owner}/ | Lists audit log entries for a specific namespace.
93
+ *CloudsmithApi::AuditLogApi* | [**audit_log_list0**](docs/AuditLogApi.md#audit_log_list0) | **GET** /audit-log/{owner}/{repo}/ | Lists audit log entries for a specific repository.
110
94
  *CloudsmithApi::BadgesApi* | [**badges_version_list**](docs/BadgesApi.md#badges_version_list) | **GET** /badges/version/{owner}/{repo}/{package_format}/{package_name}/{package_version}/{package_identifiers}/ | Get latest package version for a package or package group.
111
95
  *CloudsmithApi::DistrosApi* | [**distros_list**](docs/DistrosApi.md#distros_list) | **GET** /distros/ | Get a list of all supported distributions.
112
96
  *CloudsmithApi::DistrosApi* | [**distros_read**](docs/DistrosApi.md#distros_read) | **GET** /distros/{slug}/ | View for viewing/listing distributions.
@@ -123,7 +107,7 @@ Class | Method | HTTP request | Description
123
107
  *CloudsmithApi::FilesApi* | [**files_abort**](docs/FilesApi.md#files_abort) | **POST** /files/{owner}/{repo}/{identifier}/abort/ | Abort a multipart file upload.
124
108
  *CloudsmithApi::FilesApi* | [**files_complete**](docs/FilesApi.md#files_complete) | **POST** /files/{owner}/{repo}/{identifier}/complete/ | Complete a multipart file upload.
125
109
  *CloudsmithApi::FilesApi* | [**files_create**](docs/FilesApi.md#files_create) | **POST** /files/{owner}/{repo}/ | Request URL(s) to upload new package file upload(s) to.
126
- *CloudsmithApi::FilesApi* | [**files_info**](docs/FilesApi.md#files_info) | **GET** /files/{owner}/{repo}/{identifier}/info/ | Get upload information for a multipart file upload.
110
+ *CloudsmithApi::FilesApi* | [**files_info**](docs/FilesApi.md#files_info) | **GET** /files/{owner}/{repo}/{identifier}/info/ | Get upload information to perform a multipart file upload.
127
111
  *CloudsmithApi::FilesApi* | [**files_validate**](docs/FilesApi.md#files_validate) | **POST** /files/{owner}/{repo}/validate/ | Validate parameters used for create.
128
112
  *CloudsmithApi::FormatsApi* | [**formats_list**](docs/FormatsApi.md#formats_list) | **GET** /formats/ | Get a list of all supported package formats.
129
113
  *CloudsmithApi::FormatsApi* | [**formats_read**](docs/FormatsApi.md#formats_read) | **GET** /formats/{slug}/ | Get a specific supported package format.
@@ -132,11 +116,27 @@ Class | Method | HTTP request | Description
132
116
  *CloudsmithApi::MetricsApi* | [**metrics_packages_list**](docs/MetricsApi.md#metrics_packages_list) | **GET** /metrics/packages/{owner}/{repo}/ | View for listing package usage metrics, for a repository.
133
117
  *CloudsmithApi::NamespacesApi* | [**namespaces_list**](docs/NamespacesApi.md#namespaces_list) | **GET** /namespaces/ | Get a list of all namespaces the user belongs to.
134
118
  *CloudsmithApi::NamespacesApi* | [**namespaces_read**](docs/NamespacesApi.md#namespaces_read) | **GET** /namespaces/{slug}/ | Views for working with namespaces.
119
+ *CloudsmithApi::OrgsApi* | [**orgs_invites_create**](docs/OrgsApi.md#orgs_invites_create) | **POST** /orgs/{org}/invites/ | Create an organization invite for a specific user
120
+ *CloudsmithApi::OrgsApi* | [**orgs_invites_delete**](docs/OrgsApi.md#orgs_invites_delete) | **DELETE** /orgs/{org}/invites/{slug_perm}/ | Delete a specific organization invite
121
+ *CloudsmithApi::OrgsApi* | [**orgs_invites_extend**](docs/OrgsApi.md#orgs_invites_extend) | **POST** /orgs/{org}/invites/{slug_perm}/extend/ | Extend an organization invite.
122
+ *CloudsmithApi::OrgsApi* | [**orgs_invites_list**](docs/OrgsApi.md#orgs_invites_list) | **GET** /orgs/{org}/invites/ | Get a list of all invites for an organization.
135
123
  *CloudsmithApi::OrgsApi* | [**orgs_list**](docs/OrgsApi.md#orgs_list) | **GET** /orgs/ | Get a list of all the organizations you are associated with.
124
+ *CloudsmithApi::OrgsApi* | [**orgs_members_delete**](docs/OrgsApi.md#orgs_members_delete) | **DELETE** /orgs/{org}/members/{member}/ | Removes a member from the organization.
136
125
  *CloudsmithApi::OrgsApi* | [**orgs_members_list**](docs/OrgsApi.md#orgs_members_list) | **GET** /orgs/{org}/members/ | Get the details for all organization members.
137
126
  *CloudsmithApi::OrgsApi* | [**orgs_members_read**](docs/OrgsApi.md#orgs_members_read) | **GET** /orgs/{org}/members/{member}/ | Get the details for a specific organization member.
138
- *CloudsmithApi::OrgsApi* | [**orgs_members_remove**](docs/OrgsApi.md#orgs_members_remove) | **GET** /orgs/{org}/members/{member}/remove/ | Removes a member from the organization.
127
+ *CloudsmithApi::OrgsApi* | [**orgs_members_remove**](docs/OrgsApi.md#orgs_members_remove) | **GET** /orgs/{org}/members/{member}/remove/ | Removes a member from the organization (deprecated, use DELETE instead).
139
128
  *CloudsmithApi::OrgsApi* | [**orgs_read**](docs/OrgsApi.md#orgs_read) | **GET** /orgs/{org}/ | Get the details for the specific organization.
129
+ *CloudsmithApi::OrgsApi* | [**orgs_saml_group_sync_create**](docs/OrgsApi.md#orgs_saml_group_sync_create) | **POST** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
130
+ *CloudsmithApi::OrgsApi* | [**orgs_saml_group_sync_delete**](docs/OrgsApi.md#orgs_saml_group_sync_delete) | **DELETE** /orgs/{org}/saml-group-sync/{slug_perm}/ | Delete a SAML Group Sync mapping from an organization.
131
+ *CloudsmithApi::OrgsApi* | [**orgs_saml_group_sync_list**](docs/OrgsApi.md#orgs_saml_group_sync_list) | **GET** /orgs/{org}/saml-group-sync/ | Get the details of all SAML Group Sync mapping within an organization.
132
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_create**](docs/OrgsApi.md#orgs_teams_create) | **POST** /orgs/{org}/teams/ | Create a team for this organization.
133
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_delete**](docs/OrgsApi.md#orgs_teams_delete) | **DELETE** /orgs/{org}/teams/{team}/ | Delete a specific team in a organization.
134
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_list**](docs/OrgsApi.md#orgs_teams_list) | **GET** /orgs/{org}/teams/ | Get the details of all teams within an organization.
135
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_members_create**](docs/OrgsApi.md#orgs_teams_members_create) | **POST** /orgs/{org}/teams/{team}/members | Add users to a team.
136
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_members_list**](docs/OrgsApi.md#orgs_teams_members_list) | **GET** /orgs/{org}/teams/{team}/members | List all members for the team.
137
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_members_update**](docs/OrgsApi.md#orgs_teams_members_update) | **PUT** /orgs/{org}/teams/{team}/members | Replace all team members.
138
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_partial_update**](docs/OrgsApi.md#orgs_teams_partial_update) | **PATCH** /orgs/{org}/teams/{team}/ | Update a specific team in a organization.
139
+ *CloudsmithApi::OrgsApi* | [**orgs_teams_read**](docs/OrgsApi.md#orgs_teams_read) | **GET** /orgs/{org}/teams/{team}/ | Get the details for the specific team.
140
140
  *CloudsmithApi::PackagesApi* | [**packages_copy**](docs/PackagesApi.md#packages_copy) | **POST** /packages/{owner}/{repo}/{identifier}/copy/ | Copy a package to another repository.
141
141
  *CloudsmithApi::PackagesApi* | [**packages_delete**](docs/PackagesApi.md#packages_delete) | **DELETE** /packages/{owner}/{repo}/{identifier}/ | Delete a specific package in a repository.
142
142
  *CloudsmithApi::PackagesApi* | [**packages_dependencies**](docs/PackagesApi.md#packages_dependencies) | **GET** /packages/{owner}/{repo}/{identifier}/dependencies/ | Get the direct (non-transitive) dependencies list for a package.
@@ -202,9 +202,18 @@ Class | Method | HTTP request | Description
202
202
  *CloudsmithApi::ReposApi* | [**repos_all_list**](docs/ReposApi.md#repos_all_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
203
203
  *CloudsmithApi::ReposApi* | [**repos_create**](docs/ReposApi.md#repos_create) | **POST** /repos/{owner}/ | Create a new repository in a given namespace.
204
204
  *CloudsmithApi::ReposApi* | [**repos_delete**](docs/ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
205
+ *CloudsmithApi::ReposApi* | [**repos_gpg_create**](docs/ReposApi.md#repos_gpg_create) | **POST** /repos/{owner}/{identifier}/gpg/ | Set the active GPG key for the Repository.
206
+ *CloudsmithApi::ReposApi* | [**repos_gpg_list**](docs/ReposApi.md#repos_gpg_list) | **GET** /repos/{owner}/{identifier}/gpg/ | Retrieve the active GPG key for the Repository.
207
+ *CloudsmithApi::ReposApi* | [**repos_gpg_regenerate**](docs/ReposApi.md#repos_gpg_regenerate) | **POST** /repos/{owner}/{identifier}/gpg/regenerate/ | Regenerate GPG Key for the Repository.
205
208
  *CloudsmithApi::ReposApi* | [**repos_list**](docs/ReposApi.md#repos_list) | **GET** /repos/{owner}/ | Get a list of all repositories within a namespace.
206
209
  *CloudsmithApi::ReposApi* | [**repos_partial_update**](docs/ReposApi.md#repos_partial_update) | **PATCH** /repos/{owner}/{identifier}/ | Update details about a repository in a given namespace.
210
+ *CloudsmithApi::ReposApi* | [**repos_privileges_list**](docs/ReposApi.md#repos_privileges_list) | **GET** /repos/{owner}/{identifier}/privileges | List all explicity created privileges for the repository.
211
+ *CloudsmithApi::ReposApi* | [**repos_privileges_partial_update**](docs/ReposApi.md#repos_privileges_partial_update) | **PATCH** /repos/{owner}/{identifier}/privileges | Modify privileges for the repository.
212
+ *CloudsmithApi::ReposApi* | [**repos_privileges_update**](docs/ReposApi.md#repos_privileges_update) | **PUT** /repos/{owner}/{identifier}/privileges | Replace all existing repository privileges with those specified.
207
213
  *CloudsmithApi::ReposApi* | [**repos_read**](docs/ReposApi.md#repos_read) | **GET** /repos/{owner}/{identifier}/ | Get a specific repository.
214
+ *CloudsmithApi::ReposApi* | [**repos_rsa_create**](docs/ReposApi.md#repos_rsa_create) | **POST** /repos/{owner}/{identifier}/rsa/ | Set the active RSA key for the Repository.
215
+ *CloudsmithApi::ReposApi* | [**repos_rsa_list**](docs/ReposApi.md#repos_rsa_list) | **GET** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
216
+ *CloudsmithApi::ReposApi* | [**repos_rsa_regenerate**](docs/ReposApi.md#repos_rsa_regenerate) | **POST** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
208
217
  *CloudsmithApi::StatusApi* | [**status_check_basic**](docs/StatusApi.md#status_check_basic) | **GET** /status/check/basic/ | Endpoint to check basic API connectivity.
209
218
  *CloudsmithApi::StorageRegionsApi* | [**storage_regions_list**](docs/StorageRegionsApi.md#storage_regions_list) | **GET** /storage-regions/ | Get a list of all available storage regions.
210
219
  *CloudsmithApi::StorageRegionsApi* | [**storage_regions_read**](docs/StorageRegionsApi.md#storage_regions_read) | **GET** /storage-regions/{slug}/ | Get a specific storage region.
@@ -241,8 +250,21 @@ Class | Method | HTTP request | Description
241
250
  - [CloudsmithApi::FormatsDistributions](docs/FormatsDistributions.md)
242
251
  - [CloudsmithApi::MavenPackageUpload](docs/MavenPackageUpload.md)
243
252
  - [CloudsmithApi::Namespace](docs/Namespace.md)
253
+ - [CloudsmithApi::NamespaceAuditLog](docs/NamespaceAuditLog.md)
244
254
  - [CloudsmithApi::Organization](docs/Organization.md)
255
+ - [CloudsmithApi::OrganizationGroupSync](docs/OrganizationGroupSync.md)
256
+ - [CloudsmithApi::OrganizationInvite](docs/OrganizationInvite.md)
245
257
  - [CloudsmithApi::OrganizationMembership](docs/OrganizationMembership.md)
258
+ - [CloudsmithApi::OrganizationTeam](docs/OrganizationTeam.md)
259
+ - [CloudsmithApi::OrganizationTeamMembers](docs/OrganizationTeamMembers.md)
260
+ - [CloudsmithApi::OrganizationTeamMembersMembers](docs/OrganizationTeamMembersMembers.md)
261
+ - [CloudsmithApi::OrgsInvitesCreate](docs/OrgsInvitesCreate.md)
262
+ - [CloudsmithApi::OrgsInvitesExtend](docs/OrgsInvitesExtend.md)
263
+ - [CloudsmithApi::OrgsSamlgroupsyncCreate](docs/OrgsSamlgroupsyncCreate.md)
264
+ - [CloudsmithApi::OrgsTeamsCreate](docs/OrgsTeamsCreate.md)
265
+ - [CloudsmithApi::OrgsTeamsMembersCreate](docs/OrgsTeamsMembersCreate.md)
266
+ - [CloudsmithApi::OrgsTeamsMembersUpdate](docs/OrgsTeamsMembersUpdate.md)
267
+ - [CloudsmithApi::OrgsTeamsPartialUpdate](docs/OrgsTeamsPartialUpdate.md)
246
268
  - [CloudsmithApi::Package](docs/Package.md)
247
269
  - [CloudsmithApi::PackageCopy](docs/PackageCopy.md)
248
270
  - [CloudsmithApi::PackageDependencies](docs/PackageDependencies.md)
@@ -309,10 +331,19 @@ Class | Method | HTTP request | Description
309
331
  - [CloudsmithApi::QuotaHistoryHistory](docs/QuotaHistoryHistory.md)
310
332
  - [CloudsmithApi::RawPackageUpload](docs/RawPackageUpload.md)
311
333
  - [CloudsmithApi::ReposCreate](docs/ReposCreate.md)
334
+ - [CloudsmithApi::ReposGpgCreate](docs/ReposGpgCreate.md)
312
335
  - [CloudsmithApi::ReposGpgKeys](docs/ReposGpgKeys.md)
313
336
  - [CloudsmithApi::ReposPartialUpdate](docs/ReposPartialUpdate.md)
337
+ - [CloudsmithApi::ReposPrivilegesPartialUpdate](docs/ReposPrivilegesPartialUpdate.md)
338
+ - [CloudsmithApi::ReposPrivilegesUpdate](docs/ReposPrivilegesUpdate.md)
339
+ - [CloudsmithApi::ReposRsaCreate](docs/ReposRsaCreate.md)
314
340
  - [CloudsmithApi::Repository](docs/Repository.md)
341
+ - [CloudsmithApi::RepositoryAuditLog](docs/RepositoryAuditLog.md)
315
342
  - [CloudsmithApi::RepositoryCreate](docs/RepositoryCreate.md)
343
+ - [CloudsmithApi::RepositoryGpgKey](docs/RepositoryGpgKey.md)
344
+ - [CloudsmithApi::RepositoryPrivilegeInput](docs/RepositoryPrivilegeInput.md)
345
+ - [CloudsmithApi::RepositoryPrivilegeInputPrivileges](docs/RepositoryPrivilegeInputPrivileges.md)
346
+ - [CloudsmithApi::RepositoryRsaKey](docs/RepositoryRsaKey.md)
316
347
  - [CloudsmithApi::RepositoryToken](docs/RepositoryToken.md)
317
348
  - [CloudsmithApi::RepositoryTokenRefresh](docs/RepositoryTokenRefresh.md)
318
349
  - [CloudsmithApi::RepositoryTokenSync](docs/RepositoryTokenSync.md)
data/build.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gemName": "cloudsmith-api",
9
9
  "gemRequiredRubyVersion": ">= 1.9",
10
10
  "gemSummary": "Cloudsmith API",
11
- "gemVersion": "1.61.3",
11
+ "gemVersion": "1.142.3",
12
12
  "hideGenerationTimestamp": true,
13
13
  "moduleName": "CloudsmithApi",
14
14
  "sortParamsByRequiredFlag": true
@@ -35,6 +35,8 @@ Name | Type | Description | Notes
35
35
  **namespace** | **String** | | [optional]
36
36
  **namespace_url** | **String** | | [optional]
37
37
  **num_files** | **Integer** | | [optional]
38
+ **origin_repository** | **String** | | [optional]
39
+ **origin_repository_url** | **String** | | [optional]
38
40
  **package_type** | **Integer** | The type of package contents. | [optional]
39
41
  **release** | **String** | The release of the package version (if any). | [optional]
40
42
  **repository** | **String** | | [optional]
@@ -0,0 +1,137 @@
1
+ # CloudsmithApi::AuditLogApi
2
+
3
+ All URIs are relative to *https://api.cloudsmith.io/v1*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**audit_log_list**](AuditLogApi.md#audit_log_list) | **GET** /audit-log/{owner}/ | Lists audit log entries for a specific namespace.
8
+ [**audit_log_list0**](AuditLogApi.md#audit_log_list0) | **GET** /audit-log/{owner}/{repo}/ | Lists audit log entries for a specific repository.
9
+
10
+
11
+ # **audit_log_list**
12
+ > Array&lt;NamespaceAuditLog&gt; audit_log_list(owner, opts)
13
+
14
+ Lists audit log entries for a specific namespace.
15
+
16
+ Lists audit log entries for a specific namespace.
17
+
18
+ ### Example
19
+ ```ruby
20
+ # load the gem
21
+ require 'cloudsmith-api'
22
+ # setup authorization
23
+ CloudsmithApi.configure do |config|
24
+ # Configure API key authorization: apikey
25
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
26
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
27
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
28
+ end
29
+
30
+ api_instance = CloudsmithApi::AuditLogApi.new
31
+
32
+ owner = 'owner_example' # String |
33
+
34
+ opts = {
35
+ page: 56, # Integer | A page number within the paginated result set.
36
+ page_size: 56, # Integer | Number of results to return per page.
37
+ query: 'query_example' # String | A search term for querying events, actors, or timestamps of log records.
38
+ }
39
+
40
+ begin
41
+ #Lists audit log entries for a specific namespace.
42
+ result = api_instance.audit_log_list(owner, opts)
43
+ p result
44
+ rescue CloudsmithApi::ApiError => e
45
+ puts "Exception when calling AuditLogApi->audit_log_list: #{e}"
46
+ end
47
+ ```
48
+
49
+ ### Parameters
50
+
51
+ Name | Type | Description | Notes
52
+ ------------- | ------------- | ------------- | -------------
53
+ **owner** | **String**| |
54
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
55
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
56
+ **query** | **String**| A search term for querying events, actors, or timestamps of log records. | [optional]
57
+
58
+ ### Return type
59
+
60
+ [**Array&lt;NamespaceAuditLog&gt;**](NamespaceAuditLog.md)
61
+
62
+ ### Authorization
63
+
64
+ [apikey](../README.md#apikey)
65
+
66
+ ### HTTP request headers
67
+
68
+ - **Content-Type**: Not defined
69
+ - **Accept**: Not defined
70
+
71
+
72
+
73
+ # **audit_log_list0**
74
+ > Array&lt;RepositoryAuditLog&gt; audit_log_list0(owner, repo, opts)
75
+
76
+ Lists audit log entries for a specific repository.
77
+
78
+ Lists audit log entries for a specific repository.
79
+
80
+ ### Example
81
+ ```ruby
82
+ # load the gem
83
+ require 'cloudsmith-api'
84
+ # setup authorization
85
+ CloudsmithApi.configure do |config|
86
+ # Configure API key authorization: apikey
87
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
88
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
89
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
90
+ end
91
+
92
+ api_instance = CloudsmithApi::AuditLogApi.new
93
+
94
+ owner = 'owner_example' # String |
95
+
96
+ repo = 'repo_example' # String |
97
+
98
+ opts = {
99
+ page: 56, # Integer | A page number within the paginated result set.
100
+ page_size: 56, # Integer | Number of results to return per page.
101
+ query: 'query_example' # String | A search term for querying events, actors, or timestamps of log records.
102
+ }
103
+
104
+ begin
105
+ #Lists audit log entries for a specific repository.
106
+ result = api_instance.audit_log_list0(owner, repo, opts)
107
+ p result
108
+ rescue CloudsmithApi::ApiError => e
109
+ puts "Exception when calling AuditLogApi->audit_log_list0: #{e}"
110
+ end
111
+ ```
112
+
113
+ ### Parameters
114
+
115
+ Name | Type | Description | Notes
116
+ ------------- | ------------- | ------------- | -------------
117
+ **owner** | **String**| |
118
+ **repo** | **String**| |
119
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
120
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
121
+ **query** | **String**| A search term for querying events, actors, or timestamps of log records. | [optional]
122
+
123
+ ### Return type
124
+
125
+ [**Array&lt;RepositoryAuditLog&gt;**](RepositoryAuditLog.md)
126
+
127
+ ### Authorization
128
+
129
+ [apikey](../README.md#apikey)
130
+
131
+ ### HTTP request headers
132
+
133
+ - **Content-Type**: Not defined
134
+ - **Accept**: Not defined
135
+
136
+
137
+
@@ -37,6 +37,8 @@ Name | Type | Description | Notes
37
37
  **namespace** | **String** | | [optional]
38
38
  **namespace_url** | **String** | | [optional]
39
39
  **num_files** | **Integer** | | [optional]
40
+ **origin_repository** | **String** | | [optional]
41
+ **origin_repository_url** | **String** | | [optional]
40
42
  **package_type** | **Integer** | The type of package contents. | [optional]
41
43
  **release** | **String** | The release of the package version (if any). | [optional]
42
44
  **repository** | **String** | | [optional]
data/docs/FilesApi.md CHANGED
@@ -7,7 +7,7 @@ Method | HTTP request | Description
7
7
  [**files_abort**](FilesApi.md#files_abort) | **POST** /files/{owner}/{repo}/{identifier}/abort/ | Abort a multipart file upload.
8
8
  [**files_complete**](FilesApi.md#files_complete) | **POST** /files/{owner}/{repo}/{identifier}/complete/ | Complete a multipart file upload.
9
9
  [**files_create**](FilesApi.md#files_create) | **POST** /files/{owner}/{repo}/ | Request URL(s) to upload new package file upload(s) to.
10
- [**files_info**](FilesApi.md#files_info) | **GET** /files/{owner}/{repo}/{identifier}/info/ | Get upload information for a multipart file upload.
10
+ [**files_info**](FilesApi.md#files_info) | **GET** /files/{owner}/{repo}/{identifier}/info/ | Get upload information to perform a multipart file upload.
11
11
  [**files_validate**](FilesApi.md#files_validate) | **POST** /files/{owner}/{repo}/validate/ | Validate parameters used for create.
12
12
 
13
13
 
@@ -200,11 +200,11 @@ Name | Type | Description | Notes
200
200
 
201
201
 
202
202
  # **files_info**
203
- > PackageFilePartsUpload files_info(owner, repo, identifier)
203
+ > PackageFilePartsUpload files_info(owner, repo, identifier, filename, opts)
204
204
 
205
- Get upload information for a multipart file upload.
205
+ Get upload information to perform a multipart file upload.
206
206
 
207
- Get upload information for a multipart file upload.
207
+ Get upload information to perform a multipart file upload.
208
208
 
209
209
  ### Example
210
210
  ```ruby
@@ -226,10 +226,15 @@ repo = 'repo_example' # String |
226
226
 
227
227
  identifier = 'identifier_example' # String |
228
228
 
229
+ filename = 'filename_example' # String | The filename of the file being uploaded
230
+
231
+ opts = {
232
+ part_number: 56 # Integer | The part number to be uploaded next
233
+ }
229
234
 
230
235
  begin
231
- #Get upload information for a multipart file upload.
232
- result = api_instance.files_info(owner, repo, identifier)
236
+ #Get upload information to perform a multipart file upload.
237
+ result = api_instance.files_info(owner, repo, identifier, filename, opts)
233
238
  p result
234
239
  rescue CloudsmithApi::ApiError => e
235
240
  puts "Exception when calling FilesApi->files_info: #{e}"
@@ -243,6 +248,8 @@ Name | Type | Description | Notes
243
248
  **owner** | **String**| |
244
249
  **repo** | **String**| |
245
250
  **identifier** | **String**| |
251
+ **filename** | **String**| The filename of the file being uploaded |
252
+ **part_number** | **Integer**| The part number to be uploaded next | [optional]
246
253
 
247
254
  ### Return type
248
255
 
@@ -37,6 +37,8 @@ Name | Type | Description | Notes
37
37
  **namespace** | **String** | | [optional]
38
38
  **namespace_url** | **String** | | [optional]
39
39
  **num_files** | **Integer** | | [optional]
40
+ **origin_repository** | **String** | | [optional]
41
+ **origin_repository_url** | **String** | | [optional]
40
42
  **package_type** | **Integer** | The type of package contents. | [optional]
41
43
  **packaging** | **String** | Artifact&#39;s Maven packaging type. | [optional]
42
44
  **release** | **String** | The release of the package version (if any). | [optional]
@@ -0,0 +1,23 @@
1
+ # CloudsmithApi::NamespaceAuditLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **actor** | **String** | |
7
+ **actor_ip_address** | **String** | |
8
+ **actor_kind** | **String** | | [optional]
9
+ **actor_location** | **Object** | |
10
+ **actor_slug_perm** | **String** | |
11
+ **actor_url** | **String** | | [optional]
12
+ **context** | **String** | |
13
+ **event** | **String** | |
14
+ **event_at** | **String** | |
15
+ **object** | **String** | |
16
+ **object_kind** | **String** | |
17
+ **object_slug_perm** | **String** | |
18
+ **target** | **String** | |
19
+ **target_kind** | **String** | |
20
+ **target_slug_perm** | **String** | | [optional]
21
+ **uuid** | **String** | | [optional]
22
+
23
+
@@ -0,0 +1,12 @@
1
+ # CloudsmithApi::OrganizationGroupSync
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **idp_key** | **String** | |
7
+ **idp_value** | **String** | |
8
+ **role** | **String** | User role within the team. A &#x60;manager&#x60; is capable of adding/removing others to/from the team, and can set the role of other users and other settings pertaining to the team. A &#39;member&#39; is a normal user that inherits the settings and privileges assigned to the team. | [optional]
9
+ **slug_perm** | **String** | | [optional]
10
+ **team** | **String** | |
11
+
12
+
@@ -0,0 +1,16 @@
1
+ # CloudsmithApi::OrganizationInvite
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **email** | **String** | | [optional]
7
+ **expires_at** | **String** | | [optional]
8
+ **inviter** | **String** | | [optional]
9
+ **inviter_url** | **String** | | [optional]
10
+ **org** | **String** | | [optional]
11
+ **role** | **String** | | [optional]
12
+ **slug_perm** | **String** | | [optional]
13
+ **user** | **String** | | [optional]
14
+ **user_url** | **String** | | [optional]
15
+
16
+
@@ -0,0 +1,12 @@
1
+ # CloudsmithApi::OrganizationTeam
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **description** | **String** | | [optional]
7
+ **name** | **String** | |
8
+ **slug** | **String** | | [optional]
9
+ **slug_perm** | **String** | | [optional]
10
+ **visibility** | **String** | | [optional]
11
+
12
+
@@ -0,0 +1,8 @@
1
+ # CloudsmithApi::OrganizationTeamMembers
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **members** | [**Array&lt;OrganizationTeamMembersMembers&gt;**](OrganizationTeamMembersMembers.md) | The team members |
7
+
8
+
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::OrganizationTeamMembersMembers
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **role** | **String** | | [optional]
7
+ **user** | **String** | | [optional]
8
+
9
+