cloudsmith-api 2.0.6 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1236,6 +1236,4351 @@ module CloudsmithApi
1236
1236
  end
1237
1237
  return data, status_code, headers
1238
1238
  end
1239
+ # Create a CRAN upstream config for this repository.
1240
+ # Create a CRAN upstream config for this repository.
1241
+ # @param owner
1242
+ # @param identifier
1243
+ # @param [Hash] opts the optional parameters
1244
+ # @option opts [CranUpstreamRequest] :data
1245
+ # @return [CranUpstream]
1246
+ def repos_upstream_cran_create(owner, identifier, opts = {})
1247
+ data, _status_code, _headers = repos_upstream_cran_create_with_http_info(owner, identifier, opts)
1248
+ data
1249
+ end
1250
+
1251
+ # Create a CRAN upstream config for this repository.
1252
+ # Create a CRAN upstream config for this repository.
1253
+ # @param owner
1254
+ # @param identifier
1255
+ # @param [Hash] opts the optional parameters
1256
+ # @option opts [CranUpstreamRequest] :data
1257
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
1258
+ def repos_upstream_cran_create_with_http_info(owner, identifier, opts = {})
1259
+ if @api_client.config.debugging
1260
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_create ...'
1261
+ end
1262
+ # verify the required parameter 'owner' is set
1263
+ if @api_client.config.client_side_validation && owner.nil?
1264
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_create"
1265
+ end
1266
+ # verify the required parameter 'identifier' is set
1267
+ if @api_client.config.client_side_validation && identifier.nil?
1268
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_create"
1269
+ end
1270
+ # resource path
1271
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
1272
+
1273
+ # query parameters
1274
+ query_params = {}
1275
+
1276
+ # header parameters
1277
+ header_params = {}
1278
+ # HTTP header 'Accept' (if needed)
1279
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1280
+ # HTTP header 'Content-Type'
1281
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1282
+
1283
+ # form parameters
1284
+ form_params = {}
1285
+
1286
+ # http body (model)
1287
+ post_body = @api_client.object_to_http_body(opts[:'data'])
1288
+ auth_names = ['apikey']
1289
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1290
+ :header_params => header_params,
1291
+ :query_params => query_params,
1292
+ :form_params => form_params,
1293
+ :body => post_body,
1294
+ :auth_names => auth_names,
1295
+ :return_type => 'CranUpstream')
1296
+ if @api_client.config.debugging
1297
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1298
+ end
1299
+ return data, status_code, headers
1300
+ end
1301
+ # Delete a CRAN upstream config for this repository.
1302
+ # Delete a CRAN upstream config for this repository.
1303
+ # @param owner
1304
+ # @param identifier
1305
+ # @param slug_perm
1306
+ # @param [Hash] opts the optional parameters
1307
+ # @return [nil]
1308
+ def repos_upstream_cran_delete(owner, identifier, slug_perm, opts = {})
1309
+ repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts)
1310
+ nil
1311
+ end
1312
+
1313
+ # Delete a CRAN upstream config for this repository.
1314
+ # Delete a CRAN upstream config for this repository.
1315
+ # @param owner
1316
+ # @param identifier
1317
+ # @param slug_perm
1318
+ # @param [Hash] opts the optional parameters
1319
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1320
+ def repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts = {})
1321
+ if @api_client.config.debugging
1322
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_delete ...'
1323
+ end
1324
+ # verify the required parameter 'owner' is set
1325
+ if @api_client.config.client_side_validation && owner.nil?
1326
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_delete"
1327
+ end
1328
+ # verify the required parameter 'identifier' is set
1329
+ if @api_client.config.client_side_validation && identifier.nil?
1330
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_delete"
1331
+ end
1332
+ # verify the required parameter 'slug_perm' is set
1333
+ if @api_client.config.client_side_validation && slug_perm.nil?
1334
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_delete"
1335
+ end
1336
+ # resource path
1337
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1338
+
1339
+ # query parameters
1340
+ query_params = {}
1341
+
1342
+ # header parameters
1343
+ header_params = {}
1344
+ # HTTP header 'Accept' (if needed)
1345
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1346
+ # HTTP header 'Content-Type'
1347
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1348
+
1349
+ # form parameters
1350
+ form_params = {}
1351
+
1352
+ # http body (model)
1353
+ post_body = nil
1354
+ auth_names = ['apikey']
1355
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1356
+ :header_params => header_params,
1357
+ :query_params => query_params,
1358
+ :form_params => form_params,
1359
+ :body => post_body,
1360
+ :auth_names => auth_names)
1361
+ if @api_client.config.debugging
1362
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1363
+ end
1364
+ return data, status_code, headers
1365
+ end
1366
+ # List CRAN upstream configs for this repository.
1367
+ # List CRAN upstream configs for this repository.
1368
+ # @param owner
1369
+ # @param identifier
1370
+ # @param [Hash] opts the optional parameters
1371
+ # @option opts [Integer] :page A page number within the paginated result set.
1372
+ # @option opts [Integer] :page_size Number of results to return per page.
1373
+ # @return [Array<CranUpstream>]
1374
+ def repos_upstream_cran_list(owner, identifier, opts = {})
1375
+ data, _status_code, _headers = repos_upstream_cran_list_with_http_info(owner, identifier, opts)
1376
+ data
1377
+ end
1378
+
1379
+ # List CRAN upstream configs for this repository.
1380
+ # List CRAN upstream configs for this repository.
1381
+ # @param owner
1382
+ # @param identifier
1383
+ # @param [Hash] opts the optional parameters
1384
+ # @option opts [Integer] :page A page number within the paginated result set.
1385
+ # @option opts [Integer] :page_size Number of results to return per page.
1386
+ # @return [Array<(Array<CranUpstream>, Fixnum, Hash)>] Array<CranUpstream> data, response status code and response headers
1387
+ def repos_upstream_cran_list_with_http_info(owner, identifier, opts = {})
1388
+ if @api_client.config.debugging
1389
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_list ...'
1390
+ end
1391
+ # verify the required parameter 'owner' is set
1392
+ if @api_client.config.client_side_validation && owner.nil?
1393
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_list"
1394
+ end
1395
+ # verify the required parameter 'identifier' is set
1396
+ if @api_client.config.client_side_validation && identifier.nil?
1397
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_list"
1398
+ end
1399
+ # resource path
1400
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
1401
+
1402
+ # query parameters
1403
+ query_params = {}
1404
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1405
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
1406
+
1407
+ # header parameters
1408
+ header_params = {}
1409
+ # HTTP header 'Accept' (if needed)
1410
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1411
+ # HTTP header 'Content-Type'
1412
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1413
+
1414
+ # form parameters
1415
+ form_params = {}
1416
+
1417
+ # http body (model)
1418
+ post_body = nil
1419
+ auth_names = ['apikey']
1420
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1421
+ :header_params => header_params,
1422
+ :query_params => query_params,
1423
+ :form_params => form_params,
1424
+ :body => post_body,
1425
+ :auth_names => auth_names,
1426
+ :return_type => 'Array<CranUpstream>')
1427
+ if @api_client.config.debugging
1428
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1429
+ end
1430
+ return data, status_code, headers
1431
+ end
1432
+ # Partially update a CRAN upstream config for this repository.
1433
+ # Partially update a CRAN upstream config for this repository.
1434
+ # @param owner
1435
+ # @param identifier
1436
+ # @param slug_perm
1437
+ # @param [Hash] opts the optional parameters
1438
+ # @option opts [CranUpstreamRequestPatch] :data
1439
+ # @return [CranUpstream]
1440
+ def repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts = {})
1441
+ data, _status_code, _headers = repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts)
1442
+ data
1443
+ end
1444
+
1445
+ # Partially update a CRAN upstream config for this repository.
1446
+ # Partially update a CRAN upstream config for this repository.
1447
+ # @param owner
1448
+ # @param identifier
1449
+ # @param slug_perm
1450
+ # @param [Hash] opts the optional parameters
1451
+ # @option opts [CranUpstreamRequestPatch] :data
1452
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
1453
+ def repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
1454
+ if @api_client.config.debugging
1455
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_partial_update ...'
1456
+ end
1457
+ # verify the required parameter 'owner' is set
1458
+ if @api_client.config.client_side_validation && owner.nil?
1459
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_partial_update"
1460
+ end
1461
+ # verify the required parameter 'identifier' is set
1462
+ if @api_client.config.client_side_validation && identifier.nil?
1463
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_partial_update"
1464
+ end
1465
+ # verify the required parameter 'slug_perm' is set
1466
+ if @api_client.config.client_side_validation && slug_perm.nil?
1467
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_partial_update"
1468
+ end
1469
+ # resource path
1470
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1471
+
1472
+ # query parameters
1473
+ query_params = {}
1474
+
1475
+ # header parameters
1476
+ header_params = {}
1477
+ # HTTP header 'Accept' (if needed)
1478
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1479
+ # HTTP header 'Content-Type'
1480
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1481
+
1482
+ # form parameters
1483
+ form_params = {}
1484
+
1485
+ # http body (model)
1486
+ post_body = @api_client.object_to_http_body(opts[:'data'])
1487
+ auth_names = ['apikey']
1488
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
1489
+ :header_params => header_params,
1490
+ :query_params => query_params,
1491
+ :form_params => form_params,
1492
+ :body => post_body,
1493
+ :auth_names => auth_names,
1494
+ :return_type => 'CranUpstream')
1495
+ if @api_client.config.debugging
1496
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1497
+ end
1498
+ return data, status_code, headers
1499
+ end
1500
+ # Retrieve a CRAN upstream config for this repository.
1501
+ # Retrieve a CRAN upstream config for this repository.
1502
+ # @param owner
1503
+ # @param identifier
1504
+ # @param slug_perm
1505
+ # @param [Hash] opts the optional parameters
1506
+ # @return [CranUpstream]
1507
+ def repos_upstream_cran_read(owner, identifier, slug_perm, opts = {})
1508
+ data, _status_code, _headers = repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts)
1509
+ data
1510
+ end
1511
+
1512
+ # Retrieve a CRAN upstream config for this repository.
1513
+ # Retrieve a CRAN upstream config for this repository.
1514
+ # @param owner
1515
+ # @param identifier
1516
+ # @param slug_perm
1517
+ # @param [Hash] opts the optional parameters
1518
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
1519
+ def repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts = {})
1520
+ if @api_client.config.debugging
1521
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_read ...'
1522
+ end
1523
+ # verify the required parameter 'owner' is set
1524
+ if @api_client.config.client_side_validation && owner.nil?
1525
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_read"
1526
+ end
1527
+ # verify the required parameter 'identifier' is set
1528
+ if @api_client.config.client_side_validation && identifier.nil?
1529
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_read"
1530
+ end
1531
+ # verify the required parameter 'slug_perm' is set
1532
+ if @api_client.config.client_side_validation && slug_perm.nil?
1533
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_read"
1534
+ end
1535
+ # resource path
1536
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1537
+
1538
+ # query parameters
1539
+ query_params = {}
1540
+
1541
+ # header parameters
1542
+ header_params = {}
1543
+ # HTTP header 'Accept' (if needed)
1544
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1545
+ # HTTP header 'Content-Type'
1546
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1547
+
1548
+ # form parameters
1549
+ form_params = {}
1550
+
1551
+ # http body (model)
1552
+ post_body = nil
1553
+ auth_names = ['apikey']
1554
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1555
+ :header_params => header_params,
1556
+ :query_params => query_params,
1557
+ :form_params => form_params,
1558
+ :body => post_body,
1559
+ :auth_names => auth_names,
1560
+ :return_type => 'CranUpstream')
1561
+ if @api_client.config.debugging
1562
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1563
+ end
1564
+ return data, status_code, headers
1565
+ end
1566
+ # Update a CRAN upstream config for this repository.
1567
+ # Update a CRAN upstream config for this repository.
1568
+ # @param owner
1569
+ # @param identifier
1570
+ # @param slug_perm
1571
+ # @param [Hash] opts the optional parameters
1572
+ # @option opts [CranUpstreamRequest] :data
1573
+ # @return [CranUpstream]
1574
+ def repos_upstream_cran_update(owner, identifier, slug_perm, opts = {})
1575
+ data, _status_code, _headers = repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts)
1576
+ data
1577
+ end
1578
+
1579
+ # Update a CRAN upstream config for this repository.
1580
+ # Update a CRAN upstream config for this repository.
1581
+ # @param owner
1582
+ # @param identifier
1583
+ # @param slug_perm
1584
+ # @param [Hash] opts the optional parameters
1585
+ # @option opts [CranUpstreamRequest] :data
1586
+ # @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
1587
+ def repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts = {})
1588
+ if @api_client.config.debugging
1589
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_update ...'
1590
+ end
1591
+ # verify the required parameter 'owner' is set
1592
+ if @api_client.config.client_side_validation && owner.nil?
1593
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_update"
1594
+ end
1595
+ # verify the required parameter 'identifier' is set
1596
+ if @api_client.config.client_side_validation && identifier.nil?
1597
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_update"
1598
+ end
1599
+ # verify the required parameter 'slug_perm' is set
1600
+ if @api_client.config.client_side_validation && slug_perm.nil?
1601
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_update"
1602
+ end
1603
+ # resource path
1604
+ local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1605
+
1606
+ # query parameters
1607
+ query_params = {}
1608
+
1609
+ # header parameters
1610
+ header_params = {}
1611
+ # HTTP header 'Accept' (if needed)
1612
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1613
+ # HTTP header 'Content-Type'
1614
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1615
+
1616
+ # form parameters
1617
+ form_params = {}
1618
+
1619
+ # http body (model)
1620
+ post_body = @api_client.object_to_http_body(opts[:'data'])
1621
+ auth_names = ['apikey']
1622
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1623
+ :header_params => header_params,
1624
+ :query_params => query_params,
1625
+ :form_params => form_params,
1626
+ :body => post_body,
1627
+ :auth_names => auth_names,
1628
+ :return_type => 'CranUpstream')
1629
+ if @api_client.config.debugging
1630
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1631
+ end
1632
+ return data, status_code, headers
1633
+ end
1634
+ # Create a Dart upstream config for this repository.
1635
+ # Create a Dart upstream config for this repository.
1636
+ # @param owner
1637
+ # @param identifier
1638
+ # @param [Hash] opts the optional parameters
1639
+ # @option opts [DartUpstreamRequest] :data
1640
+ # @return [DartUpstream]
1641
+ def repos_upstream_dart_create(owner, identifier, opts = {})
1642
+ data, _status_code, _headers = repos_upstream_dart_create_with_http_info(owner, identifier, opts)
1643
+ data
1644
+ end
1645
+
1646
+ # Create a Dart upstream config for this repository.
1647
+ # Create a Dart upstream config for this repository.
1648
+ # @param owner
1649
+ # @param identifier
1650
+ # @param [Hash] opts the optional parameters
1651
+ # @option opts [DartUpstreamRequest] :data
1652
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
1653
+ def repos_upstream_dart_create_with_http_info(owner, identifier, opts = {})
1654
+ if @api_client.config.debugging
1655
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_create ...'
1656
+ end
1657
+ # verify the required parameter 'owner' is set
1658
+ if @api_client.config.client_side_validation && owner.nil?
1659
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_create"
1660
+ end
1661
+ # verify the required parameter 'identifier' is set
1662
+ if @api_client.config.client_side_validation && identifier.nil?
1663
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_create"
1664
+ end
1665
+ # resource path
1666
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
1667
+
1668
+ # query parameters
1669
+ query_params = {}
1670
+
1671
+ # header parameters
1672
+ header_params = {}
1673
+ # HTTP header 'Accept' (if needed)
1674
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1675
+ # HTTP header 'Content-Type'
1676
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1677
+
1678
+ # form parameters
1679
+ form_params = {}
1680
+
1681
+ # http body (model)
1682
+ post_body = @api_client.object_to_http_body(opts[:'data'])
1683
+ auth_names = ['apikey']
1684
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1685
+ :header_params => header_params,
1686
+ :query_params => query_params,
1687
+ :form_params => form_params,
1688
+ :body => post_body,
1689
+ :auth_names => auth_names,
1690
+ :return_type => 'DartUpstream')
1691
+ if @api_client.config.debugging
1692
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1693
+ end
1694
+ return data, status_code, headers
1695
+ end
1696
+ # Delete a Dart upstream config for this repository.
1697
+ # Delete a Dart upstream config for this repository.
1698
+ # @param owner
1699
+ # @param identifier
1700
+ # @param slug_perm
1701
+ # @param [Hash] opts the optional parameters
1702
+ # @return [nil]
1703
+ def repos_upstream_dart_delete(owner, identifier, slug_perm, opts = {})
1704
+ repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts)
1705
+ nil
1706
+ end
1707
+
1708
+ # Delete a Dart upstream config for this repository.
1709
+ # Delete a Dart upstream config for this repository.
1710
+ # @param owner
1711
+ # @param identifier
1712
+ # @param slug_perm
1713
+ # @param [Hash] opts the optional parameters
1714
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1715
+ def repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts = {})
1716
+ if @api_client.config.debugging
1717
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_delete ...'
1718
+ end
1719
+ # verify the required parameter 'owner' is set
1720
+ if @api_client.config.client_side_validation && owner.nil?
1721
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_delete"
1722
+ end
1723
+ # verify the required parameter 'identifier' is set
1724
+ if @api_client.config.client_side_validation && identifier.nil?
1725
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_delete"
1726
+ end
1727
+ # verify the required parameter 'slug_perm' is set
1728
+ if @api_client.config.client_side_validation && slug_perm.nil?
1729
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_delete"
1730
+ end
1731
+ # resource path
1732
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1733
+
1734
+ # query parameters
1735
+ query_params = {}
1736
+
1737
+ # header parameters
1738
+ header_params = {}
1739
+ # HTTP header 'Accept' (if needed)
1740
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1741
+ # HTTP header 'Content-Type'
1742
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1743
+
1744
+ # form parameters
1745
+ form_params = {}
1746
+
1747
+ # http body (model)
1748
+ post_body = nil
1749
+ auth_names = ['apikey']
1750
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1751
+ :header_params => header_params,
1752
+ :query_params => query_params,
1753
+ :form_params => form_params,
1754
+ :body => post_body,
1755
+ :auth_names => auth_names)
1756
+ if @api_client.config.debugging
1757
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1758
+ end
1759
+ return data, status_code, headers
1760
+ end
1761
+ # List Dart upstream configs for this repository.
1762
+ # List Dart upstream configs for this repository.
1763
+ # @param owner
1764
+ # @param identifier
1765
+ # @param [Hash] opts the optional parameters
1766
+ # @option opts [Integer] :page A page number within the paginated result set.
1767
+ # @option opts [Integer] :page_size Number of results to return per page.
1768
+ # @return [Array<DartUpstream>]
1769
+ def repos_upstream_dart_list(owner, identifier, opts = {})
1770
+ data, _status_code, _headers = repos_upstream_dart_list_with_http_info(owner, identifier, opts)
1771
+ data
1772
+ end
1773
+
1774
+ # List Dart upstream configs for this repository.
1775
+ # List Dart upstream configs for this repository.
1776
+ # @param owner
1777
+ # @param identifier
1778
+ # @param [Hash] opts the optional parameters
1779
+ # @option opts [Integer] :page A page number within the paginated result set.
1780
+ # @option opts [Integer] :page_size Number of results to return per page.
1781
+ # @return [Array<(Array<DartUpstream>, Fixnum, Hash)>] Array<DartUpstream> data, response status code and response headers
1782
+ def repos_upstream_dart_list_with_http_info(owner, identifier, opts = {})
1783
+ if @api_client.config.debugging
1784
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_list ...'
1785
+ end
1786
+ # verify the required parameter 'owner' is set
1787
+ if @api_client.config.client_side_validation && owner.nil?
1788
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_list"
1789
+ end
1790
+ # verify the required parameter 'identifier' is set
1791
+ if @api_client.config.client_side_validation && identifier.nil?
1792
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_list"
1793
+ end
1794
+ # resource path
1795
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
1796
+
1797
+ # query parameters
1798
+ query_params = {}
1799
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1800
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
1801
+
1802
+ # header parameters
1803
+ header_params = {}
1804
+ # HTTP header 'Accept' (if needed)
1805
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1806
+ # HTTP header 'Content-Type'
1807
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1808
+
1809
+ # form parameters
1810
+ form_params = {}
1811
+
1812
+ # http body (model)
1813
+ post_body = nil
1814
+ auth_names = ['apikey']
1815
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1816
+ :header_params => header_params,
1817
+ :query_params => query_params,
1818
+ :form_params => form_params,
1819
+ :body => post_body,
1820
+ :auth_names => auth_names,
1821
+ :return_type => 'Array<DartUpstream>')
1822
+ if @api_client.config.debugging
1823
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1824
+ end
1825
+ return data, status_code, headers
1826
+ end
1827
+ # Partially update a Dart upstream config for this repository.
1828
+ # Partially update a Dart upstream config for this repository.
1829
+ # @param owner
1830
+ # @param identifier
1831
+ # @param slug_perm
1832
+ # @param [Hash] opts the optional parameters
1833
+ # @option opts [DartUpstreamRequestPatch] :data
1834
+ # @return [DartUpstream]
1835
+ def repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts = {})
1836
+ data, _status_code, _headers = repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts)
1837
+ data
1838
+ end
1839
+
1840
+ # Partially update a Dart upstream config for this repository.
1841
+ # Partially update a Dart upstream config for this repository.
1842
+ # @param owner
1843
+ # @param identifier
1844
+ # @param slug_perm
1845
+ # @param [Hash] opts the optional parameters
1846
+ # @option opts [DartUpstreamRequestPatch] :data
1847
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
1848
+ def repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
1849
+ if @api_client.config.debugging
1850
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_partial_update ...'
1851
+ end
1852
+ # verify the required parameter 'owner' is set
1853
+ if @api_client.config.client_side_validation && owner.nil?
1854
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_partial_update"
1855
+ end
1856
+ # verify the required parameter 'identifier' is set
1857
+ if @api_client.config.client_side_validation && identifier.nil?
1858
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_partial_update"
1859
+ end
1860
+ # verify the required parameter 'slug_perm' is set
1861
+ if @api_client.config.client_side_validation && slug_perm.nil?
1862
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_partial_update"
1863
+ end
1864
+ # resource path
1865
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1866
+
1867
+ # query parameters
1868
+ query_params = {}
1869
+
1870
+ # header parameters
1871
+ header_params = {}
1872
+ # HTTP header 'Accept' (if needed)
1873
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1874
+ # HTTP header 'Content-Type'
1875
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1876
+
1877
+ # form parameters
1878
+ form_params = {}
1879
+
1880
+ # http body (model)
1881
+ post_body = @api_client.object_to_http_body(opts[:'data'])
1882
+ auth_names = ['apikey']
1883
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
1884
+ :header_params => header_params,
1885
+ :query_params => query_params,
1886
+ :form_params => form_params,
1887
+ :body => post_body,
1888
+ :auth_names => auth_names,
1889
+ :return_type => 'DartUpstream')
1890
+ if @api_client.config.debugging
1891
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1892
+ end
1893
+ return data, status_code, headers
1894
+ end
1895
+ # Retrieve a Dart upstream config for this repository.
1896
+ # Retrieve a Dart upstream config for this repository.
1897
+ # @param owner
1898
+ # @param identifier
1899
+ # @param slug_perm
1900
+ # @param [Hash] opts the optional parameters
1901
+ # @return [DartUpstream]
1902
+ def repos_upstream_dart_read(owner, identifier, slug_perm, opts = {})
1903
+ data, _status_code, _headers = repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts)
1904
+ data
1905
+ end
1906
+
1907
+ # Retrieve a Dart upstream config for this repository.
1908
+ # Retrieve a Dart upstream config for this repository.
1909
+ # @param owner
1910
+ # @param identifier
1911
+ # @param slug_perm
1912
+ # @param [Hash] opts the optional parameters
1913
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
1914
+ def repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts = {})
1915
+ if @api_client.config.debugging
1916
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_read ...'
1917
+ end
1918
+ # verify the required parameter 'owner' is set
1919
+ if @api_client.config.client_side_validation && owner.nil?
1920
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_read"
1921
+ end
1922
+ # verify the required parameter 'identifier' is set
1923
+ if @api_client.config.client_side_validation && identifier.nil?
1924
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_read"
1925
+ end
1926
+ # verify the required parameter 'slug_perm' is set
1927
+ if @api_client.config.client_side_validation && slug_perm.nil?
1928
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_read"
1929
+ end
1930
+ # resource path
1931
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
1932
+
1933
+ # query parameters
1934
+ query_params = {}
1935
+
1936
+ # header parameters
1937
+ header_params = {}
1938
+ # HTTP header 'Accept' (if needed)
1939
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1940
+ # HTTP header 'Content-Type'
1941
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1942
+
1943
+ # form parameters
1944
+ form_params = {}
1945
+
1946
+ # http body (model)
1947
+ post_body = nil
1948
+ auth_names = ['apikey']
1949
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1950
+ :header_params => header_params,
1951
+ :query_params => query_params,
1952
+ :form_params => form_params,
1953
+ :body => post_body,
1954
+ :auth_names => auth_names,
1955
+ :return_type => 'DartUpstream')
1956
+ if @api_client.config.debugging
1957
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1958
+ end
1959
+ return data, status_code, headers
1960
+ end
1961
+ # Update a Dart upstream config for this repository.
1962
+ # Update a Dart upstream config for this repository.
1963
+ # @param owner
1964
+ # @param identifier
1965
+ # @param slug_perm
1966
+ # @param [Hash] opts the optional parameters
1967
+ # @option opts [DartUpstreamRequest] :data
1968
+ # @return [DartUpstream]
1969
+ def repos_upstream_dart_update(owner, identifier, slug_perm, opts = {})
1970
+ data, _status_code, _headers = repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts)
1971
+ data
1972
+ end
1973
+
1974
+ # Update a Dart upstream config for this repository.
1975
+ # Update a Dart upstream config for this repository.
1976
+ # @param owner
1977
+ # @param identifier
1978
+ # @param slug_perm
1979
+ # @param [Hash] opts the optional parameters
1980
+ # @option opts [DartUpstreamRequest] :data
1981
+ # @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
1982
+ def repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts = {})
1983
+ if @api_client.config.debugging
1984
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_update ...'
1985
+ end
1986
+ # verify the required parameter 'owner' is set
1987
+ if @api_client.config.client_side_validation && owner.nil?
1988
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_update"
1989
+ end
1990
+ # verify the required parameter 'identifier' is set
1991
+ if @api_client.config.client_side_validation && identifier.nil?
1992
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_update"
1993
+ end
1994
+ # verify the required parameter 'slug_perm' is set
1995
+ if @api_client.config.client_side_validation && slug_perm.nil?
1996
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_update"
1997
+ end
1998
+ # resource path
1999
+ local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2000
+
2001
+ # query parameters
2002
+ query_params = {}
2003
+
2004
+ # header parameters
2005
+ header_params = {}
2006
+ # HTTP header 'Accept' (if needed)
2007
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2008
+ # HTTP header 'Content-Type'
2009
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2010
+
2011
+ # form parameters
2012
+ form_params = {}
2013
+
2014
+ # http body (model)
2015
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2016
+ auth_names = ['apikey']
2017
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2018
+ :header_params => header_params,
2019
+ :query_params => query_params,
2020
+ :form_params => form_params,
2021
+ :body => post_body,
2022
+ :auth_names => auth_names,
2023
+ :return_type => 'DartUpstream')
2024
+ if @api_client.config.debugging
2025
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2026
+ end
2027
+ return data, status_code, headers
2028
+ end
2029
+ # Create a Debian upstream config for this repository.
2030
+ # Create a Debian upstream config for this repository.
2031
+ # @param owner
2032
+ # @param identifier
2033
+ # @param [Hash] opts the optional parameters
2034
+ # @option opts [DebUpstreamRequest] :data
2035
+ # @return [DebUpstream]
2036
+ def repos_upstream_deb_create(owner, identifier, opts = {})
2037
+ data, _status_code, _headers = repos_upstream_deb_create_with_http_info(owner, identifier, opts)
2038
+ data
2039
+ end
2040
+
2041
+ # Create a Debian upstream config for this repository.
2042
+ # Create a Debian upstream config for this repository.
2043
+ # @param owner
2044
+ # @param identifier
2045
+ # @param [Hash] opts the optional parameters
2046
+ # @option opts [DebUpstreamRequest] :data
2047
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
2048
+ def repos_upstream_deb_create_with_http_info(owner, identifier, opts = {})
2049
+ if @api_client.config.debugging
2050
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_create ...'
2051
+ end
2052
+ # verify the required parameter 'owner' is set
2053
+ if @api_client.config.client_side_validation && owner.nil?
2054
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_create"
2055
+ end
2056
+ # verify the required parameter 'identifier' is set
2057
+ if @api_client.config.client_side_validation && identifier.nil?
2058
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_create"
2059
+ end
2060
+ # resource path
2061
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2062
+
2063
+ # query parameters
2064
+ query_params = {}
2065
+
2066
+ # header parameters
2067
+ header_params = {}
2068
+ # HTTP header 'Accept' (if needed)
2069
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2070
+ # HTTP header 'Content-Type'
2071
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2072
+
2073
+ # form parameters
2074
+ form_params = {}
2075
+
2076
+ # http body (model)
2077
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2078
+ auth_names = ['apikey']
2079
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2080
+ :header_params => header_params,
2081
+ :query_params => query_params,
2082
+ :form_params => form_params,
2083
+ :body => post_body,
2084
+ :auth_names => auth_names,
2085
+ :return_type => 'DebUpstream')
2086
+ if @api_client.config.debugging
2087
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2088
+ end
2089
+ return data, status_code, headers
2090
+ end
2091
+ # Delete a Debian upstream config for this repository.
2092
+ # Delete a Debian upstream config for this repository.
2093
+ # @param owner
2094
+ # @param identifier
2095
+ # @param slug_perm
2096
+ # @param [Hash] opts the optional parameters
2097
+ # @return [nil]
2098
+ def repos_upstream_deb_delete(owner, identifier, slug_perm, opts = {})
2099
+ repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts)
2100
+ nil
2101
+ end
2102
+
2103
+ # Delete a Debian upstream config for this repository.
2104
+ # Delete a Debian upstream config for this repository.
2105
+ # @param owner
2106
+ # @param identifier
2107
+ # @param slug_perm
2108
+ # @param [Hash] opts the optional parameters
2109
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2110
+ def repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2111
+ if @api_client.config.debugging
2112
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_delete ...'
2113
+ end
2114
+ # verify the required parameter 'owner' is set
2115
+ if @api_client.config.client_side_validation && owner.nil?
2116
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_delete"
2117
+ end
2118
+ # verify the required parameter 'identifier' is set
2119
+ if @api_client.config.client_side_validation && identifier.nil?
2120
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_delete"
2121
+ end
2122
+ # verify the required parameter 'slug_perm' is set
2123
+ if @api_client.config.client_side_validation && slug_perm.nil?
2124
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_delete"
2125
+ end
2126
+ # resource path
2127
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2128
+
2129
+ # query parameters
2130
+ query_params = {}
2131
+
2132
+ # header parameters
2133
+ header_params = {}
2134
+ # HTTP header 'Accept' (if needed)
2135
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2136
+ # HTTP header 'Content-Type'
2137
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2138
+
2139
+ # form parameters
2140
+ form_params = {}
2141
+
2142
+ # http body (model)
2143
+ post_body = nil
2144
+ auth_names = ['apikey']
2145
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2146
+ :header_params => header_params,
2147
+ :query_params => query_params,
2148
+ :form_params => form_params,
2149
+ :body => post_body,
2150
+ :auth_names => auth_names)
2151
+ if @api_client.config.debugging
2152
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2153
+ end
2154
+ return data, status_code, headers
2155
+ end
2156
+ # List Debian upstream configs for this repository.
2157
+ # List Debian upstream configs for this repository.
2158
+ # @param owner
2159
+ # @param identifier
2160
+ # @param [Hash] opts the optional parameters
2161
+ # @option opts [Integer] :page A page number within the paginated result set.
2162
+ # @option opts [Integer] :page_size Number of results to return per page.
2163
+ # @return [Array<DebUpstream>]
2164
+ def repos_upstream_deb_list(owner, identifier, opts = {})
2165
+ data, _status_code, _headers = repos_upstream_deb_list_with_http_info(owner, identifier, opts)
2166
+ data
2167
+ end
2168
+
2169
+ # List Debian upstream configs for this repository.
2170
+ # List Debian upstream configs for this repository.
2171
+ # @param owner
2172
+ # @param identifier
2173
+ # @param [Hash] opts the optional parameters
2174
+ # @option opts [Integer] :page A page number within the paginated result set.
2175
+ # @option opts [Integer] :page_size Number of results to return per page.
2176
+ # @return [Array<(Array<DebUpstream>, Fixnum, Hash)>] Array<DebUpstream> data, response status code and response headers
2177
+ def repos_upstream_deb_list_with_http_info(owner, identifier, opts = {})
2178
+ if @api_client.config.debugging
2179
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_list ...'
2180
+ end
2181
+ # verify the required parameter 'owner' is set
2182
+ if @api_client.config.client_side_validation && owner.nil?
2183
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_list"
2184
+ end
2185
+ # verify the required parameter 'identifier' is set
2186
+ if @api_client.config.client_side_validation && identifier.nil?
2187
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_list"
2188
+ end
2189
+ # resource path
2190
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2191
+
2192
+ # query parameters
2193
+ query_params = {}
2194
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
2195
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
2196
+
2197
+ # header parameters
2198
+ header_params = {}
2199
+ # HTTP header 'Accept' (if needed)
2200
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2201
+ # HTTP header 'Content-Type'
2202
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2203
+
2204
+ # form parameters
2205
+ form_params = {}
2206
+
2207
+ # http body (model)
2208
+ post_body = nil
2209
+ auth_names = ['apikey']
2210
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2211
+ :header_params => header_params,
2212
+ :query_params => query_params,
2213
+ :form_params => form_params,
2214
+ :body => post_body,
2215
+ :auth_names => auth_names,
2216
+ :return_type => 'Array<DebUpstream>')
2217
+ if @api_client.config.debugging
2218
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2219
+ end
2220
+ return data, status_code, headers
2221
+ end
2222
+ # Partially update a Debian upstream config for this repository.
2223
+ # Partially update a Debian upstream config for this repository.
2224
+ # @param owner
2225
+ # @param identifier
2226
+ # @param slug_perm
2227
+ # @param [Hash] opts the optional parameters
2228
+ # @option opts [DebUpstreamRequestPatch] :data
2229
+ # @return [DebUpstream]
2230
+ def repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts = {})
2231
+ data, _status_code, _headers = repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts)
2232
+ data
2233
+ end
2234
+
2235
+ # Partially update a Debian upstream config for this repository.
2236
+ # Partially update a Debian upstream config for this repository.
2237
+ # @param owner
2238
+ # @param identifier
2239
+ # @param slug_perm
2240
+ # @param [Hash] opts the optional parameters
2241
+ # @option opts [DebUpstreamRequestPatch] :data
2242
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
2243
+ def repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
2244
+ if @api_client.config.debugging
2245
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_partial_update ...'
2246
+ end
2247
+ # verify the required parameter 'owner' is set
2248
+ if @api_client.config.client_side_validation && owner.nil?
2249
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_partial_update"
2250
+ end
2251
+ # verify the required parameter 'identifier' is set
2252
+ if @api_client.config.client_side_validation && identifier.nil?
2253
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_partial_update"
2254
+ end
2255
+ # verify the required parameter 'slug_perm' is set
2256
+ if @api_client.config.client_side_validation && slug_perm.nil?
2257
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_partial_update"
2258
+ end
2259
+ # resource path
2260
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2261
+
2262
+ # query parameters
2263
+ query_params = {}
2264
+
2265
+ # header parameters
2266
+ header_params = {}
2267
+ # HTTP header 'Accept' (if needed)
2268
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2269
+ # HTTP header 'Content-Type'
2270
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2271
+
2272
+ # form parameters
2273
+ form_params = {}
2274
+
2275
+ # http body (model)
2276
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2277
+ auth_names = ['apikey']
2278
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
2279
+ :header_params => header_params,
2280
+ :query_params => query_params,
2281
+ :form_params => form_params,
2282
+ :body => post_body,
2283
+ :auth_names => auth_names,
2284
+ :return_type => 'DebUpstream')
2285
+ if @api_client.config.debugging
2286
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2287
+ end
2288
+ return data, status_code, headers
2289
+ end
2290
+ # Retrieve a Debian upstream config for this repository.
2291
+ # Retrieve a Debian upstream config for this repository.
2292
+ # @param owner
2293
+ # @param identifier
2294
+ # @param slug_perm
2295
+ # @param [Hash] opts the optional parameters
2296
+ # @return [DebUpstream]
2297
+ def repos_upstream_deb_read(owner, identifier, slug_perm, opts = {})
2298
+ data, _status_code, _headers = repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts)
2299
+ data
2300
+ end
2301
+
2302
+ # Retrieve a Debian upstream config for this repository.
2303
+ # Retrieve a Debian upstream config for this repository.
2304
+ # @param owner
2305
+ # @param identifier
2306
+ # @param slug_perm
2307
+ # @param [Hash] opts the optional parameters
2308
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
2309
+ def repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts = {})
2310
+ if @api_client.config.debugging
2311
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_read ...'
2312
+ end
2313
+ # verify the required parameter 'owner' is set
2314
+ if @api_client.config.client_side_validation && owner.nil?
2315
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_read"
2316
+ end
2317
+ # verify the required parameter 'identifier' is set
2318
+ if @api_client.config.client_side_validation && identifier.nil?
2319
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_read"
2320
+ end
2321
+ # verify the required parameter 'slug_perm' is set
2322
+ if @api_client.config.client_side_validation && slug_perm.nil?
2323
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_read"
2324
+ end
2325
+ # resource path
2326
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2327
+
2328
+ # query parameters
2329
+ query_params = {}
2330
+
2331
+ # header parameters
2332
+ header_params = {}
2333
+ # HTTP header 'Accept' (if needed)
2334
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2335
+ # HTTP header 'Content-Type'
2336
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2337
+
2338
+ # form parameters
2339
+ form_params = {}
2340
+
2341
+ # http body (model)
2342
+ post_body = nil
2343
+ auth_names = ['apikey']
2344
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2345
+ :header_params => header_params,
2346
+ :query_params => query_params,
2347
+ :form_params => form_params,
2348
+ :body => post_body,
2349
+ :auth_names => auth_names,
2350
+ :return_type => 'DebUpstream')
2351
+ if @api_client.config.debugging
2352
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2353
+ end
2354
+ return data, status_code, headers
2355
+ end
2356
+ # Update a Debian upstream config for this repository.
2357
+ # Update a Debian upstream config for this repository.
2358
+ # @param owner
2359
+ # @param identifier
2360
+ # @param slug_perm
2361
+ # @param [Hash] opts the optional parameters
2362
+ # @option opts [DebUpstreamRequest] :data
2363
+ # @return [DebUpstream]
2364
+ def repos_upstream_deb_update(owner, identifier, slug_perm, opts = {})
2365
+ data, _status_code, _headers = repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts)
2366
+ data
2367
+ end
2368
+
2369
+ # Update a Debian upstream config for this repository.
2370
+ # Update a Debian upstream config for this repository.
2371
+ # @param owner
2372
+ # @param identifier
2373
+ # @param slug_perm
2374
+ # @param [Hash] opts the optional parameters
2375
+ # @option opts [DebUpstreamRequest] :data
2376
+ # @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
2377
+ def repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts = {})
2378
+ if @api_client.config.debugging
2379
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_update ...'
2380
+ end
2381
+ # verify the required parameter 'owner' is set
2382
+ if @api_client.config.client_side_validation && owner.nil?
2383
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_update"
2384
+ end
2385
+ # verify the required parameter 'identifier' is set
2386
+ if @api_client.config.client_side_validation && identifier.nil?
2387
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_update"
2388
+ end
2389
+ # verify the required parameter 'slug_perm' is set
2390
+ if @api_client.config.client_side_validation && slug_perm.nil?
2391
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_update"
2392
+ end
2393
+ # resource path
2394
+ local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2395
+
2396
+ # query parameters
2397
+ query_params = {}
2398
+
2399
+ # header parameters
2400
+ header_params = {}
2401
+ # HTTP header 'Accept' (if needed)
2402
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2403
+ # HTTP header 'Content-Type'
2404
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2405
+
2406
+ # form parameters
2407
+ form_params = {}
2408
+
2409
+ # http body (model)
2410
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2411
+ auth_names = ['apikey']
2412
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2413
+ :header_params => header_params,
2414
+ :query_params => query_params,
2415
+ :form_params => form_params,
2416
+ :body => post_body,
2417
+ :auth_names => auth_names,
2418
+ :return_type => 'DebUpstream')
2419
+ if @api_client.config.debugging
2420
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2421
+ end
2422
+ return data, status_code, headers
2423
+ end
2424
+ # Create a Docker upstream config for this repository.
2425
+ # Create a Docker upstream config for this repository.
2426
+ # @param owner
2427
+ # @param identifier
2428
+ # @param [Hash] opts the optional parameters
2429
+ # @option opts [DockerUpstreamRequest] :data
2430
+ # @return [DockerUpstream]
2431
+ def repos_upstream_docker_create(owner, identifier, opts = {})
2432
+ data, _status_code, _headers = repos_upstream_docker_create_with_http_info(owner, identifier, opts)
2433
+ data
2434
+ end
2435
+
2436
+ # Create a Docker upstream config for this repository.
2437
+ # Create a Docker upstream config for this repository.
2438
+ # @param owner
2439
+ # @param identifier
2440
+ # @param [Hash] opts the optional parameters
2441
+ # @option opts [DockerUpstreamRequest] :data
2442
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
2443
+ def repos_upstream_docker_create_with_http_info(owner, identifier, opts = {})
2444
+ if @api_client.config.debugging
2445
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_create ...'
2446
+ end
2447
+ # verify the required parameter 'owner' is set
2448
+ if @api_client.config.client_side_validation && owner.nil?
2449
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_create"
2450
+ end
2451
+ # verify the required parameter 'identifier' is set
2452
+ if @api_client.config.client_side_validation && identifier.nil?
2453
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_create"
2454
+ end
2455
+ # resource path
2456
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2457
+
2458
+ # query parameters
2459
+ query_params = {}
2460
+
2461
+ # header parameters
2462
+ header_params = {}
2463
+ # HTTP header 'Accept' (if needed)
2464
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2465
+ # HTTP header 'Content-Type'
2466
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2467
+
2468
+ # form parameters
2469
+ form_params = {}
2470
+
2471
+ # http body (model)
2472
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2473
+ auth_names = ['apikey']
2474
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2475
+ :header_params => header_params,
2476
+ :query_params => query_params,
2477
+ :form_params => form_params,
2478
+ :body => post_body,
2479
+ :auth_names => auth_names,
2480
+ :return_type => 'DockerUpstream')
2481
+ if @api_client.config.debugging
2482
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2483
+ end
2484
+ return data, status_code, headers
2485
+ end
2486
+ # Delete a Docker upstream config for this repository.
2487
+ # Delete a Docker upstream config for this repository.
2488
+ # @param owner
2489
+ # @param identifier
2490
+ # @param slug_perm
2491
+ # @param [Hash] opts the optional parameters
2492
+ # @return [nil]
2493
+ def repos_upstream_docker_delete(owner, identifier, slug_perm, opts = {})
2494
+ repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts)
2495
+ nil
2496
+ end
2497
+
2498
+ # Delete a Docker upstream config for this repository.
2499
+ # Delete a Docker upstream config for this repository.
2500
+ # @param owner
2501
+ # @param identifier
2502
+ # @param slug_perm
2503
+ # @param [Hash] opts the optional parameters
2504
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2505
+ def repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2506
+ if @api_client.config.debugging
2507
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_delete ...'
2508
+ end
2509
+ # verify the required parameter 'owner' is set
2510
+ if @api_client.config.client_side_validation && owner.nil?
2511
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_delete"
2512
+ end
2513
+ # verify the required parameter 'identifier' is set
2514
+ if @api_client.config.client_side_validation && identifier.nil?
2515
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_delete"
2516
+ end
2517
+ # verify the required parameter 'slug_perm' is set
2518
+ if @api_client.config.client_side_validation && slug_perm.nil?
2519
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_delete"
2520
+ end
2521
+ # resource path
2522
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2523
+
2524
+ # query parameters
2525
+ query_params = {}
2526
+
2527
+ # header parameters
2528
+ header_params = {}
2529
+ # HTTP header 'Accept' (if needed)
2530
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2531
+ # HTTP header 'Content-Type'
2532
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2533
+
2534
+ # form parameters
2535
+ form_params = {}
2536
+
2537
+ # http body (model)
2538
+ post_body = nil
2539
+ auth_names = ['apikey']
2540
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2541
+ :header_params => header_params,
2542
+ :query_params => query_params,
2543
+ :form_params => form_params,
2544
+ :body => post_body,
2545
+ :auth_names => auth_names)
2546
+ if @api_client.config.debugging
2547
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2548
+ end
2549
+ return data, status_code, headers
2550
+ end
2551
+ # List Docker upstream configs for this repository.
2552
+ # List Docker upstream configs for this repository.
2553
+ # @param owner
2554
+ # @param identifier
2555
+ # @param [Hash] opts the optional parameters
2556
+ # @option opts [Integer] :page A page number within the paginated result set.
2557
+ # @option opts [Integer] :page_size Number of results to return per page.
2558
+ # @return [Array<DockerUpstream>]
2559
+ def repos_upstream_docker_list(owner, identifier, opts = {})
2560
+ data, _status_code, _headers = repos_upstream_docker_list_with_http_info(owner, identifier, opts)
2561
+ data
2562
+ end
2563
+
2564
+ # List Docker upstream configs for this repository.
2565
+ # List Docker upstream configs for this repository.
2566
+ # @param owner
2567
+ # @param identifier
2568
+ # @param [Hash] opts the optional parameters
2569
+ # @option opts [Integer] :page A page number within the paginated result set.
2570
+ # @option opts [Integer] :page_size Number of results to return per page.
2571
+ # @return [Array<(Array<DockerUpstream>, Fixnum, Hash)>] Array<DockerUpstream> data, response status code and response headers
2572
+ def repos_upstream_docker_list_with_http_info(owner, identifier, opts = {})
2573
+ if @api_client.config.debugging
2574
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_list ...'
2575
+ end
2576
+ # verify the required parameter 'owner' is set
2577
+ if @api_client.config.client_side_validation && owner.nil?
2578
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_list"
2579
+ end
2580
+ # verify the required parameter 'identifier' is set
2581
+ if @api_client.config.client_side_validation && identifier.nil?
2582
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_list"
2583
+ end
2584
+ # resource path
2585
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2586
+
2587
+ # query parameters
2588
+ query_params = {}
2589
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
2590
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
2591
+
2592
+ # header parameters
2593
+ header_params = {}
2594
+ # HTTP header 'Accept' (if needed)
2595
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2596
+ # HTTP header 'Content-Type'
2597
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2598
+
2599
+ # form parameters
2600
+ form_params = {}
2601
+
2602
+ # http body (model)
2603
+ post_body = nil
2604
+ auth_names = ['apikey']
2605
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2606
+ :header_params => header_params,
2607
+ :query_params => query_params,
2608
+ :form_params => form_params,
2609
+ :body => post_body,
2610
+ :auth_names => auth_names,
2611
+ :return_type => 'Array<DockerUpstream>')
2612
+ if @api_client.config.debugging
2613
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2614
+ end
2615
+ return data, status_code, headers
2616
+ end
2617
+ # Partially update a Docker upstream config for this repository.
2618
+ # Partially update a Docker upstream config for this repository.
2619
+ # @param owner
2620
+ # @param identifier
2621
+ # @param slug_perm
2622
+ # @param [Hash] opts the optional parameters
2623
+ # @option opts [DockerUpstreamRequestPatch] :data
2624
+ # @return [DockerUpstream]
2625
+ def repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts = {})
2626
+ data, _status_code, _headers = repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts)
2627
+ data
2628
+ end
2629
+
2630
+ # Partially update a Docker upstream config for this repository.
2631
+ # Partially update a Docker upstream config for this repository.
2632
+ # @param owner
2633
+ # @param identifier
2634
+ # @param slug_perm
2635
+ # @param [Hash] opts the optional parameters
2636
+ # @option opts [DockerUpstreamRequestPatch] :data
2637
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
2638
+ def repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
2639
+ if @api_client.config.debugging
2640
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_partial_update ...'
2641
+ end
2642
+ # verify the required parameter 'owner' is set
2643
+ if @api_client.config.client_side_validation && owner.nil?
2644
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_partial_update"
2645
+ end
2646
+ # verify the required parameter 'identifier' is set
2647
+ if @api_client.config.client_side_validation && identifier.nil?
2648
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_partial_update"
2649
+ end
2650
+ # verify the required parameter 'slug_perm' is set
2651
+ if @api_client.config.client_side_validation && slug_perm.nil?
2652
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_partial_update"
2653
+ end
2654
+ # resource path
2655
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2656
+
2657
+ # query parameters
2658
+ query_params = {}
2659
+
2660
+ # header parameters
2661
+ header_params = {}
2662
+ # HTTP header 'Accept' (if needed)
2663
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2664
+ # HTTP header 'Content-Type'
2665
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2666
+
2667
+ # form parameters
2668
+ form_params = {}
2669
+
2670
+ # http body (model)
2671
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2672
+ auth_names = ['apikey']
2673
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
2674
+ :header_params => header_params,
2675
+ :query_params => query_params,
2676
+ :form_params => form_params,
2677
+ :body => post_body,
2678
+ :auth_names => auth_names,
2679
+ :return_type => 'DockerUpstream')
2680
+ if @api_client.config.debugging
2681
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2682
+ end
2683
+ return data, status_code, headers
2684
+ end
2685
+ # Retrieve a Docker upstream config for this repository.
2686
+ # Retrieve a Docker upstream config for this repository.
2687
+ # @param owner
2688
+ # @param identifier
2689
+ # @param slug_perm
2690
+ # @param [Hash] opts the optional parameters
2691
+ # @return [DockerUpstream]
2692
+ def repos_upstream_docker_read(owner, identifier, slug_perm, opts = {})
2693
+ data, _status_code, _headers = repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts)
2694
+ data
2695
+ end
2696
+
2697
+ # Retrieve a Docker upstream config for this repository.
2698
+ # Retrieve a Docker upstream config for this repository.
2699
+ # @param owner
2700
+ # @param identifier
2701
+ # @param slug_perm
2702
+ # @param [Hash] opts the optional parameters
2703
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
2704
+ def repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts = {})
2705
+ if @api_client.config.debugging
2706
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_read ...'
2707
+ end
2708
+ # verify the required parameter 'owner' is set
2709
+ if @api_client.config.client_side_validation && owner.nil?
2710
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_read"
2711
+ end
2712
+ # verify the required parameter 'identifier' is set
2713
+ if @api_client.config.client_side_validation && identifier.nil?
2714
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_read"
2715
+ end
2716
+ # verify the required parameter 'slug_perm' is set
2717
+ if @api_client.config.client_side_validation && slug_perm.nil?
2718
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_read"
2719
+ end
2720
+ # resource path
2721
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2722
+
2723
+ # query parameters
2724
+ query_params = {}
2725
+
2726
+ # header parameters
2727
+ header_params = {}
2728
+ # HTTP header 'Accept' (if needed)
2729
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2730
+ # HTTP header 'Content-Type'
2731
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2732
+
2733
+ # form parameters
2734
+ form_params = {}
2735
+
2736
+ # http body (model)
2737
+ post_body = nil
2738
+ auth_names = ['apikey']
2739
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2740
+ :header_params => header_params,
2741
+ :query_params => query_params,
2742
+ :form_params => form_params,
2743
+ :body => post_body,
2744
+ :auth_names => auth_names,
2745
+ :return_type => 'DockerUpstream')
2746
+ if @api_client.config.debugging
2747
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2748
+ end
2749
+ return data, status_code, headers
2750
+ end
2751
+ # Update a Docker upstream config for this repository.
2752
+ # Update a Docker upstream config for this repository.
2753
+ # @param owner
2754
+ # @param identifier
2755
+ # @param slug_perm
2756
+ # @param [Hash] opts the optional parameters
2757
+ # @option opts [DockerUpstreamRequest] :data
2758
+ # @return [DockerUpstream]
2759
+ def repos_upstream_docker_update(owner, identifier, slug_perm, opts = {})
2760
+ data, _status_code, _headers = repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts)
2761
+ data
2762
+ end
2763
+
2764
+ # Update a Docker upstream config for this repository.
2765
+ # Update a Docker upstream config for this repository.
2766
+ # @param owner
2767
+ # @param identifier
2768
+ # @param slug_perm
2769
+ # @param [Hash] opts the optional parameters
2770
+ # @option opts [DockerUpstreamRequest] :data
2771
+ # @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
2772
+ def repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts = {})
2773
+ if @api_client.config.debugging
2774
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_update ...'
2775
+ end
2776
+ # verify the required parameter 'owner' is set
2777
+ if @api_client.config.client_side_validation && owner.nil?
2778
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_update"
2779
+ end
2780
+ # verify the required parameter 'identifier' is set
2781
+ if @api_client.config.client_side_validation && identifier.nil?
2782
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_update"
2783
+ end
2784
+ # verify the required parameter 'slug_perm' is set
2785
+ if @api_client.config.client_side_validation && slug_perm.nil?
2786
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_update"
2787
+ end
2788
+ # resource path
2789
+ local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2790
+
2791
+ # query parameters
2792
+ query_params = {}
2793
+
2794
+ # header parameters
2795
+ header_params = {}
2796
+ # HTTP header 'Accept' (if needed)
2797
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2798
+ # HTTP header 'Content-Type'
2799
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2800
+
2801
+ # form parameters
2802
+ form_params = {}
2803
+
2804
+ # http body (model)
2805
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2806
+ auth_names = ['apikey']
2807
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2808
+ :header_params => header_params,
2809
+ :query_params => query_params,
2810
+ :form_params => form_params,
2811
+ :body => post_body,
2812
+ :auth_names => auth_names,
2813
+ :return_type => 'DockerUpstream')
2814
+ if @api_client.config.debugging
2815
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2816
+ end
2817
+ return data, status_code, headers
2818
+ end
2819
+ # Create a Helm upstream config for this repository.
2820
+ # Create a Helm upstream config for this repository.
2821
+ # @param owner
2822
+ # @param identifier
2823
+ # @param [Hash] opts the optional parameters
2824
+ # @option opts [HelmUpstreamRequest] :data
2825
+ # @return [HelmUpstream]
2826
+ def repos_upstream_helm_create(owner, identifier, opts = {})
2827
+ data, _status_code, _headers = repos_upstream_helm_create_with_http_info(owner, identifier, opts)
2828
+ data
2829
+ end
2830
+
2831
+ # Create a Helm upstream config for this repository.
2832
+ # Create a Helm upstream config for this repository.
2833
+ # @param owner
2834
+ # @param identifier
2835
+ # @param [Hash] opts the optional parameters
2836
+ # @option opts [HelmUpstreamRequest] :data
2837
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
2838
+ def repos_upstream_helm_create_with_http_info(owner, identifier, opts = {})
2839
+ if @api_client.config.debugging
2840
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_create ...'
2841
+ end
2842
+ # verify the required parameter 'owner' is set
2843
+ if @api_client.config.client_side_validation && owner.nil?
2844
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_create"
2845
+ end
2846
+ # verify the required parameter 'identifier' is set
2847
+ if @api_client.config.client_side_validation && identifier.nil?
2848
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_create"
2849
+ end
2850
+ # resource path
2851
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2852
+
2853
+ # query parameters
2854
+ query_params = {}
2855
+
2856
+ # header parameters
2857
+ header_params = {}
2858
+ # HTTP header 'Accept' (if needed)
2859
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2860
+ # HTTP header 'Content-Type'
2861
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2862
+
2863
+ # form parameters
2864
+ form_params = {}
2865
+
2866
+ # http body (model)
2867
+ post_body = @api_client.object_to_http_body(opts[:'data'])
2868
+ auth_names = ['apikey']
2869
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2870
+ :header_params => header_params,
2871
+ :query_params => query_params,
2872
+ :form_params => form_params,
2873
+ :body => post_body,
2874
+ :auth_names => auth_names,
2875
+ :return_type => 'HelmUpstream')
2876
+ if @api_client.config.debugging
2877
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2878
+ end
2879
+ return data, status_code, headers
2880
+ end
2881
+ # Delete a Helm upstream config for this repository.
2882
+ # Delete a Helm upstream config for this repository.
2883
+ # @param owner
2884
+ # @param identifier
2885
+ # @param slug_perm
2886
+ # @param [Hash] opts the optional parameters
2887
+ # @return [nil]
2888
+ def repos_upstream_helm_delete(owner, identifier, slug_perm, opts = {})
2889
+ repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts)
2890
+ nil
2891
+ end
2892
+
2893
+ # Delete a Helm upstream config for this repository.
2894
+ # Delete a Helm upstream config for this repository.
2895
+ # @param owner
2896
+ # @param identifier
2897
+ # @param slug_perm
2898
+ # @param [Hash] opts the optional parameters
2899
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2900
+ def repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts = {})
2901
+ if @api_client.config.debugging
2902
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_delete ...'
2903
+ end
2904
+ # verify the required parameter 'owner' is set
2905
+ if @api_client.config.client_side_validation && owner.nil?
2906
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_delete"
2907
+ end
2908
+ # verify the required parameter 'identifier' is set
2909
+ if @api_client.config.client_side_validation && identifier.nil?
2910
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_delete"
2911
+ end
2912
+ # verify the required parameter 'slug_perm' is set
2913
+ if @api_client.config.client_side_validation && slug_perm.nil?
2914
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_delete"
2915
+ end
2916
+ # resource path
2917
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
2918
+
2919
+ # query parameters
2920
+ query_params = {}
2921
+
2922
+ # header parameters
2923
+ header_params = {}
2924
+ # HTTP header 'Accept' (if needed)
2925
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2926
+ # HTTP header 'Content-Type'
2927
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2928
+
2929
+ # form parameters
2930
+ form_params = {}
2931
+
2932
+ # http body (model)
2933
+ post_body = nil
2934
+ auth_names = ['apikey']
2935
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2936
+ :header_params => header_params,
2937
+ :query_params => query_params,
2938
+ :form_params => form_params,
2939
+ :body => post_body,
2940
+ :auth_names => auth_names)
2941
+ if @api_client.config.debugging
2942
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2943
+ end
2944
+ return data, status_code, headers
2945
+ end
2946
+ # List Helm upstream configs for this repository.
2947
+ # List Helm upstream configs for this repository.
2948
+ # @param owner
2949
+ # @param identifier
2950
+ # @param [Hash] opts the optional parameters
2951
+ # @option opts [Integer] :page A page number within the paginated result set.
2952
+ # @option opts [Integer] :page_size Number of results to return per page.
2953
+ # @return [Array<HelmUpstream>]
2954
+ def repos_upstream_helm_list(owner, identifier, opts = {})
2955
+ data, _status_code, _headers = repos_upstream_helm_list_with_http_info(owner, identifier, opts)
2956
+ data
2957
+ end
2958
+
2959
+ # List Helm upstream configs for this repository.
2960
+ # List Helm upstream configs for this repository.
2961
+ # @param owner
2962
+ # @param identifier
2963
+ # @param [Hash] opts the optional parameters
2964
+ # @option opts [Integer] :page A page number within the paginated result set.
2965
+ # @option opts [Integer] :page_size Number of results to return per page.
2966
+ # @return [Array<(Array<HelmUpstream>, Fixnum, Hash)>] Array<HelmUpstream> data, response status code and response headers
2967
+ def repos_upstream_helm_list_with_http_info(owner, identifier, opts = {})
2968
+ if @api_client.config.debugging
2969
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_list ...'
2970
+ end
2971
+ # verify the required parameter 'owner' is set
2972
+ if @api_client.config.client_side_validation && owner.nil?
2973
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_list"
2974
+ end
2975
+ # verify the required parameter 'identifier' is set
2976
+ if @api_client.config.client_side_validation && identifier.nil?
2977
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_list"
2978
+ end
2979
+ # resource path
2980
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
2981
+
2982
+ # query parameters
2983
+ query_params = {}
2984
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
2985
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
2986
+
2987
+ # header parameters
2988
+ header_params = {}
2989
+ # HTTP header 'Accept' (if needed)
2990
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2991
+ # HTTP header 'Content-Type'
2992
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
2993
+
2994
+ # form parameters
2995
+ form_params = {}
2996
+
2997
+ # http body (model)
2998
+ post_body = nil
2999
+ auth_names = ['apikey']
3000
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3001
+ :header_params => header_params,
3002
+ :query_params => query_params,
3003
+ :form_params => form_params,
3004
+ :body => post_body,
3005
+ :auth_names => auth_names,
3006
+ :return_type => 'Array<HelmUpstream>')
3007
+ if @api_client.config.debugging
3008
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3009
+ end
3010
+ return data, status_code, headers
3011
+ end
3012
+ # Partially update a Helm upstream config for this repository.
3013
+ # Partially update a Helm upstream config for this repository.
3014
+ # @param owner
3015
+ # @param identifier
3016
+ # @param slug_perm
3017
+ # @param [Hash] opts the optional parameters
3018
+ # @option opts [HelmUpstreamRequestPatch] :data
3019
+ # @return [HelmUpstream]
3020
+ def repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts = {})
3021
+ data, _status_code, _headers = repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3022
+ data
3023
+ end
3024
+
3025
+ # Partially update a Helm upstream config for this repository.
3026
+ # Partially update a Helm upstream config for this repository.
3027
+ # @param owner
3028
+ # @param identifier
3029
+ # @param slug_perm
3030
+ # @param [Hash] opts the optional parameters
3031
+ # @option opts [HelmUpstreamRequestPatch] :data
3032
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
3033
+ def repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3034
+ if @api_client.config.debugging
3035
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_partial_update ...'
3036
+ end
3037
+ # verify the required parameter 'owner' is set
3038
+ if @api_client.config.client_side_validation && owner.nil?
3039
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_partial_update"
3040
+ end
3041
+ # verify the required parameter 'identifier' is set
3042
+ if @api_client.config.client_side_validation && identifier.nil?
3043
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_partial_update"
3044
+ end
3045
+ # verify the required parameter 'slug_perm' is set
3046
+ if @api_client.config.client_side_validation && slug_perm.nil?
3047
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_partial_update"
3048
+ end
3049
+ # resource path
3050
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3051
+
3052
+ # query parameters
3053
+ query_params = {}
3054
+
3055
+ # header parameters
3056
+ header_params = {}
3057
+ # HTTP header 'Accept' (if needed)
3058
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3059
+ # HTTP header 'Content-Type'
3060
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3061
+
3062
+ # form parameters
3063
+ form_params = {}
3064
+
3065
+ # http body (model)
3066
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3067
+ auth_names = ['apikey']
3068
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3069
+ :header_params => header_params,
3070
+ :query_params => query_params,
3071
+ :form_params => form_params,
3072
+ :body => post_body,
3073
+ :auth_names => auth_names,
3074
+ :return_type => 'HelmUpstream')
3075
+ if @api_client.config.debugging
3076
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3077
+ end
3078
+ return data, status_code, headers
3079
+ end
3080
+ # Retrieve a Helm upstream config for this repository.
3081
+ # Retrieve a Helm upstream config for this repository.
3082
+ # @param owner
3083
+ # @param identifier
3084
+ # @param slug_perm
3085
+ # @param [Hash] opts the optional parameters
3086
+ # @return [HelmUpstream]
3087
+ def repos_upstream_helm_read(owner, identifier, slug_perm, opts = {})
3088
+ data, _status_code, _headers = repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts)
3089
+ data
3090
+ end
3091
+
3092
+ # Retrieve a Helm upstream config for this repository.
3093
+ # Retrieve a Helm upstream config for this repository.
3094
+ # @param owner
3095
+ # @param identifier
3096
+ # @param slug_perm
3097
+ # @param [Hash] opts the optional parameters
3098
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
3099
+ def repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts = {})
3100
+ if @api_client.config.debugging
3101
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_read ...'
3102
+ end
3103
+ # verify the required parameter 'owner' is set
3104
+ if @api_client.config.client_side_validation && owner.nil?
3105
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_read"
3106
+ end
3107
+ # verify the required parameter 'identifier' is set
3108
+ if @api_client.config.client_side_validation && identifier.nil?
3109
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_read"
3110
+ end
3111
+ # verify the required parameter 'slug_perm' is set
3112
+ if @api_client.config.client_side_validation && slug_perm.nil?
3113
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_read"
3114
+ end
3115
+ # resource path
3116
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3117
+
3118
+ # query parameters
3119
+ query_params = {}
3120
+
3121
+ # header parameters
3122
+ header_params = {}
3123
+ # HTTP header 'Accept' (if needed)
3124
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3125
+ # HTTP header 'Content-Type'
3126
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3127
+
3128
+ # form parameters
3129
+ form_params = {}
3130
+
3131
+ # http body (model)
3132
+ post_body = nil
3133
+ auth_names = ['apikey']
3134
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3135
+ :header_params => header_params,
3136
+ :query_params => query_params,
3137
+ :form_params => form_params,
3138
+ :body => post_body,
3139
+ :auth_names => auth_names,
3140
+ :return_type => 'HelmUpstream')
3141
+ if @api_client.config.debugging
3142
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3143
+ end
3144
+ return data, status_code, headers
3145
+ end
3146
+ # Update a Helm upstream config for this repository.
3147
+ # Update a Helm upstream config for this repository.
3148
+ # @param owner
3149
+ # @param identifier
3150
+ # @param slug_perm
3151
+ # @param [Hash] opts the optional parameters
3152
+ # @option opts [HelmUpstreamRequest] :data
3153
+ # @return [HelmUpstream]
3154
+ def repos_upstream_helm_update(owner, identifier, slug_perm, opts = {})
3155
+ data, _status_code, _headers = repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts)
3156
+ data
3157
+ end
3158
+
3159
+ # Update a Helm upstream config for this repository.
3160
+ # Update a Helm upstream config for this repository.
3161
+ # @param owner
3162
+ # @param identifier
3163
+ # @param slug_perm
3164
+ # @param [Hash] opts the optional parameters
3165
+ # @option opts [HelmUpstreamRequest] :data
3166
+ # @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
3167
+ def repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts = {})
3168
+ if @api_client.config.debugging
3169
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_update ...'
3170
+ end
3171
+ # verify the required parameter 'owner' is set
3172
+ if @api_client.config.client_side_validation && owner.nil?
3173
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_update"
3174
+ end
3175
+ # verify the required parameter 'identifier' is set
3176
+ if @api_client.config.client_side_validation && identifier.nil?
3177
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_update"
3178
+ end
3179
+ # verify the required parameter 'slug_perm' is set
3180
+ if @api_client.config.client_side_validation && slug_perm.nil?
3181
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_update"
3182
+ end
3183
+ # resource path
3184
+ local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3185
+
3186
+ # query parameters
3187
+ query_params = {}
3188
+
3189
+ # header parameters
3190
+ header_params = {}
3191
+ # HTTP header 'Accept' (if needed)
3192
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3193
+ # HTTP header 'Content-Type'
3194
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3195
+
3196
+ # form parameters
3197
+ form_params = {}
3198
+
3199
+ # http body (model)
3200
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3201
+ auth_names = ['apikey']
3202
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3203
+ :header_params => header_params,
3204
+ :query_params => query_params,
3205
+ :form_params => form_params,
3206
+ :body => post_body,
3207
+ :auth_names => auth_names,
3208
+ :return_type => 'HelmUpstream')
3209
+ if @api_client.config.debugging
3210
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3211
+ end
3212
+ return data, status_code, headers
3213
+ end
3214
+ # Create a Maven upstream config for this repository.
3215
+ # Create a Maven upstream config for this repository.
3216
+ # @param owner
3217
+ # @param identifier
3218
+ # @param [Hash] opts the optional parameters
3219
+ # @option opts [MavenUpstreamRequest] :data
3220
+ # @return [MavenUpstream]
3221
+ def repos_upstream_maven_create(owner, identifier, opts = {})
3222
+ data, _status_code, _headers = repos_upstream_maven_create_with_http_info(owner, identifier, opts)
3223
+ data
3224
+ end
3225
+
3226
+ # Create a Maven upstream config for this repository.
3227
+ # Create a Maven upstream config for this repository.
3228
+ # @param owner
3229
+ # @param identifier
3230
+ # @param [Hash] opts the optional parameters
3231
+ # @option opts [MavenUpstreamRequest] :data
3232
+ # @return [Array<(MavenUpstream, Fixnum, Hash)>] MavenUpstream data, response status code and response headers
3233
+ def repos_upstream_maven_create_with_http_info(owner, identifier, opts = {})
3234
+ if @api_client.config.debugging
3235
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_maven_create ...'
3236
+ end
3237
+ # verify the required parameter 'owner' is set
3238
+ if @api_client.config.client_side_validation && owner.nil?
3239
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_maven_create"
3240
+ end
3241
+ # verify the required parameter 'identifier' is set
3242
+ if @api_client.config.client_side_validation && identifier.nil?
3243
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_maven_create"
3244
+ end
3245
+ # resource path
3246
+ local_var_path = '/repos/{owner}/{identifier}/upstream/maven/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3247
+
3248
+ # query parameters
3249
+ query_params = {}
3250
+
3251
+ # header parameters
3252
+ header_params = {}
3253
+ # HTTP header 'Accept' (if needed)
3254
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3255
+ # HTTP header 'Content-Type'
3256
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3257
+
3258
+ # form parameters
3259
+ form_params = {}
3260
+
3261
+ # http body (model)
3262
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3263
+ auth_names = ['apikey']
3264
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3265
+ :header_params => header_params,
3266
+ :query_params => query_params,
3267
+ :form_params => form_params,
3268
+ :body => post_body,
3269
+ :auth_names => auth_names,
3270
+ :return_type => 'MavenUpstream')
3271
+ if @api_client.config.debugging
3272
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_maven_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3273
+ end
3274
+ return data, status_code, headers
3275
+ end
3276
+ # Delete a Maven upstream config for this repository.
3277
+ # Delete a Maven upstream config for this repository.
3278
+ # @param owner
3279
+ # @param identifier
3280
+ # @param slug_perm
3281
+ # @param [Hash] opts the optional parameters
3282
+ # @return [nil]
3283
+ def repos_upstream_maven_delete(owner, identifier, slug_perm, opts = {})
3284
+ repos_upstream_maven_delete_with_http_info(owner, identifier, slug_perm, opts)
3285
+ nil
3286
+ end
3287
+
3288
+ # Delete a Maven upstream config for this repository.
3289
+ # Delete a Maven upstream config for this repository.
3290
+ # @param owner
3291
+ # @param identifier
3292
+ # @param slug_perm
3293
+ # @param [Hash] opts the optional parameters
3294
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
3295
+ def repos_upstream_maven_delete_with_http_info(owner, identifier, slug_perm, opts = {})
3296
+ if @api_client.config.debugging
3297
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_maven_delete ...'
3298
+ end
3299
+ # verify the required parameter 'owner' is set
3300
+ if @api_client.config.client_side_validation && owner.nil?
3301
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_maven_delete"
3302
+ end
3303
+ # verify the required parameter 'identifier' is set
3304
+ if @api_client.config.client_side_validation && identifier.nil?
3305
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_maven_delete"
3306
+ end
3307
+ # verify the required parameter 'slug_perm' is set
3308
+ if @api_client.config.client_side_validation && slug_perm.nil?
3309
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_maven_delete"
3310
+ end
3311
+ # resource path
3312
+ local_var_path = '/repos/{owner}/{identifier}/upstream/maven/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3313
+
3314
+ # query parameters
3315
+ query_params = {}
3316
+
3317
+ # header parameters
3318
+ header_params = {}
3319
+ # HTTP header 'Accept' (if needed)
3320
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3321
+ # HTTP header 'Content-Type'
3322
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3323
+
3324
+ # form parameters
3325
+ form_params = {}
3326
+
3327
+ # http body (model)
3328
+ post_body = nil
3329
+ auth_names = ['apikey']
3330
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3331
+ :header_params => header_params,
3332
+ :query_params => query_params,
3333
+ :form_params => form_params,
3334
+ :body => post_body,
3335
+ :auth_names => auth_names)
3336
+ if @api_client.config.debugging
3337
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_maven_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3338
+ end
3339
+ return data, status_code, headers
3340
+ end
3341
+ # List Maven upstream configs for this repository.
3342
+ # List Maven upstream configs for this repository.
3343
+ # @param owner
3344
+ # @param identifier
3345
+ # @param [Hash] opts the optional parameters
3346
+ # @option opts [Integer] :page A page number within the paginated result set.
3347
+ # @option opts [Integer] :page_size Number of results to return per page.
3348
+ # @return [Array<MavenUpstream>]
3349
+ def repos_upstream_maven_list(owner, identifier, opts = {})
3350
+ data, _status_code, _headers = repos_upstream_maven_list_with_http_info(owner, identifier, opts)
3351
+ data
3352
+ end
3353
+
3354
+ # List Maven upstream configs for this repository.
3355
+ # List Maven upstream configs for this repository.
3356
+ # @param owner
3357
+ # @param identifier
3358
+ # @param [Hash] opts the optional parameters
3359
+ # @option opts [Integer] :page A page number within the paginated result set.
3360
+ # @option opts [Integer] :page_size Number of results to return per page.
3361
+ # @return [Array<(Array<MavenUpstream>, Fixnum, Hash)>] Array<MavenUpstream> data, response status code and response headers
3362
+ def repos_upstream_maven_list_with_http_info(owner, identifier, opts = {})
3363
+ if @api_client.config.debugging
3364
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_maven_list ...'
3365
+ end
3366
+ # verify the required parameter 'owner' is set
3367
+ if @api_client.config.client_side_validation && owner.nil?
3368
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_maven_list"
3369
+ end
3370
+ # verify the required parameter 'identifier' is set
3371
+ if @api_client.config.client_side_validation && identifier.nil?
3372
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_maven_list"
3373
+ end
3374
+ # resource path
3375
+ local_var_path = '/repos/{owner}/{identifier}/upstream/maven/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3376
+
3377
+ # query parameters
3378
+ query_params = {}
3379
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
3380
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
3381
+
3382
+ # header parameters
3383
+ header_params = {}
3384
+ # HTTP header 'Accept' (if needed)
3385
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3386
+ # HTTP header 'Content-Type'
3387
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3388
+
3389
+ # form parameters
3390
+ form_params = {}
3391
+
3392
+ # http body (model)
3393
+ post_body = nil
3394
+ auth_names = ['apikey']
3395
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3396
+ :header_params => header_params,
3397
+ :query_params => query_params,
3398
+ :form_params => form_params,
3399
+ :body => post_body,
3400
+ :auth_names => auth_names,
3401
+ :return_type => 'Array<MavenUpstream>')
3402
+ if @api_client.config.debugging
3403
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_maven_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3404
+ end
3405
+ return data, status_code, headers
3406
+ end
3407
+ # Partially update a Maven upstream config for this repository.
3408
+ # Partially update a Maven upstream config for this repository.
3409
+ # @param owner
3410
+ # @param identifier
3411
+ # @param slug_perm
3412
+ # @param [Hash] opts the optional parameters
3413
+ # @option opts [MavenUpstreamRequestPatch] :data
3414
+ # @return [MavenUpstream]
3415
+ def repos_upstream_maven_partial_update(owner, identifier, slug_perm, opts = {})
3416
+ data, _status_code, _headers = repos_upstream_maven_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3417
+ data
3418
+ end
3419
+
3420
+ # Partially update a Maven upstream config for this repository.
3421
+ # Partially update a Maven upstream config for this repository.
3422
+ # @param owner
3423
+ # @param identifier
3424
+ # @param slug_perm
3425
+ # @param [Hash] opts the optional parameters
3426
+ # @option opts [MavenUpstreamRequestPatch] :data
3427
+ # @return [Array<(MavenUpstream, Fixnum, Hash)>] MavenUpstream data, response status code and response headers
3428
+ def repos_upstream_maven_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3429
+ if @api_client.config.debugging
3430
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_maven_partial_update ...'
3431
+ end
3432
+ # verify the required parameter 'owner' is set
3433
+ if @api_client.config.client_side_validation && owner.nil?
3434
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_maven_partial_update"
3435
+ end
3436
+ # verify the required parameter 'identifier' is set
3437
+ if @api_client.config.client_side_validation && identifier.nil?
3438
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_maven_partial_update"
3439
+ end
3440
+ # verify the required parameter 'slug_perm' is set
3441
+ if @api_client.config.client_side_validation && slug_perm.nil?
3442
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_maven_partial_update"
3443
+ end
3444
+ # resource path
3445
+ local_var_path = '/repos/{owner}/{identifier}/upstream/maven/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3446
+
3447
+ # query parameters
3448
+ query_params = {}
3449
+
3450
+ # header parameters
3451
+ header_params = {}
3452
+ # HTTP header 'Accept' (if needed)
3453
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3454
+ # HTTP header 'Content-Type'
3455
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3456
+
3457
+ # form parameters
3458
+ form_params = {}
3459
+
3460
+ # http body (model)
3461
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3462
+ auth_names = ['apikey']
3463
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3464
+ :header_params => header_params,
3465
+ :query_params => query_params,
3466
+ :form_params => form_params,
3467
+ :body => post_body,
3468
+ :auth_names => auth_names,
3469
+ :return_type => 'MavenUpstream')
3470
+ if @api_client.config.debugging
3471
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_maven_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3472
+ end
3473
+ return data, status_code, headers
3474
+ end
3475
+ # Retrieve a Maven upstream config for this repository.
3476
+ # Retrieve a Maven upstream config for this repository.
3477
+ # @param owner
3478
+ # @param identifier
3479
+ # @param slug_perm
3480
+ # @param [Hash] opts the optional parameters
3481
+ # @return [MavenUpstream]
3482
+ def repos_upstream_maven_read(owner, identifier, slug_perm, opts = {})
3483
+ data, _status_code, _headers = repos_upstream_maven_read_with_http_info(owner, identifier, slug_perm, opts)
3484
+ data
3485
+ end
3486
+
3487
+ # Retrieve a Maven upstream config for this repository.
3488
+ # Retrieve a Maven upstream config for this repository.
3489
+ # @param owner
3490
+ # @param identifier
3491
+ # @param slug_perm
3492
+ # @param [Hash] opts the optional parameters
3493
+ # @return [Array<(MavenUpstream, Fixnum, Hash)>] MavenUpstream data, response status code and response headers
3494
+ def repos_upstream_maven_read_with_http_info(owner, identifier, slug_perm, opts = {})
3495
+ if @api_client.config.debugging
3496
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_maven_read ...'
3497
+ end
3498
+ # verify the required parameter 'owner' is set
3499
+ if @api_client.config.client_side_validation && owner.nil?
3500
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_maven_read"
3501
+ end
3502
+ # verify the required parameter 'identifier' is set
3503
+ if @api_client.config.client_side_validation && identifier.nil?
3504
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_maven_read"
3505
+ end
3506
+ # verify the required parameter 'slug_perm' is set
3507
+ if @api_client.config.client_side_validation && slug_perm.nil?
3508
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_maven_read"
3509
+ end
3510
+ # resource path
3511
+ local_var_path = '/repos/{owner}/{identifier}/upstream/maven/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3512
+
3513
+ # query parameters
3514
+ query_params = {}
3515
+
3516
+ # header parameters
3517
+ header_params = {}
3518
+ # HTTP header 'Accept' (if needed)
3519
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3520
+ # HTTP header 'Content-Type'
3521
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3522
+
3523
+ # form parameters
3524
+ form_params = {}
3525
+
3526
+ # http body (model)
3527
+ post_body = nil
3528
+ auth_names = ['apikey']
3529
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3530
+ :header_params => header_params,
3531
+ :query_params => query_params,
3532
+ :form_params => form_params,
3533
+ :body => post_body,
3534
+ :auth_names => auth_names,
3535
+ :return_type => 'MavenUpstream')
3536
+ if @api_client.config.debugging
3537
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_maven_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3538
+ end
3539
+ return data, status_code, headers
3540
+ end
3541
+ # Update a Maven upstream config for this repository.
3542
+ # Update a Maven upstream config for this repository.
3543
+ # @param owner
3544
+ # @param identifier
3545
+ # @param slug_perm
3546
+ # @param [Hash] opts the optional parameters
3547
+ # @option opts [MavenUpstreamRequest] :data
3548
+ # @return [MavenUpstream]
3549
+ def repos_upstream_maven_update(owner, identifier, slug_perm, opts = {})
3550
+ data, _status_code, _headers = repos_upstream_maven_update_with_http_info(owner, identifier, slug_perm, opts)
3551
+ data
3552
+ end
3553
+
3554
+ # Update a Maven upstream config for this repository.
3555
+ # Update a Maven upstream config for this repository.
3556
+ # @param owner
3557
+ # @param identifier
3558
+ # @param slug_perm
3559
+ # @param [Hash] opts the optional parameters
3560
+ # @option opts [MavenUpstreamRequest] :data
3561
+ # @return [Array<(MavenUpstream, Fixnum, Hash)>] MavenUpstream data, response status code and response headers
3562
+ def repos_upstream_maven_update_with_http_info(owner, identifier, slug_perm, opts = {})
3563
+ if @api_client.config.debugging
3564
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_maven_update ...'
3565
+ end
3566
+ # verify the required parameter 'owner' is set
3567
+ if @api_client.config.client_side_validation && owner.nil?
3568
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_maven_update"
3569
+ end
3570
+ # verify the required parameter 'identifier' is set
3571
+ if @api_client.config.client_side_validation && identifier.nil?
3572
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_maven_update"
3573
+ end
3574
+ # verify the required parameter 'slug_perm' is set
3575
+ if @api_client.config.client_side_validation && slug_perm.nil?
3576
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_maven_update"
3577
+ end
3578
+ # resource path
3579
+ local_var_path = '/repos/{owner}/{identifier}/upstream/maven/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3580
+
3581
+ # query parameters
3582
+ query_params = {}
3583
+
3584
+ # header parameters
3585
+ header_params = {}
3586
+ # HTTP header 'Accept' (if needed)
3587
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3588
+ # HTTP header 'Content-Type'
3589
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3590
+
3591
+ # form parameters
3592
+ form_params = {}
3593
+
3594
+ # http body (model)
3595
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3596
+ auth_names = ['apikey']
3597
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3598
+ :header_params => header_params,
3599
+ :query_params => query_params,
3600
+ :form_params => form_params,
3601
+ :body => post_body,
3602
+ :auth_names => auth_names,
3603
+ :return_type => 'MavenUpstream')
3604
+ if @api_client.config.debugging
3605
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_maven_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3606
+ end
3607
+ return data, status_code, headers
3608
+ end
3609
+ # Create a npm upstream config for this repository.
3610
+ # Create a npm upstream config for this repository.
3611
+ # @param owner
3612
+ # @param identifier
3613
+ # @param [Hash] opts the optional parameters
3614
+ # @option opts [NpmUpstreamRequest] :data
3615
+ # @return [NpmUpstream]
3616
+ def repos_upstream_npm_create(owner, identifier, opts = {})
3617
+ data, _status_code, _headers = repos_upstream_npm_create_with_http_info(owner, identifier, opts)
3618
+ data
3619
+ end
3620
+
3621
+ # Create a npm upstream config for this repository.
3622
+ # Create a npm upstream config for this repository.
3623
+ # @param owner
3624
+ # @param identifier
3625
+ # @param [Hash] opts the optional parameters
3626
+ # @option opts [NpmUpstreamRequest] :data
3627
+ # @return [Array<(NpmUpstream, Fixnum, Hash)>] NpmUpstream data, response status code and response headers
3628
+ def repos_upstream_npm_create_with_http_info(owner, identifier, opts = {})
3629
+ if @api_client.config.debugging
3630
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_npm_create ...'
3631
+ end
3632
+ # verify the required parameter 'owner' is set
3633
+ if @api_client.config.client_side_validation && owner.nil?
3634
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_npm_create"
3635
+ end
3636
+ # verify the required parameter 'identifier' is set
3637
+ if @api_client.config.client_side_validation && identifier.nil?
3638
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_npm_create"
3639
+ end
3640
+ # resource path
3641
+ local_var_path = '/repos/{owner}/{identifier}/upstream/npm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3642
+
3643
+ # query parameters
3644
+ query_params = {}
3645
+
3646
+ # header parameters
3647
+ header_params = {}
3648
+ # HTTP header 'Accept' (if needed)
3649
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3650
+ # HTTP header 'Content-Type'
3651
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3652
+
3653
+ # form parameters
3654
+ form_params = {}
3655
+
3656
+ # http body (model)
3657
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3658
+ auth_names = ['apikey']
3659
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3660
+ :header_params => header_params,
3661
+ :query_params => query_params,
3662
+ :form_params => form_params,
3663
+ :body => post_body,
3664
+ :auth_names => auth_names,
3665
+ :return_type => 'NpmUpstream')
3666
+ if @api_client.config.debugging
3667
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_npm_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3668
+ end
3669
+ return data, status_code, headers
3670
+ end
3671
+ # Delete a npm upstream config for this repository.
3672
+ # Delete a npm upstream config for this repository.
3673
+ # @param owner
3674
+ # @param identifier
3675
+ # @param slug_perm
3676
+ # @param [Hash] opts the optional parameters
3677
+ # @return [nil]
3678
+ def repos_upstream_npm_delete(owner, identifier, slug_perm, opts = {})
3679
+ repos_upstream_npm_delete_with_http_info(owner, identifier, slug_perm, opts)
3680
+ nil
3681
+ end
3682
+
3683
+ # Delete a npm upstream config for this repository.
3684
+ # Delete a npm upstream config for this repository.
3685
+ # @param owner
3686
+ # @param identifier
3687
+ # @param slug_perm
3688
+ # @param [Hash] opts the optional parameters
3689
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
3690
+ def repos_upstream_npm_delete_with_http_info(owner, identifier, slug_perm, opts = {})
3691
+ if @api_client.config.debugging
3692
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_npm_delete ...'
3693
+ end
3694
+ # verify the required parameter 'owner' is set
3695
+ if @api_client.config.client_side_validation && owner.nil?
3696
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_npm_delete"
3697
+ end
3698
+ # verify the required parameter 'identifier' is set
3699
+ if @api_client.config.client_side_validation && identifier.nil?
3700
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_npm_delete"
3701
+ end
3702
+ # verify the required parameter 'slug_perm' is set
3703
+ if @api_client.config.client_side_validation && slug_perm.nil?
3704
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_npm_delete"
3705
+ end
3706
+ # resource path
3707
+ local_var_path = '/repos/{owner}/{identifier}/upstream/npm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3708
+
3709
+ # query parameters
3710
+ query_params = {}
3711
+
3712
+ # header parameters
3713
+ header_params = {}
3714
+ # HTTP header 'Accept' (if needed)
3715
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3716
+ # HTTP header 'Content-Type'
3717
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3718
+
3719
+ # form parameters
3720
+ form_params = {}
3721
+
3722
+ # http body (model)
3723
+ post_body = nil
3724
+ auth_names = ['apikey']
3725
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3726
+ :header_params => header_params,
3727
+ :query_params => query_params,
3728
+ :form_params => form_params,
3729
+ :body => post_body,
3730
+ :auth_names => auth_names)
3731
+ if @api_client.config.debugging
3732
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_npm_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3733
+ end
3734
+ return data, status_code, headers
3735
+ end
3736
+ # List npm upstream configs for this repository.
3737
+ # List npm upstream configs for this repository.
3738
+ # @param owner
3739
+ # @param identifier
3740
+ # @param [Hash] opts the optional parameters
3741
+ # @option opts [Integer] :page A page number within the paginated result set.
3742
+ # @option opts [Integer] :page_size Number of results to return per page.
3743
+ # @return [Array<NpmUpstream>]
3744
+ def repos_upstream_npm_list(owner, identifier, opts = {})
3745
+ data, _status_code, _headers = repos_upstream_npm_list_with_http_info(owner, identifier, opts)
3746
+ data
3747
+ end
3748
+
3749
+ # List npm upstream configs for this repository.
3750
+ # List npm upstream configs for this repository.
3751
+ # @param owner
3752
+ # @param identifier
3753
+ # @param [Hash] opts the optional parameters
3754
+ # @option opts [Integer] :page A page number within the paginated result set.
3755
+ # @option opts [Integer] :page_size Number of results to return per page.
3756
+ # @return [Array<(Array<NpmUpstream>, Fixnum, Hash)>] Array<NpmUpstream> data, response status code and response headers
3757
+ def repos_upstream_npm_list_with_http_info(owner, identifier, opts = {})
3758
+ if @api_client.config.debugging
3759
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_npm_list ...'
3760
+ end
3761
+ # verify the required parameter 'owner' is set
3762
+ if @api_client.config.client_side_validation && owner.nil?
3763
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_npm_list"
3764
+ end
3765
+ # verify the required parameter 'identifier' is set
3766
+ if @api_client.config.client_side_validation && identifier.nil?
3767
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_npm_list"
3768
+ end
3769
+ # resource path
3770
+ local_var_path = '/repos/{owner}/{identifier}/upstream/npm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
3771
+
3772
+ # query parameters
3773
+ query_params = {}
3774
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
3775
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
3776
+
3777
+ # header parameters
3778
+ header_params = {}
3779
+ # HTTP header 'Accept' (if needed)
3780
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3781
+ # HTTP header 'Content-Type'
3782
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3783
+
3784
+ # form parameters
3785
+ form_params = {}
3786
+
3787
+ # http body (model)
3788
+ post_body = nil
3789
+ auth_names = ['apikey']
3790
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3791
+ :header_params => header_params,
3792
+ :query_params => query_params,
3793
+ :form_params => form_params,
3794
+ :body => post_body,
3795
+ :auth_names => auth_names,
3796
+ :return_type => 'Array<NpmUpstream>')
3797
+ if @api_client.config.debugging
3798
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_npm_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3799
+ end
3800
+ return data, status_code, headers
3801
+ end
3802
+ # Partially update a npm upstream config for this repository.
3803
+ # Partially update a npm upstream config for this repository.
3804
+ # @param owner
3805
+ # @param identifier
3806
+ # @param slug_perm
3807
+ # @param [Hash] opts the optional parameters
3808
+ # @option opts [NpmUpstreamRequestPatch] :data
3809
+ # @return [NpmUpstream]
3810
+ def repos_upstream_npm_partial_update(owner, identifier, slug_perm, opts = {})
3811
+ data, _status_code, _headers = repos_upstream_npm_partial_update_with_http_info(owner, identifier, slug_perm, opts)
3812
+ data
3813
+ end
3814
+
3815
+ # Partially update a npm upstream config for this repository.
3816
+ # Partially update a npm upstream config for this repository.
3817
+ # @param owner
3818
+ # @param identifier
3819
+ # @param slug_perm
3820
+ # @param [Hash] opts the optional parameters
3821
+ # @option opts [NpmUpstreamRequestPatch] :data
3822
+ # @return [Array<(NpmUpstream, Fixnum, Hash)>] NpmUpstream data, response status code and response headers
3823
+ def repos_upstream_npm_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
3824
+ if @api_client.config.debugging
3825
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_npm_partial_update ...'
3826
+ end
3827
+ # verify the required parameter 'owner' is set
3828
+ if @api_client.config.client_side_validation && owner.nil?
3829
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_npm_partial_update"
3830
+ end
3831
+ # verify the required parameter 'identifier' is set
3832
+ if @api_client.config.client_side_validation && identifier.nil?
3833
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_npm_partial_update"
3834
+ end
3835
+ # verify the required parameter 'slug_perm' is set
3836
+ if @api_client.config.client_side_validation && slug_perm.nil?
3837
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_npm_partial_update"
3838
+ end
3839
+ # resource path
3840
+ local_var_path = '/repos/{owner}/{identifier}/upstream/npm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3841
+
3842
+ # query parameters
3843
+ query_params = {}
3844
+
3845
+ # header parameters
3846
+ header_params = {}
3847
+ # HTTP header 'Accept' (if needed)
3848
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3849
+ # HTTP header 'Content-Type'
3850
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3851
+
3852
+ # form parameters
3853
+ form_params = {}
3854
+
3855
+ # http body (model)
3856
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3857
+ auth_names = ['apikey']
3858
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3859
+ :header_params => header_params,
3860
+ :query_params => query_params,
3861
+ :form_params => form_params,
3862
+ :body => post_body,
3863
+ :auth_names => auth_names,
3864
+ :return_type => 'NpmUpstream')
3865
+ if @api_client.config.debugging
3866
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_npm_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3867
+ end
3868
+ return data, status_code, headers
3869
+ end
3870
+ # Retrieve a npm upstream config for this repository.
3871
+ # Retrieve a npm upstream config for this repository.
3872
+ # @param owner
3873
+ # @param identifier
3874
+ # @param slug_perm
3875
+ # @param [Hash] opts the optional parameters
3876
+ # @return [NpmUpstream]
3877
+ def repos_upstream_npm_read(owner, identifier, slug_perm, opts = {})
3878
+ data, _status_code, _headers = repos_upstream_npm_read_with_http_info(owner, identifier, slug_perm, opts)
3879
+ data
3880
+ end
3881
+
3882
+ # Retrieve a npm upstream config for this repository.
3883
+ # Retrieve a npm upstream config for this repository.
3884
+ # @param owner
3885
+ # @param identifier
3886
+ # @param slug_perm
3887
+ # @param [Hash] opts the optional parameters
3888
+ # @return [Array<(NpmUpstream, Fixnum, Hash)>] NpmUpstream data, response status code and response headers
3889
+ def repos_upstream_npm_read_with_http_info(owner, identifier, slug_perm, opts = {})
3890
+ if @api_client.config.debugging
3891
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_npm_read ...'
3892
+ end
3893
+ # verify the required parameter 'owner' is set
3894
+ if @api_client.config.client_side_validation && owner.nil?
3895
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_npm_read"
3896
+ end
3897
+ # verify the required parameter 'identifier' is set
3898
+ if @api_client.config.client_side_validation && identifier.nil?
3899
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_npm_read"
3900
+ end
3901
+ # verify the required parameter 'slug_perm' is set
3902
+ if @api_client.config.client_side_validation && slug_perm.nil?
3903
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_npm_read"
3904
+ end
3905
+ # resource path
3906
+ local_var_path = '/repos/{owner}/{identifier}/upstream/npm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3907
+
3908
+ # query parameters
3909
+ query_params = {}
3910
+
3911
+ # header parameters
3912
+ header_params = {}
3913
+ # HTTP header 'Accept' (if needed)
3914
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3915
+ # HTTP header 'Content-Type'
3916
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3917
+
3918
+ # form parameters
3919
+ form_params = {}
3920
+
3921
+ # http body (model)
3922
+ post_body = nil
3923
+ auth_names = ['apikey']
3924
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3925
+ :header_params => header_params,
3926
+ :query_params => query_params,
3927
+ :form_params => form_params,
3928
+ :body => post_body,
3929
+ :auth_names => auth_names,
3930
+ :return_type => 'NpmUpstream')
3931
+ if @api_client.config.debugging
3932
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_npm_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3933
+ end
3934
+ return data, status_code, headers
3935
+ end
3936
+ # Update a npm upstream config for this repository.
3937
+ # Update a npm upstream config for this repository.
3938
+ # @param owner
3939
+ # @param identifier
3940
+ # @param slug_perm
3941
+ # @param [Hash] opts the optional parameters
3942
+ # @option opts [NpmUpstreamRequest] :data
3943
+ # @return [NpmUpstream]
3944
+ def repos_upstream_npm_update(owner, identifier, slug_perm, opts = {})
3945
+ data, _status_code, _headers = repos_upstream_npm_update_with_http_info(owner, identifier, slug_perm, opts)
3946
+ data
3947
+ end
3948
+
3949
+ # Update a npm upstream config for this repository.
3950
+ # Update a npm upstream config for this repository.
3951
+ # @param owner
3952
+ # @param identifier
3953
+ # @param slug_perm
3954
+ # @param [Hash] opts the optional parameters
3955
+ # @option opts [NpmUpstreamRequest] :data
3956
+ # @return [Array<(NpmUpstream, Fixnum, Hash)>] NpmUpstream data, response status code and response headers
3957
+ def repos_upstream_npm_update_with_http_info(owner, identifier, slug_perm, opts = {})
3958
+ if @api_client.config.debugging
3959
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_npm_update ...'
3960
+ end
3961
+ # verify the required parameter 'owner' is set
3962
+ if @api_client.config.client_side_validation && owner.nil?
3963
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_npm_update"
3964
+ end
3965
+ # verify the required parameter 'identifier' is set
3966
+ if @api_client.config.client_side_validation && identifier.nil?
3967
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_npm_update"
3968
+ end
3969
+ # verify the required parameter 'slug_perm' is set
3970
+ if @api_client.config.client_side_validation && slug_perm.nil?
3971
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_npm_update"
3972
+ end
3973
+ # resource path
3974
+ local_var_path = '/repos/{owner}/{identifier}/upstream/npm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
3975
+
3976
+ # query parameters
3977
+ query_params = {}
3978
+
3979
+ # header parameters
3980
+ header_params = {}
3981
+ # HTTP header 'Accept' (if needed)
3982
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3983
+ # HTTP header 'Content-Type'
3984
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3985
+
3986
+ # form parameters
3987
+ form_params = {}
3988
+
3989
+ # http body (model)
3990
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3991
+ auth_names = ['apikey']
3992
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3993
+ :header_params => header_params,
3994
+ :query_params => query_params,
3995
+ :form_params => form_params,
3996
+ :body => post_body,
3997
+ :auth_names => auth_names,
3998
+ :return_type => 'NpmUpstream')
3999
+ if @api_client.config.debugging
4000
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_npm_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4001
+ end
4002
+ return data, status_code, headers
4003
+ end
4004
+ # Create a NuGet upstream config for this repository.
4005
+ # Create a NuGet upstream config for this repository.
4006
+ # @param owner
4007
+ # @param identifier
4008
+ # @param [Hash] opts the optional parameters
4009
+ # @option opts [NugetUpstreamRequest] :data
4010
+ # @return [NugetUpstream]
4011
+ def repos_upstream_nuget_create(owner, identifier, opts = {})
4012
+ data, _status_code, _headers = repos_upstream_nuget_create_with_http_info(owner, identifier, opts)
4013
+ data
4014
+ end
4015
+
4016
+ # Create a NuGet upstream config for this repository.
4017
+ # Create a NuGet upstream config for this repository.
4018
+ # @param owner
4019
+ # @param identifier
4020
+ # @param [Hash] opts the optional parameters
4021
+ # @option opts [NugetUpstreamRequest] :data
4022
+ # @return [Array<(NugetUpstream, Fixnum, Hash)>] NugetUpstream data, response status code and response headers
4023
+ def repos_upstream_nuget_create_with_http_info(owner, identifier, opts = {})
4024
+ if @api_client.config.debugging
4025
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_nuget_create ...'
4026
+ end
4027
+ # verify the required parameter 'owner' is set
4028
+ if @api_client.config.client_side_validation && owner.nil?
4029
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_nuget_create"
4030
+ end
4031
+ # verify the required parameter 'identifier' is set
4032
+ if @api_client.config.client_side_validation && identifier.nil?
4033
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_nuget_create"
4034
+ end
4035
+ # resource path
4036
+ local_var_path = '/repos/{owner}/{identifier}/upstream/nuget/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4037
+
4038
+ # query parameters
4039
+ query_params = {}
4040
+
4041
+ # header parameters
4042
+ header_params = {}
4043
+ # HTTP header 'Accept' (if needed)
4044
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4045
+ # HTTP header 'Content-Type'
4046
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4047
+
4048
+ # form parameters
4049
+ form_params = {}
4050
+
4051
+ # http body (model)
4052
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4053
+ auth_names = ['apikey']
4054
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4055
+ :header_params => header_params,
4056
+ :query_params => query_params,
4057
+ :form_params => form_params,
4058
+ :body => post_body,
4059
+ :auth_names => auth_names,
4060
+ :return_type => 'NugetUpstream')
4061
+ if @api_client.config.debugging
4062
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_nuget_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4063
+ end
4064
+ return data, status_code, headers
4065
+ end
4066
+ # Delete a NuGet upstream config for this repository.
4067
+ # Delete a NuGet upstream config for this repository.
4068
+ # @param owner
4069
+ # @param identifier
4070
+ # @param slug_perm
4071
+ # @param [Hash] opts the optional parameters
4072
+ # @return [nil]
4073
+ def repos_upstream_nuget_delete(owner, identifier, slug_perm, opts = {})
4074
+ repos_upstream_nuget_delete_with_http_info(owner, identifier, slug_perm, opts)
4075
+ nil
4076
+ end
4077
+
4078
+ # Delete a NuGet upstream config for this repository.
4079
+ # Delete a NuGet upstream config for this repository.
4080
+ # @param owner
4081
+ # @param identifier
4082
+ # @param slug_perm
4083
+ # @param [Hash] opts the optional parameters
4084
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
4085
+ def repos_upstream_nuget_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4086
+ if @api_client.config.debugging
4087
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_nuget_delete ...'
4088
+ end
4089
+ # verify the required parameter 'owner' is set
4090
+ if @api_client.config.client_side_validation && owner.nil?
4091
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_nuget_delete"
4092
+ end
4093
+ # verify the required parameter 'identifier' is set
4094
+ if @api_client.config.client_side_validation && identifier.nil?
4095
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_nuget_delete"
4096
+ end
4097
+ # verify the required parameter 'slug_perm' is set
4098
+ if @api_client.config.client_side_validation && slug_perm.nil?
4099
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_nuget_delete"
4100
+ end
4101
+ # resource path
4102
+ local_var_path = '/repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4103
+
4104
+ # query parameters
4105
+ query_params = {}
4106
+
4107
+ # header parameters
4108
+ header_params = {}
4109
+ # HTTP header 'Accept' (if needed)
4110
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4111
+ # HTTP header 'Content-Type'
4112
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4113
+
4114
+ # form parameters
4115
+ form_params = {}
4116
+
4117
+ # http body (model)
4118
+ post_body = nil
4119
+ auth_names = ['apikey']
4120
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4121
+ :header_params => header_params,
4122
+ :query_params => query_params,
4123
+ :form_params => form_params,
4124
+ :body => post_body,
4125
+ :auth_names => auth_names)
4126
+ if @api_client.config.debugging
4127
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_nuget_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4128
+ end
4129
+ return data, status_code, headers
4130
+ end
4131
+ # List NuGet upstream configs for this repository.
4132
+ # List NuGet upstream configs for this repository.
4133
+ # @param owner
4134
+ # @param identifier
4135
+ # @param [Hash] opts the optional parameters
4136
+ # @option opts [Integer] :page A page number within the paginated result set.
4137
+ # @option opts [Integer] :page_size Number of results to return per page.
4138
+ # @return [Array<NugetUpstream>]
4139
+ def repos_upstream_nuget_list(owner, identifier, opts = {})
4140
+ data, _status_code, _headers = repos_upstream_nuget_list_with_http_info(owner, identifier, opts)
4141
+ data
4142
+ end
4143
+
4144
+ # List NuGet upstream configs for this repository.
4145
+ # List NuGet upstream configs for this repository.
4146
+ # @param owner
4147
+ # @param identifier
4148
+ # @param [Hash] opts the optional parameters
4149
+ # @option opts [Integer] :page A page number within the paginated result set.
4150
+ # @option opts [Integer] :page_size Number of results to return per page.
4151
+ # @return [Array<(Array<NugetUpstream>, Fixnum, Hash)>] Array<NugetUpstream> data, response status code and response headers
4152
+ def repos_upstream_nuget_list_with_http_info(owner, identifier, opts = {})
4153
+ if @api_client.config.debugging
4154
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_nuget_list ...'
4155
+ end
4156
+ # verify the required parameter 'owner' is set
4157
+ if @api_client.config.client_side_validation && owner.nil?
4158
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_nuget_list"
4159
+ end
4160
+ # verify the required parameter 'identifier' is set
4161
+ if @api_client.config.client_side_validation && identifier.nil?
4162
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_nuget_list"
4163
+ end
4164
+ # resource path
4165
+ local_var_path = '/repos/{owner}/{identifier}/upstream/nuget/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4166
+
4167
+ # query parameters
4168
+ query_params = {}
4169
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
4170
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
4171
+
4172
+ # header parameters
4173
+ header_params = {}
4174
+ # HTTP header 'Accept' (if needed)
4175
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4176
+ # HTTP header 'Content-Type'
4177
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4178
+
4179
+ # form parameters
4180
+ form_params = {}
4181
+
4182
+ # http body (model)
4183
+ post_body = nil
4184
+ auth_names = ['apikey']
4185
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4186
+ :header_params => header_params,
4187
+ :query_params => query_params,
4188
+ :form_params => form_params,
4189
+ :body => post_body,
4190
+ :auth_names => auth_names,
4191
+ :return_type => 'Array<NugetUpstream>')
4192
+ if @api_client.config.debugging
4193
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_nuget_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4194
+ end
4195
+ return data, status_code, headers
4196
+ end
4197
+ # Partially update a NuGet upstream config for this repository.
4198
+ # Partially update a NuGet upstream config for this repository.
4199
+ # @param owner
4200
+ # @param identifier
4201
+ # @param slug_perm
4202
+ # @param [Hash] opts the optional parameters
4203
+ # @option opts [NugetUpstreamRequestPatch] :data
4204
+ # @return [NugetUpstream]
4205
+ def repos_upstream_nuget_partial_update(owner, identifier, slug_perm, opts = {})
4206
+ data, _status_code, _headers = repos_upstream_nuget_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4207
+ data
4208
+ end
4209
+
4210
+ # Partially update a NuGet upstream config for this repository.
4211
+ # Partially update a NuGet upstream config for this repository.
4212
+ # @param owner
4213
+ # @param identifier
4214
+ # @param slug_perm
4215
+ # @param [Hash] opts the optional parameters
4216
+ # @option opts [NugetUpstreamRequestPatch] :data
4217
+ # @return [Array<(NugetUpstream, Fixnum, Hash)>] NugetUpstream data, response status code and response headers
4218
+ def repos_upstream_nuget_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
4219
+ if @api_client.config.debugging
4220
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_nuget_partial_update ...'
4221
+ end
4222
+ # verify the required parameter 'owner' is set
4223
+ if @api_client.config.client_side_validation && owner.nil?
4224
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_nuget_partial_update"
4225
+ end
4226
+ # verify the required parameter 'identifier' is set
4227
+ if @api_client.config.client_side_validation && identifier.nil?
4228
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_nuget_partial_update"
4229
+ end
4230
+ # verify the required parameter 'slug_perm' is set
4231
+ if @api_client.config.client_side_validation && slug_perm.nil?
4232
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_nuget_partial_update"
4233
+ end
4234
+ # resource path
4235
+ local_var_path = '/repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4236
+
4237
+ # query parameters
4238
+ query_params = {}
4239
+
4240
+ # header parameters
4241
+ header_params = {}
4242
+ # HTTP header 'Accept' (if needed)
4243
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4244
+ # HTTP header 'Content-Type'
4245
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4246
+
4247
+ # form parameters
4248
+ form_params = {}
4249
+
4250
+ # http body (model)
4251
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4252
+ auth_names = ['apikey']
4253
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
4254
+ :header_params => header_params,
4255
+ :query_params => query_params,
4256
+ :form_params => form_params,
4257
+ :body => post_body,
4258
+ :auth_names => auth_names,
4259
+ :return_type => 'NugetUpstream')
4260
+ if @api_client.config.debugging
4261
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_nuget_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4262
+ end
4263
+ return data, status_code, headers
4264
+ end
4265
+ # Retrieve a NuGet upstream config for this repository.
4266
+ # Retrieve a NuGet upstream config for this repository.
4267
+ # @param owner
4268
+ # @param identifier
4269
+ # @param slug_perm
4270
+ # @param [Hash] opts the optional parameters
4271
+ # @return [NugetUpstream]
4272
+ def repos_upstream_nuget_read(owner, identifier, slug_perm, opts = {})
4273
+ data, _status_code, _headers = repos_upstream_nuget_read_with_http_info(owner, identifier, slug_perm, opts)
4274
+ data
4275
+ end
4276
+
4277
+ # Retrieve a NuGet upstream config for this repository.
4278
+ # Retrieve a NuGet upstream config for this repository.
4279
+ # @param owner
4280
+ # @param identifier
4281
+ # @param slug_perm
4282
+ # @param [Hash] opts the optional parameters
4283
+ # @return [Array<(NugetUpstream, Fixnum, Hash)>] NugetUpstream data, response status code and response headers
4284
+ def repos_upstream_nuget_read_with_http_info(owner, identifier, slug_perm, opts = {})
4285
+ if @api_client.config.debugging
4286
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_nuget_read ...'
4287
+ end
4288
+ # verify the required parameter 'owner' is set
4289
+ if @api_client.config.client_side_validation && owner.nil?
4290
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_nuget_read"
4291
+ end
4292
+ # verify the required parameter 'identifier' is set
4293
+ if @api_client.config.client_side_validation && identifier.nil?
4294
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_nuget_read"
4295
+ end
4296
+ # verify the required parameter 'slug_perm' is set
4297
+ if @api_client.config.client_side_validation && slug_perm.nil?
4298
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_nuget_read"
4299
+ end
4300
+ # resource path
4301
+ local_var_path = '/repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4302
+
4303
+ # query parameters
4304
+ query_params = {}
4305
+
4306
+ # header parameters
4307
+ header_params = {}
4308
+ # HTTP header 'Accept' (if needed)
4309
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4310
+ # HTTP header 'Content-Type'
4311
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4312
+
4313
+ # form parameters
4314
+ form_params = {}
4315
+
4316
+ # http body (model)
4317
+ post_body = nil
4318
+ auth_names = ['apikey']
4319
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4320
+ :header_params => header_params,
4321
+ :query_params => query_params,
4322
+ :form_params => form_params,
4323
+ :body => post_body,
4324
+ :auth_names => auth_names,
4325
+ :return_type => 'NugetUpstream')
4326
+ if @api_client.config.debugging
4327
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_nuget_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4328
+ end
4329
+ return data, status_code, headers
4330
+ end
4331
+ # Update a NuGet upstream config for this repository.
4332
+ # Update a NuGet upstream config for this repository.
4333
+ # @param owner
4334
+ # @param identifier
4335
+ # @param slug_perm
4336
+ # @param [Hash] opts the optional parameters
4337
+ # @option opts [NugetUpstreamRequest] :data
4338
+ # @return [NugetUpstream]
4339
+ def repos_upstream_nuget_update(owner, identifier, slug_perm, opts = {})
4340
+ data, _status_code, _headers = repos_upstream_nuget_update_with_http_info(owner, identifier, slug_perm, opts)
4341
+ data
4342
+ end
4343
+
4344
+ # Update a NuGet upstream config for this repository.
4345
+ # Update a NuGet upstream config for this repository.
4346
+ # @param owner
4347
+ # @param identifier
4348
+ # @param slug_perm
4349
+ # @param [Hash] opts the optional parameters
4350
+ # @option opts [NugetUpstreamRequest] :data
4351
+ # @return [Array<(NugetUpstream, Fixnum, Hash)>] NugetUpstream data, response status code and response headers
4352
+ def repos_upstream_nuget_update_with_http_info(owner, identifier, slug_perm, opts = {})
4353
+ if @api_client.config.debugging
4354
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_nuget_update ...'
4355
+ end
4356
+ # verify the required parameter 'owner' is set
4357
+ if @api_client.config.client_side_validation && owner.nil?
4358
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_nuget_update"
4359
+ end
4360
+ # verify the required parameter 'identifier' is set
4361
+ if @api_client.config.client_side_validation && identifier.nil?
4362
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_nuget_update"
4363
+ end
4364
+ # verify the required parameter 'slug_perm' is set
4365
+ if @api_client.config.client_side_validation && slug_perm.nil?
4366
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_nuget_update"
4367
+ end
4368
+ # resource path
4369
+ local_var_path = '/repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4370
+
4371
+ # query parameters
4372
+ query_params = {}
4373
+
4374
+ # header parameters
4375
+ header_params = {}
4376
+ # HTTP header 'Accept' (if needed)
4377
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4378
+ # HTTP header 'Content-Type'
4379
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4380
+
4381
+ # form parameters
4382
+ form_params = {}
4383
+
4384
+ # http body (model)
4385
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4386
+ auth_names = ['apikey']
4387
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4388
+ :header_params => header_params,
4389
+ :query_params => query_params,
4390
+ :form_params => form_params,
4391
+ :body => post_body,
4392
+ :auth_names => auth_names,
4393
+ :return_type => 'NugetUpstream')
4394
+ if @api_client.config.debugging
4395
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_nuget_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4396
+ end
4397
+ return data, status_code, headers
4398
+ end
4399
+ # Create a Python upstream config for this repository.
4400
+ # Create a Python upstream config for this repository.
4401
+ # @param owner
4402
+ # @param identifier
4403
+ # @param [Hash] opts the optional parameters
4404
+ # @option opts [PythonUpstreamRequest] :data
4405
+ # @return [PythonUpstream]
4406
+ def repos_upstream_python_create(owner, identifier, opts = {})
4407
+ data, _status_code, _headers = repos_upstream_python_create_with_http_info(owner, identifier, opts)
4408
+ data
4409
+ end
4410
+
4411
+ # Create a Python upstream config for this repository.
4412
+ # Create a Python upstream config for this repository.
4413
+ # @param owner
4414
+ # @param identifier
4415
+ # @param [Hash] opts the optional parameters
4416
+ # @option opts [PythonUpstreamRequest] :data
4417
+ # @return [Array<(PythonUpstream, Fixnum, Hash)>] PythonUpstream data, response status code and response headers
4418
+ def repos_upstream_python_create_with_http_info(owner, identifier, opts = {})
4419
+ if @api_client.config.debugging
4420
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_python_create ...'
4421
+ end
4422
+ # verify the required parameter 'owner' is set
4423
+ if @api_client.config.client_side_validation && owner.nil?
4424
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_python_create"
4425
+ end
4426
+ # verify the required parameter 'identifier' is set
4427
+ if @api_client.config.client_side_validation && identifier.nil?
4428
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_python_create"
4429
+ end
4430
+ # resource path
4431
+ local_var_path = '/repos/{owner}/{identifier}/upstream/python/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4432
+
4433
+ # query parameters
4434
+ query_params = {}
4435
+
4436
+ # header parameters
4437
+ header_params = {}
4438
+ # HTTP header 'Accept' (if needed)
4439
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4440
+ # HTTP header 'Content-Type'
4441
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4442
+
4443
+ # form parameters
4444
+ form_params = {}
4445
+
4446
+ # http body (model)
4447
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4448
+ auth_names = ['apikey']
4449
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4450
+ :header_params => header_params,
4451
+ :query_params => query_params,
4452
+ :form_params => form_params,
4453
+ :body => post_body,
4454
+ :auth_names => auth_names,
4455
+ :return_type => 'PythonUpstream')
4456
+ if @api_client.config.debugging
4457
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_python_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4458
+ end
4459
+ return data, status_code, headers
4460
+ end
4461
+ # Delete a Python upstream config for this repository.
4462
+ # Delete a Python upstream config for this repository.
4463
+ # @param owner
4464
+ # @param identifier
4465
+ # @param slug_perm
4466
+ # @param [Hash] opts the optional parameters
4467
+ # @return [nil]
4468
+ def repos_upstream_python_delete(owner, identifier, slug_perm, opts = {})
4469
+ repos_upstream_python_delete_with_http_info(owner, identifier, slug_perm, opts)
4470
+ nil
4471
+ end
4472
+
4473
+ # Delete a Python upstream config for this repository.
4474
+ # Delete a Python upstream config for this repository.
4475
+ # @param owner
4476
+ # @param identifier
4477
+ # @param slug_perm
4478
+ # @param [Hash] opts the optional parameters
4479
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
4480
+ def repos_upstream_python_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4481
+ if @api_client.config.debugging
4482
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_python_delete ...'
4483
+ end
4484
+ # verify the required parameter 'owner' is set
4485
+ if @api_client.config.client_side_validation && owner.nil?
4486
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_python_delete"
4487
+ end
4488
+ # verify the required parameter 'identifier' is set
4489
+ if @api_client.config.client_side_validation && identifier.nil?
4490
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_python_delete"
4491
+ end
4492
+ # verify the required parameter 'slug_perm' is set
4493
+ if @api_client.config.client_side_validation && slug_perm.nil?
4494
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_python_delete"
4495
+ end
4496
+ # resource path
4497
+ local_var_path = '/repos/{owner}/{identifier}/upstream/python/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4498
+
4499
+ # query parameters
4500
+ query_params = {}
4501
+
4502
+ # header parameters
4503
+ header_params = {}
4504
+ # HTTP header 'Accept' (if needed)
4505
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4506
+ # HTTP header 'Content-Type'
4507
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4508
+
4509
+ # form parameters
4510
+ form_params = {}
4511
+
4512
+ # http body (model)
4513
+ post_body = nil
4514
+ auth_names = ['apikey']
4515
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4516
+ :header_params => header_params,
4517
+ :query_params => query_params,
4518
+ :form_params => form_params,
4519
+ :body => post_body,
4520
+ :auth_names => auth_names)
4521
+ if @api_client.config.debugging
4522
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_python_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4523
+ end
4524
+ return data, status_code, headers
4525
+ end
4526
+ # List Python upstream configs for this repository.
4527
+ # List Python upstream configs for this repository.
4528
+ # @param owner
4529
+ # @param identifier
4530
+ # @param [Hash] opts the optional parameters
4531
+ # @option opts [Integer] :page A page number within the paginated result set.
4532
+ # @option opts [Integer] :page_size Number of results to return per page.
4533
+ # @return [Array<PythonUpstream>]
4534
+ def repos_upstream_python_list(owner, identifier, opts = {})
4535
+ data, _status_code, _headers = repos_upstream_python_list_with_http_info(owner, identifier, opts)
4536
+ data
4537
+ end
4538
+
4539
+ # List Python upstream configs for this repository.
4540
+ # List Python upstream configs for this repository.
4541
+ # @param owner
4542
+ # @param identifier
4543
+ # @param [Hash] opts the optional parameters
4544
+ # @option opts [Integer] :page A page number within the paginated result set.
4545
+ # @option opts [Integer] :page_size Number of results to return per page.
4546
+ # @return [Array<(Array<PythonUpstream>, Fixnum, Hash)>] Array<PythonUpstream> data, response status code and response headers
4547
+ def repos_upstream_python_list_with_http_info(owner, identifier, opts = {})
4548
+ if @api_client.config.debugging
4549
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_python_list ...'
4550
+ end
4551
+ # verify the required parameter 'owner' is set
4552
+ if @api_client.config.client_side_validation && owner.nil?
4553
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_python_list"
4554
+ end
4555
+ # verify the required parameter 'identifier' is set
4556
+ if @api_client.config.client_side_validation && identifier.nil?
4557
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_python_list"
4558
+ end
4559
+ # resource path
4560
+ local_var_path = '/repos/{owner}/{identifier}/upstream/python/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4561
+
4562
+ # query parameters
4563
+ query_params = {}
4564
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
4565
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
4566
+
4567
+ # header parameters
4568
+ header_params = {}
4569
+ # HTTP header 'Accept' (if needed)
4570
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4571
+ # HTTP header 'Content-Type'
4572
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4573
+
4574
+ # form parameters
4575
+ form_params = {}
4576
+
4577
+ # http body (model)
4578
+ post_body = nil
4579
+ auth_names = ['apikey']
4580
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4581
+ :header_params => header_params,
4582
+ :query_params => query_params,
4583
+ :form_params => form_params,
4584
+ :body => post_body,
4585
+ :auth_names => auth_names,
4586
+ :return_type => 'Array<PythonUpstream>')
4587
+ if @api_client.config.debugging
4588
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_python_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4589
+ end
4590
+ return data, status_code, headers
4591
+ end
4592
+ # Partially update a Python upstream config for this repository.
4593
+ # Partially update a Python upstream config for this repository.
4594
+ # @param owner
4595
+ # @param identifier
4596
+ # @param slug_perm
4597
+ # @param [Hash] opts the optional parameters
4598
+ # @option opts [PythonUpstreamRequestPatch] :data
4599
+ # @return [PythonUpstream]
4600
+ def repos_upstream_python_partial_update(owner, identifier, slug_perm, opts = {})
4601
+ data, _status_code, _headers = repos_upstream_python_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4602
+ data
4603
+ end
4604
+
4605
+ # Partially update a Python upstream config for this repository.
4606
+ # Partially update a Python upstream config for this repository.
4607
+ # @param owner
4608
+ # @param identifier
4609
+ # @param slug_perm
4610
+ # @param [Hash] opts the optional parameters
4611
+ # @option opts [PythonUpstreamRequestPatch] :data
4612
+ # @return [Array<(PythonUpstream, Fixnum, Hash)>] PythonUpstream data, response status code and response headers
4613
+ def repos_upstream_python_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
4614
+ if @api_client.config.debugging
4615
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_python_partial_update ...'
4616
+ end
4617
+ # verify the required parameter 'owner' is set
4618
+ if @api_client.config.client_side_validation && owner.nil?
4619
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_python_partial_update"
4620
+ end
4621
+ # verify the required parameter 'identifier' is set
4622
+ if @api_client.config.client_side_validation && identifier.nil?
4623
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_python_partial_update"
4624
+ end
4625
+ # verify the required parameter 'slug_perm' is set
4626
+ if @api_client.config.client_side_validation && slug_perm.nil?
4627
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_python_partial_update"
4628
+ end
4629
+ # resource path
4630
+ local_var_path = '/repos/{owner}/{identifier}/upstream/python/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4631
+
4632
+ # query parameters
4633
+ query_params = {}
4634
+
4635
+ # header parameters
4636
+ header_params = {}
4637
+ # HTTP header 'Accept' (if needed)
4638
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4639
+ # HTTP header 'Content-Type'
4640
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4641
+
4642
+ # form parameters
4643
+ form_params = {}
4644
+
4645
+ # http body (model)
4646
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4647
+ auth_names = ['apikey']
4648
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
4649
+ :header_params => header_params,
4650
+ :query_params => query_params,
4651
+ :form_params => form_params,
4652
+ :body => post_body,
4653
+ :auth_names => auth_names,
4654
+ :return_type => 'PythonUpstream')
4655
+ if @api_client.config.debugging
4656
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_python_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4657
+ end
4658
+ return data, status_code, headers
4659
+ end
4660
+ # Retrieve a Python upstream config for this repository.
4661
+ # Retrieve a Python upstream config for this repository.
4662
+ # @param owner
4663
+ # @param identifier
4664
+ # @param slug_perm
4665
+ # @param [Hash] opts the optional parameters
4666
+ # @return [PythonUpstream]
4667
+ def repos_upstream_python_read(owner, identifier, slug_perm, opts = {})
4668
+ data, _status_code, _headers = repos_upstream_python_read_with_http_info(owner, identifier, slug_perm, opts)
4669
+ data
4670
+ end
4671
+
4672
+ # Retrieve a Python upstream config for this repository.
4673
+ # Retrieve a Python upstream config for this repository.
4674
+ # @param owner
4675
+ # @param identifier
4676
+ # @param slug_perm
4677
+ # @param [Hash] opts the optional parameters
4678
+ # @return [Array<(PythonUpstream, Fixnum, Hash)>] PythonUpstream data, response status code and response headers
4679
+ def repos_upstream_python_read_with_http_info(owner, identifier, slug_perm, opts = {})
4680
+ if @api_client.config.debugging
4681
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_python_read ...'
4682
+ end
4683
+ # verify the required parameter 'owner' is set
4684
+ if @api_client.config.client_side_validation && owner.nil?
4685
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_python_read"
4686
+ end
4687
+ # verify the required parameter 'identifier' is set
4688
+ if @api_client.config.client_side_validation && identifier.nil?
4689
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_python_read"
4690
+ end
4691
+ # verify the required parameter 'slug_perm' is set
4692
+ if @api_client.config.client_side_validation && slug_perm.nil?
4693
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_python_read"
4694
+ end
4695
+ # resource path
4696
+ local_var_path = '/repos/{owner}/{identifier}/upstream/python/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4697
+
4698
+ # query parameters
4699
+ query_params = {}
4700
+
4701
+ # header parameters
4702
+ header_params = {}
4703
+ # HTTP header 'Accept' (if needed)
4704
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4705
+ # HTTP header 'Content-Type'
4706
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4707
+
4708
+ # form parameters
4709
+ form_params = {}
4710
+
4711
+ # http body (model)
4712
+ post_body = nil
4713
+ auth_names = ['apikey']
4714
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4715
+ :header_params => header_params,
4716
+ :query_params => query_params,
4717
+ :form_params => form_params,
4718
+ :body => post_body,
4719
+ :auth_names => auth_names,
4720
+ :return_type => 'PythonUpstream')
4721
+ if @api_client.config.debugging
4722
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_python_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4723
+ end
4724
+ return data, status_code, headers
4725
+ end
4726
+ # Update a Python upstream config for this repository.
4727
+ # Update a Python upstream config for this repository.
4728
+ # @param owner
4729
+ # @param identifier
4730
+ # @param slug_perm
4731
+ # @param [Hash] opts the optional parameters
4732
+ # @option opts [PythonUpstreamRequest] :data
4733
+ # @return [PythonUpstream]
4734
+ def repos_upstream_python_update(owner, identifier, slug_perm, opts = {})
4735
+ data, _status_code, _headers = repos_upstream_python_update_with_http_info(owner, identifier, slug_perm, opts)
4736
+ data
4737
+ end
4738
+
4739
+ # Update a Python upstream config for this repository.
4740
+ # Update a Python upstream config for this repository.
4741
+ # @param owner
4742
+ # @param identifier
4743
+ # @param slug_perm
4744
+ # @param [Hash] opts the optional parameters
4745
+ # @option opts [PythonUpstreamRequest] :data
4746
+ # @return [Array<(PythonUpstream, Fixnum, Hash)>] PythonUpstream data, response status code and response headers
4747
+ def repos_upstream_python_update_with_http_info(owner, identifier, slug_perm, opts = {})
4748
+ if @api_client.config.debugging
4749
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_python_update ...'
4750
+ end
4751
+ # verify the required parameter 'owner' is set
4752
+ if @api_client.config.client_side_validation && owner.nil?
4753
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_python_update"
4754
+ end
4755
+ # verify the required parameter 'identifier' is set
4756
+ if @api_client.config.client_side_validation && identifier.nil?
4757
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_python_update"
4758
+ end
4759
+ # verify the required parameter 'slug_perm' is set
4760
+ if @api_client.config.client_side_validation && slug_perm.nil?
4761
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_python_update"
4762
+ end
4763
+ # resource path
4764
+ local_var_path = '/repos/{owner}/{identifier}/upstream/python/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4765
+
4766
+ # query parameters
4767
+ query_params = {}
4768
+
4769
+ # header parameters
4770
+ header_params = {}
4771
+ # HTTP header 'Accept' (if needed)
4772
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4773
+ # HTTP header 'Content-Type'
4774
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4775
+
4776
+ # form parameters
4777
+ form_params = {}
4778
+
4779
+ # http body (model)
4780
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4781
+ auth_names = ['apikey']
4782
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4783
+ :header_params => header_params,
4784
+ :query_params => query_params,
4785
+ :form_params => form_params,
4786
+ :body => post_body,
4787
+ :auth_names => auth_names,
4788
+ :return_type => 'PythonUpstream')
4789
+ if @api_client.config.debugging
4790
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_python_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4791
+ end
4792
+ return data, status_code, headers
4793
+ end
4794
+ # Create a RedHat upstream config for this repository.
4795
+ # Create a RedHat upstream config for this repository.
4796
+ # @param owner
4797
+ # @param identifier
4798
+ # @param [Hash] opts the optional parameters
4799
+ # @option opts [RpmUpstreamRequest] :data
4800
+ # @return [RpmUpstream]
4801
+ def repos_upstream_rpm_create(owner, identifier, opts = {})
4802
+ data, _status_code, _headers = repos_upstream_rpm_create_with_http_info(owner, identifier, opts)
4803
+ data
4804
+ end
4805
+
4806
+ # Create a RedHat upstream config for this repository.
4807
+ # Create a RedHat upstream config for this repository.
4808
+ # @param owner
4809
+ # @param identifier
4810
+ # @param [Hash] opts the optional parameters
4811
+ # @option opts [RpmUpstreamRequest] :data
4812
+ # @return [Array<(RpmUpstream, Fixnum, Hash)>] RpmUpstream data, response status code and response headers
4813
+ def repos_upstream_rpm_create_with_http_info(owner, identifier, opts = {})
4814
+ if @api_client.config.debugging
4815
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_rpm_create ...'
4816
+ end
4817
+ # verify the required parameter 'owner' is set
4818
+ if @api_client.config.client_side_validation && owner.nil?
4819
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_rpm_create"
4820
+ end
4821
+ # verify the required parameter 'identifier' is set
4822
+ if @api_client.config.client_side_validation && identifier.nil?
4823
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_rpm_create"
4824
+ end
4825
+ # resource path
4826
+ local_var_path = '/repos/{owner}/{identifier}/upstream/rpm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4827
+
4828
+ # query parameters
4829
+ query_params = {}
4830
+
4831
+ # header parameters
4832
+ header_params = {}
4833
+ # HTTP header 'Accept' (if needed)
4834
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4835
+ # HTTP header 'Content-Type'
4836
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4837
+
4838
+ # form parameters
4839
+ form_params = {}
4840
+
4841
+ # http body (model)
4842
+ post_body = @api_client.object_to_http_body(opts[:'data'])
4843
+ auth_names = ['apikey']
4844
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4845
+ :header_params => header_params,
4846
+ :query_params => query_params,
4847
+ :form_params => form_params,
4848
+ :body => post_body,
4849
+ :auth_names => auth_names,
4850
+ :return_type => 'RpmUpstream')
4851
+ if @api_client.config.debugging
4852
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_rpm_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4853
+ end
4854
+ return data, status_code, headers
4855
+ end
4856
+ # Delete a RedHat upstream config for this repository.
4857
+ # Delete a RedHat upstream config for this repository.
4858
+ # @param owner
4859
+ # @param identifier
4860
+ # @param slug_perm
4861
+ # @param [Hash] opts the optional parameters
4862
+ # @return [nil]
4863
+ def repos_upstream_rpm_delete(owner, identifier, slug_perm, opts = {})
4864
+ repos_upstream_rpm_delete_with_http_info(owner, identifier, slug_perm, opts)
4865
+ nil
4866
+ end
4867
+
4868
+ # Delete a RedHat upstream config for this repository.
4869
+ # Delete a RedHat upstream config for this repository.
4870
+ # @param owner
4871
+ # @param identifier
4872
+ # @param slug_perm
4873
+ # @param [Hash] opts the optional parameters
4874
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
4875
+ def repos_upstream_rpm_delete_with_http_info(owner, identifier, slug_perm, opts = {})
4876
+ if @api_client.config.debugging
4877
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_rpm_delete ...'
4878
+ end
4879
+ # verify the required parameter 'owner' is set
4880
+ if @api_client.config.client_side_validation && owner.nil?
4881
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_rpm_delete"
4882
+ end
4883
+ # verify the required parameter 'identifier' is set
4884
+ if @api_client.config.client_side_validation && identifier.nil?
4885
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_rpm_delete"
4886
+ end
4887
+ # verify the required parameter 'slug_perm' is set
4888
+ if @api_client.config.client_side_validation && slug_perm.nil?
4889
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_rpm_delete"
4890
+ end
4891
+ # resource path
4892
+ local_var_path = '/repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
4893
+
4894
+ # query parameters
4895
+ query_params = {}
4896
+
4897
+ # header parameters
4898
+ header_params = {}
4899
+ # HTTP header 'Accept' (if needed)
4900
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4901
+ # HTTP header 'Content-Type'
4902
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4903
+
4904
+ # form parameters
4905
+ form_params = {}
4906
+
4907
+ # http body (model)
4908
+ post_body = nil
4909
+ auth_names = ['apikey']
4910
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4911
+ :header_params => header_params,
4912
+ :query_params => query_params,
4913
+ :form_params => form_params,
4914
+ :body => post_body,
4915
+ :auth_names => auth_names)
4916
+ if @api_client.config.debugging
4917
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_rpm_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4918
+ end
4919
+ return data, status_code, headers
4920
+ end
4921
+ # List RedHat upstream configs for this repository.
4922
+ # List RedHat upstream configs for this repository.
4923
+ # @param owner
4924
+ # @param identifier
4925
+ # @param [Hash] opts the optional parameters
4926
+ # @option opts [Integer] :page A page number within the paginated result set.
4927
+ # @option opts [Integer] :page_size Number of results to return per page.
4928
+ # @return [Array<RpmUpstream>]
4929
+ def repos_upstream_rpm_list(owner, identifier, opts = {})
4930
+ data, _status_code, _headers = repos_upstream_rpm_list_with_http_info(owner, identifier, opts)
4931
+ data
4932
+ end
4933
+
4934
+ # List RedHat upstream configs for this repository.
4935
+ # List RedHat upstream configs for this repository.
4936
+ # @param owner
4937
+ # @param identifier
4938
+ # @param [Hash] opts the optional parameters
4939
+ # @option opts [Integer] :page A page number within the paginated result set.
4940
+ # @option opts [Integer] :page_size Number of results to return per page.
4941
+ # @return [Array<(Array<RpmUpstream>, Fixnum, Hash)>] Array<RpmUpstream> data, response status code and response headers
4942
+ def repos_upstream_rpm_list_with_http_info(owner, identifier, opts = {})
4943
+ if @api_client.config.debugging
4944
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_rpm_list ...'
4945
+ end
4946
+ # verify the required parameter 'owner' is set
4947
+ if @api_client.config.client_side_validation && owner.nil?
4948
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_rpm_list"
4949
+ end
4950
+ # verify the required parameter 'identifier' is set
4951
+ if @api_client.config.client_side_validation && identifier.nil?
4952
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_rpm_list"
4953
+ end
4954
+ # resource path
4955
+ local_var_path = '/repos/{owner}/{identifier}/upstream/rpm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
4956
+
4957
+ # query parameters
4958
+ query_params = {}
4959
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
4960
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
4961
+
4962
+ # header parameters
4963
+ header_params = {}
4964
+ # HTTP header 'Accept' (if needed)
4965
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4966
+ # HTTP header 'Content-Type'
4967
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
4968
+
4969
+ # form parameters
4970
+ form_params = {}
4971
+
4972
+ # http body (model)
4973
+ post_body = nil
4974
+ auth_names = ['apikey']
4975
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4976
+ :header_params => header_params,
4977
+ :query_params => query_params,
4978
+ :form_params => form_params,
4979
+ :body => post_body,
4980
+ :auth_names => auth_names,
4981
+ :return_type => 'Array<RpmUpstream>')
4982
+ if @api_client.config.debugging
4983
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_rpm_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4984
+ end
4985
+ return data, status_code, headers
4986
+ end
4987
+ # Partially update a RedHat upstream config for this repository.
4988
+ # Partially update a RedHat upstream config for this repository.
4989
+ # @param owner
4990
+ # @param identifier
4991
+ # @param slug_perm
4992
+ # @param [Hash] opts the optional parameters
4993
+ # @option opts [RpmUpstreamRequestPatch] :data
4994
+ # @return [RpmUpstream]
4995
+ def repos_upstream_rpm_partial_update(owner, identifier, slug_perm, opts = {})
4996
+ data, _status_code, _headers = repos_upstream_rpm_partial_update_with_http_info(owner, identifier, slug_perm, opts)
4997
+ data
4998
+ end
4999
+
5000
+ # Partially update a RedHat upstream config for this repository.
5001
+ # Partially update a RedHat upstream config for this repository.
5002
+ # @param owner
5003
+ # @param identifier
5004
+ # @param slug_perm
5005
+ # @param [Hash] opts the optional parameters
5006
+ # @option opts [RpmUpstreamRequestPatch] :data
5007
+ # @return [Array<(RpmUpstream, Fixnum, Hash)>] RpmUpstream data, response status code and response headers
5008
+ def repos_upstream_rpm_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
5009
+ if @api_client.config.debugging
5010
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_rpm_partial_update ...'
5011
+ end
5012
+ # verify the required parameter 'owner' is set
5013
+ if @api_client.config.client_side_validation && owner.nil?
5014
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_rpm_partial_update"
5015
+ end
5016
+ # verify the required parameter 'identifier' is set
5017
+ if @api_client.config.client_side_validation && identifier.nil?
5018
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_rpm_partial_update"
5019
+ end
5020
+ # verify the required parameter 'slug_perm' is set
5021
+ if @api_client.config.client_side_validation && slug_perm.nil?
5022
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_rpm_partial_update"
5023
+ end
5024
+ # resource path
5025
+ local_var_path = '/repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5026
+
5027
+ # query parameters
5028
+ query_params = {}
5029
+
5030
+ # header parameters
5031
+ header_params = {}
5032
+ # HTTP header 'Accept' (if needed)
5033
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5034
+ # HTTP header 'Content-Type'
5035
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5036
+
5037
+ # form parameters
5038
+ form_params = {}
5039
+
5040
+ # http body (model)
5041
+ post_body = @api_client.object_to_http_body(opts[:'data'])
5042
+ auth_names = ['apikey']
5043
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
5044
+ :header_params => header_params,
5045
+ :query_params => query_params,
5046
+ :form_params => form_params,
5047
+ :body => post_body,
5048
+ :auth_names => auth_names,
5049
+ :return_type => 'RpmUpstream')
5050
+ if @api_client.config.debugging
5051
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_rpm_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5052
+ end
5053
+ return data, status_code, headers
5054
+ end
5055
+ # Retrieve a RedHat upstream config for this repository.
5056
+ # Retrieve a RedHat upstream config for this repository.
5057
+ # @param owner
5058
+ # @param identifier
5059
+ # @param slug_perm
5060
+ # @param [Hash] opts the optional parameters
5061
+ # @return [RpmUpstream]
5062
+ def repos_upstream_rpm_read(owner, identifier, slug_perm, opts = {})
5063
+ data, _status_code, _headers = repos_upstream_rpm_read_with_http_info(owner, identifier, slug_perm, opts)
5064
+ data
5065
+ end
5066
+
5067
+ # Retrieve a RedHat upstream config for this repository.
5068
+ # Retrieve a RedHat upstream config for this repository.
5069
+ # @param owner
5070
+ # @param identifier
5071
+ # @param slug_perm
5072
+ # @param [Hash] opts the optional parameters
5073
+ # @return [Array<(RpmUpstream, Fixnum, Hash)>] RpmUpstream data, response status code and response headers
5074
+ def repos_upstream_rpm_read_with_http_info(owner, identifier, slug_perm, opts = {})
5075
+ if @api_client.config.debugging
5076
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_rpm_read ...'
5077
+ end
5078
+ # verify the required parameter 'owner' is set
5079
+ if @api_client.config.client_side_validation && owner.nil?
5080
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_rpm_read"
5081
+ end
5082
+ # verify the required parameter 'identifier' is set
5083
+ if @api_client.config.client_side_validation && identifier.nil?
5084
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_rpm_read"
5085
+ end
5086
+ # verify the required parameter 'slug_perm' is set
5087
+ if @api_client.config.client_side_validation && slug_perm.nil?
5088
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_rpm_read"
5089
+ end
5090
+ # resource path
5091
+ local_var_path = '/repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5092
+
5093
+ # query parameters
5094
+ query_params = {}
5095
+
5096
+ # header parameters
5097
+ header_params = {}
5098
+ # HTTP header 'Accept' (if needed)
5099
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5100
+ # HTTP header 'Content-Type'
5101
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5102
+
5103
+ # form parameters
5104
+ form_params = {}
5105
+
5106
+ # http body (model)
5107
+ post_body = nil
5108
+ auth_names = ['apikey']
5109
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5110
+ :header_params => header_params,
5111
+ :query_params => query_params,
5112
+ :form_params => form_params,
5113
+ :body => post_body,
5114
+ :auth_names => auth_names,
5115
+ :return_type => 'RpmUpstream')
5116
+ if @api_client.config.debugging
5117
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_rpm_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5118
+ end
5119
+ return data, status_code, headers
5120
+ end
5121
+ # Update a RedHat upstream config for this repository.
5122
+ # Update a RedHat upstream config for this repository.
5123
+ # @param owner
5124
+ # @param identifier
5125
+ # @param slug_perm
5126
+ # @param [Hash] opts the optional parameters
5127
+ # @option opts [RpmUpstreamRequest] :data
5128
+ # @return [RpmUpstream]
5129
+ def repos_upstream_rpm_update(owner, identifier, slug_perm, opts = {})
5130
+ data, _status_code, _headers = repos_upstream_rpm_update_with_http_info(owner, identifier, slug_perm, opts)
5131
+ data
5132
+ end
5133
+
5134
+ # Update a RedHat upstream config for this repository.
5135
+ # Update a RedHat upstream config for this repository.
5136
+ # @param owner
5137
+ # @param identifier
5138
+ # @param slug_perm
5139
+ # @param [Hash] opts the optional parameters
5140
+ # @option opts [RpmUpstreamRequest] :data
5141
+ # @return [Array<(RpmUpstream, Fixnum, Hash)>] RpmUpstream data, response status code and response headers
5142
+ def repos_upstream_rpm_update_with_http_info(owner, identifier, slug_perm, opts = {})
5143
+ if @api_client.config.debugging
5144
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_rpm_update ...'
5145
+ end
5146
+ # verify the required parameter 'owner' is set
5147
+ if @api_client.config.client_side_validation && owner.nil?
5148
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_rpm_update"
5149
+ end
5150
+ # verify the required parameter 'identifier' is set
5151
+ if @api_client.config.client_side_validation && identifier.nil?
5152
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_rpm_update"
5153
+ end
5154
+ # verify the required parameter 'slug_perm' is set
5155
+ if @api_client.config.client_side_validation && slug_perm.nil?
5156
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_rpm_update"
5157
+ end
5158
+ # resource path
5159
+ local_var_path = '/repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5160
+
5161
+ # query parameters
5162
+ query_params = {}
5163
+
5164
+ # header parameters
5165
+ header_params = {}
5166
+ # HTTP header 'Accept' (if needed)
5167
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5168
+ # HTTP header 'Content-Type'
5169
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5170
+
5171
+ # form parameters
5172
+ form_params = {}
5173
+
5174
+ # http body (model)
5175
+ post_body = @api_client.object_to_http_body(opts[:'data'])
5176
+ auth_names = ['apikey']
5177
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5178
+ :header_params => header_params,
5179
+ :query_params => query_params,
5180
+ :form_params => form_params,
5181
+ :body => post_body,
5182
+ :auth_names => auth_names,
5183
+ :return_type => 'RpmUpstream')
5184
+ if @api_client.config.debugging
5185
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_rpm_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5186
+ end
5187
+ return data, status_code, headers
5188
+ end
5189
+ # Create a Ruby upstream config for this repository.
5190
+ # Create a Ruby upstream config for this repository.
5191
+ # @param owner
5192
+ # @param identifier
5193
+ # @param [Hash] opts the optional parameters
5194
+ # @option opts [RubyUpstreamRequest] :data
5195
+ # @return [RubyUpstream]
5196
+ def repos_upstream_ruby_create(owner, identifier, opts = {})
5197
+ data, _status_code, _headers = repos_upstream_ruby_create_with_http_info(owner, identifier, opts)
5198
+ data
5199
+ end
5200
+
5201
+ # Create a Ruby upstream config for this repository.
5202
+ # Create a Ruby upstream config for this repository.
5203
+ # @param owner
5204
+ # @param identifier
5205
+ # @param [Hash] opts the optional parameters
5206
+ # @option opts [RubyUpstreamRequest] :data
5207
+ # @return [Array<(RubyUpstream, Fixnum, Hash)>] RubyUpstream data, response status code and response headers
5208
+ def repos_upstream_ruby_create_with_http_info(owner, identifier, opts = {})
5209
+ if @api_client.config.debugging
5210
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_ruby_create ...'
5211
+ end
5212
+ # verify the required parameter 'owner' is set
5213
+ if @api_client.config.client_side_validation && owner.nil?
5214
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_ruby_create"
5215
+ end
5216
+ # verify the required parameter 'identifier' is set
5217
+ if @api_client.config.client_side_validation && identifier.nil?
5218
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_ruby_create"
5219
+ end
5220
+ # resource path
5221
+ local_var_path = '/repos/{owner}/{identifier}/upstream/ruby/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
5222
+
5223
+ # query parameters
5224
+ query_params = {}
5225
+
5226
+ # header parameters
5227
+ header_params = {}
5228
+ # HTTP header 'Accept' (if needed)
5229
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5230
+ # HTTP header 'Content-Type'
5231
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5232
+
5233
+ # form parameters
5234
+ form_params = {}
5235
+
5236
+ # http body (model)
5237
+ post_body = @api_client.object_to_http_body(opts[:'data'])
5238
+ auth_names = ['apikey']
5239
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5240
+ :header_params => header_params,
5241
+ :query_params => query_params,
5242
+ :form_params => form_params,
5243
+ :body => post_body,
5244
+ :auth_names => auth_names,
5245
+ :return_type => 'RubyUpstream')
5246
+ if @api_client.config.debugging
5247
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_ruby_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5248
+ end
5249
+ return data, status_code, headers
5250
+ end
5251
+ # Delete a Ruby upstream config for this repository.
5252
+ # Delete a Ruby upstream config for this repository.
5253
+ # @param owner
5254
+ # @param identifier
5255
+ # @param slug_perm
5256
+ # @param [Hash] opts the optional parameters
5257
+ # @return [nil]
5258
+ def repos_upstream_ruby_delete(owner, identifier, slug_perm, opts = {})
5259
+ repos_upstream_ruby_delete_with_http_info(owner, identifier, slug_perm, opts)
5260
+ nil
5261
+ end
5262
+
5263
+ # Delete a Ruby upstream config for this repository.
5264
+ # Delete a Ruby upstream config for this repository.
5265
+ # @param owner
5266
+ # @param identifier
5267
+ # @param slug_perm
5268
+ # @param [Hash] opts the optional parameters
5269
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
5270
+ def repos_upstream_ruby_delete_with_http_info(owner, identifier, slug_perm, opts = {})
5271
+ if @api_client.config.debugging
5272
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_ruby_delete ...'
5273
+ end
5274
+ # verify the required parameter 'owner' is set
5275
+ if @api_client.config.client_side_validation && owner.nil?
5276
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_ruby_delete"
5277
+ end
5278
+ # verify the required parameter 'identifier' is set
5279
+ if @api_client.config.client_side_validation && identifier.nil?
5280
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_ruby_delete"
5281
+ end
5282
+ # verify the required parameter 'slug_perm' is set
5283
+ if @api_client.config.client_side_validation && slug_perm.nil?
5284
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_ruby_delete"
5285
+ end
5286
+ # resource path
5287
+ local_var_path = '/repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5288
+
5289
+ # query parameters
5290
+ query_params = {}
5291
+
5292
+ # header parameters
5293
+ header_params = {}
5294
+ # HTTP header 'Accept' (if needed)
5295
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5296
+ # HTTP header 'Content-Type'
5297
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5298
+
5299
+ # form parameters
5300
+ form_params = {}
5301
+
5302
+ # http body (model)
5303
+ post_body = nil
5304
+ auth_names = ['apikey']
5305
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5306
+ :header_params => header_params,
5307
+ :query_params => query_params,
5308
+ :form_params => form_params,
5309
+ :body => post_body,
5310
+ :auth_names => auth_names)
5311
+ if @api_client.config.debugging
5312
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_ruby_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5313
+ end
5314
+ return data, status_code, headers
5315
+ end
5316
+ # List Ruby upstream configs for this repository.
5317
+ # List Ruby upstream configs for this repository.
5318
+ # @param owner
5319
+ # @param identifier
5320
+ # @param [Hash] opts the optional parameters
5321
+ # @option opts [Integer] :page A page number within the paginated result set.
5322
+ # @option opts [Integer] :page_size Number of results to return per page.
5323
+ # @return [Array<RubyUpstream>]
5324
+ def repos_upstream_ruby_list(owner, identifier, opts = {})
5325
+ data, _status_code, _headers = repos_upstream_ruby_list_with_http_info(owner, identifier, opts)
5326
+ data
5327
+ end
5328
+
5329
+ # List Ruby upstream configs for this repository.
5330
+ # List Ruby upstream configs for this repository.
5331
+ # @param owner
5332
+ # @param identifier
5333
+ # @param [Hash] opts the optional parameters
5334
+ # @option opts [Integer] :page A page number within the paginated result set.
5335
+ # @option opts [Integer] :page_size Number of results to return per page.
5336
+ # @return [Array<(Array<RubyUpstream>, Fixnum, Hash)>] Array<RubyUpstream> data, response status code and response headers
5337
+ def repos_upstream_ruby_list_with_http_info(owner, identifier, opts = {})
5338
+ if @api_client.config.debugging
5339
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_ruby_list ...'
5340
+ end
5341
+ # verify the required parameter 'owner' is set
5342
+ if @api_client.config.client_side_validation && owner.nil?
5343
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_ruby_list"
5344
+ end
5345
+ # verify the required parameter 'identifier' is set
5346
+ if @api_client.config.client_side_validation && identifier.nil?
5347
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_ruby_list"
5348
+ end
5349
+ # resource path
5350
+ local_var_path = '/repos/{owner}/{identifier}/upstream/ruby/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
5351
+
5352
+ # query parameters
5353
+ query_params = {}
5354
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
5355
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
5356
+
5357
+ # header parameters
5358
+ header_params = {}
5359
+ # HTTP header 'Accept' (if needed)
5360
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5361
+ # HTTP header 'Content-Type'
5362
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5363
+
5364
+ # form parameters
5365
+ form_params = {}
5366
+
5367
+ # http body (model)
5368
+ post_body = nil
5369
+ auth_names = ['apikey']
5370
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5371
+ :header_params => header_params,
5372
+ :query_params => query_params,
5373
+ :form_params => form_params,
5374
+ :body => post_body,
5375
+ :auth_names => auth_names,
5376
+ :return_type => 'Array<RubyUpstream>')
5377
+ if @api_client.config.debugging
5378
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_ruby_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5379
+ end
5380
+ return data, status_code, headers
5381
+ end
5382
+ # Partially update a Ruby upstream config for this repository.
5383
+ # Partially update a Ruby upstream config for this repository.
5384
+ # @param owner
5385
+ # @param identifier
5386
+ # @param slug_perm
5387
+ # @param [Hash] opts the optional parameters
5388
+ # @option opts [RubyUpstreamRequestPatch] :data
5389
+ # @return [RubyUpstream]
5390
+ def repos_upstream_ruby_partial_update(owner, identifier, slug_perm, opts = {})
5391
+ data, _status_code, _headers = repos_upstream_ruby_partial_update_with_http_info(owner, identifier, slug_perm, opts)
5392
+ data
5393
+ end
5394
+
5395
+ # Partially update a Ruby upstream config for this repository.
5396
+ # Partially update a Ruby upstream config for this repository.
5397
+ # @param owner
5398
+ # @param identifier
5399
+ # @param slug_perm
5400
+ # @param [Hash] opts the optional parameters
5401
+ # @option opts [RubyUpstreamRequestPatch] :data
5402
+ # @return [Array<(RubyUpstream, Fixnum, Hash)>] RubyUpstream data, response status code and response headers
5403
+ def repos_upstream_ruby_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
5404
+ if @api_client.config.debugging
5405
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_ruby_partial_update ...'
5406
+ end
5407
+ # verify the required parameter 'owner' is set
5408
+ if @api_client.config.client_side_validation && owner.nil?
5409
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_ruby_partial_update"
5410
+ end
5411
+ # verify the required parameter 'identifier' is set
5412
+ if @api_client.config.client_side_validation && identifier.nil?
5413
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_ruby_partial_update"
5414
+ end
5415
+ # verify the required parameter 'slug_perm' is set
5416
+ if @api_client.config.client_side_validation && slug_perm.nil?
5417
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_ruby_partial_update"
5418
+ end
5419
+ # resource path
5420
+ local_var_path = '/repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5421
+
5422
+ # query parameters
5423
+ query_params = {}
5424
+
5425
+ # header parameters
5426
+ header_params = {}
5427
+ # HTTP header 'Accept' (if needed)
5428
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5429
+ # HTTP header 'Content-Type'
5430
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5431
+
5432
+ # form parameters
5433
+ form_params = {}
5434
+
5435
+ # http body (model)
5436
+ post_body = @api_client.object_to_http_body(opts[:'data'])
5437
+ auth_names = ['apikey']
5438
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
5439
+ :header_params => header_params,
5440
+ :query_params => query_params,
5441
+ :form_params => form_params,
5442
+ :body => post_body,
5443
+ :auth_names => auth_names,
5444
+ :return_type => 'RubyUpstream')
5445
+ if @api_client.config.debugging
5446
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_ruby_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5447
+ end
5448
+ return data, status_code, headers
5449
+ end
5450
+ # Retrieve a Ruby upstream config for this repository.
5451
+ # Retrieve a Ruby upstream config for this repository.
5452
+ # @param owner
5453
+ # @param identifier
5454
+ # @param slug_perm
5455
+ # @param [Hash] opts the optional parameters
5456
+ # @return [RubyUpstream]
5457
+ def repos_upstream_ruby_read(owner, identifier, slug_perm, opts = {})
5458
+ data, _status_code, _headers = repos_upstream_ruby_read_with_http_info(owner, identifier, slug_perm, opts)
5459
+ data
5460
+ end
5461
+
5462
+ # Retrieve a Ruby upstream config for this repository.
5463
+ # Retrieve a Ruby upstream config for this repository.
5464
+ # @param owner
5465
+ # @param identifier
5466
+ # @param slug_perm
5467
+ # @param [Hash] opts the optional parameters
5468
+ # @return [Array<(RubyUpstream, Fixnum, Hash)>] RubyUpstream data, response status code and response headers
5469
+ def repos_upstream_ruby_read_with_http_info(owner, identifier, slug_perm, opts = {})
5470
+ if @api_client.config.debugging
5471
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_ruby_read ...'
5472
+ end
5473
+ # verify the required parameter 'owner' is set
5474
+ if @api_client.config.client_side_validation && owner.nil?
5475
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_ruby_read"
5476
+ end
5477
+ # verify the required parameter 'identifier' is set
5478
+ if @api_client.config.client_side_validation && identifier.nil?
5479
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_ruby_read"
5480
+ end
5481
+ # verify the required parameter 'slug_perm' is set
5482
+ if @api_client.config.client_side_validation && slug_perm.nil?
5483
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_ruby_read"
5484
+ end
5485
+ # resource path
5486
+ local_var_path = '/repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5487
+
5488
+ # query parameters
5489
+ query_params = {}
5490
+
5491
+ # header parameters
5492
+ header_params = {}
5493
+ # HTTP header 'Accept' (if needed)
5494
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5495
+ # HTTP header 'Content-Type'
5496
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5497
+
5498
+ # form parameters
5499
+ form_params = {}
5500
+
5501
+ # http body (model)
5502
+ post_body = nil
5503
+ auth_names = ['apikey']
5504
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5505
+ :header_params => header_params,
5506
+ :query_params => query_params,
5507
+ :form_params => form_params,
5508
+ :body => post_body,
5509
+ :auth_names => auth_names,
5510
+ :return_type => 'RubyUpstream')
5511
+ if @api_client.config.debugging
5512
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_ruby_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5513
+ end
5514
+ return data, status_code, headers
5515
+ end
5516
+ # Update a Ruby upstream config for this repository.
5517
+ # Update a Ruby upstream config for this repository.
5518
+ # @param owner
5519
+ # @param identifier
5520
+ # @param slug_perm
5521
+ # @param [Hash] opts the optional parameters
5522
+ # @option opts [RubyUpstreamRequest] :data
5523
+ # @return [RubyUpstream]
5524
+ def repos_upstream_ruby_update(owner, identifier, slug_perm, opts = {})
5525
+ data, _status_code, _headers = repos_upstream_ruby_update_with_http_info(owner, identifier, slug_perm, opts)
5526
+ data
5527
+ end
5528
+
5529
+ # Update a Ruby upstream config for this repository.
5530
+ # Update a Ruby upstream config for this repository.
5531
+ # @param owner
5532
+ # @param identifier
5533
+ # @param slug_perm
5534
+ # @param [Hash] opts the optional parameters
5535
+ # @option opts [RubyUpstreamRequest] :data
5536
+ # @return [Array<(RubyUpstream, Fixnum, Hash)>] RubyUpstream data, response status code and response headers
5537
+ def repos_upstream_ruby_update_with_http_info(owner, identifier, slug_perm, opts = {})
5538
+ if @api_client.config.debugging
5539
+ @api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_ruby_update ...'
5540
+ end
5541
+ # verify the required parameter 'owner' is set
5542
+ if @api_client.config.client_side_validation && owner.nil?
5543
+ fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_ruby_update"
5544
+ end
5545
+ # verify the required parameter 'identifier' is set
5546
+ if @api_client.config.client_side_validation && identifier.nil?
5547
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_ruby_update"
5548
+ end
5549
+ # verify the required parameter 'slug_perm' is set
5550
+ if @api_client.config.client_side_validation && slug_perm.nil?
5551
+ fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_ruby_update"
5552
+ end
5553
+ # resource path
5554
+ local_var_path = '/repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
5555
+
5556
+ # query parameters
5557
+ query_params = {}
5558
+
5559
+ # header parameters
5560
+ header_params = {}
5561
+ # HTTP header 'Accept' (if needed)
5562
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5563
+ # HTTP header 'Content-Type'
5564
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
5565
+
5566
+ # form parameters
5567
+ form_params = {}
5568
+
5569
+ # http body (model)
5570
+ post_body = @api_client.object_to_http_body(opts[:'data'])
5571
+ auth_names = ['apikey']
5572
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5573
+ :header_params => header_params,
5574
+ :query_params => query_params,
5575
+ :form_params => form_params,
5576
+ :body => post_body,
5577
+ :auth_names => auth_names,
5578
+ :return_type => 'RubyUpstream')
5579
+ if @api_client.config.debugging
5580
+ @api_client.config.logger.debug "API called: ReposApi#repos_upstream_ruby_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5581
+ end
5582
+ return data, status_code, headers
5583
+ end
1239
5584
  # Get a list of all repositories associated with current user.
1240
5585
  # Get a list of all repositories associated with current user.
1241
5586
  # @param [Hash] opts the optional parameters