cloudsmith-api 2.0.6 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1992) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +25 -23
  3. data/README.md +123 -4
  4. data/build.json +1 -1
  5. data/docs/CommonBandwidthMetricsValue.md +3 -3
  6. data/docs/CommonMetrics.md +3 -3
  7. data/docs/CranPackageUpload.md +1 -0
  8. data/docs/CranPackageUploadRequest.md +2 -0
  9. data/docs/CranUpstream.md +23 -0
  10. data/docs/CranUpstreamRequest.md +20 -0
  11. data/docs/CranUpstreamRequestPatch.md +20 -0
  12. data/docs/DartUpstream.md +23 -0
  13. data/docs/DartUpstreamRequest.md +20 -0
  14. data/docs/DartUpstreamRequestPatch.md +20 -0
  15. data/docs/DebUpstream.md +27 -0
  16. data/docs/DebUpstreamRequest.md +24 -0
  17. data/docs/DebUpstreamRequestPatch.md +24 -0
  18. data/docs/DockerUpstream.md +23 -0
  19. data/docs/DockerUpstreamRequest.md +20 -0
  20. data/docs/DockerUpstreamRequestPatch.md +20 -0
  21. data/docs/FormatSupport.md +1 -0
  22. data/docs/FormatSupportUpstream.md +13 -0
  23. data/docs/HelmUpstream.md +23 -0
  24. data/docs/HelmUpstreamRequest.md +20 -0
  25. data/docs/HelmUpstreamRequestPatch.md +20 -0
  26. data/docs/MavenUpstream.md +23 -0
  27. data/docs/MavenUpstreamRequest.md +20 -0
  28. data/docs/MavenUpstreamRequestPatch.md +20 -0
  29. data/docs/NpmUpstream.md +23 -0
  30. data/docs/NpmUpstreamRequest.md +20 -0
  31. data/docs/NpmUpstreamRequestPatch.md +20 -0
  32. data/docs/NugetPackageUploadRequest.md +1 -1
  33. data/docs/NugetUpstream.md +23 -0
  34. data/docs/NugetUpstreamRequest.md +20 -0
  35. data/docs/NugetUpstreamRequestPatch.md +20 -0
  36. data/docs/Organization.md +1 -1
  37. data/docs/OrganizationMembership.md +1 -0
  38. data/docs/OrgsApi.md +798 -63
  39. data/docs/PackageDenyPolicy.md +16 -0
  40. data/docs/PackageDenyPolicyRequest.md +11 -0
  41. data/docs/PackageDenyPolicyRequestPatch.md +11 -0
  42. data/docs/PackageLicensePolicyEvaluationRequest.md +14 -0
  43. data/docs/PackageLicensePolicyEvaluationRequestRequest.md +7 -0
  44. data/docs/PackageVulnerabilityPolicyEvaluationRequest.md +14 -0
  45. data/docs/PackageVulnerabilityPolicyEvaluationRequestRequest.md +7 -0
  46. data/docs/PythonUpstream.md +23 -0
  47. data/docs/PythonUpstreamRequest.md +20 -0
  48. data/docs/PythonUpstreamRequestPatch.md +20 -0
  49. data/docs/ReposApi.md +4147 -0
  50. data/docs/Repository.md +1 -1
  51. data/docs/RepositoryCreate.md +1 -1
  52. data/docs/RepositoryCreateRequest.md +1 -1
  53. data/docs/RepositoryRequestPatch.md +1 -1
  54. data/docs/RepositoryRsaKey.md +1 -0
  55. data/docs/RpmUpstream.md +25 -0
  56. data/docs/RpmUpstreamRequest.md +22 -0
  57. data/docs/RpmUpstreamRequestPatch.md +22 -0
  58. data/docs/RubyUpstream.md +23 -0
  59. data/docs/RubyUpstreamRequest.md +20 -0
  60. data/docs/RubyUpstreamRequestPatch.md +20 -0
  61. data/docs/StatusBasic.md +1 -1
  62. data/lib/cloudsmith-api/api/orgs_api.rb +834 -84
  63. data/lib/cloudsmith-api/api/repos_api.rb +4345 -0
  64. data/lib/cloudsmith-api/models/common_bandwidth_metrics_value.rb +4 -0
  65. data/lib/cloudsmith-api/models/common_metrics.rb +3 -0
  66. data/lib/cloudsmith-api/models/cran_package_upload.rb +11 -1
  67. data/lib/cloudsmith-api/models/cran_package_upload_request.rb +55 -1
  68. data/lib/cloudsmith-api/models/cran_upstream.rb +393 -0
  69. data/lib/cloudsmith-api/models/cran_upstream_request.rb +365 -0
  70. data/lib/cloudsmith-api/models/cran_upstream_request_patch.rb +355 -0
  71. data/lib/cloudsmith-api/models/dart_upstream.rb +393 -0
  72. data/lib/cloudsmith-api/models/dart_upstream_request.rb +365 -0
  73. data/lib/cloudsmith-api/models/dart_upstream_request_patch.rb +355 -0
  74. data/lib/cloudsmith-api/models/deb_upstream.rb +440 -0
  75. data/lib/cloudsmith-api/models/deb_upstream_request.rb +412 -0
  76. data/lib/cloudsmith-api/models/deb_upstream_request_patch.rb +397 -0
  77. data/lib/cloudsmith-api/models/docker_upstream.rb +393 -0
  78. data/lib/cloudsmith-api/models/docker_upstream_request.rb +365 -0
  79. data/lib/cloudsmith-api/models/docker_upstream_request_patch.rb +355 -0
  80. data/lib/cloudsmith-api/models/format_support.rb +15 -1
  81. data/lib/cloudsmith-api/models/format_support_upstream.rb +308 -0
  82. data/lib/cloudsmith-api/models/helm_upstream.rb +393 -0
  83. data/lib/cloudsmith-api/models/helm_upstream_request.rb +365 -0
  84. data/lib/cloudsmith-api/models/helm_upstream_request_patch.rb +355 -0
  85. data/lib/cloudsmith-api/models/maven_upstream.rb +393 -0
  86. data/lib/cloudsmith-api/models/maven_upstream_request.rb +365 -0
  87. data/lib/cloudsmith-api/models/maven_upstream_request_patch.rb +355 -0
  88. data/lib/cloudsmith-api/models/npm_upstream.rb +393 -0
  89. data/lib/cloudsmith-api/models/npm_upstream_request.rb +365 -0
  90. data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +355 -0
  91. data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +1 -1
  92. data/lib/cloudsmith-api/models/nuget_upstream.rb +393 -0
  93. data/lib/cloudsmith-api/models/nuget_upstream_request.rb +365 -0
  94. data/lib/cloudsmith-api/models/nuget_upstream_request_patch.rb +355 -0
  95. data/lib/cloudsmith-api/models/organization.rb +5 -1
  96. data/lib/cloudsmith-api/models/organization_membership.rb +10 -1
  97. data/lib/cloudsmith-api/models/package_deny_policy.rb +313 -0
  98. data/lib/cloudsmith-api/models/package_deny_policy_request.rb +218 -0
  99. data/lib/cloudsmith-api/models/package_deny_policy_request_patch.rb +213 -0
  100. data/lib/cloudsmith-api/models/package_dependency.rb +2 -2
  101. data/lib/cloudsmith-api/models/package_license_policy_evaluation_request.rb +274 -0
  102. data/lib/cloudsmith-api/models/package_license_policy_evaluation_request_request.rb +175 -0
  103. data/lib/cloudsmith-api/models/package_vulnerability_policy_evaluation_request.rb +274 -0
  104. data/lib/cloudsmith-api/models/package_vulnerability_policy_evaluation_request_request.rb +175 -0
  105. data/lib/cloudsmith-api/models/python_upstream.rb +393 -0
  106. data/lib/cloudsmith-api/models/python_upstream_request.rb +365 -0
  107. data/lib/cloudsmith-api/models/python_upstream_request_patch.rb +355 -0
  108. data/lib/cloudsmith-api/models/repository.rb +1 -1
  109. data/lib/cloudsmith-api/models/repository_create.rb +1 -1
  110. data/lib/cloudsmith-api/models/repository_create_request.rb +1 -1
  111. data/lib/cloudsmith-api/models/repository_request_patch.rb +1 -1
  112. data/lib/cloudsmith-api/models/repository_rsa_key.rb +14 -4
  113. data/lib/cloudsmith-api/models/rpm_upstream.rb +418 -0
  114. data/lib/cloudsmith-api/models/rpm_upstream_request.rb +390 -0
  115. data/lib/cloudsmith-api/models/rpm_upstream_request_patch.rb +375 -0
  116. data/lib/cloudsmith-api/models/ruby_upstream.rb +393 -0
  117. data/lib/cloudsmith-api/models/ruby_upstream_request.rb +365 -0
  118. data/lib/cloudsmith-api/models/ruby_upstream_request_patch.rb +355 -0
  119. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  120. data/lib/cloudsmith-api/version.rb +1 -1
  121. data/lib/cloudsmith-api.rb +41 -0
  122. data/spec/api/orgs_api_spec.rb +168 -0
  123. data/spec/api/repos_api_spec.rb +957 -0
  124. data/spec/models/cran_package_upload_request_spec.rb +16 -0
  125. data/spec/models/cran_package_upload_spec.rb +6 -0
  126. data/spec/models/cran_upstream_request_patch_spec.rb +121 -0
  127. data/spec/models/cran_upstream_request_spec.rb +121 -0
  128. data/spec/models/cran_upstream_spec.rb +139 -0
  129. data/spec/models/dart_upstream_request_patch_spec.rb +121 -0
  130. data/spec/models/dart_upstream_request_spec.rb +121 -0
  131. data/spec/models/dart_upstream_spec.rb +139 -0
  132. data/spec/models/deb_upstream_request_patch_spec.rb +145 -0
  133. data/spec/models/deb_upstream_request_spec.rb +145 -0
  134. data/spec/models/deb_upstream_spec.rb +163 -0
  135. data/spec/models/docker_upstream_request_patch_spec.rb +121 -0
  136. data/spec/models/docker_upstream_request_spec.rb +121 -0
  137. data/spec/models/docker_upstream_spec.rb +139 -0
  138. data/spec/models/format_support_spec.rb +6 -0
  139. data/spec/models/format_support_upstream_spec.rb +83 -0
  140. data/spec/models/helm_upstream_request_patch_spec.rb +121 -0
  141. data/spec/models/helm_upstream_request_spec.rb +121 -0
  142. data/spec/models/helm_upstream_spec.rb +139 -0
  143. data/spec/models/maven_upstream_request_patch_spec.rb +121 -0
  144. data/spec/models/maven_upstream_request_spec.rb +121 -0
  145. data/spec/models/maven_upstream_spec.rb +139 -0
  146. data/spec/models/npm_upstream_request_patch_spec.rb +121 -0
  147. data/spec/models/npm_upstream_request_spec.rb +121 -0
  148. data/spec/models/npm_upstream_spec.rb +139 -0
  149. data/spec/models/nuget_upstream_request_patch_spec.rb +121 -0
  150. data/spec/models/nuget_upstream_request_spec.rb +121 -0
  151. data/spec/models/nuget_upstream_spec.rb +139 -0
  152. data/spec/models/organization_membership_spec.rb +6 -0
  153. data/spec/models/package_deny_policy_request_patch_spec.rb +59 -0
  154. data/spec/models/package_deny_policy_request_spec.rb +59 -0
  155. data/spec/models/package_deny_policy_spec.rb +97 -0
  156. data/spec/models/package_dependency_spec.rb +1 -1
  157. data/spec/models/package_license_policy_evaluation_request_request_spec.rb +35 -0
  158. data/spec/models/package_license_policy_evaluation_request_spec.rb +81 -0
  159. data/spec/models/package_vulnerability_policy_evaluation_request_request_spec.rb +35 -0
  160. data/spec/models/package_vulnerability_policy_evaluation_request_spec.rb +81 -0
  161. data/spec/models/python_upstream_request_patch_spec.rb +121 -0
  162. data/spec/models/python_upstream_request_spec.rb +121 -0
  163. data/spec/models/python_upstream_spec.rb +139 -0
  164. data/spec/models/repository_rsa_key_spec.rb +6 -0
  165. data/spec/models/rpm_upstream_request_patch_spec.rb +133 -0
  166. data/spec/models/rpm_upstream_request_spec.rb +133 -0
  167. data/spec/models/rpm_upstream_spec.rb +151 -0
  168. data/spec/models/ruby_upstream_request_patch_spec.rb +121 -0
  169. data/spec/models/ruby_upstream_request_spec.rb +121 -0
  170. data/spec/models/ruby_upstream_spec.rb +139 -0
  171. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.6.gem +0 -0
  172. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.21.gem +0 -0
  173. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.6.gem +0 -0
  174. data/vendor/bundle/ruby/2.6.0/cache/crack-1.0.0.gem +0 -0
  175. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.5.1.gem +0 -0
  176. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.16.3.gem +0 -0
  177. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.0.gem +0 -0
  178. data/vendor/bundle/ruby/2.6.0/cache/json-2.7.1.gem +0 -0
  179. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.4.gem +0 -0
  180. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.2.6.gem +0 -0
  181. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.0.gem +0 -0
  182. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.0.gem +0 -0
  183. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.0.gem +0 -0
  184. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.0.gem +0 -0
  185. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.0.gem +0 -0
  186. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem +0 -0
  187. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +14 -0
  188. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/bigdecimal.so +0 -0
  189. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/gem_make.out +157 -0
  190. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/mkmf.log +894 -0
  191. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/ffi_c.so +0 -0
  192. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +44 -0
  193. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +299 -0
  194. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/gem_make.out +13 -0
  195. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/generator.so +0 -0
  196. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/parser.so +0 -0
  197. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/mkmf.log +128 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/CHANGELOG.md +296 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/Rakefile +40 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/addressable.gemspec +28 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/uri.rb +2602 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/version.rb +31 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/spec/addressable/uri_spec.rb +6840 -0
  204. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/tasks/gem.rake +95 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/CHANGELOG.md +149 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/ext/fsevent/extconf.rb +38 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/lib/autotest-fsevent/version.rb +5 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/LICENSE +56 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/bigdecimal.gemspec +55 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/Makefile +267 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.c +7738 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.h +313 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.o +0 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.so +0 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bits.h +141 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/extconf.rb +62 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/feature.h +68 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing/dtoa.c +3462 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.c +27 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.h +196 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.o +0 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/static_assert.h +54 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/jacobian.rb +90 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/ludcmp.rb +89 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/math.rb +232 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/newton.rb +80 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/util.rb +185 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal.rb +5 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal.so +0 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/sample/linear.rb +74 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/sample/nlsolve.rb +40 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/sample/pi.rb +21 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/History +52 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/LICENSE +20 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/README.md +43 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack/json.rb +113 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack/version.rb +3 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack.rb +8 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Contributing.md +121 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/History.md +431 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/License.md +41 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Rakefile +130 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/bin/htmldiff +35 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/array.rb +7 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/backports.rb +9 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/block.rb +37 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/callbacks.rb +327 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb +174 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb +158 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb +363 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/internals.rb +308 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb +173 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb +741 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff-lcs.rb +3 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/change_spec.rb +89 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/diff_spec.rb +51 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/hunk_spec.rb +83 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/issues_spec.rb +160 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/lcs_spec.rb +56 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/ldiff_spec.rb +89 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/patch_spec.rb +416 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/sdiff_spec.rb +216 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/spec_helper.rb +376 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/traverse_balanced_spec.rb +312 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/traverse_sequences_spec.rb +137 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/CHANGELOG.md +414 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/Gemfile +14 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/README.md +137 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/Rakefile +194 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.c +1128 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.h +176 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.o +0 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.c +198 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.h +60 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.o +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.c +417 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.o +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.c +498 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.o +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ClosurePool.o +0 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.c +397 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.o +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.c +1063 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.h +84 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.o +0 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.c +322 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.o +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LastError.c +243 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LastError.o +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LongDouble.o +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +266 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.c +211 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.h +57 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.o +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.c +219 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.o +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.c +350 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.o +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Platform.o +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.c +546 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.h +60 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.o +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.c +897 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.h +115 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.o +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.c +177 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.o +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.c +769 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.o +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Thread.o +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.c +447 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.h +63 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.o +0 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.c +138 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.o +0 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.c +345 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.o +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/compat.h +82 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/extconf.rb +115 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi.c +97 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi.o +0 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi_c.so +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/site.exp +16 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +7 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor.yml +84 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +18 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-in-container.sh +10 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build.sh +124 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/install.sh +78 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/msvs-detect +1103 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/site.exp +29 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.circleci/config.yml +156 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/build.yml +460 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +171 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.gitignore +46 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/LICENSE +21 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.am +157 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.in +2127 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/README.md +526 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/acinclude.m4 +377 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/compile +348 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.guess +1754 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.sub +1892 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure +22791 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.ac +451 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.host +337 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/Makefile.in +818 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/libffi.texi +1046 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/version.texi +4 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/fficonfig.h.in +188 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +312 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.am +9 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.in +609 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi.h.in +527 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_cfi.h +76 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_common.h +182 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/tramp.h +45 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/install-sh +541 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libtool-version +29 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/ltmain.sh +11448 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +198 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +158 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +119 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +51 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/Makefile.in +565 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/missing +215 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvcc.sh +353 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/ffi.c +1129 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/internal.h +100 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/sysv.S +543 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffi.c +443 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffitarget.h +67 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffi.c +921 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/internal.h +17 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/sysv.S +456 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/closures.c +1107 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/dlmalloc.c +5171 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/ffi.c +616 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/unix.S +585 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffi.c +621 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +82 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/sysv.S +327 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m32r/ffi.c +249 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffi.c +1309 -0
  388. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffitarget.h +251 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/n32.S +772 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/o32.S +561 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/moxie/ffi.c +310 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi.c +673 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi64.c +614 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffitarget.h +94 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux32.S +417 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux64.S +681 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/linux.S +427 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1153 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64.S +293 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +566 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/t-aix +5 -0
  403. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/prep_cif.c +283 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/riscv/ffi.c +514 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffi64.c +624 -0
  406. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tramp.c +716 -0
  407. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffi.c +934 -0
  408. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffitarget.h +62 -0
  409. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi.c +832 -0
  410. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi64.c +950 -0
  411. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffitarget.h +164 -0
  412. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffiw64.c +361 -0
  413. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal.h +43 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal64.h +36 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv.S +1272 -0
  416. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +998 -0
  417. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/unix64.S +711 -0
  418. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/win64.S +254 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffi.c +306 -0
  420. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffitarget.h +57 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/sysv.S +268 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.am +135 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.in +664 -0
  424. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +54 -0
  425. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build.sh +63 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +80 -0
  427. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +48 -0
  428. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test.html +7 -0
  429. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +51 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +682 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +283 -0
  432. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1746 -0
  433. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +747 -0
  434. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +41 -0
  435. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +163 -0
  436. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +110 -0
  437. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +48 -0
  438. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +42 -0
  439. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +42 -0
  440. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +60 -0
  441. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +43 -0
  442. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +49 -0
  443. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +49 -0
  444. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +55 -0
  445. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +57 -0
  446. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +63 -0
  447. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +65 -0
  448. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +65 -0
  449. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +67 -0
  450. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +67 -0
  451. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +93 -0
  452. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +61 -0
  453. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +63 -0
  454. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +90 -0
  455. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +78 -0
  456. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +220 -0
  457. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +154 -0
  458. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +134 -0
  459. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +134 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +140 -0
  461. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +90 -0
  462. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +83 -0
  463. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +83 -0
  464. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +102 -0
  465. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +91 -0
  466. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +94 -0
  467. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +92 -0
  468. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +96 -0
  469. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +61 -0
  470. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +112 -0
  471. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +117 -0
  472. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +120 -0
  473. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +131 -0
  474. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +93 -0
  475. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +109 -0
  476. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +113 -0
  477. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +145 -0
  478. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +103 -0
  479. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +114 -0
  480. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +103 -0
  481. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +103 -0
  482. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +113 -0
  483. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +120 -0
  484. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +103 -0
  485. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +137 -0
  486. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +116 -0
  487. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +148 -0
  488. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +140 -0
  489. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +121 -0
  490. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +155 -0
  491. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +121 -0
  492. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +102 -0
  493. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +103 -0
  494. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +103 -0
  495. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +111 -0
  496. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +109 -0
  497. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +111 -0
  498. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +147 -0
  499. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +152 -0
  500. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +113 -0
  501. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +108 -0
  502. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +106 -0
  503. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +109 -0
  504. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +108 -0
  505. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +109 -0
  506. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +111 -0
  507. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +68 -0
  508. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +69 -0
  509. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +46 -0
  510. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +115 -0
  511. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +80 -0
  512. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +78 -0
  513. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +79 -0
  514. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +94 -0
  515. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +99 -0
  516. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +78 -0
  517. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +94 -0
  518. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +79 -0
  519. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +152 -0
  520. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +47 -0
  521. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +44 -0
  522. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +45 -0
  523. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +125 -0
  524. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +45 -0
  525. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +47 -0
  526. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +49 -0
  527. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +49 -0
  528. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +49 -0
  529. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +46 -0
  530. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +343 -0
  531. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +175 -0
  532. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +161 -0
  533. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +146 -0
  534. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +137 -0
  535. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +86 -0
  536. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +115 -0
  537. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +119 -0
  538. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +120 -0
  539. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +120 -0
  540. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +121 -0
  541. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +142 -0
  542. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +120 -0
  543. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +142 -0
  544. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +142 -0
  545. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +86 -0
  546. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +102 -0
  547. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +101 -0
  548. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +124 -0
  549. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +125 -0
  550. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +75 -0
  551. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +118 -0
  552. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +55 -0
  553. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +1 -0
  554. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi.bsd.mk +40 -0
  555. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi.gnu.mk +32 -0
  556. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/rbffi.h +55 -0
  557. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ffi.gemspec +42 -0
  558. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb +188 -0
  559. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/compat.rb +43 -0
  560. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/data_converter.rb +67 -0
  561. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/dynamic_library.rb +89 -0
  562. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/enum.rb +303 -0
  563. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/ffi.rb +50 -0
  564. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/function.rb +71 -0
  565. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/library.rb +576 -0
  566. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/library_path.rb +109 -0
  567. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/managedstruct.rb +84 -0
  568. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
  569. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
  570. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
  571. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/sw_64-linux/types.conf +141 -0
  572. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/x86_64-windows/types.conf +52 -0
  573. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform.rb +187 -0
  574. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct.rb +317 -0
  575. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct_layout.rb +96 -0
  576. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct_layout_builder.rb +227 -0
  577. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/types.rb +220 -0
  578. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/variadic.rb +80 -0
  579. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/version.rb +3 -0
  580. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  581. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/samples/hello_ractor.rb +11 -0
  582. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/samples/qsort_ractor.rb +28 -0
  583. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/.rubocop.yml +40 -0
  584. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/Gemfile +8 -0
  585. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/README.md +295 -0
  586. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/changelog.md +108 -0
  587. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/hashdiff.gemspec +39 -0
  588. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/compare_hashes.rb +71 -0
  589. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/diff.rb +182 -0
  590. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/version.rb +5 -0
  591. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/diff_spec.rb +375 -0
  592. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/CHANGES.md +503 -0
  593. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/README.md +425 -0
  594. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/Makefile +202 -0
  595. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
  596. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/Makefile +267 -0
  597. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.c +1673 -0
  598. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.h +177 -0
  599. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.o +0 -0
  600. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.so +0 -0
  601. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
  602. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/Makefile +267 -0
  603. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.c +2211 -0
  604. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.o +0 -0
  605. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.rl +971 -0
  606. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.so +0 -0
  607. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/json.gemspec +68 -0
  608. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/bigdecimal.rb +58 -0
  609. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/complex.rb +51 -0
  610. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/date.rb +54 -0
  611. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/date_time.rb +67 -0
  612. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/exception.rb +49 -0
  613. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/ostruct.rb +51 -0
  614. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/range.rb +54 -0
  615. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/rational.rb +49 -0
  616. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/regexp.rb +48 -0
  617. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/set.rb +48 -0
  618. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/struct.rb +52 -0
  619. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/symbol.rb +48 -0
  620. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/time.rb +59 -0
  621. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/common.rb +697 -0
  622. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/generator.so +0 -0
  623. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/parser.so +0 -0
  624. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/pure/generator.rb +513 -0
  625. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/version.rb +9 -0
  626. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json.rb +592 -0
  627. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/CHANGELOG.md +451 -0
  628. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/LICENSE.txt +22 -0
  629. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/README.md +224 -0
  630. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/SECURITY.md +25 -0
  631. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/data/list.txt +15431 -0
  632. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb +235 -0
  633. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb +41 -0
  634. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb +247 -0
  635. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb +350 -0
  636. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb +14 -0
  637. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix.rb +177 -0
  638. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/NEWS.md +276 -0
  639. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/README.md +57 -0
  640. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/doc/rexml/tasks/rdoc/element.rdoc +602 -0
  641. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/doc/rexml/tutorial.rdoc +1358 -0
  642. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/attribute.rb +210 -0
  643. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/document.rb +451 -0
  644. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/element.rb +2599 -0
  645. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/entity.rb +181 -0
  646. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/formatters/pretty.rb +142 -0
  647. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/namespace.rb +63 -0
  648. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/xpathparser.rb +739 -0
  649. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/rexml.rb +39 -0
  650. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/text.rb +426 -0
  651. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.13.0/lib/rspec/version.rb +5 -0
  652. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/Changelog.md +2400 -0
  653. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/README.md +389 -0
  654. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb +2413 -0
  655. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration_options.rb +238 -0
  656. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/exception_presenter.rb +546 -0
  657. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/json_formatter.rb +103 -0
  658. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/notifications.rb +523 -0
  659. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/ordering.rb +208 -0
  660. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/output_wrapper.rb +29 -0
  661. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb +216 -0
  662. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/version.rb +9 -0
  663. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/Changelog.md +1325 -0
  664. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/fail_with.rb +39 -0
  665. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/version.rb +8 -0
  666. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/base_matcher.rb +239 -0
  667. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/compound.rb +290 -0
  668. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/eq.rb +44 -0
  669. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/eql.rb +38 -0
  670. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/matcher_delegator.rb +61 -0
  671. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/multi_matcher_diff.rb +82 -0
  672. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers.rb +1044 -0
  673. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/Changelog.md +1284 -0
  674. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/README.md +465 -0
  675. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/any_instance/recorder.rb +297 -0
  676. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/argument_matchers.rb +366 -0
  677. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/method_double.rb +316 -0
  678. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/version.rb +9 -0
  679. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/Changelog.md +389 -0
  680. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/caller_filter.rb +85 -0
  681. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/comparable_version.rb +48 -0
  682. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/differ.rb +217 -0
  683. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/directory_maker.rb +65 -0
  684. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/encoded_string.rb +163 -0
  685. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/fuzzy_matcher.rb +50 -0
  686. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/hunk_generator.rb +49 -0
  687. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/matcher_definition.rb +44 -0
  688. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/method_signature_verifier.rb +442 -0
  689. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/mutex.rb +75 -0
  690. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/object_formatter.rb +277 -0
  691. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/recursive_const_methods.rb +78 -0
  692. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/reentrant_mutex.rb +80 -0
  693. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/ruby_features.rb +221 -0
  694. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source/location.rb +23 -0
  695. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source/node.rb +112 -0
  696. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source/token.rb +96 -0
  697. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source.rb +87 -0
  698. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/deprecation_helpers.rb +50 -0
  699. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/diff_helpers.rb +33 -0
  700. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/formatting_support.rb +11 -0
  701. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/in_sub_process.rb +73 -0
  702. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/library_wide_checks.rb +152 -0
  703. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/shell_out.rb +110 -0
  704. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/stderr_splitter.rb +77 -0
  705. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/string_matcher.rb +47 -0
  706. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/with_isolated_directory.rb +15 -0
  707. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/with_isolated_stderr.rb +15 -0
  708. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec.rb +84 -0
  709. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/version.rb +9 -0
  710. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/warnings.rb +41 -0
  711. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/with_keywords_when_needed.rb +35 -0
  712. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support.rb +162 -0
  713. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
  714. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
  715. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
  716. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile +36 -0
  717. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/README.md +588 -0
  718. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +85 -0
  719. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +206 -0
  720. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +223 -0
  721. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +305 -0
  722. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +5 -0
  723. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +256 -0
  724. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +323 -0
  725. data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.6.gemspec +37 -0
  726. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.21.gemspec +44 -0
  727. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.6.gemspec +24 -0
  728. data/vendor/bundle/ruby/2.6.0/specifications/crack-1.0.0.gemspec +34 -0
  729. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.1.gemspec +50 -0
  730. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.16.3.gemspec +43 -0
  731. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.0.gemspec +40 -0
  732. data/vendor/bundle/ruby/2.6.0/specifications/json-2.7.1.gemspec +0 -0
  733. data/vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.0.4.gemspec +24 -0
  734. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.6.gemspec +38 -0
  735. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.0.gemspec +39 -0
  736. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.0.gemspec +53 -0
  737. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.0.gemspec +44 -0
  738. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.0.gemspec +44 -0
  739. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.0.gemspec +36 -0
  740. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.4.1.gemspec +30 -0
  741. metadata +1471 -1255
  742. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.4.gem +0 -0
  743. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.20.gem +0 -0
  744. data/vendor/bundle/ruby/2.6.0/cache/crack-0.4.5.gem +0 -0
  745. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.5.0.gem +0 -0
  746. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.15.5.gem +0 -0
  747. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.0.1.gem +0 -0
  748. data/vendor/bundle/ruby/2.6.0/cache/json-2.6.3.gem +0 -0
  749. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.1.gem +0 -0
  750. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.2.5.gem +0 -0
  751. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.12.0.gem +0 -0
  752. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.12.2.gem +0 -0
  753. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.12.3.gem +0 -0
  754. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.12.5.gem +0 -0
  755. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.12.0.gem +0 -0
  756. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.0.gem +0 -0
  757. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.20/gem_make.out +0 -14
  758. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/ffi_c.so +0 -0
  759. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +0 -43
  760. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/mkmf.log +0 -243
  761. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/gem_make.out +0 -13
  762. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/json/ext/generator.so +0 -0
  763. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/json/ext/parser.so +0 -0
  764. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/mkmf.log +0 -128
  765. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/CHANGELOG.md +0 -282
  766. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/Rakefile +0 -35
  767. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/addressable.gemspec +0 -28
  768. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/lib/addressable/uri.rb +0 -2576
  769. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/lib/addressable/version.rb +0 -31
  770. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/spec/addressable/uri_spec.rb +0 -6801
  771. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/tasks/gem.rake +0 -95
  772. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.20/CHANGELOG.md +0 -144
  773. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.20/ext/fsevent/extconf.rb +0 -38
  774. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.20/lib/autotest-fsevent/version.rb +0 -5
  775. data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.5/lib/crack/json.rb +0 -98
  776. data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.5/lib/crack/version.rb +0 -3
  777. data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.5/lib/crack.rb +0 -7
  778. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/Contributing.md +0 -119
  779. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/History.md +0 -400
  780. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/License.md +0 -39
  781. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/Rakefile +0 -121
  782. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/bin/htmldiff +0 -35
  783. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/array.rb +0 -7
  784. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/backports.rb +0 -9
  785. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/block.rb +0 -37
  786. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/callbacks.rb +0 -325
  787. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/change.rb +0 -174
  788. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/htmldiff.rb +0 -150
  789. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/hunk.rb +0 -358
  790. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/internals.rb +0 -308
  791. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/ldiff.rb +0 -171
  792. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs.rb +0 -739
  793. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff-lcs.rb +0 -3
  794. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/change_spec.rb +0 -89
  795. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/diff_spec.rb +0 -51
  796. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/hunk_spec.rb +0 -83
  797. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/issues_spec.rb +0 -154
  798. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/lcs_spec.rb +0 -56
  799. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/ldiff_spec.rb +0 -87
  800. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/patch_spec.rb +0 -416
  801. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/sdiff_spec.rb +0 -214
  802. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb +0 -374
  803. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb +0 -310
  804. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb +0 -137
  805. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/CHANGELOG.md +0 -338
  806. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/Gemfile +0 -14
  807. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/README.md +0 -136
  808. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/Rakefile +0 -191
  809. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.c +0 -1104
  810. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.h +0 -175
  811. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o +0 -0
  812. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.c +0 -162
  813. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.h +0 -59
  814. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o +0 -0
  815. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.c +0 -360
  816. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o +0 -0
  817. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Call.c +0 -487
  818. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Call.o +0 -0
  819. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o +0 -0
  820. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.c +0 -334
  821. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o +0 -0
  822. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.c +0 -917
  823. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.h +0 -83
  824. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.o +0 -0
  825. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.c +0 -266
  826. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o +0 -0
  827. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LastError.c +0 -225
  828. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o +0 -0
  829. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o +0 -0
  830. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +0 -266
  831. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.c +0 -168
  832. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.h +0 -59
  833. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o +0 -0
  834. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.c +0 -192
  835. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o +0 -0
  836. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.c +0 -348
  837. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o +0 -0
  838. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o +0 -0
  839. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.c +0 -507
  840. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.h +0 -59
  841. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o +0 -0
  842. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.c +0 -822
  843. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.h +0 -112
  844. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o +0 -0
  845. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.c +0 -145
  846. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o +0 -0
  847. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.c +0 -700
  848. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o +0 -0
  849. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o +0 -0
  850. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.c +0 -379
  851. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.h +0 -61
  852. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.o +0 -0
  853. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Types.c +0 -138
  854. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Types.o +0 -0
  855. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.c +0 -303
  856. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o +0 -0
  857. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/compat.h +0 -82
  858. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/extconf.rb +0 -98
  859. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi.c +0 -93
  860. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o +0 -0
  861. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so +0 -0
  862. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.appveyor.yml +0 -66
  863. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.gitignore +0 -38
  864. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build-cross-in-container.sh +0 -14
  865. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build-in-container.sh +0 -12
  866. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build.sh +0 -142
  867. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/install.sh +0 -71
  868. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/site.exp +0 -27
  869. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis.yml +0 -83
  870. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/LICENSE +0 -21
  871. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/Makefile.am +0 -150
  872. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/Makefile.in +0 -2060
  873. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/README.md +0 -486
  874. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/acinclude.m4 +0 -479
  875. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/config.guess +0 -1687
  876. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/config.sub +0 -1851
  877. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure +0 -22050
  878. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure.ac +0 -415
  879. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure.host +0 -318
  880. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/Makefile.in +0 -815
  881. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/libffi.texi +0 -997
  882. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/version.texi +0 -4
  883. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/fficonfig.h.in +0 -223
  884. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -201
  885. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/Makefile.am +0 -9
  886. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/Makefile.in +0 -608
  887. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi.h.in +0 -523
  888. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
  889. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi_common.h +0 -153
  890. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/install-sh +0 -518
  891. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/libtool-version +0 -29
  892. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/ltmain.sh +0 -11251
  893. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -194
  894. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
  895. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -88
  896. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/man/Makefile.in +0 -562
  897. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing +0 -215
  898. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
  899. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/msvcc.sh +0 -353
  900. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1025
  901. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/internal.h +0 -68
  902. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -451
  903. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
  904. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
  905. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
  906. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/ffi.c +0 -876
  907. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
  908. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/internal.h +0 -7
  909. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/sysv.S +0 -385
  910. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/closures.c +0 -1021
  911. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
  912. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/ia64/ffi.c +0 -604
  913. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/ia64/unix.S +0 -567
  914. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
  915. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/ffi.c +0 -1134
  916. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -244
  917. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/n32.S +0 -663
  918. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/o32.S +0 -504
  919. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/moxie/ffi.c +0 -285
  920. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
  921. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/ffi.c +0 -674
  922. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -80
  923. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/hpux32.S +0 -370
  924. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/linux.S +0 -380
  925. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  926. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -291
  927. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -564
  928. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/prep_cif.c +0 -263
  929. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/riscv/ffi.c +0 -481
  930. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
  931. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffi.c +0 -770
  932. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffi64.c +0 -895
  933. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -160
  934. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -318
  935. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/internal.h +0 -29
  936. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
  937. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/sysv.S +0 -1138
  938. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -995
  939. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/unix64.S +0 -621
  940. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/win64.S +0 -241
  941. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
  942. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
  943. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -258
  944. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/Makefile.am +0 -122
  945. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/Makefile.in +0 -648
  946. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -660
  947. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
  948. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1745
  949. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -743
  950. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -138
  951. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
  952. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
  953. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
  954. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
  955. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
  956. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
  957. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
  958. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
  959. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
  960. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
  961. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
  962. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
  963. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
  964. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -89
  965. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -81
  966. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -81
  967. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -82
  968. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -89
  969. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -92
  970. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -90
  971. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -95
  972. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -55
  973. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -94
  974. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -95
  975. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -96
  976. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -102
  977. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -89
  978. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -91
  979. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -93
  980. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -113
  981. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -90
  982. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -95
  983. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -90
  984. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -90
  985. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -95
  986. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -98
  987. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -90
  988. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -109
  989. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -98
  990. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -124
  991. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -113
  992. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -99
  993. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -117
  994. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -97
  995. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -88
  996. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -90
  997. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -91
  998. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -93
  999. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -91
  1000. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -92
  1001. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -132
  1002. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -115
  1003. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -95
  1004. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -91
  1005. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -91
  1006. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -92
  1007. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -91
  1008. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -91
  1009. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -93
  1010. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -66
  1011. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -61
  1012. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -42
  1013. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -105
  1014. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -61
  1015. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -74
  1016. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -74
  1017. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -86
  1018. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -91
  1019. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -74
  1020. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -86
  1021. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -74
  1022. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -142
  1023. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -44
  1024. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -42
  1025. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -42
  1026. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -114
  1027. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -42
  1028. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar_va.c +0 -44
  1029. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -43
  1030. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -45
  1031. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -45
  1032. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -47
  1033. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -43
  1034. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort_va.c +0 -44
  1035. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -138
  1036. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
  1037. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -152
  1038. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
  1039. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -134
  1040. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -121
  1041. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -110
  1042. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -111
  1043. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -111
  1044. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -112
  1045. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -131
  1046. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -111
  1047. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -131
  1048. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -131
  1049. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
  1050. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
  1051. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -70
  1052. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -117
  1053. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -54
  1054. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi.bsd.mk +0 -40
  1055. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi.gnu.mk +0 -32
  1056. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/rbffi.h +0 -55
  1057. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ffi.gemspec +0 -42
  1058. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb +0 -203
  1059. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/data_converter.rb +0 -67
  1060. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/enum.rb +0 -296
  1061. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/ffi.rb +0 -47
  1062. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb +0 -592
  1063. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/managedstruct.rb +0 -84
  1064. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/platform.rb +0 -185
  1065. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/struct.rb +0 -316
  1066. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_layout.rb +0 -96
  1067. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_layout_builder.rb +0 -227
  1068. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/types.rb +0 -194
  1069. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/variadic.rb +0 -69
  1070. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/version.rb +0 -3
  1071. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so +0 -0
  1072. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/.rubocop.yml +0 -32
  1073. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/Gemfile +0 -8
  1074. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/README.md +0 -276
  1075. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/changelog.md +0 -100
  1076. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec +0 -39
  1077. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/lib/hashdiff/compare_hashes.rb +0 -69
  1078. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/lib/hashdiff/diff.rb +0 -177
  1079. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/lib/hashdiff/version.rb +0 -5
  1080. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/spec/hashdiff/diff_spec.rb +0 -360
  1081. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/CHANGES.md +0 -457
  1082. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/README.md +0 -425
  1083. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/VERSION +0 -1
  1084. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/Makefile +0 -202
  1085. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +0 -267
  1086. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.c +0 -1608
  1087. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.h +0 -174
  1088. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.o +0 -0
  1089. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.so +0 -0
  1090. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +0 -267
  1091. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.c +0 -3347
  1092. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.o +0 -0
  1093. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.rl +0 -986
  1094. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.so +0 -0
  1095. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/json.gemspec +0 -67
  1096. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/bigdecimal.rb +0 -29
  1097. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/complex.rb +0 -28
  1098. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/date.rb +0 -34
  1099. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/date_time.rb +0 -50
  1100. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/exception.rb +0 -31
  1101. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/ostruct.rb +0 -31
  1102. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/range.rb +0 -29
  1103. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/rational.rb +0 -27
  1104. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/regexp.rb +0 -30
  1105. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/set.rb +0 -29
  1106. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/struct.rb +0 -30
  1107. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/symbol.rb +0 -25
  1108. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/time.rb +0 -38
  1109. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/common.rb +0 -703
  1110. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/ext/generator.so +0 -0
  1111. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/ext/parser.so +0 -0
  1112. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/pure/generator.rb +0 -479
  1113. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/version.rb +0 -9
  1114. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json.rb +0 -583
  1115. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/FUNDING.yml +0 -12
  1116. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/dependabot.yml +0 -19
  1117. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/workflows/psl-update.yml +0 -38
  1118. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/workflows/release.yml +0 -18
  1119. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/workflows/tests.yml +0 -29
  1120. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.gitignore +0 -8
  1121. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.rubocop.yml +0 -37
  1122. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.rubocop_opinionated.yml +0 -135
  1123. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/CHANGELOG.md +0 -432
  1124. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/Gemfile +0 -14
  1125. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/LICENSE.txt +0 -22
  1126. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/README.md +0 -217
  1127. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/Rakefile +0 -52
  1128. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/SECURITY.md +0 -104
  1129. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/bin/console +0 -15
  1130. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/data/list.txt +0 -14189
  1131. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/domain.rb +0 -235
  1132. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/errors.rb +0 -41
  1133. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/list.rb +0 -247
  1134. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/rule.rb +0 -350
  1135. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/version.rb +0 -15
  1136. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix.rb +0 -177
  1137. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/public_suffix.gemspec +0 -29
  1138. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/.empty +0 -2
  1139. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/acceptance_test.rb +0 -131
  1140. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_find.rb +0 -66
  1141. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_find_all.rb +0 -102
  1142. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_names.rb +0 -91
  1143. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_select.rb +0 -26
  1144. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_select_incremental.rb +0 -25
  1145. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_valid.rb +0 -101
  1146. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/domain_profiler.rb +0 -12
  1147. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/find_profiler.rb +0 -12
  1148. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/find_profiler_jp.rb +0 -12
  1149. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/initialization_profiler.rb +0 -11
  1150. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/list_profsize.rb +0 -11
  1151. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/object_binsize.rb +0 -57
  1152. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/psl_test.rb +0 -52
  1153. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/test_helper.rb +0 -10
  1154. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/tests.txt +0 -98
  1155. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/domain_test.rb +0 -106
  1156. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/errors_test.rb +0 -25
  1157. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/list_test.rb +0 -241
  1158. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/public_suffix_test.rb +0 -188
  1159. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/rule_test.rb +0 -222
  1160. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/NEWS.md +0 -178
  1161. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/README.md +0 -48
  1162. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc +0 -602
  1163. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +0 -205
  1164. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/document.rb +0 -451
  1165. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/element.rb +0 -2599
  1166. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/entity.rb +0 -171
  1167. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +0 -142
  1168. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +0 -59
  1169. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +0 -689
  1170. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +0 -37
  1171. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/text.rb +0 -424
  1172. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.12.0/lib/rspec/version.rb +0 -5
  1173. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/Changelog.md +0 -2375
  1174. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/README.md +0 -384
  1175. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/configuration.rb +0 -2385
  1176. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/configuration_options.rb +0 -233
  1177. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/formatters/exception_presenter.rb +0 -525
  1178. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/formatters/json_formatter.rb +0 -102
  1179. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/notifications.rb +0 -521
  1180. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/ordering.rb +0 -169
  1181. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/output_wrapper.rb +0 -29
  1182. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/runner.rb +0 -212
  1183. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/version.rb +0 -9
  1184. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/Changelog.md +0 -1309
  1185. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/expectations/fail_with.rb +0 -39
  1186. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/expectations/version.rb +0 -8
  1187. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/base_matcher.rb +0 -198
  1188. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/compound.rb +0 -290
  1189. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/eq.rb +0 -40
  1190. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/eql.rb +0 -34
  1191. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -82
  1192. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/matcher_delegator.rb +0 -35
  1193. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers.rb +0 -1044
  1194. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/Changelog.md +0 -1262
  1195. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/README.md +0 -463
  1196. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/recorder.rb +0 -295
  1197. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_matchers.rb +0 -322
  1198. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_double.rb +0 -309
  1199. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/version.rb +0 -9
  1200. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/Changelog.md +0 -364
  1201. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/caller_filter.rb +0 -83
  1202. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/comparable_version.rb +0 -46
  1203. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/differ.rb +0 -215
  1204. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/directory_maker.rb +0 -63
  1205. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/encoded_string.rb +0 -161
  1206. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/fuzzy_matcher.rb +0 -48
  1207. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/hunk_generator.rb +0 -47
  1208. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/matcher_definition.rb +0 -42
  1209. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb +0 -438
  1210. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/mutex.rb +0 -73
  1211. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/object_formatter.rb +0 -275
  1212. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/recursive_const_methods.rb +0 -76
  1213. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/reentrant_mutex.rb +0 -78
  1214. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/ruby_features.rb +0 -198
  1215. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/source/location.rb +0 -21
  1216. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/source/node.rb +0 -110
  1217. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/source/token.rb +0 -94
  1218. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/source.rb +0 -85
  1219. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/deprecation_helpers.rb +0 -48
  1220. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/diff_helpers.rb +0 -31
  1221. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/formatting_support.rb +0 -9
  1222. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/in_sub_process.rb +0 -67
  1223. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/library_wide_checks.rb +0 -150
  1224. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/shell_out.rb +0 -105
  1225. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/stderr_splitter.rb +0 -75
  1226. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/string_matcher.rb +0 -45
  1227. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_directory.rb +0 -13
  1228. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_stderr.rb +0 -13
  1229. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/spec.rb +0 -82
  1230. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/version.rb +0 -7
  1231. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/warnings.rb +0 -39
  1232. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support/with_keywords_when_needed.rb +0 -33
  1233. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.0/lib/rspec/support.rb +0 -154
  1234. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/.travis.yml +0 -26
  1235. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/CHANGELOG.md +0 -406
  1236. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/Gemfile +0 -32
  1237. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/README.md +0 -584
  1238. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/config.rb +0 -69
  1239. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/easy_factory.rb +0 -180
  1240. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/request.rb +0 -221
  1241. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/response/informations.rb +0 -248
  1242. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/version.rb +0 -5
  1243. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/spec/typhoeus/request_spec.rb +0 -232
  1244. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/spec/typhoeus/response/informations_spec.rb +0 -283
  1245. data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.4.gemspec +0 -37
  1246. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.20.gemspec +0 -44
  1247. data/vendor/bundle/ruby/2.6.0/specifications/crack-0.4.5.gemspec +0 -30
  1248. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.0.gemspec +0 -50
  1249. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.15.5.gemspec +0 -42
  1250. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.0.1.gemspec +0 -40
  1251. data/vendor/bundle/ruby/2.6.0/specifications/json-2.6.3.gemspec +0 -0
  1252. data/vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.0.1.gemspec +0 -24
  1253. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.5.gemspec +0 -38
  1254. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.12.0.gemspec +0 -39
  1255. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.12.2.gemspec +0 -53
  1256. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.12.3.gemspec +0 -44
  1257. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.12.5.gemspec +0 -44
  1258. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.12.0.gemspec +0 -36
  1259. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.4.0.gemspec +0 -30
  1260. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/gem.build_complete +0 -0
  1261. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.15.5 → bigdecimal-3.1.6}/gem.build_complete +0 -0
  1262. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.6.3 → ffi-1.16.3}/gem.build_complete +0 -0
  1263. /data/vendor/bundle/ruby/2.6.0/{gems/autotest-fsevent-0.2.20/ext/fsevent/fsevent.dll → extensions/x86_64-linux/2.6.0/json-2.7.1/gem.build_complete} +0 -0
  1264. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/Gemfile +0 -0
  1265. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/LICENSE.txt +0 -0
  1266. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/README.md +0 -0
  1267. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/data/unicode.data +0 -0
  1268. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/idna/native.rb +0 -0
  1269. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/idna/pure.rb +0 -0
  1270. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/idna.rb +0 -0
  1271. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/template.rb +0 -0
  1272. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable.rb +0 -0
  1273. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/idna_spec.rb +0 -0
  1274. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/net_http_compat_spec.rb +0 -0
  1275. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/security_spec.rb +0 -0
  1276. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/template_spec.rb +0 -0
  1277. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/spec_helper.rb +0 -0
  1278. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/clobber.rake +0 -0
  1279. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/git.rake +0 -0
  1280. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/metrics.rake +0 -0
  1281. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/profile.rake +0 -0
  1282. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/rspec.rake +0 -0
  1283. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/yard.rake +0 -0
  1284. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/LICENSE.txt +0 -0
  1285. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/README.md +0 -0
  1286. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/ext/fsevent/Makefile +0 -0
  1287. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20/ext/fsevent/fsevent.so → autotest-fsevent-0.2.21/ext/fsevent/fsevent.dll} +0 -0
  1288. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20/ext/fsevent/nmake.bat → autotest-fsevent-0.2.21/ext/fsevent/fsevent.so} +0 -0
  1289. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/ext/fsevent/fsevent_sleep.c +0 -0
  1290. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/ext/fsevent/make +0 -0
  1291. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/.sitearchdir.time → autotest-fsevent-0.2.21/ext/fsevent/nmake.bat} +0 -0
  1292. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/lib/autotest/fsevent.rb +0 -0
  1293. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/lib/autotest-fsevent.rb +0 -0
  1294. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/post-install.txt +0 -0
  1295. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/prebuilt/fsevent_sleep +0 -0
  1296. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time → bigdecimal-3.1.6/ext/bigdecimal/.sitearchdir.time} +0 -0
  1297. /data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.5 → crack-1.0.0}/lib/crack/util.rb +0 -0
  1298. /data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.5 → crack-1.0.0}/lib/crack/xml.rb +0 -0
  1299. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/.rspec +0 -0
  1300. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/Code-of-Conduct.md +0 -0
  1301. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/Manifest.txt +0 -0
  1302. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/README.rdoc +0 -0
  1303. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/bin/ldiff +0 -0
  1304. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/docs/COPYING.txt +0 -0
  1305. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/docs/artistic.txt +0 -0
  1306. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/lib/diff/lcs/string.rb +0 -0
  1307. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/aX +0 -0
  1308. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/bXaX +0 -0
  1309. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ds1.csv +0 -0
  1310. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ds2.csv +0 -0
  1311. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff +0 -0
  1312. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-c +0 -0
  1313. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-e +0 -0
  1314. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-f +0 -0
  1315. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-u +0 -0
  1316. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef +0 -0
  1317. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
  1318. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
  1319. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
  1320. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
  1321. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
  1322. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
  1323. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
  1324. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
  1325. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
  1326. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
  1327. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/new-chef +0 -0
  1328. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/new-chef2 +0 -0
  1329. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/old-chef +0 -0
  1330. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/old-chef2 +0 -0
  1331. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/COPYING +0 -0
  1332. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/LICENSE +0 -0
  1333. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/LICENSE.SPECS +0 -0
  1334. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time → ffi-1.16.3/ext/ffi_c/.sitearchdir.time} +0 -0
  1335. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Call.h +0 -0
  1336. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/ClosurePool.c +0 -0
  1337. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/ClosurePool.h +0 -0
  1338. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/DynamicLibrary.h +0 -0
  1339. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/LastError.h +0 -0
  1340. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/LongDouble.c +0 -0
  1341. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/LongDouble.h +0 -0
  1342. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/MemoryPointer.h +0 -0
  1343. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/MethodHandle.h +0 -0
  1344. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Platform.c +0 -0
  1345. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Platform.h +0 -0
  1346. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/StructByValue.h +0 -0
  1347. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Thread.c +0 -0
  1348. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Thread.h +0 -0
  1349. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Types.h +0 -0
  1350. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/extconf.h +0 -0
  1351. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/ar-lib +0 -0
  1352. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/bfin-sim.exp +0 -0
  1353. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/compile +0 -0
  1354. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/m32r-sim.exp +0 -0
  1355. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/moxie-sim.exp +0 -0
  1356. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/or1k-sim.exp +0 -0
  1357. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/powerpc-eabisim.exp +0 -0
  1358. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/wine-sim.exp +0 -0
  1359. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/.gitattributes +0 -0
  1360. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
  1361. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  1362. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  1363. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/autogen.sh +0 -0
  1364. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
  1365. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libffi.map.in +0 -0
  1366. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  1367. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  1368. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  1369. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  1370. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  1371. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  1372. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  1373. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  1374. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  1375. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  1376. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  1377. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  1378. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  1379. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  1380. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  1381. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  1382. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  1383. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  1384. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  1385. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  1386. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  1387. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
  1388. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
  1389. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  1390. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  1391. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  1392. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  1393. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  1394. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  1395. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  1396. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  1397. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  1398. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  1399. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  1400. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  1401. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  1402. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  1403. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  1404. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
  1405. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
  1406. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
  1407. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/debug.c +0 -0
  1408. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  1409. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  1410. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  1411. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  1412. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  1413. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  1414. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
  1415. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
  1416. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
  1417. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
  1418. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  1419. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  1420. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  1421. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  1422. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  1423. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  1424. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  1425. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  1426. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  1427. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  1428. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  1429. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  1430. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  1431. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  1432. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  1433. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  1434. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
  1435. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
  1436. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
  1437. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  1438. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  1439. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  1440. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  1441. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  1442. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  1443. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  1444. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
  1445. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  1446. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  1447. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
  1448. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  1449. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
  1450. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  1451. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  1452. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  1453. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  1454. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
  1455. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  1456. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
  1457. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
  1458. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  1459. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  1460. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  1461. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  1462. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  1463. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  1464. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
  1465. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  1466. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  1467. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  1468. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  1469. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  1470. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  1471. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  1472. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/types.c +0 -0
  1473. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  1474. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  1475. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  1476. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  1477. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  1478. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/stamp-h.in +0 -0
  1479. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
  1480. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
  1481. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
  1482. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
  1483. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
  1484. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
  1485. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
  1486. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
  1487. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
  1488. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
  1489. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
  1490. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
  1491. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
  1492. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
  1493. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
  1494. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
  1495. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
  1496. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
  1497. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
  1498. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
  1499. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
  1500. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
  1501. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
  1502. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
  1503. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c → ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c} +0 -0
  1504. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
  1505. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
  1506. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
  1507. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
  1508. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
  1509. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
  1510. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
  1511. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
  1512. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
  1513. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
  1514. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
  1515. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
  1516. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
  1517. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
  1518. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
  1519. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
  1520. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
  1521. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
  1522. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
  1523. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
  1524. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
  1525. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
  1526. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
  1527. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
  1528. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
  1529. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
  1530. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.complex → ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures}/ffitest.h +0 -0
  1531. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
  1532. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
  1533. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
  1534. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
  1535. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
  1536. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
  1537. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
  1538. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
  1539. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
  1540. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
  1541. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
  1542. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
  1543. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
  1544. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
  1545. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
  1546. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
  1547. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
  1548. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
  1549. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
  1550. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
  1551. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
  1552. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
  1553. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
  1554. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
  1555. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
  1556. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
  1557. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
  1558. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
  1559. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.go → ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex}/ffitest.h +0 -0
  1560. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
  1561. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
  1562. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
  1563. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
  1564. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
  1565. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
  1566. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
  1567. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
  1568. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
  1569. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
  1570. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
  1571. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
  1572. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
  1573. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
  1574. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
  1575. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
  1576. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
  1577. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
  1578. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
  1579. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
  1580. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.darwin.mk +0 -0
  1581. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.mk +0 -0
  1582. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.vc.mk +0 -0
  1583. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.vc64.mk +0 -0
  1584. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/rbffi_endian.h +0 -0
  1585. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/abstract_memory.rb +0 -0
  1586. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/buffer.rb +0 -0
  1587. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/callback.rb +0 -0
  1588. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/errno.rb +0 -0
  1589. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/io.rb +0 -0
  1590. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/memorypointer.rb +0 -0
  1591. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
  1592. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  1593. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  1594. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  1595. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
  1596. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/lib/ffi/platform/x86_64-windows → ffi-1.16.3/lib/ffi/platform/aarch64-windows}/types.conf +0 -0
  1597. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  1598. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  1599. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/arm-linux/types.conf +0 -0
  1600. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  1601. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  1602. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  1603. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  1604. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  1605. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-linux/types.conf +0 -0
  1606. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  1607. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  1608. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  1609. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-windows/types.conf +0 -0
  1610. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  1611. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mips-linux/types.conf +0 -0
  1612. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  1613. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  1614. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  1615. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  1616. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  1617. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  1618. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  1619. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  1620. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  1621. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  1622. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  1623. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  1624. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
  1625. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
  1626. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/s390-linux/types.conf +0 -0
  1627. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  1628. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  1629. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  1630. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/lib/ffi/platform/sparc64-linux → ffi-1.16.3/lib/ffi/platform/sparcv9-linux}/types.conf +0 -0
  1631. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  1632. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  1633. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  1634. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  1635. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
  1636. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  1637. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  1638. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
  1639. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  1640. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
  1641. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  1642. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  1643. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  1644. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/pointer.rb +0 -0
  1645. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/struct_by_reference.rb +0 -0
  1646. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/const_generator.rb +0 -0
  1647. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/generator.rb +0 -0
  1648. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/generator_task.rb +0 -0
  1649. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/struct_generator.rb +0 -0
  1650. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/types_generator.rb +0 -0
  1651. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/union.rb +0 -0
  1652. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi.rb +0 -0
  1653. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/rakelib/ffi_gem_helper.rb +0 -0
  1654. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/getlogin.rb +0 -0
  1655. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/getpid.rb +0 -0
  1656. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/gettimeofday.rb +0 -0
  1657. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/hello.rb +0 -0
  1658. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/inotify.rb +0 -0
  1659. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/pty.rb +0 -0
  1660. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/qsort.rb +0 -0
  1661. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.gitignore +0 -0
  1662. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.rspec +0 -0
  1663. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.travis.yml +0 -0
  1664. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.yardopts +0 -0
  1665. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/LICENSE +0 -0
  1666. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/Rakefile +0 -0
  1667. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/lcs.rb +0 -0
  1668. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  1669. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/linear_compare_array.rb +0 -0
  1670. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/patch.rb +0 -0
  1671. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/util.rb +0 -0
  1672. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff.rb +0 -0
  1673. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/best_diff_spec.rb +0 -0
  1674. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/diff_array_spec.rb +0 -0
  1675. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/lcs_spec.rb +0 -0
  1676. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/linear_compare_array_spec.rb +0 -0
  1677. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/patch_spec.rb +0 -0
  1678. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/readme_spec.rb +0 -0
  1679. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/util_spec.rb +0 -0
  1680. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/spec_helper.rb +0 -0
  1681. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/LICENSE +0 -0
  1682. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/fbuffer/fbuffer.h +0 -0
  1683. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/generator/depend +0 -0
  1684. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/generator/extconf.rb +0 -0
  1685. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/parser/depend +0 -0
  1686. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/parser/extconf.rb +0 -0
  1687. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/parser/parser.h +0 -0
  1688. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/extconf.rb +0 -0
  1689. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/add/core.rb +0 -0
  1690. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/ext.rb +0 -0
  1691. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/generic_object.rb +0 -0
  1692. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/pure/parser.rb +0 -0
  1693. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/pure.rb +0 -0
  1694. /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.1 → public_suffix-5.0.4}/.yardopts +0 -0
  1695. /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.1 → public_suffix-5.0.4}/2.0-Upgrade.md +0 -0
  1696. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/LICENSE.txt +0 -0
  1697. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/context.rdoc +0 -0
  1698. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
  1699. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
  1700. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
  1701. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
  1702. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
  1703. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
  1704. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
  1705. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
  1706. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
  1707. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
  1708. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/attlistdecl.rb +0 -0
  1709. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/cdata.rb +0 -0
  1710. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/child.rb +0 -0
  1711. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/comment.rb +0 -0
  1712. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/doctype.rb +0 -0
  1713. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/attlistdecl.rb +0 -0
  1714. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/dtd.rb +0 -0
  1715. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/elementdecl.rb +0 -0
  1716. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/entitydecl.rb +0 -0
  1717. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/notationdecl.rb +0 -0
  1718. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/encoding.rb +0 -0
  1719. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/formatters/default.rb +0 -0
  1720. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/formatters/transitive.rb +0 -0
  1721. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/functions.rb +0 -0
  1722. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/instruction.rb +0 -0
  1723. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/light/node.rb +0 -0
  1724. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/node.rb +0 -0
  1725. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/output.rb +0 -0
  1726. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parent.rb +0 -0
  1727. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parseexception.rb +0 -0
  1728. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/baseparser.rb +0 -0
  1729. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/lightparser.rb +0 -0
  1730. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/pullparser.rb +0 -0
  1731. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/sax2parser.rb +0 -0
  1732. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/streamparser.rb +0 -0
  1733. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/treeparser.rb +0 -0
  1734. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/ultralightparser.rb +0 -0
  1735. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/quickpath.rb +0 -0
  1736. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/sax2listener.rb +0 -0
  1737. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/security.rb +0 -0
  1738. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/source.rb +0 -0
  1739. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/streamlistener.rb +0 -0
  1740. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/undefinednamespaceexception.rb +0 -0
  1741. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/validation/relaxng.rb +0 -0
  1742. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/validation/validation.rb +0 -0
  1743. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/validation/validationexception.rb +0 -0
  1744. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xmldecl.rb +0 -0
  1745. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xmltokens.rb +0 -0
  1746. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xpath.rb +0 -0
  1747. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xpath_parser.rb +0 -0
  1748. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml.rb +0 -0
  1749. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.12.0 → rspec-3.13.0}/LICENSE.md +0 -0
  1750. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.12.0 → rspec-3.13.0}/README.md +0 -0
  1751. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.12.0 → rspec-3.13.0}/lib/rspec.rb +0 -0
  1752. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/.document +0 -0
  1753. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/.yardopts +0 -0
  1754. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/LICENSE.md +0 -0
  1755. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/exe/rspec +0 -0
  1756. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/autorun.rb +0 -0
  1757. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/backtrace_formatter.rb +0 -0
  1758. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/coordinator.rb +0 -0
  1759. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  1760. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  1761. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/server.rb +0 -0
  1762. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/shell_command.rb +0 -0
  1763. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  1764. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/utilities.rb +0 -0
  1765. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/did_you_mean.rb +0 -0
  1766. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/drb.rb +0 -0
  1767. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/dsl.rb +0 -0
  1768. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example.rb +0 -0
  1769. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example_group.rb +0 -0
  1770. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example_status_persister.rb +0 -0
  1771. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/filter_manager.rb +0 -0
  1772. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/flat_map.rb +0 -0
  1773. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  1774. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  1775. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  1776. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  1777. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  1778. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/console_codes.rb +0 -0
  1779. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  1780. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  1781. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  1782. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  1783. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/helpers.rb +0 -0
  1784. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  1785. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_printer.rb +0 -0
  1786. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  1787. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  1788. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  1789. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/protocol.rb +0 -0
  1790. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  1791. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  1792. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters.rb +0 -0
  1793. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/hooks.rb +0 -0
  1794. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/invocations.rb +0 -0
  1795. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/memoized_helpers.rb +0 -0
  1796. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/metadata.rb +0 -0
  1797. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/metadata_filter.rb +0 -0
  1798. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  1799. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  1800. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  1801. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  1802. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  1803. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  1804. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/option_parser.rb +0 -0
  1805. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/pending.rb +0 -0
  1806. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/profiler.rb +0 -0
  1807. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer/.rspec +0 -0
  1808. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  1809. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer.rb +0 -0
  1810. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/rake_task.rb +0 -0
  1811. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/reporter.rb +0 -0
  1812. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/ruby_project.rb +0 -0
  1813. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/sandbox.rb +0 -0
  1814. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/set.rb +0 -0
  1815. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shared_context.rb +0 -0
  1816. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shared_example_group.rb +0 -0
  1817. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shell_escape.rb +0 -0
  1818. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  1819. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/warnings.rb +0 -0
  1820. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/world.rb +0 -0
  1821. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core.rb +0 -0
  1822. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/.document +0 -0
  1823. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/.yardopts +0 -0
  1824. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/LICENSE.md +0 -0
  1825. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/README.md +0 -0
  1826. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  1827. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/configuration.rb +0 -0
  1828. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/expectation_target.rb +0 -0
  1829. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  1830. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/handler.rb +0 -0
  1831. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/minitest_integration.rb +0 -0
  1832. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/syntax.rb +0 -0
  1833. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations.rb +0 -0
  1834. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  1835. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/all.rb +0 -0
  1836. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be.rb +0 -0
  1837. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  1838. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  1839. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  1840. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  1841. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/change.rb +0 -0
  1842. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  1843. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  1844. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/cover.rb +0 -0
  1845. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/equal.rb +0 -0
  1846. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/exist.rb +0 -0
  1847. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/has.rb +0 -0
  1848. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  1849. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/include.rb +0 -0
  1850. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/match.rb +0 -0
  1851. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/operators.rb +0 -0
  1852. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/output.rb +0 -0
  1853. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  1854. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  1855. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  1856. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  1857. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  1858. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/yield.rb +0 -0
  1859. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in.rb +0 -0
  1860. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/composable.rb +0 -0
  1861. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/dsl.rb +0 -0
  1862. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/english_phrasing.rb +0 -0
  1863. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/fail_matchers.rb +0 -0
  1864. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  1865. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  1866. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/.document +0 -0
  1867. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/.yardopts +0 -0
  1868. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/LICENSE.md +0 -0
  1869. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  1870. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  1871. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  1872. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  1873. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  1874. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  1875. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  1876. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  1877. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance.rb +0 -0
  1878. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  1879. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/configuration.rb +0 -0
  1880. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/error_generator.rb +0 -0
  1881. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/example_methods.rb +0 -0
  1882. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  1883. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/marshal_extension.rb +0 -0
  1884. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  1885. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  1886. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive.rb +0 -0
  1887. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  1888. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  1889. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/message_chain.rb +0 -0
  1890. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/message_expectation.rb +0 -0
  1891. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/method_reference.rb +0 -0
  1892. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/minitest_integration.rb +0 -0
  1893. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/mutate_const.rb +0 -0
  1894. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/object_reference.rb +0 -0
  1895. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/order_group.rb +0 -0
  1896. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/proxy.rb +0 -0
  1897. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/space.rb +0 -0
  1898. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/standalone.rb +0 -0
  1899. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/syntax.rb +0 -0
  1900. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/targets.rb +0 -0
  1901. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/test_double.rb +0 -0
  1902. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_double.rb +0 -0
  1903. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  1904. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  1905. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks.rb +0 -0
  1906. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.12.0 → rspec-support-3.13.0}/LICENSE.md +0 -0
  1907. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.12.0 → rspec-support-3.13.0}/README.md +0 -0
  1908. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/.gitignore +0 -0
  1909. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/.rspec +0 -0
  1910. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/CONTRIBUTING.md +0 -0
  1911. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Guardfile +0 -0
  1912. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/LICENSE +0 -0
  1913. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Rakefile +0 -0
  1914. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/UPGRADE.md +0 -0
  1915. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  1916. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  1917. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus.rb +0 -0
  1918. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/adapters/faraday.rb +0 -0
  1919. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/dalli.rb +0 -0
  1920. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/rails.rb +0 -0
  1921. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/redis.rb +0 -0
  1922. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors/no_stub.rb +0 -0
  1923. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  1924. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors.rb +0 -0
  1925. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/expectation.rb +0 -0
  1926. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/addable.rb +0 -0
  1927. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/before.rb +0 -0
  1928. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/block_connection.rb +0 -0
  1929. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/cacheable.rb +0 -0
  1930. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/memoizable.rb +0 -0
  1931. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/queueable.rb +0 -0
  1932. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/runnable.rb +0 -0
  1933. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/stubbable.rb +0 -0
  1934. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra.rb +0 -0
  1935. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/pool.rb +0 -0
  1936. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/railtie.rb +0 -0
  1937. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/actions.rb +0 -0
  1938. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/before.rb +0 -0
  1939. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/block_connection.rb +0 -0
  1940. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/cacheable.rb +0 -0
  1941. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/callbacks.rb +0 -0
  1942. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/marshal.rb +0 -0
  1943. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/memoizable.rb +0 -0
  1944. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/operations.rb +0 -0
  1945. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/responseable.rb +0 -0
  1946. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/streamable.rb +0 -0
  1947. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/stubbable.rb +0 -0
  1948. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/cacheable.rb +0 -0
  1949. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/header.rb +0 -0
  1950. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/status.rb +0 -0
  1951. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response.rb +0 -0
  1952. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus.rb +0 -0
  1953. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/perf/profile.rb +0 -0
  1954. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/perf/vs_nethttp.rb +0 -0
  1955. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -0
  1956. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -0
  1957. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/spec_helper.rb +0 -0
  1958. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/localhost_server.rb +0 -0
  1959. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/memory_cache.rb +0 -0
  1960. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/server.rb +0 -0
  1961. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/adapters/faraday_spec.rb +0 -0
  1962. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/cache/dalli_spec.rb +0 -0
  1963. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/cache/redis_spec.rb +0 -0
  1964. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/config_spec.rb +0 -0
  1965. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/easy_factory_spec.rb +0 -0
  1966. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/errors/no_stub_spec.rb +0 -0
  1967. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/expectation_spec.rb +0 -0
  1968. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/addable_spec.rb +0 -0
  1969. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/before_spec.rb +0 -0
  1970. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/block_connection_spec.rb +0 -0
  1971. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/cacheable_spec.rb +0 -0
  1972. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/memoizable_spec.rb +0 -0
  1973. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/queueable_spec.rb +0 -0
  1974. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/runnable_spec.rb +0 -0
  1975. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/stubbable_spec.rb +0 -0
  1976. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra_spec.rb +0 -0
  1977. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/pool_spec.rb +0 -0
  1978. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/actions_spec.rb +0 -0
  1979. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/before_spec.rb +0 -0
  1980. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/block_connection_spec.rb +0 -0
  1981. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/cacheable_spec.rb +0 -0
  1982. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/callbacks_spec.rb +0 -0
  1983. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/marshal_spec.rb +0 -0
  1984. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/memoizable_spec.rb +0 -0
  1985. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/operations_spec.rb +0 -0
  1986. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/responseable_spec.rb +0 -0
  1987. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/stubbable_spec.rb +0 -0
  1988. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/header_spec.rb +0 -0
  1989. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/status_spec.rb +0 -0
  1990. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response_spec.rb +0 -0
  1991. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus_spec.rb +0 -0
  1992. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/typhoeus.gemspec +0 -0
data/docs/ReposApi.md CHANGED
@@ -24,6 +24,72 @@ Method | HTTP request | Description
24
24
  [**repos_rsa_create**](ReposApi.md#repos_rsa_create) | **POST** /repos/{owner}/{identifier}/rsa/ | Set the active RSA key for the Repository.
25
25
  [**repos_rsa_list**](ReposApi.md#repos_rsa_list) | **GET** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
26
26
  [**repos_rsa_regenerate**](ReposApi.md#repos_rsa_regenerate) | **POST** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
27
+ [**repos_upstream_cran_create**](ReposApi.md#repos_upstream_cran_create) | **POST** /repos/{owner}/{identifier}/upstream/cran/ | Create a CRAN upstream config for this repository.
28
+ [**repos_upstream_cran_delete**](ReposApi.md#repos_upstream_cran_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Delete a CRAN upstream config for this repository.
29
+ [**repos_upstream_cran_list**](ReposApi.md#repos_upstream_cran_list) | **GET** /repos/{owner}/{identifier}/upstream/cran/ | List CRAN upstream configs for this repository.
30
+ [**repos_upstream_cran_partial_update**](ReposApi.md#repos_upstream_cran_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Partially update a CRAN upstream config for this repository.
31
+ [**repos_upstream_cran_read**](ReposApi.md#repos_upstream_cran_read) | **GET** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Retrieve a CRAN upstream config for this repository.
32
+ [**repos_upstream_cran_update**](ReposApi.md#repos_upstream_cran_update) | **PUT** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Update a CRAN upstream config for this repository.
33
+ [**repos_upstream_dart_create**](ReposApi.md#repos_upstream_dart_create) | **POST** /repos/{owner}/{identifier}/upstream/dart/ | Create a Dart upstream config for this repository.
34
+ [**repos_upstream_dart_delete**](ReposApi.md#repos_upstream_dart_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ | Delete a Dart upstream config for this repository.
35
+ [**repos_upstream_dart_list**](ReposApi.md#repos_upstream_dart_list) | **GET** /repos/{owner}/{identifier}/upstream/dart/ | List Dart upstream configs for this repository.
36
+ [**repos_upstream_dart_partial_update**](ReposApi.md#repos_upstream_dart_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ | Partially update a Dart upstream config for this repository.
37
+ [**repos_upstream_dart_read**](ReposApi.md#repos_upstream_dart_read) | **GET** /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ | Retrieve a Dart upstream config for this repository.
38
+ [**repos_upstream_dart_update**](ReposApi.md#repos_upstream_dart_update) | **PUT** /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ | Update a Dart upstream config for this repository.
39
+ [**repos_upstream_deb_create**](ReposApi.md#repos_upstream_deb_create) | **POST** /repos/{owner}/{identifier}/upstream/deb/ | Create a Debian upstream config for this repository.
40
+ [**repos_upstream_deb_delete**](ReposApi.md#repos_upstream_deb_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ | Delete a Debian upstream config for this repository.
41
+ [**repos_upstream_deb_list**](ReposApi.md#repos_upstream_deb_list) | **GET** /repos/{owner}/{identifier}/upstream/deb/ | List Debian upstream configs for this repository.
42
+ [**repos_upstream_deb_partial_update**](ReposApi.md#repos_upstream_deb_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ | Partially update a Debian upstream config for this repository.
43
+ [**repos_upstream_deb_read**](ReposApi.md#repos_upstream_deb_read) | **GET** /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ | Retrieve a Debian upstream config for this repository.
44
+ [**repos_upstream_deb_update**](ReposApi.md#repos_upstream_deb_update) | **PUT** /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ | Update a Debian upstream config for this repository.
45
+ [**repos_upstream_docker_create**](ReposApi.md#repos_upstream_docker_create) | **POST** /repos/{owner}/{identifier}/upstream/docker/ | Create a Docker upstream config for this repository.
46
+ [**repos_upstream_docker_delete**](ReposApi.md#repos_upstream_docker_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Delete a Docker upstream config for this repository.
47
+ [**repos_upstream_docker_list**](ReposApi.md#repos_upstream_docker_list) | **GET** /repos/{owner}/{identifier}/upstream/docker/ | List Docker upstream configs for this repository.
48
+ [**repos_upstream_docker_partial_update**](ReposApi.md#repos_upstream_docker_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Partially update a Docker upstream config for this repository.
49
+ [**repos_upstream_docker_read**](ReposApi.md#repos_upstream_docker_read) | **GET** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Retrieve a Docker upstream config for this repository.
50
+ [**repos_upstream_docker_update**](ReposApi.md#repos_upstream_docker_update) | **PUT** /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ | Update a Docker upstream config for this repository.
51
+ [**repos_upstream_helm_create**](ReposApi.md#repos_upstream_helm_create) | **POST** /repos/{owner}/{identifier}/upstream/helm/ | Create a Helm upstream config for this repository.
52
+ [**repos_upstream_helm_delete**](ReposApi.md#repos_upstream_helm_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ | Delete a Helm upstream config for this repository.
53
+ [**repos_upstream_helm_list**](ReposApi.md#repos_upstream_helm_list) | **GET** /repos/{owner}/{identifier}/upstream/helm/ | List Helm upstream configs for this repository.
54
+ [**repos_upstream_helm_partial_update**](ReposApi.md#repos_upstream_helm_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ | Partially update a Helm upstream config for this repository.
55
+ [**repos_upstream_helm_read**](ReposApi.md#repos_upstream_helm_read) | **GET** /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ | Retrieve a Helm upstream config for this repository.
56
+ [**repos_upstream_helm_update**](ReposApi.md#repos_upstream_helm_update) | **PUT** /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ | Update a Helm upstream config for this repository.
57
+ [**repos_upstream_maven_create**](ReposApi.md#repos_upstream_maven_create) | **POST** /repos/{owner}/{identifier}/upstream/maven/ | Create a Maven upstream config for this repository.
58
+ [**repos_upstream_maven_delete**](ReposApi.md#repos_upstream_maven_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Delete a Maven upstream config for this repository.
59
+ [**repos_upstream_maven_list**](ReposApi.md#repos_upstream_maven_list) | **GET** /repos/{owner}/{identifier}/upstream/maven/ | List Maven upstream configs for this repository.
60
+ [**repos_upstream_maven_partial_update**](ReposApi.md#repos_upstream_maven_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Partially update a Maven upstream config for this repository.
61
+ [**repos_upstream_maven_read**](ReposApi.md#repos_upstream_maven_read) | **GET** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Retrieve a Maven upstream config for this repository.
62
+ [**repos_upstream_maven_update**](ReposApi.md#repos_upstream_maven_update) | **PUT** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Update a Maven upstream config for this repository.
63
+ [**repos_upstream_npm_create**](ReposApi.md#repos_upstream_npm_create) | **POST** /repos/{owner}/{identifier}/upstream/npm/ | Create a npm upstream config for this repository.
64
+ [**repos_upstream_npm_delete**](ReposApi.md#repos_upstream_npm_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ | Delete a npm upstream config for this repository.
65
+ [**repos_upstream_npm_list**](ReposApi.md#repos_upstream_npm_list) | **GET** /repos/{owner}/{identifier}/upstream/npm/ | List npm upstream configs for this repository.
66
+ [**repos_upstream_npm_partial_update**](ReposApi.md#repos_upstream_npm_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ | Partially update a npm upstream config for this repository.
67
+ [**repos_upstream_npm_read**](ReposApi.md#repos_upstream_npm_read) | **GET** /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ | Retrieve a npm upstream config for this repository.
68
+ [**repos_upstream_npm_update**](ReposApi.md#repos_upstream_npm_update) | **PUT** /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ | Update a npm upstream config for this repository.
69
+ [**repos_upstream_nuget_create**](ReposApi.md#repos_upstream_nuget_create) | **POST** /repos/{owner}/{identifier}/upstream/nuget/ | Create a NuGet upstream config for this repository.
70
+ [**repos_upstream_nuget_delete**](ReposApi.md#repos_upstream_nuget_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ | Delete a NuGet upstream config for this repository.
71
+ [**repos_upstream_nuget_list**](ReposApi.md#repos_upstream_nuget_list) | **GET** /repos/{owner}/{identifier}/upstream/nuget/ | List NuGet upstream configs for this repository.
72
+ [**repos_upstream_nuget_partial_update**](ReposApi.md#repos_upstream_nuget_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ | Partially update a NuGet upstream config for this repository.
73
+ [**repos_upstream_nuget_read**](ReposApi.md#repos_upstream_nuget_read) | **GET** /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ | Retrieve a NuGet upstream config for this repository.
74
+ [**repos_upstream_nuget_update**](ReposApi.md#repos_upstream_nuget_update) | **PUT** /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ | Update a NuGet upstream config for this repository.
75
+ [**repos_upstream_python_create**](ReposApi.md#repos_upstream_python_create) | **POST** /repos/{owner}/{identifier}/upstream/python/ | Create a Python upstream config for this repository.
76
+ [**repos_upstream_python_delete**](ReposApi.md#repos_upstream_python_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ | Delete a Python upstream config for this repository.
77
+ [**repos_upstream_python_list**](ReposApi.md#repos_upstream_python_list) | **GET** /repos/{owner}/{identifier}/upstream/python/ | List Python upstream configs for this repository.
78
+ [**repos_upstream_python_partial_update**](ReposApi.md#repos_upstream_python_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ | Partially update a Python upstream config for this repository.
79
+ [**repos_upstream_python_read**](ReposApi.md#repos_upstream_python_read) | **GET** /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ | Retrieve a Python upstream config for this repository.
80
+ [**repos_upstream_python_update**](ReposApi.md#repos_upstream_python_update) | **PUT** /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ | Update a Python upstream config for this repository.
81
+ [**repos_upstream_rpm_create**](ReposApi.md#repos_upstream_rpm_create) | **POST** /repos/{owner}/{identifier}/upstream/rpm/ | Create a RedHat upstream config for this repository.
82
+ [**repos_upstream_rpm_delete**](ReposApi.md#repos_upstream_rpm_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ | Delete a RedHat upstream config for this repository.
83
+ [**repos_upstream_rpm_list**](ReposApi.md#repos_upstream_rpm_list) | **GET** /repos/{owner}/{identifier}/upstream/rpm/ | List RedHat upstream configs for this repository.
84
+ [**repos_upstream_rpm_partial_update**](ReposApi.md#repos_upstream_rpm_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ | Partially update a RedHat upstream config for this repository.
85
+ [**repos_upstream_rpm_read**](ReposApi.md#repos_upstream_rpm_read) | **GET** /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ | Retrieve a RedHat upstream config for this repository.
86
+ [**repos_upstream_rpm_update**](ReposApi.md#repos_upstream_rpm_update) | **PUT** /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ | Update a RedHat upstream config for this repository.
87
+ [**repos_upstream_ruby_create**](ReposApi.md#repos_upstream_ruby_create) | **POST** /repos/{owner}/{identifier}/upstream/ruby/ | Create a Ruby upstream config for this repository.
88
+ [**repos_upstream_ruby_delete**](ReposApi.md#repos_upstream_ruby_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ | Delete a Ruby upstream config for this repository.
89
+ [**repos_upstream_ruby_list**](ReposApi.md#repos_upstream_ruby_list) | **GET** /repos/{owner}/{identifier}/upstream/ruby/ | List Ruby upstream configs for this repository.
90
+ [**repos_upstream_ruby_partial_update**](ReposApi.md#repos_upstream_ruby_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ | Partially update a Ruby upstream config for this repository.
91
+ [**repos_upstream_ruby_read**](ReposApi.md#repos_upstream_ruby_read) | **GET** /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ | Retrieve a Ruby upstream config for this repository.
92
+ [**repos_upstream_ruby_update**](ReposApi.md#repos_upstream_ruby_update) | **PUT** /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ | Update a Ruby upstream config for this repository.
27
93
  [**repos_user_list**](ReposApi.md#repos_user_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
28
94
 
29
95
 
@@ -1212,6 +1278,4087 @@ Name | Type | Description | Notes
1212
1278
 
1213
1279
 
1214
1280
 
1281
+ # **repos_upstream_cran_create**
1282
+ > CranUpstream repos_upstream_cran_create(owner, identifier, opts)
1283
+
1284
+ Create a CRAN upstream config for this repository.
1285
+
1286
+ Create a CRAN upstream config for this repository.
1287
+
1288
+ ### Example
1289
+ ```ruby
1290
+ # load the gem
1291
+ require 'cloudsmith-api'
1292
+ # setup authorization
1293
+ CloudsmithApi.configure do |config|
1294
+ # Configure API key authorization: apikey
1295
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1296
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1297
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1298
+ end
1299
+
1300
+ api_instance = CloudsmithApi::ReposApi.new
1301
+
1302
+ owner = 'owner_example' # String |
1303
+
1304
+ identifier = 'identifier_example' # String |
1305
+
1306
+ opts = {
1307
+ data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
1308
+ }
1309
+
1310
+ begin
1311
+ #Create a CRAN upstream config for this repository.
1312
+ result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
1313
+ p result
1314
+ rescue CloudsmithApi::ApiError => e
1315
+ puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
1316
+ end
1317
+ ```
1318
+
1319
+ ### Parameters
1320
+
1321
+ Name | Type | Description | Notes
1322
+ ------------- | ------------- | ------------- | -------------
1323
+ **owner** | **String**| |
1324
+ **identifier** | **String**| |
1325
+ **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
1326
+
1327
+ ### Return type
1328
+
1329
+ [**CranUpstream**](CranUpstream.md)
1330
+
1331
+ ### Authorization
1332
+
1333
+ [apikey](../README.md#apikey)
1334
+
1335
+ ### HTTP request headers
1336
+
1337
+ - **Content-Type**: application/json
1338
+ - **Accept**: application/json
1339
+
1340
+
1341
+
1342
+ # **repos_upstream_cran_delete**
1343
+ > repos_upstream_cran_delete(owner, identifier, slug_perm)
1344
+
1345
+ Delete a CRAN upstream config for this repository.
1346
+
1347
+ Delete a CRAN upstream config for this repository.
1348
+
1349
+ ### Example
1350
+ ```ruby
1351
+ # load the gem
1352
+ require 'cloudsmith-api'
1353
+ # setup authorization
1354
+ CloudsmithApi.configure do |config|
1355
+ # Configure API key authorization: apikey
1356
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1357
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1358
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1359
+ end
1360
+
1361
+ api_instance = CloudsmithApi::ReposApi.new
1362
+
1363
+ owner = 'owner_example' # String |
1364
+
1365
+ identifier = 'identifier_example' # String |
1366
+
1367
+ slug_perm = 'slug_perm_example' # String |
1368
+
1369
+
1370
+ begin
1371
+ #Delete a CRAN upstream config for this repository.
1372
+ api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
1373
+ rescue CloudsmithApi::ApiError => e
1374
+ puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
1375
+ end
1376
+ ```
1377
+
1378
+ ### Parameters
1379
+
1380
+ Name | Type | Description | Notes
1381
+ ------------- | ------------- | ------------- | -------------
1382
+ **owner** | **String**| |
1383
+ **identifier** | **String**| |
1384
+ **slug_perm** | **String**| |
1385
+
1386
+ ### Return type
1387
+
1388
+ nil (empty response body)
1389
+
1390
+ ### Authorization
1391
+
1392
+ [apikey](../README.md#apikey)
1393
+
1394
+ ### HTTP request headers
1395
+
1396
+ - **Content-Type**: application/json
1397
+ - **Accept**: application/json
1398
+
1399
+
1400
+
1401
+ # **repos_upstream_cran_list**
1402
+ > Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
1403
+
1404
+ List CRAN upstream configs for this repository.
1405
+
1406
+ List CRAN upstream configs for this repository.
1407
+
1408
+ ### Example
1409
+ ```ruby
1410
+ # load the gem
1411
+ require 'cloudsmith-api'
1412
+ # setup authorization
1413
+ CloudsmithApi.configure do |config|
1414
+ # Configure API key authorization: apikey
1415
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1416
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1417
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1418
+ end
1419
+
1420
+ api_instance = CloudsmithApi::ReposApi.new
1421
+
1422
+ owner = 'owner_example' # String |
1423
+
1424
+ identifier = 'identifier_example' # String |
1425
+
1426
+ opts = {
1427
+ page: 56, # Integer | A page number within the paginated result set.
1428
+ page_size: 56 # Integer | Number of results to return per page.
1429
+ }
1430
+
1431
+ begin
1432
+ #List CRAN upstream configs for this repository.
1433
+ result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
1434
+ p result
1435
+ rescue CloudsmithApi::ApiError => e
1436
+ puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
1437
+ end
1438
+ ```
1439
+
1440
+ ### Parameters
1441
+
1442
+ Name | Type | Description | Notes
1443
+ ------------- | ------------- | ------------- | -------------
1444
+ **owner** | **String**| |
1445
+ **identifier** | **String**| |
1446
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
1447
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
1448
+
1449
+ ### Return type
1450
+
1451
+ [**Array<CranUpstream>**](CranUpstream.md)
1452
+
1453
+ ### Authorization
1454
+
1455
+ [apikey](../README.md#apikey)
1456
+
1457
+ ### HTTP request headers
1458
+
1459
+ - **Content-Type**: application/json
1460
+ - **Accept**: application/json
1461
+
1462
+
1463
+
1464
+ # **repos_upstream_cran_partial_update**
1465
+ > CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
1466
+
1467
+ Partially update a CRAN upstream config for this repository.
1468
+
1469
+ Partially update a CRAN upstream config for this repository.
1470
+
1471
+ ### Example
1472
+ ```ruby
1473
+ # load the gem
1474
+ require 'cloudsmith-api'
1475
+ # setup authorization
1476
+ CloudsmithApi.configure do |config|
1477
+ # Configure API key authorization: apikey
1478
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1479
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1480
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1481
+ end
1482
+
1483
+ api_instance = CloudsmithApi::ReposApi.new
1484
+
1485
+ owner = 'owner_example' # String |
1486
+
1487
+ identifier = 'identifier_example' # String |
1488
+
1489
+ slug_perm = 'slug_perm_example' # String |
1490
+
1491
+ opts = {
1492
+ data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
1493
+ }
1494
+
1495
+ begin
1496
+ #Partially update a CRAN upstream config for this repository.
1497
+ result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
1498
+ p result
1499
+ rescue CloudsmithApi::ApiError => e
1500
+ puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
1501
+ end
1502
+ ```
1503
+
1504
+ ### Parameters
1505
+
1506
+ Name | Type | Description | Notes
1507
+ ------------- | ------------- | ------------- | -------------
1508
+ **owner** | **String**| |
1509
+ **identifier** | **String**| |
1510
+ **slug_perm** | **String**| |
1511
+ **data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
1512
+
1513
+ ### Return type
1514
+
1515
+ [**CranUpstream**](CranUpstream.md)
1516
+
1517
+ ### Authorization
1518
+
1519
+ [apikey](../README.md#apikey)
1520
+
1521
+ ### HTTP request headers
1522
+
1523
+ - **Content-Type**: application/json
1524
+ - **Accept**: application/json
1525
+
1526
+
1527
+
1528
+ # **repos_upstream_cran_read**
1529
+ > CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
1530
+
1531
+ Retrieve a CRAN upstream config for this repository.
1532
+
1533
+ Retrieve a CRAN upstream config for this repository.
1534
+
1535
+ ### Example
1536
+ ```ruby
1537
+ # load the gem
1538
+ require 'cloudsmith-api'
1539
+ # setup authorization
1540
+ CloudsmithApi.configure do |config|
1541
+ # Configure API key authorization: apikey
1542
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1543
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1544
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1545
+ end
1546
+
1547
+ api_instance = CloudsmithApi::ReposApi.new
1548
+
1549
+ owner = 'owner_example' # String |
1550
+
1551
+ identifier = 'identifier_example' # String |
1552
+
1553
+ slug_perm = 'slug_perm_example' # String |
1554
+
1555
+
1556
+ begin
1557
+ #Retrieve a CRAN upstream config for this repository.
1558
+ result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
1559
+ p result
1560
+ rescue CloudsmithApi::ApiError => e
1561
+ puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
1562
+ end
1563
+ ```
1564
+
1565
+ ### Parameters
1566
+
1567
+ Name | Type | Description | Notes
1568
+ ------------- | ------------- | ------------- | -------------
1569
+ **owner** | **String**| |
1570
+ **identifier** | **String**| |
1571
+ **slug_perm** | **String**| |
1572
+
1573
+ ### Return type
1574
+
1575
+ [**CranUpstream**](CranUpstream.md)
1576
+
1577
+ ### Authorization
1578
+
1579
+ [apikey](../README.md#apikey)
1580
+
1581
+ ### HTTP request headers
1582
+
1583
+ - **Content-Type**: application/json
1584
+ - **Accept**: application/json
1585
+
1586
+
1587
+
1588
+ # **repos_upstream_cran_update**
1589
+ > CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
1590
+
1591
+ Update a CRAN upstream config for this repository.
1592
+
1593
+ Update a CRAN upstream config for this repository.
1594
+
1595
+ ### Example
1596
+ ```ruby
1597
+ # load the gem
1598
+ require 'cloudsmith-api'
1599
+ # setup authorization
1600
+ CloudsmithApi.configure do |config|
1601
+ # Configure API key authorization: apikey
1602
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1603
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1604
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1605
+ end
1606
+
1607
+ api_instance = CloudsmithApi::ReposApi.new
1608
+
1609
+ owner = 'owner_example' # String |
1610
+
1611
+ identifier = 'identifier_example' # String |
1612
+
1613
+ slug_perm = 'slug_perm_example' # String |
1614
+
1615
+ opts = {
1616
+ data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
1617
+ }
1618
+
1619
+ begin
1620
+ #Update a CRAN upstream config for this repository.
1621
+ result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
1622
+ p result
1623
+ rescue CloudsmithApi::ApiError => e
1624
+ puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
1625
+ end
1626
+ ```
1627
+
1628
+ ### Parameters
1629
+
1630
+ Name | Type | Description | Notes
1631
+ ------------- | ------------- | ------------- | -------------
1632
+ **owner** | **String**| |
1633
+ **identifier** | **String**| |
1634
+ **slug_perm** | **String**| |
1635
+ **data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
1636
+
1637
+ ### Return type
1638
+
1639
+ [**CranUpstream**](CranUpstream.md)
1640
+
1641
+ ### Authorization
1642
+
1643
+ [apikey](../README.md#apikey)
1644
+
1645
+ ### HTTP request headers
1646
+
1647
+ - **Content-Type**: application/json
1648
+ - **Accept**: application/json
1649
+
1650
+
1651
+
1652
+ # **repos_upstream_dart_create**
1653
+ > DartUpstream repos_upstream_dart_create(owner, identifier, opts)
1654
+
1655
+ Create a Dart upstream config for this repository.
1656
+
1657
+ Create a Dart upstream config for this repository.
1658
+
1659
+ ### Example
1660
+ ```ruby
1661
+ # load the gem
1662
+ require 'cloudsmith-api'
1663
+ # setup authorization
1664
+ CloudsmithApi.configure do |config|
1665
+ # Configure API key authorization: apikey
1666
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1667
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1668
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1669
+ end
1670
+
1671
+ api_instance = CloudsmithApi::ReposApi.new
1672
+
1673
+ owner = 'owner_example' # String |
1674
+
1675
+ identifier = 'identifier_example' # String |
1676
+
1677
+ opts = {
1678
+ data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
1679
+ }
1680
+
1681
+ begin
1682
+ #Create a Dart upstream config for this repository.
1683
+ result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
1684
+ p result
1685
+ rescue CloudsmithApi::ApiError => e
1686
+ puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
1687
+ end
1688
+ ```
1689
+
1690
+ ### Parameters
1691
+
1692
+ Name | Type | Description | Notes
1693
+ ------------- | ------------- | ------------- | -------------
1694
+ **owner** | **String**| |
1695
+ **identifier** | **String**| |
1696
+ **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
1697
+
1698
+ ### Return type
1699
+
1700
+ [**DartUpstream**](DartUpstream.md)
1701
+
1702
+ ### Authorization
1703
+
1704
+ [apikey](../README.md#apikey)
1705
+
1706
+ ### HTTP request headers
1707
+
1708
+ - **Content-Type**: application/json
1709
+ - **Accept**: application/json
1710
+
1711
+
1712
+
1713
+ # **repos_upstream_dart_delete**
1714
+ > repos_upstream_dart_delete(owner, identifier, slug_perm)
1715
+
1716
+ Delete a Dart upstream config for this repository.
1717
+
1718
+ Delete a Dart upstream config for this repository.
1719
+
1720
+ ### Example
1721
+ ```ruby
1722
+ # load the gem
1723
+ require 'cloudsmith-api'
1724
+ # setup authorization
1725
+ CloudsmithApi.configure do |config|
1726
+ # Configure API key authorization: apikey
1727
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1728
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1729
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1730
+ end
1731
+
1732
+ api_instance = CloudsmithApi::ReposApi.new
1733
+
1734
+ owner = 'owner_example' # String |
1735
+
1736
+ identifier = 'identifier_example' # String |
1737
+
1738
+ slug_perm = 'slug_perm_example' # String |
1739
+
1740
+
1741
+ begin
1742
+ #Delete a Dart upstream config for this repository.
1743
+ api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
1744
+ rescue CloudsmithApi::ApiError => e
1745
+ puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
1746
+ end
1747
+ ```
1748
+
1749
+ ### Parameters
1750
+
1751
+ Name | Type | Description | Notes
1752
+ ------------- | ------------- | ------------- | -------------
1753
+ **owner** | **String**| |
1754
+ **identifier** | **String**| |
1755
+ **slug_perm** | **String**| |
1756
+
1757
+ ### Return type
1758
+
1759
+ nil (empty response body)
1760
+
1761
+ ### Authorization
1762
+
1763
+ [apikey](../README.md#apikey)
1764
+
1765
+ ### HTTP request headers
1766
+
1767
+ - **Content-Type**: application/json
1768
+ - **Accept**: application/json
1769
+
1770
+
1771
+
1772
+ # **repos_upstream_dart_list**
1773
+ > Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
1774
+
1775
+ List Dart upstream configs for this repository.
1776
+
1777
+ List Dart upstream configs for this repository.
1778
+
1779
+ ### Example
1780
+ ```ruby
1781
+ # load the gem
1782
+ require 'cloudsmith-api'
1783
+ # setup authorization
1784
+ CloudsmithApi.configure do |config|
1785
+ # Configure API key authorization: apikey
1786
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1787
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1788
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1789
+ end
1790
+
1791
+ api_instance = CloudsmithApi::ReposApi.new
1792
+
1793
+ owner = 'owner_example' # String |
1794
+
1795
+ identifier = 'identifier_example' # String |
1796
+
1797
+ opts = {
1798
+ page: 56, # Integer | A page number within the paginated result set.
1799
+ page_size: 56 # Integer | Number of results to return per page.
1800
+ }
1801
+
1802
+ begin
1803
+ #List Dart upstream configs for this repository.
1804
+ result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
1805
+ p result
1806
+ rescue CloudsmithApi::ApiError => e
1807
+ puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
1808
+ end
1809
+ ```
1810
+
1811
+ ### Parameters
1812
+
1813
+ Name | Type | Description | Notes
1814
+ ------------- | ------------- | ------------- | -------------
1815
+ **owner** | **String**| |
1816
+ **identifier** | **String**| |
1817
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
1818
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
1819
+
1820
+ ### Return type
1821
+
1822
+ [**Array<DartUpstream>**](DartUpstream.md)
1823
+
1824
+ ### Authorization
1825
+
1826
+ [apikey](../README.md#apikey)
1827
+
1828
+ ### HTTP request headers
1829
+
1830
+ - **Content-Type**: application/json
1831
+ - **Accept**: application/json
1832
+
1833
+
1834
+
1835
+ # **repos_upstream_dart_partial_update**
1836
+ > DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
1837
+
1838
+ Partially update a Dart upstream config for this repository.
1839
+
1840
+ Partially update a Dart upstream config for this repository.
1841
+
1842
+ ### Example
1843
+ ```ruby
1844
+ # load the gem
1845
+ require 'cloudsmith-api'
1846
+ # setup authorization
1847
+ CloudsmithApi.configure do |config|
1848
+ # Configure API key authorization: apikey
1849
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1850
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1851
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1852
+ end
1853
+
1854
+ api_instance = CloudsmithApi::ReposApi.new
1855
+
1856
+ owner = 'owner_example' # String |
1857
+
1858
+ identifier = 'identifier_example' # String |
1859
+
1860
+ slug_perm = 'slug_perm_example' # String |
1861
+
1862
+ opts = {
1863
+ data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
1864
+ }
1865
+
1866
+ begin
1867
+ #Partially update a Dart upstream config for this repository.
1868
+ result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
1869
+ p result
1870
+ rescue CloudsmithApi::ApiError => e
1871
+ puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
1872
+ end
1873
+ ```
1874
+
1875
+ ### Parameters
1876
+
1877
+ Name | Type | Description | Notes
1878
+ ------------- | ------------- | ------------- | -------------
1879
+ **owner** | **String**| |
1880
+ **identifier** | **String**| |
1881
+ **slug_perm** | **String**| |
1882
+ **data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
1883
+
1884
+ ### Return type
1885
+
1886
+ [**DartUpstream**](DartUpstream.md)
1887
+
1888
+ ### Authorization
1889
+
1890
+ [apikey](../README.md#apikey)
1891
+
1892
+ ### HTTP request headers
1893
+
1894
+ - **Content-Type**: application/json
1895
+ - **Accept**: application/json
1896
+
1897
+
1898
+
1899
+ # **repos_upstream_dart_read**
1900
+ > DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
1901
+
1902
+ Retrieve a Dart upstream config for this repository.
1903
+
1904
+ Retrieve a Dart upstream config for this repository.
1905
+
1906
+ ### Example
1907
+ ```ruby
1908
+ # load the gem
1909
+ require 'cloudsmith-api'
1910
+ # setup authorization
1911
+ CloudsmithApi.configure do |config|
1912
+ # Configure API key authorization: apikey
1913
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1914
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1915
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1916
+ end
1917
+
1918
+ api_instance = CloudsmithApi::ReposApi.new
1919
+
1920
+ owner = 'owner_example' # String |
1921
+
1922
+ identifier = 'identifier_example' # String |
1923
+
1924
+ slug_perm = 'slug_perm_example' # String |
1925
+
1926
+
1927
+ begin
1928
+ #Retrieve a Dart upstream config for this repository.
1929
+ result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
1930
+ p result
1931
+ rescue CloudsmithApi::ApiError => e
1932
+ puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
1933
+ end
1934
+ ```
1935
+
1936
+ ### Parameters
1937
+
1938
+ Name | Type | Description | Notes
1939
+ ------------- | ------------- | ------------- | -------------
1940
+ **owner** | **String**| |
1941
+ **identifier** | **String**| |
1942
+ **slug_perm** | **String**| |
1943
+
1944
+ ### Return type
1945
+
1946
+ [**DartUpstream**](DartUpstream.md)
1947
+
1948
+ ### Authorization
1949
+
1950
+ [apikey](../README.md#apikey)
1951
+
1952
+ ### HTTP request headers
1953
+
1954
+ - **Content-Type**: application/json
1955
+ - **Accept**: application/json
1956
+
1957
+
1958
+
1959
+ # **repos_upstream_dart_update**
1960
+ > DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
1961
+
1962
+ Update a Dart upstream config for this repository.
1963
+
1964
+ Update a Dart upstream config for this repository.
1965
+
1966
+ ### Example
1967
+ ```ruby
1968
+ # load the gem
1969
+ require 'cloudsmith-api'
1970
+ # setup authorization
1971
+ CloudsmithApi.configure do |config|
1972
+ # Configure API key authorization: apikey
1973
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1974
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1975
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1976
+ end
1977
+
1978
+ api_instance = CloudsmithApi::ReposApi.new
1979
+
1980
+ owner = 'owner_example' # String |
1981
+
1982
+ identifier = 'identifier_example' # String |
1983
+
1984
+ slug_perm = 'slug_perm_example' # String |
1985
+
1986
+ opts = {
1987
+ data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
1988
+ }
1989
+
1990
+ begin
1991
+ #Update a Dart upstream config for this repository.
1992
+ result = api_instance.repos_upstream_dart_update(owner, identifier, slug_perm, opts)
1993
+ p result
1994
+ rescue CloudsmithApi::ApiError => e
1995
+ puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
1996
+ end
1997
+ ```
1998
+
1999
+ ### Parameters
2000
+
2001
+ Name | Type | Description | Notes
2002
+ ------------- | ------------- | ------------- | -------------
2003
+ **owner** | **String**| |
2004
+ **identifier** | **String**| |
2005
+ **slug_perm** | **String**| |
2006
+ **data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
2007
+
2008
+ ### Return type
2009
+
2010
+ [**DartUpstream**](DartUpstream.md)
2011
+
2012
+ ### Authorization
2013
+
2014
+ [apikey](../README.md#apikey)
2015
+
2016
+ ### HTTP request headers
2017
+
2018
+ - **Content-Type**: application/json
2019
+ - **Accept**: application/json
2020
+
2021
+
2022
+
2023
+ # **repos_upstream_deb_create**
2024
+ > DebUpstream repos_upstream_deb_create(owner, identifier, opts)
2025
+
2026
+ Create a Debian upstream config for this repository.
2027
+
2028
+ Create a Debian upstream config for this repository.
2029
+
2030
+ ### Example
2031
+ ```ruby
2032
+ # load the gem
2033
+ require 'cloudsmith-api'
2034
+ # setup authorization
2035
+ CloudsmithApi.configure do |config|
2036
+ # Configure API key authorization: apikey
2037
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2038
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2039
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2040
+ end
2041
+
2042
+ api_instance = CloudsmithApi::ReposApi.new
2043
+
2044
+ owner = 'owner_example' # String |
2045
+
2046
+ identifier = 'identifier_example' # String |
2047
+
2048
+ opts = {
2049
+ data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
2050
+ }
2051
+
2052
+ begin
2053
+ #Create a Debian upstream config for this repository.
2054
+ result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
2055
+ p result
2056
+ rescue CloudsmithApi::ApiError => e
2057
+ puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
2058
+ end
2059
+ ```
2060
+
2061
+ ### Parameters
2062
+
2063
+ Name | Type | Description | Notes
2064
+ ------------- | ------------- | ------------- | -------------
2065
+ **owner** | **String**| |
2066
+ **identifier** | **String**| |
2067
+ **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
2068
+
2069
+ ### Return type
2070
+
2071
+ [**DebUpstream**](DebUpstream.md)
2072
+
2073
+ ### Authorization
2074
+
2075
+ [apikey](../README.md#apikey)
2076
+
2077
+ ### HTTP request headers
2078
+
2079
+ - **Content-Type**: application/json
2080
+ - **Accept**: application/json
2081
+
2082
+
2083
+
2084
+ # **repos_upstream_deb_delete**
2085
+ > repos_upstream_deb_delete(owner, identifier, slug_perm)
2086
+
2087
+ Delete a Debian upstream config for this repository.
2088
+
2089
+ Delete a Debian upstream config for this repository.
2090
+
2091
+ ### Example
2092
+ ```ruby
2093
+ # load the gem
2094
+ require 'cloudsmith-api'
2095
+ # setup authorization
2096
+ CloudsmithApi.configure do |config|
2097
+ # Configure API key authorization: apikey
2098
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2099
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2100
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2101
+ end
2102
+
2103
+ api_instance = CloudsmithApi::ReposApi.new
2104
+
2105
+ owner = 'owner_example' # String |
2106
+
2107
+ identifier = 'identifier_example' # String |
2108
+
2109
+ slug_perm = 'slug_perm_example' # String |
2110
+
2111
+
2112
+ begin
2113
+ #Delete a Debian upstream config for this repository.
2114
+ api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
2115
+ rescue CloudsmithApi::ApiError => e
2116
+ puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
2117
+ end
2118
+ ```
2119
+
2120
+ ### Parameters
2121
+
2122
+ Name | Type | Description | Notes
2123
+ ------------- | ------------- | ------------- | -------------
2124
+ **owner** | **String**| |
2125
+ **identifier** | **String**| |
2126
+ **slug_perm** | **String**| |
2127
+
2128
+ ### Return type
2129
+
2130
+ nil (empty response body)
2131
+
2132
+ ### Authorization
2133
+
2134
+ [apikey](../README.md#apikey)
2135
+
2136
+ ### HTTP request headers
2137
+
2138
+ - **Content-Type**: application/json
2139
+ - **Accept**: application/json
2140
+
2141
+
2142
+
2143
+ # **repos_upstream_deb_list**
2144
+ > Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
2145
+
2146
+ List Debian upstream configs for this repository.
2147
+
2148
+ List Debian upstream configs for this repository.
2149
+
2150
+ ### Example
2151
+ ```ruby
2152
+ # load the gem
2153
+ require 'cloudsmith-api'
2154
+ # setup authorization
2155
+ CloudsmithApi.configure do |config|
2156
+ # Configure API key authorization: apikey
2157
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2158
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2159
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2160
+ end
2161
+
2162
+ api_instance = CloudsmithApi::ReposApi.new
2163
+
2164
+ owner = 'owner_example' # String |
2165
+
2166
+ identifier = 'identifier_example' # String |
2167
+
2168
+ opts = {
2169
+ page: 56, # Integer | A page number within the paginated result set.
2170
+ page_size: 56 # Integer | Number of results to return per page.
2171
+ }
2172
+
2173
+ begin
2174
+ #List Debian upstream configs for this repository.
2175
+ result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
2176
+ p result
2177
+ rescue CloudsmithApi::ApiError => e
2178
+ puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
2179
+ end
2180
+ ```
2181
+
2182
+ ### Parameters
2183
+
2184
+ Name | Type | Description | Notes
2185
+ ------------- | ------------- | ------------- | -------------
2186
+ **owner** | **String**| |
2187
+ **identifier** | **String**| |
2188
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
2189
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
2190
+
2191
+ ### Return type
2192
+
2193
+ [**Array<DebUpstream>**](DebUpstream.md)
2194
+
2195
+ ### Authorization
2196
+
2197
+ [apikey](../README.md#apikey)
2198
+
2199
+ ### HTTP request headers
2200
+
2201
+ - **Content-Type**: application/json
2202
+ - **Accept**: application/json
2203
+
2204
+
2205
+
2206
+ # **repos_upstream_deb_partial_update**
2207
+ > DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
2208
+
2209
+ Partially update a Debian upstream config for this repository.
2210
+
2211
+ Partially update a Debian upstream config for this repository.
2212
+
2213
+ ### Example
2214
+ ```ruby
2215
+ # load the gem
2216
+ require 'cloudsmith-api'
2217
+ # setup authorization
2218
+ CloudsmithApi.configure do |config|
2219
+ # Configure API key authorization: apikey
2220
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2221
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2222
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2223
+ end
2224
+
2225
+ api_instance = CloudsmithApi::ReposApi.new
2226
+
2227
+ owner = 'owner_example' # String |
2228
+
2229
+ identifier = 'identifier_example' # String |
2230
+
2231
+ slug_perm = 'slug_perm_example' # String |
2232
+
2233
+ opts = {
2234
+ data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
2235
+ }
2236
+
2237
+ begin
2238
+ #Partially update a Debian upstream config for this repository.
2239
+ result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
2240
+ p result
2241
+ rescue CloudsmithApi::ApiError => e
2242
+ puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
2243
+ end
2244
+ ```
2245
+
2246
+ ### Parameters
2247
+
2248
+ Name | Type | Description | Notes
2249
+ ------------- | ------------- | ------------- | -------------
2250
+ **owner** | **String**| |
2251
+ **identifier** | **String**| |
2252
+ **slug_perm** | **String**| |
2253
+ **data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
2254
+
2255
+ ### Return type
2256
+
2257
+ [**DebUpstream**](DebUpstream.md)
2258
+
2259
+ ### Authorization
2260
+
2261
+ [apikey](../README.md#apikey)
2262
+
2263
+ ### HTTP request headers
2264
+
2265
+ - **Content-Type**: application/json
2266
+ - **Accept**: application/json
2267
+
2268
+
2269
+
2270
+ # **repos_upstream_deb_read**
2271
+ > DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
2272
+
2273
+ Retrieve a Debian upstream config for this repository.
2274
+
2275
+ Retrieve a Debian upstream config for this repository.
2276
+
2277
+ ### Example
2278
+ ```ruby
2279
+ # load the gem
2280
+ require 'cloudsmith-api'
2281
+ # setup authorization
2282
+ CloudsmithApi.configure do |config|
2283
+ # Configure API key authorization: apikey
2284
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2285
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2286
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2287
+ end
2288
+
2289
+ api_instance = CloudsmithApi::ReposApi.new
2290
+
2291
+ owner = 'owner_example' # String |
2292
+
2293
+ identifier = 'identifier_example' # String |
2294
+
2295
+ slug_perm = 'slug_perm_example' # String |
2296
+
2297
+
2298
+ begin
2299
+ #Retrieve a Debian upstream config for this repository.
2300
+ result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
2301
+ p result
2302
+ rescue CloudsmithApi::ApiError => e
2303
+ puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
2304
+ end
2305
+ ```
2306
+
2307
+ ### Parameters
2308
+
2309
+ Name | Type | Description | Notes
2310
+ ------------- | ------------- | ------------- | -------------
2311
+ **owner** | **String**| |
2312
+ **identifier** | **String**| |
2313
+ **slug_perm** | **String**| |
2314
+
2315
+ ### Return type
2316
+
2317
+ [**DebUpstream**](DebUpstream.md)
2318
+
2319
+ ### Authorization
2320
+
2321
+ [apikey](../README.md#apikey)
2322
+
2323
+ ### HTTP request headers
2324
+
2325
+ - **Content-Type**: application/json
2326
+ - **Accept**: application/json
2327
+
2328
+
2329
+
2330
+ # **repos_upstream_deb_update**
2331
+ > DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
2332
+
2333
+ Update a Debian upstream config for this repository.
2334
+
2335
+ Update a Debian upstream config for this repository.
2336
+
2337
+ ### Example
2338
+ ```ruby
2339
+ # load the gem
2340
+ require 'cloudsmith-api'
2341
+ # setup authorization
2342
+ CloudsmithApi.configure do |config|
2343
+ # Configure API key authorization: apikey
2344
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2345
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2346
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2347
+ end
2348
+
2349
+ api_instance = CloudsmithApi::ReposApi.new
2350
+
2351
+ owner = 'owner_example' # String |
2352
+
2353
+ identifier = 'identifier_example' # String |
2354
+
2355
+ slug_perm = 'slug_perm_example' # String |
2356
+
2357
+ opts = {
2358
+ data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
2359
+ }
2360
+
2361
+ begin
2362
+ #Update a Debian upstream config for this repository.
2363
+ result = api_instance.repos_upstream_deb_update(owner, identifier, slug_perm, opts)
2364
+ p result
2365
+ rescue CloudsmithApi::ApiError => e
2366
+ puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
2367
+ end
2368
+ ```
2369
+
2370
+ ### Parameters
2371
+
2372
+ Name | Type | Description | Notes
2373
+ ------------- | ------------- | ------------- | -------------
2374
+ **owner** | **String**| |
2375
+ **identifier** | **String**| |
2376
+ **slug_perm** | **String**| |
2377
+ **data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
2378
+
2379
+ ### Return type
2380
+
2381
+ [**DebUpstream**](DebUpstream.md)
2382
+
2383
+ ### Authorization
2384
+
2385
+ [apikey](../README.md#apikey)
2386
+
2387
+ ### HTTP request headers
2388
+
2389
+ - **Content-Type**: application/json
2390
+ - **Accept**: application/json
2391
+
2392
+
2393
+
2394
+ # **repos_upstream_docker_create**
2395
+ > DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
2396
+
2397
+ Create a Docker upstream config for this repository.
2398
+
2399
+ Create a Docker upstream config for this repository.
2400
+
2401
+ ### Example
2402
+ ```ruby
2403
+ # load the gem
2404
+ require 'cloudsmith-api'
2405
+ # setup authorization
2406
+ CloudsmithApi.configure do |config|
2407
+ # Configure API key authorization: apikey
2408
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2409
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2410
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2411
+ end
2412
+
2413
+ api_instance = CloudsmithApi::ReposApi.new
2414
+
2415
+ owner = 'owner_example' # String |
2416
+
2417
+ identifier = 'identifier_example' # String |
2418
+
2419
+ opts = {
2420
+ data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
2421
+ }
2422
+
2423
+ begin
2424
+ #Create a Docker upstream config for this repository.
2425
+ result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
2426
+ p result
2427
+ rescue CloudsmithApi::ApiError => e
2428
+ puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
2429
+ end
2430
+ ```
2431
+
2432
+ ### Parameters
2433
+
2434
+ Name | Type | Description | Notes
2435
+ ------------- | ------------- | ------------- | -------------
2436
+ **owner** | **String**| |
2437
+ **identifier** | **String**| |
2438
+ **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
2439
+
2440
+ ### Return type
2441
+
2442
+ [**DockerUpstream**](DockerUpstream.md)
2443
+
2444
+ ### Authorization
2445
+
2446
+ [apikey](../README.md#apikey)
2447
+
2448
+ ### HTTP request headers
2449
+
2450
+ - **Content-Type**: application/json
2451
+ - **Accept**: application/json
2452
+
2453
+
2454
+
2455
+ # **repos_upstream_docker_delete**
2456
+ > repos_upstream_docker_delete(owner, identifier, slug_perm)
2457
+
2458
+ Delete a Docker upstream config for this repository.
2459
+
2460
+ Delete a Docker upstream config for this repository.
2461
+
2462
+ ### Example
2463
+ ```ruby
2464
+ # load the gem
2465
+ require 'cloudsmith-api'
2466
+ # setup authorization
2467
+ CloudsmithApi.configure do |config|
2468
+ # Configure API key authorization: apikey
2469
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2470
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2471
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2472
+ end
2473
+
2474
+ api_instance = CloudsmithApi::ReposApi.new
2475
+
2476
+ owner = 'owner_example' # String |
2477
+
2478
+ identifier = 'identifier_example' # String |
2479
+
2480
+ slug_perm = 'slug_perm_example' # String |
2481
+
2482
+
2483
+ begin
2484
+ #Delete a Docker upstream config for this repository.
2485
+ api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
2486
+ rescue CloudsmithApi::ApiError => e
2487
+ puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
2488
+ end
2489
+ ```
2490
+
2491
+ ### Parameters
2492
+
2493
+ Name | Type | Description | Notes
2494
+ ------------- | ------------- | ------------- | -------------
2495
+ **owner** | **String**| |
2496
+ **identifier** | **String**| |
2497
+ **slug_perm** | **String**| |
2498
+
2499
+ ### Return type
2500
+
2501
+ nil (empty response body)
2502
+
2503
+ ### Authorization
2504
+
2505
+ [apikey](../README.md#apikey)
2506
+
2507
+ ### HTTP request headers
2508
+
2509
+ - **Content-Type**: application/json
2510
+ - **Accept**: application/json
2511
+
2512
+
2513
+
2514
+ # **repos_upstream_docker_list**
2515
+ > Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
2516
+
2517
+ List Docker upstream configs for this repository.
2518
+
2519
+ List Docker upstream configs for this repository.
2520
+
2521
+ ### Example
2522
+ ```ruby
2523
+ # load the gem
2524
+ require 'cloudsmith-api'
2525
+ # setup authorization
2526
+ CloudsmithApi.configure do |config|
2527
+ # Configure API key authorization: apikey
2528
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2529
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2530
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2531
+ end
2532
+
2533
+ api_instance = CloudsmithApi::ReposApi.new
2534
+
2535
+ owner = 'owner_example' # String |
2536
+
2537
+ identifier = 'identifier_example' # String |
2538
+
2539
+ opts = {
2540
+ page: 56, # Integer | A page number within the paginated result set.
2541
+ page_size: 56 # Integer | Number of results to return per page.
2542
+ }
2543
+
2544
+ begin
2545
+ #List Docker upstream configs for this repository.
2546
+ result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
2547
+ p result
2548
+ rescue CloudsmithApi::ApiError => e
2549
+ puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
2550
+ end
2551
+ ```
2552
+
2553
+ ### Parameters
2554
+
2555
+ Name | Type | Description | Notes
2556
+ ------------- | ------------- | ------------- | -------------
2557
+ **owner** | **String**| |
2558
+ **identifier** | **String**| |
2559
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
2560
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
2561
+
2562
+ ### Return type
2563
+
2564
+ [**Array<DockerUpstream>**](DockerUpstream.md)
2565
+
2566
+ ### Authorization
2567
+
2568
+ [apikey](../README.md#apikey)
2569
+
2570
+ ### HTTP request headers
2571
+
2572
+ - **Content-Type**: application/json
2573
+ - **Accept**: application/json
2574
+
2575
+
2576
+
2577
+ # **repos_upstream_docker_partial_update**
2578
+ > DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
2579
+
2580
+ Partially update a Docker upstream config for this repository.
2581
+
2582
+ Partially update a Docker upstream config for this repository.
2583
+
2584
+ ### Example
2585
+ ```ruby
2586
+ # load the gem
2587
+ require 'cloudsmith-api'
2588
+ # setup authorization
2589
+ CloudsmithApi.configure do |config|
2590
+ # Configure API key authorization: apikey
2591
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2592
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2593
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2594
+ end
2595
+
2596
+ api_instance = CloudsmithApi::ReposApi.new
2597
+
2598
+ owner = 'owner_example' # String |
2599
+
2600
+ identifier = 'identifier_example' # String |
2601
+
2602
+ slug_perm = 'slug_perm_example' # String |
2603
+
2604
+ opts = {
2605
+ data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
2606
+ }
2607
+
2608
+ begin
2609
+ #Partially update a Docker upstream config for this repository.
2610
+ result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
2611
+ p result
2612
+ rescue CloudsmithApi::ApiError => e
2613
+ puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
2614
+ end
2615
+ ```
2616
+
2617
+ ### Parameters
2618
+
2619
+ Name | Type | Description | Notes
2620
+ ------------- | ------------- | ------------- | -------------
2621
+ **owner** | **String**| |
2622
+ **identifier** | **String**| |
2623
+ **slug_perm** | **String**| |
2624
+ **data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
2625
+
2626
+ ### Return type
2627
+
2628
+ [**DockerUpstream**](DockerUpstream.md)
2629
+
2630
+ ### Authorization
2631
+
2632
+ [apikey](../README.md#apikey)
2633
+
2634
+ ### HTTP request headers
2635
+
2636
+ - **Content-Type**: application/json
2637
+ - **Accept**: application/json
2638
+
2639
+
2640
+
2641
+ # **repos_upstream_docker_read**
2642
+ > DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
2643
+
2644
+ Retrieve a Docker upstream config for this repository.
2645
+
2646
+ Retrieve a Docker upstream config for this repository.
2647
+
2648
+ ### Example
2649
+ ```ruby
2650
+ # load the gem
2651
+ require 'cloudsmith-api'
2652
+ # setup authorization
2653
+ CloudsmithApi.configure do |config|
2654
+ # Configure API key authorization: apikey
2655
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2656
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2657
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2658
+ end
2659
+
2660
+ api_instance = CloudsmithApi::ReposApi.new
2661
+
2662
+ owner = 'owner_example' # String |
2663
+
2664
+ identifier = 'identifier_example' # String |
2665
+
2666
+ slug_perm = 'slug_perm_example' # String |
2667
+
2668
+
2669
+ begin
2670
+ #Retrieve a Docker upstream config for this repository.
2671
+ result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
2672
+ p result
2673
+ rescue CloudsmithApi::ApiError => e
2674
+ puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
2675
+ end
2676
+ ```
2677
+
2678
+ ### Parameters
2679
+
2680
+ Name | Type | Description | Notes
2681
+ ------------- | ------------- | ------------- | -------------
2682
+ **owner** | **String**| |
2683
+ **identifier** | **String**| |
2684
+ **slug_perm** | **String**| |
2685
+
2686
+ ### Return type
2687
+
2688
+ [**DockerUpstream**](DockerUpstream.md)
2689
+
2690
+ ### Authorization
2691
+
2692
+ [apikey](../README.md#apikey)
2693
+
2694
+ ### HTTP request headers
2695
+
2696
+ - **Content-Type**: application/json
2697
+ - **Accept**: application/json
2698
+
2699
+
2700
+
2701
+ # **repos_upstream_docker_update**
2702
+ > DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
2703
+
2704
+ Update a Docker upstream config for this repository.
2705
+
2706
+ Update a Docker upstream config for this repository.
2707
+
2708
+ ### Example
2709
+ ```ruby
2710
+ # load the gem
2711
+ require 'cloudsmith-api'
2712
+ # setup authorization
2713
+ CloudsmithApi.configure do |config|
2714
+ # Configure API key authorization: apikey
2715
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2716
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2717
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2718
+ end
2719
+
2720
+ api_instance = CloudsmithApi::ReposApi.new
2721
+
2722
+ owner = 'owner_example' # String |
2723
+
2724
+ identifier = 'identifier_example' # String |
2725
+
2726
+ slug_perm = 'slug_perm_example' # String |
2727
+
2728
+ opts = {
2729
+ data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
2730
+ }
2731
+
2732
+ begin
2733
+ #Update a Docker upstream config for this repository.
2734
+ result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
2735
+ p result
2736
+ rescue CloudsmithApi::ApiError => e
2737
+ puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
2738
+ end
2739
+ ```
2740
+
2741
+ ### Parameters
2742
+
2743
+ Name | Type | Description | Notes
2744
+ ------------- | ------------- | ------------- | -------------
2745
+ **owner** | **String**| |
2746
+ **identifier** | **String**| |
2747
+ **slug_perm** | **String**| |
2748
+ **data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
2749
+
2750
+ ### Return type
2751
+
2752
+ [**DockerUpstream**](DockerUpstream.md)
2753
+
2754
+ ### Authorization
2755
+
2756
+ [apikey](../README.md#apikey)
2757
+
2758
+ ### HTTP request headers
2759
+
2760
+ - **Content-Type**: application/json
2761
+ - **Accept**: application/json
2762
+
2763
+
2764
+
2765
+ # **repos_upstream_helm_create**
2766
+ > HelmUpstream repos_upstream_helm_create(owner, identifier, opts)
2767
+
2768
+ Create a Helm upstream config for this repository.
2769
+
2770
+ Create a Helm upstream config for this repository.
2771
+
2772
+ ### Example
2773
+ ```ruby
2774
+ # load the gem
2775
+ require 'cloudsmith-api'
2776
+ # setup authorization
2777
+ CloudsmithApi.configure do |config|
2778
+ # Configure API key authorization: apikey
2779
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2780
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2781
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2782
+ end
2783
+
2784
+ api_instance = CloudsmithApi::ReposApi.new
2785
+
2786
+ owner = 'owner_example' # String |
2787
+
2788
+ identifier = 'identifier_example' # String |
2789
+
2790
+ opts = {
2791
+ data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
2792
+ }
2793
+
2794
+ begin
2795
+ #Create a Helm upstream config for this repository.
2796
+ result = api_instance.repos_upstream_helm_create(owner, identifier, opts)
2797
+ p result
2798
+ rescue CloudsmithApi::ApiError => e
2799
+ puts "Exception when calling ReposApi->repos_upstream_helm_create: #{e}"
2800
+ end
2801
+ ```
2802
+
2803
+ ### Parameters
2804
+
2805
+ Name | Type | Description | Notes
2806
+ ------------- | ------------- | ------------- | -------------
2807
+ **owner** | **String**| |
2808
+ **identifier** | **String**| |
2809
+ **data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
2810
+
2811
+ ### Return type
2812
+
2813
+ [**HelmUpstream**](HelmUpstream.md)
2814
+
2815
+ ### Authorization
2816
+
2817
+ [apikey](../README.md#apikey)
2818
+
2819
+ ### HTTP request headers
2820
+
2821
+ - **Content-Type**: application/json
2822
+ - **Accept**: application/json
2823
+
2824
+
2825
+
2826
+ # **repos_upstream_helm_delete**
2827
+ > repos_upstream_helm_delete(owner, identifier, slug_perm)
2828
+
2829
+ Delete a Helm upstream config for this repository.
2830
+
2831
+ Delete a Helm upstream config for this repository.
2832
+
2833
+ ### Example
2834
+ ```ruby
2835
+ # load the gem
2836
+ require 'cloudsmith-api'
2837
+ # setup authorization
2838
+ CloudsmithApi.configure do |config|
2839
+ # Configure API key authorization: apikey
2840
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2841
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2842
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2843
+ end
2844
+
2845
+ api_instance = CloudsmithApi::ReposApi.new
2846
+
2847
+ owner = 'owner_example' # String |
2848
+
2849
+ identifier = 'identifier_example' # String |
2850
+
2851
+ slug_perm = 'slug_perm_example' # String |
2852
+
2853
+
2854
+ begin
2855
+ #Delete a Helm upstream config for this repository.
2856
+ api_instance.repos_upstream_helm_delete(owner, identifier, slug_perm)
2857
+ rescue CloudsmithApi::ApiError => e
2858
+ puts "Exception when calling ReposApi->repos_upstream_helm_delete: #{e}"
2859
+ end
2860
+ ```
2861
+
2862
+ ### Parameters
2863
+
2864
+ Name | Type | Description | Notes
2865
+ ------------- | ------------- | ------------- | -------------
2866
+ **owner** | **String**| |
2867
+ **identifier** | **String**| |
2868
+ **slug_perm** | **String**| |
2869
+
2870
+ ### Return type
2871
+
2872
+ nil (empty response body)
2873
+
2874
+ ### Authorization
2875
+
2876
+ [apikey](../README.md#apikey)
2877
+
2878
+ ### HTTP request headers
2879
+
2880
+ - **Content-Type**: application/json
2881
+ - **Accept**: application/json
2882
+
2883
+
2884
+
2885
+ # **repos_upstream_helm_list**
2886
+ > Array<HelmUpstream> repos_upstream_helm_list(owner, identifier, opts)
2887
+
2888
+ List Helm upstream configs for this repository.
2889
+
2890
+ List Helm upstream configs for this repository.
2891
+
2892
+ ### Example
2893
+ ```ruby
2894
+ # load the gem
2895
+ require 'cloudsmith-api'
2896
+ # setup authorization
2897
+ CloudsmithApi.configure do |config|
2898
+ # Configure API key authorization: apikey
2899
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2900
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2901
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2902
+ end
2903
+
2904
+ api_instance = CloudsmithApi::ReposApi.new
2905
+
2906
+ owner = 'owner_example' # String |
2907
+
2908
+ identifier = 'identifier_example' # String |
2909
+
2910
+ opts = {
2911
+ page: 56, # Integer | A page number within the paginated result set.
2912
+ page_size: 56 # Integer | Number of results to return per page.
2913
+ }
2914
+
2915
+ begin
2916
+ #List Helm upstream configs for this repository.
2917
+ result = api_instance.repos_upstream_helm_list(owner, identifier, opts)
2918
+ p result
2919
+ rescue CloudsmithApi::ApiError => e
2920
+ puts "Exception when calling ReposApi->repos_upstream_helm_list: #{e}"
2921
+ end
2922
+ ```
2923
+
2924
+ ### Parameters
2925
+
2926
+ Name | Type | Description | Notes
2927
+ ------------- | ------------- | ------------- | -------------
2928
+ **owner** | **String**| |
2929
+ **identifier** | **String**| |
2930
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
2931
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
2932
+
2933
+ ### Return type
2934
+
2935
+ [**Array<HelmUpstream>**](HelmUpstream.md)
2936
+
2937
+ ### Authorization
2938
+
2939
+ [apikey](../README.md#apikey)
2940
+
2941
+ ### HTTP request headers
2942
+
2943
+ - **Content-Type**: application/json
2944
+ - **Accept**: application/json
2945
+
2946
+
2947
+
2948
+ # **repos_upstream_helm_partial_update**
2949
+ > HelmUpstream repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
2950
+
2951
+ Partially update a Helm upstream config for this repository.
2952
+
2953
+ Partially update a Helm upstream config for this repository.
2954
+
2955
+ ### Example
2956
+ ```ruby
2957
+ # load the gem
2958
+ require 'cloudsmith-api'
2959
+ # setup authorization
2960
+ CloudsmithApi.configure do |config|
2961
+ # Configure API key authorization: apikey
2962
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2963
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2964
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2965
+ end
2966
+
2967
+ api_instance = CloudsmithApi::ReposApi.new
2968
+
2969
+ owner = 'owner_example' # String |
2970
+
2971
+ identifier = 'identifier_example' # String |
2972
+
2973
+ slug_perm = 'slug_perm_example' # String |
2974
+
2975
+ opts = {
2976
+ data: CloudsmithApi::HelmUpstreamRequestPatch.new # HelmUpstreamRequestPatch |
2977
+ }
2978
+
2979
+ begin
2980
+ #Partially update a Helm upstream config for this repository.
2981
+ result = api_instance.repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
2982
+ p result
2983
+ rescue CloudsmithApi::ApiError => e
2984
+ puts "Exception when calling ReposApi->repos_upstream_helm_partial_update: #{e}"
2985
+ end
2986
+ ```
2987
+
2988
+ ### Parameters
2989
+
2990
+ Name | Type | Description | Notes
2991
+ ------------- | ------------- | ------------- | -------------
2992
+ **owner** | **String**| |
2993
+ **identifier** | **String**| |
2994
+ **slug_perm** | **String**| |
2995
+ **data** | [**HelmUpstreamRequestPatch**](HelmUpstreamRequestPatch.md)| | [optional]
2996
+
2997
+ ### Return type
2998
+
2999
+ [**HelmUpstream**](HelmUpstream.md)
3000
+
3001
+ ### Authorization
3002
+
3003
+ [apikey](../README.md#apikey)
3004
+
3005
+ ### HTTP request headers
3006
+
3007
+ - **Content-Type**: application/json
3008
+ - **Accept**: application/json
3009
+
3010
+
3011
+
3012
+ # **repos_upstream_helm_read**
3013
+ > HelmUpstream repos_upstream_helm_read(owner, identifier, slug_perm)
3014
+
3015
+ Retrieve a Helm upstream config for this repository.
3016
+
3017
+ Retrieve a Helm upstream config for this repository.
3018
+
3019
+ ### Example
3020
+ ```ruby
3021
+ # load the gem
3022
+ require 'cloudsmith-api'
3023
+ # setup authorization
3024
+ CloudsmithApi.configure do |config|
3025
+ # Configure API key authorization: apikey
3026
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3027
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3028
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3029
+ end
3030
+
3031
+ api_instance = CloudsmithApi::ReposApi.new
3032
+
3033
+ owner = 'owner_example' # String |
3034
+
3035
+ identifier = 'identifier_example' # String |
3036
+
3037
+ slug_perm = 'slug_perm_example' # String |
3038
+
3039
+
3040
+ begin
3041
+ #Retrieve a Helm upstream config for this repository.
3042
+ result = api_instance.repos_upstream_helm_read(owner, identifier, slug_perm)
3043
+ p result
3044
+ rescue CloudsmithApi::ApiError => e
3045
+ puts "Exception when calling ReposApi->repos_upstream_helm_read: #{e}"
3046
+ end
3047
+ ```
3048
+
3049
+ ### Parameters
3050
+
3051
+ Name | Type | Description | Notes
3052
+ ------------- | ------------- | ------------- | -------------
3053
+ **owner** | **String**| |
3054
+ **identifier** | **String**| |
3055
+ **slug_perm** | **String**| |
3056
+
3057
+ ### Return type
3058
+
3059
+ [**HelmUpstream**](HelmUpstream.md)
3060
+
3061
+ ### Authorization
3062
+
3063
+ [apikey](../README.md#apikey)
3064
+
3065
+ ### HTTP request headers
3066
+
3067
+ - **Content-Type**: application/json
3068
+ - **Accept**: application/json
3069
+
3070
+
3071
+
3072
+ # **repos_upstream_helm_update**
3073
+ > HelmUpstream repos_upstream_helm_update(owner, identifier, slug_perm, opts)
3074
+
3075
+ Update a Helm upstream config for this repository.
3076
+
3077
+ Update a Helm upstream config for this repository.
3078
+
3079
+ ### Example
3080
+ ```ruby
3081
+ # load the gem
3082
+ require 'cloudsmith-api'
3083
+ # setup authorization
3084
+ CloudsmithApi.configure do |config|
3085
+ # Configure API key authorization: apikey
3086
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3087
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3088
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3089
+ end
3090
+
3091
+ api_instance = CloudsmithApi::ReposApi.new
3092
+
3093
+ owner = 'owner_example' # String |
3094
+
3095
+ identifier = 'identifier_example' # String |
3096
+
3097
+ slug_perm = 'slug_perm_example' # String |
3098
+
3099
+ opts = {
3100
+ data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
3101
+ }
3102
+
3103
+ begin
3104
+ #Update a Helm upstream config for this repository.
3105
+ result = api_instance.repos_upstream_helm_update(owner, identifier, slug_perm, opts)
3106
+ p result
3107
+ rescue CloudsmithApi::ApiError => e
3108
+ puts "Exception when calling ReposApi->repos_upstream_helm_update: #{e}"
3109
+ end
3110
+ ```
3111
+
3112
+ ### Parameters
3113
+
3114
+ Name | Type | Description | Notes
3115
+ ------------- | ------------- | ------------- | -------------
3116
+ **owner** | **String**| |
3117
+ **identifier** | **String**| |
3118
+ **slug_perm** | **String**| |
3119
+ **data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
3120
+
3121
+ ### Return type
3122
+
3123
+ [**HelmUpstream**](HelmUpstream.md)
3124
+
3125
+ ### Authorization
3126
+
3127
+ [apikey](../README.md#apikey)
3128
+
3129
+ ### HTTP request headers
3130
+
3131
+ - **Content-Type**: application/json
3132
+ - **Accept**: application/json
3133
+
3134
+
3135
+
3136
+ # **repos_upstream_maven_create**
3137
+ > MavenUpstream repos_upstream_maven_create(owner, identifier, opts)
3138
+
3139
+ Create a Maven upstream config for this repository.
3140
+
3141
+ Create a Maven upstream config for this repository.
3142
+
3143
+ ### Example
3144
+ ```ruby
3145
+ # load the gem
3146
+ require 'cloudsmith-api'
3147
+ # setup authorization
3148
+ CloudsmithApi.configure do |config|
3149
+ # Configure API key authorization: apikey
3150
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3151
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3152
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3153
+ end
3154
+
3155
+ api_instance = CloudsmithApi::ReposApi.new
3156
+
3157
+ owner = 'owner_example' # String |
3158
+
3159
+ identifier = 'identifier_example' # String |
3160
+
3161
+ opts = {
3162
+ data: CloudsmithApi::MavenUpstreamRequest.new # MavenUpstreamRequest |
3163
+ }
3164
+
3165
+ begin
3166
+ #Create a Maven upstream config for this repository.
3167
+ result = api_instance.repos_upstream_maven_create(owner, identifier, opts)
3168
+ p result
3169
+ rescue CloudsmithApi::ApiError => e
3170
+ puts "Exception when calling ReposApi->repos_upstream_maven_create: #{e}"
3171
+ end
3172
+ ```
3173
+
3174
+ ### Parameters
3175
+
3176
+ Name | Type | Description | Notes
3177
+ ------------- | ------------- | ------------- | -------------
3178
+ **owner** | **String**| |
3179
+ **identifier** | **String**| |
3180
+ **data** | [**MavenUpstreamRequest**](MavenUpstreamRequest.md)| | [optional]
3181
+
3182
+ ### Return type
3183
+
3184
+ [**MavenUpstream**](MavenUpstream.md)
3185
+
3186
+ ### Authorization
3187
+
3188
+ [apikey](../README.md#apikey)
3189
+
3190
+ ### HTTP request headers
3191
+
3192
+ - **Content-Type**: application/json
3193
+ - **Accept**: application/json
3194
+
3195
+
3196
+
3197
+ # **repos_upstream_maven_delete**
3198
+ > repos_upstream_maven_delete(owner, identifier, slug_perm)
3199
+
3200
+ Delete a Maven upstream config for this repository.
3201
+
3202
+ Delete a Maven upstream config for this repository.
3203
+
3204
+ ### Example
3205
+ ```ruby
3206
+ # load the gem
3207
+ require 'cloudsmith-api'
3208
+ # setup authorization
3209
+ CloudsmithApi.configure do |config|
3210
+ # Configure API key authorization: apikey
3211
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3212
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3213
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3214
+ end
3215
+
3216
+ api_instance = CloudsmithApi::ReposApi.new
3217
+
3218
+ owner = 'owner_example' # String |
3219
+
3220
+ identifier = 'identifier_example' # String |
3221
+
3222
+ slug_perm = 'slug_perm_example' # String |
3223
+
3224
+
3225
+ begin
3226
+ #Delete a Maven upstream config for this repository.
3227
+ api_instance.repos_upstream_maven_delete(owner, identifier, slug_perm)
3228
+ rescue CloudsmithApi::ApiError => e
3229
+ puts "Exception when calling ReposApi->repos_upstream_maven_delete: #{e}"
3230
+ end
3231
+ ```
3232
+
3233
+ ### Parameters
3234
+
3235
+ Name | Type | Description | Notes
3236
+ ------------- | ------------- | ------------- | -------------
3237
+ **owner** | **String**| |
3238
+ **identifier** | **String**| |
3239
+ **slug_perm** | **String**| |
3240
+
3241
+ ### Return type
3242
+
3243
+ nil (empty response body)
3244
+
3245
+ ### Authorization
3246
+
3247
+ [apikey](../README.md#apikey)
3248
+
3249
+ ### HTTP request headers
3250
+
3251
+ - **Content-Type**: application/json
3252
+ - **Accept**: application/json
3253
+
3254
+
3255
+
3256
+ # **repos_upstream_maven_list**
3257
+ > Array<MavenUpstream> repos_upstream_maven_list(owner, identifier, opts)
3258
+
3259
+ List Maven upstream configs for this repository.
3260
+
3261
+ List Maven upstream configs for this repository.
3262
+
3263
+ ### Example
3264
+ ```ruby
3265
+ # load the gem
3266
+ require 'cloudsmith-api'
3267
+ # setup authorization
3268
+ CloudsmithApi.configure do |config|
3269
+ # Configure API key authorization: apikey
3270
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3271
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3272
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3273
+ end
3274
+
3275
+ api_instance = CloudsmithApi::ReposApi.new
3276
+
3277
+ owner = 'owner_example' # String |
3278
+
3279
+ identifier = 'identifier_example' # String |
3280
+
3281
+ opts = {
3282
+ page: 56, # Integer | A page number within the paginated result set.
3283
+ page_size: 56 # Integer | Number of results to return per page.
3284
+ }
3285
+
3286
+ begin
3287
+ #List Maven upstream configs for this repository.
3288
+ result = api_instance.repos_upstream_maven_list(owner, identifier, opts)
3289
+ p result
3290
+ rescue CloudsmithApi::ApiError => e
3291
+ puts "Exception when calling ReposApi->repos_upstream_maven_list: #{e}"
3292
+ end
3293
+ ```
3294
+
3295
+ ### Parameters
3296
+
3297
+ Name | Type | Description | Notes
3298
+ ------------- | ------------- | ------------- | -------------
3299
+ **owner** | **String**| |
3300
+ **identifier** | **String**| |
3301
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
3302
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
3303
+
3304
+ ### Return type
3305
+
3306
+ [**Array<MavenUpstream>**](MavenUpstream.md)
3307
+
3308
+ ### Authorization
3309
+
3310
+ [apikey](../README.md#apikey)
3311
+
3312
+ ### HTTP request headers
3313
+
3314
+ - **Content-Type**: application/json
3315
+ - **Accept**: application/json
3316
+
3317
+
3318
+
3319
+ # **repos_upstream_maven_partial_update**
3320
+ > MavenUpstream repos_upstream_maven_partial_update(owner, identifier, slug_perm, opts)
3321
+
3322
+ Partially update a Maven upstream config for this repository.
3323
+
3324
+ Partially update a Maven upstream config for this repository.
3325
+
3326
+ ### Example
3327
+ ```ruby
3328
+ # load the gem
3329
+ require 'cloudsmith-api'
3330
+ # setup authorization
3331
+ CloudsmithApi.configure do |config|
3332
+ # Configure API key authorization: apikey
3333
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3334
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3335
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3336
+ end
3337
+
3338
+ api_instance = CloudsmithApi::ReposApi.new
3339
+
3340
+ owner = 'owner_example' # String |
3341
+
3342
+ identifier = 'identifier_example' # String |
3343
+
3344
+ slug_perm = 'slug_perm_example' # String |
3345
+
3346
+ opts = {
3347
+ data: CloudsmithApi::MavenUpstreamRequestPatch.new # MavenUpstreamRequestPatch |
3348
+ }
3349
+
3350
+ begin
3351
+ #Partially update a Maven upstream config for this repository.
3352
+ result = api_instance.repos_upstream_maven_partial_update(owner, identifier, slug_perm, opts)
3353
+ p result
3354
+ rescue CloudsmithApi::ApiError => e
3355
+ puts "Exception when calling ReposApi->repos_upstream_maven_partial_update: #{e}"
3356
+ end
3357
+ ```
3358
+
3359
+ ### Parameters
3360
+
3361
+ Name | Type | Description | Notes
3362
+ ------------- | ------------- | ------------- | -------------
3363
+ **owner** | **String**| |
3364
+ **identifier** | **String**| |
3365
+ **slug_perm** | **String**| |
3366
+ **data** | [**MavenUpstreamRequestPatch**](MavenUpstreamRequestPatch.md)| | [optional]
3367
+
3368
+ ### Return type
3369
+
3370
+ [**MavenUpstream**](MavenUpstream.md)
3371
+
3372
+ ### Authorization
3373
+
3374
+ [apikey](../README.md#apikey)
3375
+
3376
+ ### HTTP request headers
3377
+
3378
+ - **Content-Type**: application/json
3379
+ - **Accept**: application/json
3380
+
3381
+
3382
+
3383
+ # **repos_upstream_maven_read**
3384
+ > MavenUpstream repos_upstream_maven_read(owner, identifier, slug_perm)
3385
+
3386
+ Retrieve a Maven upstream config for this repository.
3387
+
3388
+ Retrieve a Maven upstream config for this repository.
3389
+
3390
+ ### Example
3391
+ ```ruby
3392
+ # load the gem
3393
+ require 'cloudsmith-api'
3394
+ # setup authorization
3395
+ CloudsmithApi.configure do |config|
3396
+ # Configure API key authorization: apikey
3397
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3398
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3399
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3400
+ end
3401
+
3402
+ api_instance = CloudsmithApi::ReposApi.new
3403
+
3404
+ owner = 'owner_example' # String |
3405
+
3406
+ identifier = 'identifier_example' # String |
3407
+
3408
+ slug_perm = 'slug_perm_example' # String |
3409
+
3410
+
3411
+ begin
3412
+ #Retrieve a Maven upstream config for this repository.
3413
+ result = api_instance.repos_upstream_maven_read(owner, identifier, slug_perm)
3414
+ p result
3415
+ rescue CloudsmithApi::ApiError => e
3416
+ puts "Exception when calling ReposApi->repos_upstream_maven_read: #{e}"
3417
+ end
3418
+ ```
3419
+
3420
+ ### Parameters
3421
+
3422
+ Name | Type | Description | Notes
3423
+ ------------- | ------------- | ------------- | -------------
3424
+ **owner** | **String**| |
3425
+ **identifier** | **String**| |
3426
+ **slug_perm** | **String**| |
3427
+
3428
+ ### Return type
3429
+
3430
+ [**MavenUpstream**](MavenUpstream.md)
3431
+
3432
+ ### Authorization
3433
+
3434
+ [apikey](../README.md#apikey)
3435
+
3436
+ ### HTTP request headers
3437
+
3438
+ - **Content-Type**: application/json
3439
+ - **Accept**: application/json
3440
+
3441
+
3442
+
3443
+ # **repos_upstream_maven_update**
3444
+ > MavenUpstream repos_upstream_maven_update(owner, identifier, slug_perm, opts)
3445
+
3446
+ Update a Maven upstream config for this repository.
3447
+
3448
+ Update a Maven upstream config for this repository.
3449
+
3450
+ ### Example
3451
+ ```ruby
3452
+ # load the gem
3453
+ require 'cloudsmith-api'
3454
+ # setup authorization
3455
+ CloudsmithApi.configure do |config|
3456
+ # Configure API key authorization: apikey
3457
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3458
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3459
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3460
+ end
3461
+
3462
+ api_instance = CloudsmithApi::ReposApi.new
3463
+
3464
+ owner = 'owner_example' # String |
3465
+
3466
+ identifier = 'identifier_example' # String |
3467
+
3468
+ slug_perm = 'slug_perm_example' # String |
3469
+
3470
+ opts = {
3471
+ data: CloudsmithApi::MavenUpstreamRequest.new # MavenUpstreamRequest |
3472
+ }
3473
+
3474
+ begin
3475
+ #Update a Maven upstream config for this repository.
3476
+ result = api_instance.repos_upstream_maven_update(owner, identifier, slug_perm, opts)
3477
+ p result
3478
+ rescue CloudsmithApi::ApiError => e
3479
+ puts "Exception when calling ReposApi->repos_upstream_maven_update: #{e}"
3480
+ end
3481
+ ```
3482
+
3483
+ ### Parameters
3484
+
3485
+ Name | Type | Description | Notes
3486
+ ------------- | ------------- | ------------- | -------------
3487
+ **owner** | **String**| |
3488
+ **identifier** | **String**| |
3489
+ **slug_perm** | **String**| |
3490
+ **data** | [**MavenUpstreamRequest**](MavenUpstreamRequest.md)| | [optional]
3491
+
3492
+ ### Return type
3493
+
3494
+ [**MavenUpstream**](MavenUpstream.md)
3495
+
3496
+ ### Authorization
3497
+
3498
+ [apikey](../README.md#apikey)
3499
+
3500
+ ### HTTP request headers
3501
+
3502
+ - **Content-Type**: application/json
3503
+ - **Accept**: application/json
3504
+
3505
+
3506
+
3507
+ # **repos_upstream_npm_create**
3508
+ > NpmUpstream repos_upstream_npm_create(owner, identifier, opts)
3509
+
3510
+ Create a npm upstream config for this repository.
3511
+
3512
+ Create a npm upstream config for this repository.
3513
+
3514
+ ### Example
3515
+ ```ruby
3516
+ # load the gem
3517
+ require 'cloudsmith-api'
3518
+ # setup authorization
3519
+ CloudsmithApi.configure do |config|
3520
+ # Configure API key authorization: apikey
3521
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3522
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3523
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3524
+ end
3525
+
3526
+ api_instance = CloudsmithApi::ReposApi.new
3527
+
3528
+ owner = 'owner_example' # String |
3529
+
3530
+ identifier = 'identifier_example' # String |
3531
+
3532
+ opts = {
3533
+ data: CloudsmithApi::NpmUpstreamRequest.new # NpmUpstreamRequest |
3534
+ }
3535
+
3536
+ begin
3537
+ #Create a npm upstream config for this repository.
3538
+ result = api_instance.repos_upstream_npm_create(owner, identifier, opts)
3539
+ p result
3540
+ rescue CloudsmithApi::ApiError => e
3541
+ puts "Exception when calling ReposApi->repos_upstream_npm_create: #{e}"
3542
+ end
3543
+ ```
3544
+
3545
+ ### Parameters
3546
+
3547
+ Name | Type | Description | Notes
3548
+ ------------- | ------------- | ------------- | -------------
3549
+ **owner** | **String**| |
3550
+ **identifier** | **String**| |
3551
+ **data** | [**NpmUpstreamRequest**](NpmUpstreamRequest.md)| | [optional]
3552
+
3553
+ ### Return type
3554
+
3555
+ [**NpmUpstream**](NpmUpstream.md)
3556
+
3557
+ ### Authorization
3558
+
3559
+ [apikey](../README.md#apikey)
3560
+
3561
+ ### HTTP request headers
3562
+
3563
+ - **Content-Type**: application/json
3564
+ - **Accept**: application/json
3565
+
3566
+
3567
+
3568
+ # **repos_upstream_npm_delete**
3569
+ > repos_upstream_npm_delete(owner, identifier, slug_perm)
3570
+
3571
+ Delete a npm upstream config for this repository.
3572
+
3573
+ Delete a npm upstream config for this repository.
3574
+
3575
+ ### Example
3576
+ ```ruby
3577
+ # load the gem
3578
+ require 'cloudsmith-api'
3579
+ # setup authorization
3580
+ CloudsmithApi.configure do |config|
3581
+ # Configure API key authorization: apikey
3582
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3583
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3584
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3585
+ end
3586
+
3587
+ api_instance = CloudsmithApi::ReposApi.new
3588
+
3589
+ owner = 'owner_example' # String |
3590
+
3591
+ identifier = 'identifier_example' # String |
3592
+
3593
+ slug_perm = 'slug_perm_example' # String |
3594
+
3595
+
3596
+ begin
3597
+ #Delete a npm upstream config for this repository.
3598
+ api_instance.repos_upstream_npm_delete(owner, identifier, slug_perm)
3599
+ rescue CloudsmithApi::ApiError => e
3600
+ puts "Exception when calling ReposApi->repos_upstream_npm_delete: #{e}"
3601
+ end
3602
+ ```
3603
+
3604
+ ### Parameters
3605
+
3606
+ Name | Type | Description | Notes
3607
+ ------------- | ------------- | ------------- | -------------
3608
+ **owner** | **String**| |
3609
+ **identifier** | **String**| |
3610
+ **slug_perm** | **String**| |
3611
+
3612
+ ### Return type
3613
+
3614
+ nil (empty response body)
3615
+
3616
+ ### Authorization
3617
+
3618
+ [apikey](../README.md#apikey)
3619
+
3620
+ ### HTTP request headers
3621
+
3622
+ - **Content-Type**: application/json
3623
+ - **Accept**: application/json
3624
+
3625
+
3626
+
3627
+ # **repos_upstream_npm_list**
3628
+ > Array<NpmUpstream> repos_upstream_npm_list(owner, identifier, opts)
3629
+
3630
+ List npm upstream configs for this repository.
3631
+
3632
+ List npm upstream configs for this repository.
3633
+
3634
+ ### Example
3635
+ ```ruby
3636
+ # load the gem
3637
+ require 'cloudsmith-api'
3638
+ # setup authorization
3639
+ CloudsmithApi.configure do |config|
3640
+ # Configure API key authorization: apikey
3641
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3642
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3643
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3644
+ end
3645
+
3646
+ api_instance = CloudsmithApi::ReposApi.new
3647
+
3648
+ owner = 'owner_example' # String |
3649
+
3650
+ identifier = 'identifier_example' # String |
3651
+
3652
+ opts = {
3653
+ page: 56, # Integer | A page number within the paginated result set.
3654
+ page_size: 56 # Integer | Number of results to return per page.
3655
+ }
3656
+
3657
+ begin
3658
+ #List npm upstream configs for this repository.
3659
+ result = api_instance.repos_upstream_npm_list(owner, identifier, opts)
3660
+ p result
3661
+ rescue CloudsmithApi::ApiError => e
3662
+ puts "Exception when calling ReposApi->repos_upstream_npm_list: #{e}"
3663
+ end
3664
+ ```
3665
+
3666
+ ### Parameters
3667
+
3668
+ Name | Type | Description | Notes
3669
+ ------------- | ------------- | ------------- | -------------
3670
+ **owner** | **String**| |
3671
+ **identifier** | **String**| |
3672
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
3673
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
3674
+
3675
+ ### Return type
3676
+
3677
+ [**Array<NpmUpstream>**](NpmUpstream.md)
3678
+
3679
+ ### Authorization
3680
+
3681
+ [apikey](../README.md#apikey)
3682
+
3683
+ ### HTTP request headers
3684
+
3685
+ - **Content-Type**: application/json
3686
+ - **Accept**: application/json
3687
+
3688
+
3689
+
3690
+ # **repos_upstream_npm_partial_update**
3691
+ > NpmUpstream repos_upstream_npm_partial_update(owner, identifier, slug_perm, opts)
3692
+
3693
+ Partially update a npm upstream config for this repository.
3694
+
3695
+ Partially update a npm upstream config for this repository.
3696
+
3697
+ ### Example
3698
+ ```ruby
3699
+ # load the gem
3700
+ require 'cloudsmith-api'
3701
+ # setup authorization
3702
+ CloudsmithApi.configure do |config|
3703
+ # Configure API key authorization: apikey
3704
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3705
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3706
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3707
+ end
3708
+
3709
+ api_instance = CloudsmithApi::ReposApi.new
3710
+
3711
+ owner = 'owner_example' # String |
3712
+
3713
+ identifier = 'identifier_example' # String |
3714
+
3715
+ slug_perm = 'slug_perm_example' # String |
3716
+
3717
+ opts = {
3718
+ data: CloudsmithApi::NpmUpstreamRequestPatch.new # NpmUpstreamRequestPatch |
3719
+ }
3720
+
3721
+ begin
3722
+ #Partially update a npm upstream config for this repository.
3723
+ result = api_instance.repos_upstream_npm_partial_update(owner, identifier, slug_perm, opts)
3724
+ p result
3725
+ rescue CloudsmithApi::ApiError => e
3726
+ puts "Exception when calling ReposApi->repos_upstream_npm_partial_update: #{e}"
3727
+ end
3728
+ ```
3729
+
3730
+ ### Parameters
3731
+
3732
+ Name | Type | Description | Notes
3733
+ ------------- | ------------- | ------------- | -------------
3734
+ **owner** | **String**| |
3735
+ **identifier** | **String**| |
3736
+ **slug_perm** | **String**| |
3737
+ **data** | [**NpmUpstreamRequestPatch**](NpmUpstreamRequestPatch.md)| | [optional]
3738
+
3739
+ ### Return type
3740
+
3741
+ [**NpmUpstream**](NpmUpstream.md)
3742
+
3743
+ ### Authorization
3744
+
3745
+ [apikey](../README.md#apikey)
3746
+
3747
+ ### HTTP request headers
3748
+
3749
+ - **Content-Type**: application/json
3750
+ - **Accept**: application/json
3751
+
3752
+
3753
+
3754
+ # **repos_upstream_npm_read**
3755
+ > NpmUpstream repos_upstream_npm_read(owner, identifier, slug_perm)
3756
+
3757
+ Retrieve a npm upstream config for this repository.
3758
+
3759
+ Retrieve a npm upstream config for this repository.
3760
+
3761
+ ### Example
3762
+ ```ruby
3763
+ # load the gem
3764
+ require 'cloudsmith-api'
3765
+ # setup authorization
3766
+ CloudsmithApi.configure do |config|
3767
+ # Configure API key authorization: apikey
3768
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3769
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3770
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3771
+ end
3772
+
3773
+ api_instance = CloudsmithApi::ReposApi.new
3774
+
3775
+ owner = 'owner_example' # String |
3776
+
3777
+ identifier = 'identifier_example' # String |
3778
+
3779
+ slug_perm = 'slug_perm_example' # String |
3780
+
3781
+
3782
+ begin
3783
+ #Retrieve a npm upstream config for this repository.
3784
+ result = api_instance.repos_upstream_npm_read(owner, identifier, slug_perm)
3785
+ p result
3786
+ rescue CloudsmithApi::ApiError => e
3787
+ puts "Exception when calling ReposApi->repos_upstream_npm_read: #{e}"
3788
+ end
3789
+ ```
3790
+
3791
+ ### Parameters
3792
+
3793
+ Name | Type | Description | Notes
3794
+ ------------- | ------------- | ------------- | -------------
3795
+ **owner** | **String**| |
3796
+ **identifier** | **String**| |
3797
+ **slug_perm** | **String**| |
3798
+
3799
+ ### Return type
3800
+
3801
+ [**NpmUpstream**](NpmUpstream.md)
3802
+
3803
+ ### Authorization
3804
+
3805
+ [apikey](../README.md#apikey)
3806
+
3807
+ ### HTTP request headers
3808
+
3809
+ - **Content-Type**: application/json
3810
+ - **Accept**: application/json
3811
+
3812
+
3813
+
3814
+ # **repos_upstream_npm_update**
3815
+ > NpmUpstream repos_upstream_npm_update(owner, identifier, slug_perm, opts)
3816
+
3817
+ Update a npm upstream config for this repository.
3818
+
3819
+ Update a npm upstream config for this repository.
3820
+
3821
+ ### Example
3822
+ ```ruby
3823
+ # load the gem
3824
+ require 'cloudsmith-api'
3825
+ # setup authorization
3826
+ CloudsmithApi.configure do |config|
3827
+ # Configure API key authorization: apikey
3828
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3829
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3830
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3831
+ end
3832
+
3833
+ api_instance = CloudsmithApi::ReposApi.new
3834
+
3835
+ owner = 'owner_example' # String |
3836
+
3837
+ identifier = 'identifier_example' # String |
3838
+
3839
+ slug_perm = 'slug_perm_example' # String |
3840
+
3841
+ opts = {
3842
+ data: CloudsmithApi::NpmUpstreamRequest.new # NpmUpstreamRequest |
3843
+ }
3844
+
3845
+ begin
3846
+ #Update a npm upstream config for this repository.
3847
+ result = api_instance.repos_upstream_npm_update(owner, identifier, slug_perm, opts)
3848
+ p result
3849
+ rescue CloudsmithApi::ApiError => e
3850
+ puts "Exception when calling ReposApi->repos_upstream_npm_update: #{e}"
3851
+ end
3852
+ ```
3853
+
3854
+ ### Parameters
3855
+
3856
+ Name | Type | Description | Notes
3857
+ ------------- | ------------- | ------------- | -------------
3858
+ **owner** | **String**| |
3859
+ **identifier** | **String**| |
3860
+ **slug_perm** | **String**| |
3861
+ **data** | [**NpmUpstreamRequest**](NpmUpstreamRequest.md)| | [optional]
3862
+
3863
+ ### Return type
3864
+
3865
+ [**NpmUpstream**](NpmUpstream.md)
3866
+
3867
+ ### Authorization
3868
+
3869
+ [apikey](../README.md#apikey)
3870
+
3871
+ ### HTTP request headers
3872
+
3873
+ - **Content-Type**: application/json
3874
+ - **Accept**: application/json
3875
+
3876
+
3877
+
3878
+ # **repos_upstream_nuget_create**
3879
+ > NugetUpstream repos_upstream_nuget_create(owner, identifier, opts)
3880
+
3881
+ Create a NuGet upstream config for this repository.
3882
+
3883
+ Create a NuGet upstream config for this repository.
3884
+
3885
+ ### Example
3886
+ ```ruby
3887
+ # load the gem
3888
+ require 'cloudsmith-api'
3889
+ # setup authorization
3890
+ CloudsmithApi.configure do |config|
3891
+ # Configure API key authorization: apikey
3892
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3893
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3894
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3895
+ end
3896
+
3897
+ api_instance = CloudsmithApi::ReposApi.new
3898
+
3899
+ owner = 'owner_example' # String |
3900
+
3901
+ identifier = 'identifier_example' # String |
3902
+
3903
+ opts = {
3904
+ data: CloudsmithApi::NugetUpstreamRequest.new # NugetUpstreamRequest |
3905
+ }
3906
+
3907
+ begin
3908
+ #Create a NuGet upstream config for this repository.
3909
+ result = api_instance.repos_upstream_nuget_create(owner, identifier, opts)
3910
+ p result
3911
+ rescue CloudsmithApi::ApiError => e
3912
+ puts "Exception when calling ReposApi->repos_upstream_nuget_create: #{e}"
3913
+ end
3914
+ ```
3915
+
3916
+ ### Parameters
3917
+
3918
+ Name | Type | Description | Notes
3919
+ ------------- | ------------- | ------------- | -------------
3920
+ **owner** | **String**| |
3921
+ **identifier** | **String**| |
3922
+ **data** | [**NugetUpstreamRequest**](NugetUpstreamRequest.md)| | [optional]
3923
+
3924
+ ### Return type
3925
+
3926
+ [**NugetUpstream**](NugetUpstream.md)
3927
+
3928
+ ### Authorization
3929
+
3930
+ [apikey](../README.md#apikey)
3931
+
3932
+ ### HTTP request headers
3933
+
3934
+ - **Content-Type**: application/json
3935
+ - **Accept**: application/json
3936
+
3937
+
3938
+
3939
+ # **repos_upstream_nuget_delete**
3940
+ > repos_upstream_nuget_delete(owner, identifier, slug_perm)
3941
+
3942
+ Delete a NuGet upstream config for this repository.
3943
+
3944
+ Delete a NuGet upstream config for this repository.
3945
+
3946
+ ### Example
3947
+ ```ruby
3948
+ # load the gem
3949
+ require 'cloudsmith-api'
3950
+ # setup authorization
3951
+ CloudsmithApi.configure do |config|
3952
+ # Configure API key authorization: apikey
3953
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
3954
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3955
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
3956
+ end
3957
+
3958
+ api_instance = CloudsmithApi::ReposApi.new
3959
+
3960
+ owner = 'owner_example' # String |
3961
+
3962
+ identifier = 'identifier_example' # String |
3963
+
3964
+ slug_perm = 'slug_perm_example' # String |
3965
+
3966
+
3967
+ begin
3968
+ #Delete a NuGet upstream config for this repository.
3969
+ api_instance.repos_upstream_nuget_delete(owner, identifier, slug_perm)
3970
+ rescue CloudsmithApi::ApiError => e
3971
+ puts "Exception when calling ReposApi->repos_upstream_nuget_delete: #{e}"
3972
+ end
3973
+ ```
3974
+
3975
+ ### Parameters
3976
+
3977
+ Name | Type | Description | Notes
3978
+ ------------- | ------------- | ------------- | -------------
3979
+ **owner** | **String**| |
3980
+ **identifier** | **String**| |
3981
+ **slug_perm** | **String**| |
3982
+
3983
+ ### Return type
3984
+
3985
+ nil (empty response body)
3986
+
3987
+ ### Authorization
3988
+
3989
+ [apikey](../README.md#apikey)
3990
+
3991
+ ### HTTP request headers
3992
+
3993
+ - **Content-Type**: application/json
3994
+ - **Accept**: application/json
3995
+
3996
+
3997
+
3998
+ # **repos_upstream_nuget_list**
3999
+ > Array<NugetUpstream> repos_upstream_nuget_list(owner, identifier, opts)
4000
+
4001
+ List NuGet upstream configs for this repository.
4002
+
4003
+ List NuGet upstream configs for this repository.
4004
+
4005
+ ### Example
4006
+ ```ruby
4007
+ # load the gem
4008
+ require 'cloudsmith-api'
4009
+ # setup authorization
4010
+ CloudsmithApi.configure do |config|
4011
+ # Configure API key authorization: apikey
4012
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4013
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4014
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4015
+ end
4016
+
4017
+ api_instance = CloudsmithApi::ReposApi.new
4018
+
4019
+ owner = 'owner_example' # String |
4020
+
4021
+ identifier = 'identifier_example' # String |
4022
+
4023
+ opts = {
4024
+ page: 56, # Integer | A page number within the paginated result set.
4025
+ page_size: 56 # Integer | Number of results to return per page.
4026
+ }
4027
+
4028
+ begin
4029
+ #List NuGet upstream configs for this repository.
4030
+ result = api_instance.repos_upstream_nuget_list(owner, identifier, opts)
4031
+ p result
4032
+ rescue CloudsmithApi::ApiError => e
4033
+ puts "Exception when calling ReposApi->repos_upstream_nuget_list: #{e}"
4034
+ end
4035
+ ```
4036
+
4037
+ ### Parameters
4038
+
4039
+ Name | Type | Description | Notes
4040
+ ------------- | ------------- | ------------- | -------------
4041
+ **owner** | **String**| |
4042
+ **identifier** | **String**| |
4043
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
4044
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
4045
+
4046
+ ### Return type
4047
+
4048
+ [**Array<NugetUpstream>**](NugetUpstream.md)
4049
+
4050
+ ### Authorization
4051
+
4052
+ [apikey](../README.md#apikey)
4053
+
4054
+ ### HTTP request headers
4055
+
4056
+ - **Content-Type**: application/json
4057
+ - **Accept**: application/json
4058
+
4059
+
4060
+
4061
+ # **repos_upstream_nuget_partial_update**
4062
+ > NugetUpstream repos_upstream_nuget_partial_update(owner, identifier, slug_perm, opts)
4063
+
4064
+ Partially update a NuGet upstream config for this repository.
4065
+
4066
+ Partially update a NuGet upstream config for this repository.
4067
+
4068
+ ### Example
4069
+ ```ruby
4070
+ # load the gem
4071
+ require 'cloudsmith-api'
4072
+ # setup authorization
4073
+ CloudsmithApi.configure do |config|
4074
+ # Configure API key authorization: apikey
4075
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4076
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4077
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4078
+ end
4079
+
4080
+ api_instance = CloudsmithApi::ReposApi.new
4081
+
4082
+ owner = 'owner_example' # String |
4083
+
4084
+ identifier = 'identifier_example' # String |
4085
+
4086
+ slug_perm = 'slug_perm_example' # String |
4087
+
4088
+ opts = {
4089
+ data: CloudsmithApi::NugetUpstreamRequestPatch.new # NugetUpstreamRequestPatch |
4090
+ }
4091
+
4092
+ begin
4093
+ #Partially update a NuGet upstream config for this repository.
4094
+ result = api_instance.repos_upstream_nuget_partial_update(owner, identifier, slug_perm, opts)
4095
+ p result
4096
+ rescue CloudsmithApi::ApiError => e
4097
+ puts "Exception when calling ReposApi->repos_upstream_nuget_partial_update: #{e}"
4098
+ end
4099
+ ```
4100
+
4101
+ ### Parameters
4102
+
4103
+ Name | Type | Description | Notes
4104
+ ------------- | ------------- | ------------- | -------------
4105
+ **owner** | **String**| |
4106
+ **identifier** | **String**| |
4107
+ **slug_perm** | **String**| |
4108
+ **data** | [**NugetUpstreamRequestPatch**](NugetUpstreamRequestPatch.md)| | [optional]
4109
+
4110
+ ### Return type
4111
+
4112
+ [**NugetUpstream**](NugetUpstream.md)
4113
+
4114
+ ### Authorization
4115
+
4116
+ [apikey](../README.md#apikey)
4117
+
4118
+ ### HTTP request headers
4119
+
4120
+ - **Content-Type**: application/json
4121
+ - **Accept**: application/json
4122
+
4123
+
4124
+
4125
+ # **repos_upstream_nuget_read**
4126
+ > NugetUpstream repos_upstream_nuget_read(owner, identifier, slug_perm)
4127
+
4128
+ Retrieve a NuGet upstream config for this repository.
4129
+
4130
+ Retrieve a NuGet upstream config for this repository.
4131
+
4132
+ ### Example
4133
+ ```ruby
4134
+ # load the gem
4135
+ require 'cloudsmith-api'
4136
+ # setup authorization
4137
+ CloudsmithApi.configure do |config|
4138
+ # Configure API key authorization: apikey
4139
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4140
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4141
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4142
+ end
4143
+
4144
+ api_instance = CloudsmithApi::ReposApi.new
4145
+
4146
+ owner = 'owner_example' # String |
4147
+
4148
+ identifier = 'identifier_example' # String |
4149
+
4150
+ slug_perm = 'slug_perm_example' # String |
4151
+
4152
+
4153
+ begin
4154
+ #Retrieve a NuGet upstream config for this repository.
4155
+ result = api_instance.repos_upstream_nuget_read(owner, identifier, slug_perm)
4156
+ p result
4157
+ rescue CloudsmithApi::ApiError => e
4158
+ puts "Exception when calling ReposApi->repos_upstream_nuget_read: #{e}"
4159
+ end
4160
+ ```
4161
+
4162
+ ### Parameters
4163
+
4164
+ Name | Type | Description | Notes
4165
+ ------------- | ------------- | ------------- | -------------
4166
+ **owner** | **String**| |
4167
+ **identifier** | **String**| |
4168
+ **slug_perm** | **String**| |
4169
+
4170
+ ### Return type
4171
+
4172
+ [**NugetUpstream**](NugetUpstream.md)
4173
+
4174
+ ### Authorization
4175
+
4176
+ [apikey](../README.md#apikey)
4177
+
4178
+ ### HTTP request headers
4179
+
4180
+ - **Content-Type**: application/json
4181
+ - **Accept**: application/json
4182
+
4183
+
4184
+
4185
+ # **repos_upstream_nuget_update**
4186
+ > NugetUpstream repos_upstream_nuget_update(owner, identifier, slug_perm, opts)
4187
+
4188
+ Update a NuGet upstream config for this repository.
4189
+
4190
+ Update a NuGet upstream config for this repository.
4191
+
4192
+ ### Example
4193
+ ```ruby
4194
+ # load the gem
4195
+ require 'cloudsmith-api'
4196
+ # setup authorization
4197
+ CloudsmithApi.configure do |config|
4198
+ # Configure API key authorization: apikey
4199
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4200
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4201
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4202
+ end
4203
+
4204
+ api_instance = CloudsmithApi::ReposApi.new
4205
+
4206
+ owner = 'owner_example' # String |
4207
+
4208
+ identifier = 'identifier_example' # String |
4209
+
4210
+ slug_perm = 'slug_perm_example' # String |
4211
+
4212
+ opts = {
4213
+ data: CloudsmithApi::NugetUpstreamRequest.new # NugetUpstreamRequest |
4214
+ }
4215
+
4216
+ begin
4217
+ #Update a NuGet upstream config for this repository.
4218
+ result = api_instance.repos_upstream_nuget_update(owner, identifier, slug_perm, opts)
4219
+ p result
4220
+ rescue CloudsmithApi::ApiError => e
4221
+ puts "Exception when calling ReposApi->repos_upstream_nuget_update: #{e}"
4222
+ end
4223
+ ```
4224
+
4225
+ ### Parameters
4226
+
4227
+ Name | Type | Description | Notes
4228
+ ------------- | ------------- | ------------- | -------------
4229
+ **owner** | **String**| |
4230
+ **identifier** | **String**| |
4231
+ **slug_perm** | **String**| |
4232
+ **data** | [**NugetUpstreamRequest**](NugetUpstreamRequest.md)| | [optional]
4233
+
4234
+ ### Return type
4235
+
4236
+ [**NugetUpstream**](NugetUpstream.md)
4237
+
4238
+ ### Authorization
4239
+
4240
+ [apikey](../README.md#apikey)
4241
+
4242
+ ### HTTP request headers
4243
+
4244
+ - **Content-Type**: application/json
4245
+ - **Accept**: application/json
4246
+
4247
+
4248
+
4249
+ # **repos_upstream_python_create**
4250
+ > PythonUpstream repos_upstream_python_create(owner, identifier, opts)
4251
+
4252
+ Create a Python upstream config for this repository.
4253
+
4254
+ Create a Python upstream config for this repository.
4255
+
4256
+ ### Example
4257
+ ```ruby
4258
+ # load the gem
4259
+ require 'cloudsmith-api'
4260
+ # setup authorization
4261
+ CloudsmithApi.configure do |config|
4262
+ # Configure API key authorization: apikey
4263
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4264
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4265
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4266
+ end
4267
+
4268
+ api_instance = CloudsmithApi::ReposApi.new
4269
+
4270
+ owner = 'owner_example' # String |
4271
+
4272
+ identifier = 'identifier_example' # String |
4273
+
4274
+ opts = {
4275
+ data: CloudsmithApi::PythonUpstreamRequest.new # PythonUpstreamRequest |
4276
+ }
4277
+
4278
+ begin
4279
+ #Create a Python upstream config for this repository.
4280
+ result = api_instance.repos_upstream_python_create(owner, identifier, opts)
4281
+ p result
4282
+ rescue CloudsmithApi::ApiError => e
4283
+ puts "Exception when calling ReposApi->repos_upstream_python_create: #{e}"
4284
+ end
4285
+ ```
4286
+
4287
+ ### Parameters
4288
+
4289
+ Name | Type | Description | Notes
4290
+ ------------- | ------------- | ------------- | -------------
4291
+ **owner** | **String**| |
4292
+ **identifier** | **String**| |
4293
+ **data** | [**PythonUpstreamRequest**](PythonUpstreamRequest.md)| | [optional]
4294
+
4295
+ ### Return type
4296
+
4297
+ [**PythonUpstream**](PythonUpstream.md)
4298
+
4299
+ ### Authorization
4300
+
4301
+ [apikey](../README.md#apikey)
4302
+
4303
+ ### HTTP request headers
4304
+
4305
+ - **Content-Type**: application/json
4306
+ - **Accept**: application/json
4307
+
4308
+
4309
+
4310
+ # **repos_upstream_python_delete**
4311
+ > repos_upstream_python_delete(owner, identifier, slug_perm)
4312
+
4313
+ Delete a Python upstream config for this repository.
4314
+
4315
+ Delete a Python upstream config for this repository.
4316
+
4317
+ ### Example
4318
+ ```ruby
4319
+ # load the gem
4320
+ require 'cloudsmith-api'
4321
+ # setup authorization
4322
+ CloudsmithApi.configure do |config|
4323
+ # Configure API key authorization: apikey
4324
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4325
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4326
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4327
+ end
4328
+
4329
+ api_instance = CloudsmithApi::ReposApi.new
4330
+
4331
+ owner = 'owner_example' # String |
4332
+
4333
+ identifier = 'identifier_example' # String |
4334
+
4335
+ slug_perm = 'slug_perm_example' # String |
4336
+
4337
+
4338
+ begin
4339
+ #Delete a Python upstream config for this repository.
4340
+ api_instance.repos_upstream_python_delete(owner, identifier, slug_perm)
4341
+ rescue CloudsmithApi::ApiError => e
4342
+ puts "Exception when calling ReposApi->repos_upstream_python_delete: #{e}"
4343
+ end
4344
+ ```
4345
+
4346
+ ### Parameters
4347
+
4348
+ Name | Type | Description | Notes
4349
+ ------------- | ------------- | ------------- | -------------
4350
+ **owner** | **String**| |
4351
+ **identifier** | **String**| |
4352
+ **slug_perm** | **String**| |
4353
+
4354
+ ### Return type
4355
+
4356
+ nil (empty response body)
4357
+
4358
+ ### Authorization
4359
+
4360
+ [apikey](../README.md#apikey)
4361
+
4362
+ ### HTTP request headers
4363
+
4364
+ - **Content-Type**: application/json
4365
+ - **Accept**: application/json
4366
+
4367
+
4368
+
4369
+ # **repos_upstream_python_list**
4370
+ > Array<PythonUpstream> repos_upstream_python_list(owner, identifier, opts)
4371
+
4372
+ List Python upstream configs for this repository.
4373
+
4374
+ List Python upstream configs for this repository.
4375
+
4376
+ ### Example
4377
+ ```ruby
4378
+ # load the gem
4379
+ require 'cloudsmith-api'
4380
+ # setup authorization
4381
+ CloudsmithApi.configure do |config|
4382
+ # Configure API key authorization: apikey
4383
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4384
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4385
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4386
+ end
4387
+
4388
+ api_instance = CloudsmithApi::ReposApi.new
4389
+
4390
+ owner = 'owner_example' # String |
4391
+
4392
+ identifier = 'identifier_example' # String |
4393
+
4394
+ opts = {
4395
+ page: 56, # Integer | A page number within the paginated result set.
4396
+ page_size: 56 # Integer | Number of results to return per page.
4397
+ }
4398
+
4399
+ begin
4400
+ #List Python upstream configs for this repository.
4401
+ result = api_instance.repos_upstream_python_list(owner, identifier, opts)
4402
+ p result
4403
+ rescue CloudsmithApi::ApiError => e
4404
+ puts "Exception when calling ReposApi->repos_upstream_python_list: #{e}"
4405
+ end
4406
+ ```
4407
+
4408
+ ### Parameters
4409
+
4410
+ Name | Type | Description | Notes
4411
+ ------------- | ------------- | ------------- | -------------
4412
+ **owner** | **String**| |
4413
+ **identifier** | **String**| |
4414
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
4415
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
4416
+
4417
+ ### Return type
4418
+
4419
+ [**Array<PythonUpstream>**](PythonUpstream.md)
4420
+
4421
+ ### Authorization
4422
+
4423
+ [apikey](../README.md#apikey)
4424
+
4425
+ ### HTTP request headers
4426
+
4427
+ - **Content-Type**: application/json
4428
+ - **Accept**: application/json
4429
+
4430
+
4431
+
4432
+ # **repos_upstream_python_partial_update**
4433
+ > PythonUpstream repos_upstream_python_partial_update(owner, identifier, slug_perm, opts)
4434
+
4435
+ Partially update a Python upstream config for this repository.
4436
+
4437
+ Partially update a Python upstream config for this repository.
4438
+
4439
+ ### Example
4440
+ ```ruby
4441
+ # load the gem
4442
+ require 'cloudsmith-api'
4443
+ # setup authorization
4444
+ CloudsmithApi.configure do |config|
4445
+ # Configure API key authorization: apikey
4446
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4447
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4448
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4449
+ end
4450
+
4451
+ api_instance = CloudsmithApi::ReposApi.new
4452
+
4453
+ owner = 'owner_example' # String |
4454
+
4455
+ identifier = 'identifier_example' # String |
4456
+
4457
+ slug_perm = 'slug_perm_example' # String |
4458
+
4459
+ opts = {
4460
+ data: CloudsmithApi::PythonUpstreamRequestPatch.new # PythonUpstreamRequestPatch |
4461
+ }
4462
+
4463
+ begin
4464
+ #Partially update a Python upstream config for this repository.
4465
+ result = api_instance.repos_upstream_python_partial_update(owner, identifier, slug_perm, opts)
4466
+ p result
4467
+ rescue CloudsmithApi::ApiError => e
4468
+ puts "Exception when calling ReposApi->repos_upstream_python_partial_update: #{e}"
4469
+ end
4470
+ ```
4471
+
4472
+ ### Parameters
4473
+
4474
+ Name | Type | Description | Notes
4475
+ ------------- | ------------- | ------------- | -------------
4476
+ **owner** | **String**| |
4477
+ **identifier** | **String**| |
4478
+ **slug_perm** | **String**| |
4479
+ **data** | [**PythonUpstreamRequestPatch**](PythonUpstreamRequestPatch.md)| | [optional]
4480
+
4481
+ ### Return type
4482
+
4483
+ [**PythonUpstream**](PythonUpstream.md)
4484
+
4485
+ ### Authorization
4486
+
4487
+ [apikey](../README.md#apikey)
4488
+
4489
+ ### HTTP request headers
4490
+
4491
+ - **Content-Type**: application/json
4492
+ - **Accept**: application/json
4493
+
4494
+
4495
+
4496
+ # **repos_upstream_python_read**
4497
+ > PythonUpstream repos_upstream_python_read(owner, identifier, slug_perm)
4498
+
4499
+ Retrieve a Python upstream config for this repository.
4500
+
4501
+ Retrieve a Python upstream config for this repository.
4502
+
4503
+ ### Example
4504
+ ```ruby
4505
+ # load the gem
4506
+ require 'cloudsmith-api'
4507
+ # setup authorization
4508
+ CloudsmithApi.configure do |config|
4509
+ # Configure API key authorization: apikey
4510
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4511
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4512
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4513
+ end
4514
+
4515
+ api_instance = CloudsmithApi::ReposApi.new
4516
+
4517
+ owner = 'owner_example' # String |
4518
+
4519
+ identifier = 'identifier_example' # String |
4520
+
4521
+ slug_perm = 'slug_perm_example' # String |
4522
+
4523
+
4524
+ begin
4525
+ #Retrieve a Python upstream config for this repository.
4526
+ result = api_instance.repos_upstream_python_read(owner, identifier, slug_perm)
4527
+ p result
4528
+ rescue CloudsmithApi::ApiError => e
4529
+ puts "Exception when calling ReposApi->repos_upstream_python_read: #{e}"
4530
+ end
4531
+ ```
4532
+
4533
+ ### Parameters
4534
+
4535
+ Name | Type | Description | Notes
4536
+ ------------- | ------------- | ------------- | -------------
4537
+ **owner** | **String**| |
4538
+ **identifier** | **String**| |
4539
+ **slug_perm** | **String**| |
4540
+
4541
+ ### Return type
4542
+
4543
+ [**PythonUpstream**](PythonUpstream.md)
4544
+
4545
+ ### Authorization
4546
+
4547
+ [apikey](../README.md#apikey)
4548
+
4549
+ ### HTTP request headers
4550
+
4551
+ - **Content-Type**: application/json
4552
+ - **Accept**: application/json
4553
+
4554
+
4555
+
4556
+ # **repos_upstream_python_update**
4557
+ > PythonUpstream repos_upstream_python_update(owner, identifier, slug_perm, opts)
4558
+
4559
+ Update a Python upstream config for this repository.
4560
+
4561
+ Update a Python upstream config for this repository.
4562
+
4563
+ ### Example
4564
+ ```ruby
4565
+ # load the gem
4566
+ require 'cloudsmith-api'
4567
+ # setup authorization
4568
+ CloudsmithApi.configure do |config|
4569
+ # Configure API key authorization: apikey
4570
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4571
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4572
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4573
+ end
4574
+
4575
+ api_instance = CloudsmithApi::ReposApi.new
4576
+
4577
+ owner = 'owner_example' # String |
4578
+
4579
+ identifier = 'identifier_example' # String |
4580
+
4581
+ slug_perm = 'slug_perm_example' # String |
4582
+
4583
+ opts = {
4584
+ data: CloudsmithApi::PythonUpstreamRequest.new # PythonUpstreamRequest |
4585
+ }
4586
+
4587
+ begin
4588
+ #Update a Python upstream config for this repository.
4589
+ result = api_instance.repos_upstream_python_update(owner, identifier, slug_perm, opts)
4590
+ p result
4591
+ rescue CloudsmithApi::ApiError => e
4592
+ puts "Exception when calling ReposApi->repos_upstream_python_update: #{e}"
4593
+ end
4594
+ ```
4595
+
4596
+ ### Parameters
4597
+
4598
+ Name | Type | Description | Notes
4599
+ ------------- | ------------- | ------------- | -------------
4600
+ **owner** | **String**| |
4601
+ **identifier** | **String**| |
4602
+ **slug_perm** | **String**| |
4603
+ **data** | [**PythonUpstreamRequest**](PythonUpstreamRequest.md)| | [optional]
4604
+
4605
+ ### Return type
4606
+
4607
+ [**PythonUpstream**](PythonUpstream.md)
4608
+
4609
+ ### Authorization
4610
+
4611
+ [apikey](../README.md#apikey)
4612
+
4613
+ ### HTTP request headers
4614
+
4615
+ - **Content-Type**: application/json
4616
+ - **Accept**: application/json
4617
+
4618
+
4619
+
4620
+ # **repos_upstream_rpm_create**
4621
+ > RpmUpstream repos_upstream_rpm_create(owner, identifier, opts)
4622
+
4623
+ Create a RedHat upstream config for this repository.
4624
+
4625
+ Create a RedHat upstream config for this repository.
4626
+
4627
+ ### Example
4628
+ ```ruby
4629
+ # load the gem
4630
+ require 'cloudsmith-api'
4631
+ # setup authorization
4632
+ CloudsmithApi.configure do |config|
4633
+ # Configure API key authorization: apikey
4634
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4635
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4636
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4637
+ end
4638
+
4639
+ api_instance = CloudsmithApi::ReposApi.new
4640
+
4641
+ owner = 'owner_example' # String |
4642
+
4643
+ identifier = 'identifier_example' # String |
4644
+
4645
+ opts = {
4646
+ data: CloudsmithApi::RpmUpstreamRequest.new # RpmUpstreamRequest |
4647
+ }
4648
+
4649
+ begin
4650
+ #Create a RedHat upstream config for this repository.
4651
+ result = api_instance.repos_upstream_rpm_create(owner, identifier, opts)
4652
+ p result
4653
+ rescue CloudsmithApi::ApiError => e
4654
+ puts "Exception when calling ReposApi->repos_upstream_rpm_create: #{e}"
4655
+ end
4656
+ ```
4657
+
4658
+ ### Parameters
4659
+
4660
+ Name | Type | Description | Notes
4661
+ ------------- | ------------- | ------------- | -------------
4662
+ **owner** | **String**| |
4663
+ **identifier** | **String**| |
4664
+ **data** | [**RpmUpstreamRequest**](RpmUpstreamRequest.md)| | [optional]
4665
+
4666
+ ### Return type
4667
+
4668
+ [**RpmUpstream**](RpmUpstream.md)
4669
+
4670
+ ### Authorization
4671
+
4672
+ [apikey](../README.md#apikey)
4673
+
4674
+ ### HTTP request headers
4675
+
4676
+ - **Content-Type**: application/json
4677
+ - **Accept**: application/json
4678
+
4679
+
4680
+
4681
+ # **repos_upstream_rpm_delete**
4682
+ > repos_upstream_rpm_delete(owner, identifier, slug_perm)
4683
+
4684
+ Delete a RedHat upstream config for this repository.
4685
+
4686
+ Delete a RedHat upstream config for this repository.
4687
+
4688
+ ### Example
4689
+ ```ruby
4690
+ # load the gem
4691
+ require 'cloudsmith-api'
4692
+ # setup authorization
4693
+ CloudsmithApi.configure do |config|
4694
+ # Configure API key authorization: apikey
4695
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4696
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4697
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4698
+ end
4699
+
4700
+ api_instance = CloudsmithApi::ReposApi.new
4701
+
4702
+ owner = 'owner_example' # String |
4703
+
4704
+ identifier = 'identifier_example' # String |
4705
+
4706
+ slug_perm = 'slug_perm_example' # String |
4707
+
4708
+
4709
+ begin
4710
+ #Delete a RedHat upstream config for this repository.
4711
+ api_instance.repos_upstream_rpm_delete(owner, identifier, slug_perm)
4712
+ rescue CloudsmithApi::ApiError => e
4713
+ puts "Exception when calling ReposApi->repos_upstream_rpm_delete: #{e}"
4714
+ end
4715
+ ```
4716
+
4717
+ ### Parameters
4718
+
4719
+ Name | Type | Description | Notes
4720
+ ------------- | ------------- | ------------- | -------------
4721
+ **owner** | **String**| |
4722
+ **identifier** | **String**| |
4723
+ **slug_perm** | **String**| |
4724
+
4725
+ ### Return type
4726
+
4727
+ nil (empty response body)
4728
+
4729
+ ### Authorization
4730
+
4731
+ [apikey](../README.md#apikey)
4732
+
4733
+ ### HTTP request headers
4734
+
4735
+ - **Content-Type**: application/json
4736
+ - **Accept**: application/json
4737
+
4738
+
4739
+
4740
+ # **repos_upstream_rpm_list**
4741
+ > Array<RpmUpstream> repos_upstream_rpm_list(owner, identifier, opts)
4742
+
4743
+ List RedHat upstream configs for this repository.
4744
+
4745
+ List RedHat upstream configs for this repository.
4746
+
4747
+ ### Example
4748
+ ```ruby
4749
+ # load the gem
4750
+ require 'cloudsmith-api'
4751
+ # setup authorization
4752
+ CloudsmithApi.configure do |config|
4753
+ # Configure API key authorization: apikey
4754
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4755
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4756
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4757
+ end
4758
+
4759
+ api_instance = CloudsmithApi::ReposApi.new
4760
+
4761
+ owner = 'owner_example' # String |
4762
+
4763
+ identifier = 'identifier_example' # String |
4764
+
4765
+ opts = {
4766
+ page: 56, # Integer | A page number within the paginated result set.
4767
+ page_size: 56 # Integer | Number of results to return per page.
4768
+ }
4769
+
4770
+ begin
4771
+ #List RedHat upstream configs for this repository.
4772
+ result = api_instance.repos_upstream_rpm_list(owner, identifier, opts)
4773
+ p result
4774
+ rescue CloudsmithApi::ApiError => e
4775
+ puts "Exception when calling ReposApi->repos_upstream_rpm_list: #{e}"
4776
+ end
4777
+ ```
4778
+
4779
+ ### Parameters
4780
+
4781
+ Name | Type | Description | Notes
4782
+ ------------- | ------------- | ------------- | -------------
4783
+ **owner** | **String**| |
4784
+ **identifier** | **String**| |
4785
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
4786
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
4787
+
4788
+ ### Return type
4789
+
4790
+ [**Array<RpmUpstream>**](RpmUpstream.md)
4791
+
4792
+ ### Authorization
4793
+
4794
+ [apikey](../README.md#apikey)
4795
+
4796
+ ### HTTP request headers
4797
+
4798
+ - **Content-Type**: application/json
4799
+ - **Accept**: application/json
4800
+
4801
+
4802
+
4803
+ # **repos_upstream_rpm_partial_update**
4804
+ > RpmUpstream repos_upstream_rpm_partial_update(owner, identifier, slug_perm, opts)
4805
+
4806
+ Partially update a RedHat upstream config for this repository.
4807
+
4808
+ Partially update a RedHat upstream config for this repository.
4809
+
4810
+ ### Example
4811
+ ```ruby
4812
+ # load the gem
4813
+ require 'cloudsmith-api'
4814
+ # setup authorization
4815
+ CloudsmithApi.configure do |config|
4816
+ # Configure API key authorization: apikey
4817
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4818
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4819
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4820
+ end
4821
+
4822
+ api_instance = CloudsmithApi::ReposApi.new
4823
+
4824
+ owner = 'owner_example' # String |
4825
+
4826
+ identifier = 'identifier_example' # String |
4827
+
4828
+ slug_perm = 'slug_perm_example' # String |
4829
+
4830
+ opts = {
4831
+ data: CloudsmithApi::RpmUpstreamRequestPatch.new # RpmUpstreamRequestPatch |
4832
+ }
4833
+
4834
+ begin
4835
+ #Partially update a RedHat upstream config for this repository.
4836
+ result = api_instance.repos_upstream_rpm_partial_update(owner, identifier, slug_perm, opts)
4837
+ p result
4838
+ rescue CloudsmithApi::ApiError => e
4839
+ puts "Exception when calling ReposApi->repos_upstream_rpm_partial_update: #{e}"
4840
+ end
4841
+ ```
4842
+
4843
+ ### Parameters
4844
+
4845
+ Name | Type | Description | Notes
4846
+ ------------- | ------------- | ------------- | -------------
4847
+ **owner** | **String**| |
4848
+ **identifier** | **String**| |
4849
+ **slug_perm** | **String**| |
4850
+ **data** | [**RpmUpstreamRequestPatch**](RpmUpstreamRequestPatch.md)| | [optional]
4851
+
4852
+ ### Return type
4853
+
4854
+ [**RpmUpstream**](RpmUpstream.md)
4855
+
4856
+ ### Authorization
4857
+
4858
+ [apikey](../README.md#apikey)
4859
+
4860
+ ### HTTP request headers
4861
+
4862
+ - **Content-Type**: application/json
4863
+ - **Accept**: application/json
4864
+
4865
+
4866
+
4867
+ # **repos_upstream_rpm_read**
4868
+ > RpmUpstream repos_upstream_rpm_read(owner, identifier, slug_perm)
4869
+
4870
+ Retrieve a RedHat upstream config for this repository.
4871
+
4872
+ Retrieve a RedHat upstream config for this repository.
4873
+
4874
+ ### Example
4875
+ ```ruby
4876
+ # load the gem
4877
+ require 'cloudsmith-api'
4878
+ # setup authorization
4879
+ CloudsmithApi.configure do |config|
4880
+ # Configure API key authorization: apikey
4881
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4882
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4883
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4884
+ end
4885
+
4886
+ api_instance = CloudsmithApi::ReposApi.new
4887
+
4888
+ owner = 'owner_example' # String |
4889
+
4890
+ identifier = 'identifier_example' # String |
4891
+
4892
+ slug_perm = 'slug_perm_example' # String |
4893
+
4894
+
4895
+ begin
4896
+ #Retrieve a RedHat upstream config for this repository.
4897
+ result = api_instance.repos_upstream_rpm_read(owner, identifier, slug_perm)
4898
+ p result
4899
+ rescue CloudsmithApi::ApiError => e
4900
+ puts "Exception when calling ReposApi->repos_upstream_rpm_read: #{e}"
4901
+ end
4902
+ ```
4903
+
4904
+ ### Parameters
4905
+
4906
+ Name | Type | Description | Notes
4907
+ ------------- | ------------- | ------------- | -------------
4908
+ **owner** | **String**| |
4909
+ **identifier** | **String**| |
4910
+ **slug_perm** | **String**| |
4911
+
4912
+ ### Return type
4913
+
4914
+ [**RpmUpstream**](RpmUpstream.md)
4915
+
4916
+ ### Authorization
4917
+
4918
+ [apikey](../README.md#apikey)
4919
+
4920
+ ### HTTP request headers
4921
+
4922
+ - **Content-Type**: application/json
4923
+ - **Accept**: application/json
4924
+
4925
+
4926
+
4927
+ # **repos_upstream_rpm_update**
4928
+ > RpmUpstream repos_upstream_rpm_update(owner, identifier, slug_perm, opts)
4929
+
4930
+ Update a RedHat upstream config for this repository.
4931
+
4932
+ Update a RedHat upstream config for this repository.
4933
+
4934
+ ### Example
4935
+ ```ruby
4936
+ # load the gem
4937
+ require 'cloudsmith-api'
4938
+ # setup authorization
4939
+ CloudsmithApi.configure do |config|
4940
+ # Configure API key authorization: apikey
4941
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
4942
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4943
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
4944
+ end
4945
+
4946
+ api_instance = CloudsmithApi::ReposApi.new
4947
+
4948
+ owner = 'owner_example' # String |
4949
+
4950
+ identifier = 'identifier_example' # String |
4951
+
4952
+ slug_perm = 'slug_perm_example' # String |
4953
+
4954
+ opts = {
4955
+ data: CloudsmithApi::RpmUpstreamRequest.new # RpmUpstreamRequest |
4956
+ }
4957
+
4958
+ begin
4959
+ #Update a RedHat upstream config for this repository.
4960
+ result = api_instance.repos_upstream_rpm_update(owner, identifier, slug_perm, opts)
4961
+ p result
4962
+ rescue CloudsmithApi::ApiError => e
4963
+ puts "Exception when calling ReposApi->repos_upstream_rpm_update: #{e}"
4964
+ end
4965
+ ```
4966
+
4967
+ ### Parameters
4968
+
4969
+ Name | Type | Description | Notes
4970
+ ------------- | ------------- | ------------- | -------------
4971
+ **owner** | **String**| |
4972
+ **identifier** | **String**| |
4973
+ **slug_perm** | **String**| |
4974
+ **data** | [**RpmUpstreamRequest**](RpmUpstreamRequest.md)| | [optional]
4975
+
4976
+ ### Return type
4977
+
4978
+ [**RpmUpstream**](RpmUpstream.md)
4979
+
4980
+ ### Authorization
4981
+
4982
+ [apikey](../README.md#apikey)
4983
+
4984
+ ### HTTP request headers
4985
+
4986
+ - **Content-Type**: application/json
4987
+ - **Accept**: application/json
4988
+
4989
+
4990
+
4991
+ # **repos_upstream_ruby_create**
4992
+ > RubyUpstream repos_upstream_ruby_create(owner, identifier, opts)
4993
+
4994
+ Create a Ruby upstream config for this repository.
4995
+
4996
+ Create a Ruby upstream config for this repository.
4997
+
4998
+ ### Example
4999
+ ```ruby
5000
+ # load the gem
5001
+ require 'cloudsmith-api'
5002
+ # setup authorization
5003
+ CloudsmithApi.configure do |config|
5004
+ # Configure API key authorization: apikey
5005
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
5006
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5007
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
5008
+ end
5009
+
5010
+ api_instance = CloudsmithApi::ReposApi.new
5011
+
5012
+ owner = 'owner_example' # String |
5013
+
5014
+ identifier = 'identifier_example' # String |
5015
+
5016
+ opts = {
5017
+ data: CloudsmithApi::RubyUpstreamRequest.new # RubyUpstreamRequest |
5018
+ }
5019
+
5020
+ begin
5021
+ #Create a Ruby upstream config for this repository.
5022
+ result = api_instance.repos_upstream_ruby_create(owner, identifier, opts)
5023
+ p result
5024
+ rescue CloudsmithApi::ApiError => e
5025
+ puts "Exception when calling ReposApi->repos_upstream_ruby_create: #{e}"
5026
+ end
5027
+ ```
5028
+
5029
+ ### Parameters
5030
+
5031
+ Name | Type | Description | Notes
5032
+ ------------- | ------------- | ------------- | -------------
5033
+ **owner** | **String**| |
5034
+ **identifier** | **String**| |
5035
+ **data** | [**RubyUpstreamRequest**](RubyUpstreamRequest.md)| | [optional]
5036
+
5037
+ ### Return type
5038
+
5039
+ [**RubyUpstream**](RubyUpstream.md)
5040
+
5041
+ ### Authorization
5042
+
5043
+ [apikey](../README.md#apikey)
5044
+
5045
+ ### HTTP request headers
5046
+
5047
+ - **Content-Type**: application/json
5048
+ - **Accept**: application/json
5049
+
5050
+
5051
+
5052
+ # **repos_upstream_ruby_delete**
5053
+ > repos_upstream_ruby_delete(owner, identifier, slug_perm)
5054
+
5055
+ Delete a Ruby upstream config for this repository.
5056
+
5057
+ Delete a Ruby upstream config for this repository.
5058
+
5059
+ ### Example
5060
+ ```ruby
5061
+ # load the gem
5062
+ require 'cloudsmith-api'
5063
+ # setup authorization
5064
+ CloudsmithApi.configure do |config|
5065
+ # Configure API key authorization: apikey
5066
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
5067
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5068
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
5069
+ end
5070
+
5071
+ api_instance = CloudsmithApi::ReposApi.new
5072
+
5073
+ owner = 'owner_example' # String |
5074
+
5075
+ identifier = 'identifier_example' # String |
5076
+
5077
+ slug_perm = 'slug_perm_example' # String |
5078
+
5079
+
5080
+ begin
5081
+ #Delete a Ruby upstream config for this repository.
5082
+ api_instance.repos_upstream_ruby_delete(owner, identifier, slug_perm)
5083
+ rescue CloudsmithApi::ApiError => e
5084
+ puts "Exception when calling ReposApi->repos_upstream_ruby_delete: #{e}"
5085
+ end
5086
+ ```
5087
+
5088
+ ### Parameters
5089
+
5090
+ Name | Type | Description | Notes
5091
+ ------------- | ------------- | ------------- | -------------
5092
+ **owner** | **String**| |
5093
+ **identifier** | **String**| |
5094
+ **slug_perm** | **String**| |
5095
+
5096
+ ### Return type
5097
+
5098
+ nil (empty response body)
5099
+
5100
+ ### Authorization
5101
+
5102
+ [apikey](../README.md#apikey)
5103
+
5104
+ ### HTTP request headers
5105
+
5106
+ - **Content-Type**: application/json
5107
+ - **Accept**: application/json
5108
+
5109
+
5110
+
5111
+ # **repos_upstream_ruby_list**
5112
+ > Array<RubyUpstream> repos_upstream_ruby_list(owner, identifier, opts)
5113
+
5114
+ List Ruby upstream configs for this repository.
5115
+
5116
+ List Ruby upstream configs for this repository.
5117
+
5118
+ ### Example
5119
+ ```ruby
5120
+ # load the gem
5121
+ require 'cloudsmith-api'
5122
+ # setup authorization
5123
+ CloudsmithApi.configure do |config|
5124
+ # Configure API key authorization: apikey
5125
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
5126
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5127
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
5128
+ end
5129
+
5130
+ api_instance = CloudsmithApi::ReposApi.new
5131
+
5132
+ owner = 'owner_example' # String |
5133
+
5134
+ identifier = 'identifier_example' # String |
5135
+
5136
+ opts = {
5137
+ page: 56, # Integer | A page number within the paginated result set.
5138
+ page_size: 56 # Integer | Number of results to return per page.
5139
+ }
5140
+
5141
+ begin
5142
+ #List Ruby upstream configs for this repository.
5143
+ result = api_instance.repos_upstream_ruby_list(owner, identifier, opts)
5144
+ p result
5145
+ rescue CloudsmithApi::ApiError => e
5146
+ puts "Exception when calling ReposApi->repos_upstream_ruby_list: #{e}"
5147
+ end
5148
+ ```
5149
+
5150
+ ### Parameters
5151
+
5152
+ Name | Type | Description | Notes
5153
+ ------------- | ------------- | ------------- | -------------
5154
+ **owner** | **String**| |
5155
+ **identifier** | **String**| |
5156
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
5157
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
5158
+
5159
+ ### Return type
5160
+
5161
+ [**Array<RubyUpstream>**](RubyUpstream.md)
5162
+
5163
+ ### Authorization
5164
+
5165
+ [apikey](../README.md#apikey)
5166
+
5167
+ ### HTTP request headers
5168
+
5169
+ - **Content-Type**: application/json
5170
+ - **Accept**: application/json
5171
+
5172
+
5173
+
5174
+ # **repos_upstream_ruby_partial_update**
5175
+ > RubyUpstream repos_upstream_ruby_partial_update(owner, identifier, slug_perm, opts)
5176
+
5177
+ Partially update a Ruby upstream config for this repository.
5178
+
5179
+ Partially update a Ruby upstream config for this repository.
5180
+
5181
+ ### Example
5182
+ ```ruby
5183
+ # load the gem
5184
+ require 'cloudsmith-api'
5185
+ # setup authorization
5186
+ CloudsmithApi.configure do |config|
5187
+ # Configure API key authorization: apikey
5188
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
5189
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5190
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
5191
+ end
5192
+
5193
+ api_instance = CloudsmithApi::ReposApi.new
5194
+
5195
+ owner = 'owner_example' # String |
5196
+
5197
+ identifier = 'identifier_example' # String |
5198
+
5199
+ slug_perm = 'slug_perm_example' # String |
5200
+
5201
+ opts = {
5202
+ data: CloudsmithApi::RubyUpstreamRequestPatch.new # RubyUpstreamRequestPatch |
5203
+ }
5204
+
5205
+ begin
5206
+ #Partially update a Ruby upstream config for this repository.
5207
+ result = api_instance.repos_upstream_ruby_partial_update(owner, identifier, slug_perm, opts)
5208
+ p result
5209
+ rescue CloudsmithApi::ApiError => e
5210
+ puts "Exception when calling ReposApi->repos_upstream_ruby_partial_update: #{e}"
5211
+ end
5212
+ ```
5213
+
5214
+ ### Parameters
5215
+
5216
+ Name | Type | Description | Notes
5217
+ ------------- | ------------- | ------------- | -------------
5218
+ **owner** | **String**| |
5219
+ **identifier** | **String**| |
5220
+ **slug_perm** | **String**| |
5221
+ **data** | [**RubyUpstreamRequestPatch**](RubyUpstreamRequestPatch.md)| | [optional]
5222
+
5223
+ ### Return type
5224
+
5225
+ [**RubyUpstream**](RubyUpstream.md)
5226
+
5227
+ ### Authorization
5228
+
5229
+ [apikey](../README.md#apikey)
5230
+
5231
+ ### HTTP request headers
5232
+
5233
+ - **Content-Type**: application/json
5234
+ - **Accept**: application/json
5235
+
5236
+
5237
+
5238
+ # **repos_upstream_ruby_read**
5239
+ > RubyUpstream repos_upstream_ruby_read(owner, identifier, slug_perm)
5240
+
5241
+ Retrieve a Ruby upstream config for this repository.
5242
+
5243
+ Retrieve a Ruby upstream config for this repository.
5244
+
5245
+ ### Example
5246
+ ```ruby
5247
+ # load the gem
5248
+ require 'cloudsmith-api'
5249
+ # setup authorization
5250
+ CloudsmithApi.configure do |config|
5251
+ # Configure API key authorization: apikey
5252
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
5253
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5254
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
5255
+ end
5256
+
5257
+ api_instance = CloudsmithApi::ReposApi.new
5258
+
5259
+ owner = 'owner_example' # String |
5260
+
5261
+ identifier = 'identifier_example' # String |
5262
+
5263
+ slug_perm = 'slug_perm_example' # String |
5264
+
5265
+
5266
+ begin
5267
+ #Retrieve a Ruby upstream config for this repository.
5268
+ result = api_instance.repos_upstream_ruby_read(owner, identifier, slug_perm)
5269
+ p result
5270
+ rescue CloudsmithApi::ApiError => e
5271
+ puts "Exception when calling ReposApi->repos_upstream_ruby_read: #{e}"
5272
+ end
5273
+ ```
5274
+
5275
+ ### Parameters
5276
+
5277
+ Name | Type | Description | Notes
5278
+ ------------- | ------------- | ------------- | -------------
5279
+ **owner** | **String**| |
5280
+ **identifier** | **String**| |
5281
+ **slug_perm** | **String**| |
5282
+
5283
+ ### Return type
5284
+
5285
+ [**RubyUpstream**](RubyUpstream.md)
5286
+
5287
+ ### Authorization
5288
+
5289
+ [apikey](../README.md#apikey)
5290
+
5291
+ ### HTTP request headers
5292
+
5293
+ - **Content-Type**: application/json
5294
+ - **Accept**: application/json
5295
+
5296
+
5297
+
5298
+ # **repos_upstream_ruby_update**
5299
+ > RubyUpstream repos_upstream_ruby_update(owner, identifier, slug_perm, opts)
5300
+
5301
+ Update a Ruby upstream config for this repository.
5302
+
5303
+ Update a Ruby upstream config for this repository.
5304
+
5305
+ ### Example
5306
+ ```ruby
5307
+ # load the gem
5308
+ require 'cloudsmith-api'
5309
+ # setup authorization
5310
+ CloudsmithApi.configure do |config|
5311
+ # Configure API key authorization: apikey
5312
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
5313
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5314
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
5315
+ end
5316
+
5317
+ api_instance = CloudsmithApi::ReposApi.new
5318
+
5319
+ owner = 'owner_example' # String |
5320
+
5321
+ identifier = 'identifier_example' # String |
5322
+
5323
+ slug_perm = 'slug_perm_example' # String |
5324
+
5325
+ opts = {
5326
+ data: CloudsmithApi::RubyUpstreamRequest.new # RubyUpstreamRequest |
5327
+ }
5328
+
5329
+ begin
5330
+ #Update a Ruby upstream config for this repository.
5331
+ result = api_instance.repos_upstream_ruby_update(owner, identifier, slug_perm, opts)
5332
+ p result
5333
+ rescue CloudsmithApi::ApiError => e
5334
+ puts "Exception when calling ReposApi->repos_upstream_ruby_update: #{e}"
5335
+ end
5336
+ ```
5337
+
5338
+ ### Parameters
5339
+
5340
+ Name | Type | Description | Notes
5341
+ ------------- | ------------- | ------------- | -------------
5342
+ **owner** | **String**| |
5343
+ **identifier** | **String**| |
5344
+ **slug_perm** | **String**| |
5345
+ **data** | [**RubyUpstreamRequest**](RubyUpstreamRequest.md)| | [optional]
5346
+
5347
+ ### Return type
5348
+
5349
+ [**RubyUpstream**](RubyUpstream.md)
5350
+
5351
+ ### Authorization
5352
+
5353
+ [apikey](../README.md#apikey)
5354
+
5355
+ ### HTTP request headers
5356
+
5357
+ - **Content-Type**: application/json
5358
+ - **Accept**: application/json
5359
+
5360
+
5361
+
1215
5362
  # **repos_user_list**
1216
5363
  > Array<Repository> repos_user_list(opts)
1217
5364