wallee-ruby-sdk 3.3.0 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1851) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/Gemfile.lock +11 -11
  4. data/LICENSE +1 -1
  5. data/README.md +36 -1
  6. data/lib/wallee-ruby-sdk/api/token_service_api.rb +68 -0
  7. data/lib/wallee-ruby-sdk/api/webhook_encryption_service_api.rb +117 -0
  8. data/lib/wallee-ruby-sdk/api_client.rb +1 -1
  9. data/lib/wallee-ruby-sdk/encryption_util.rb +41 -0
  10. data/lib/wallee-ruby-sdk/models/abstract_account_update.rb +3 -3
  11. data/lib/wallee-ruby-sdk/models/abstract_application_user_update.rb +3 -3
  12. data/lib/wallee-ruby-sdk/models/abstract_customer_active.rb +7 -7
  13. data/lib/wallee-ruby-sdk/models/abstract_customer_address_active.rb +2 -2
  14. data/lib/wallee-ruby-sdk/models/abstract_customer_comment_active.rb +1 -1
  15. data/lib/wallee-ruby-sdk/models/abstract_human_user_update.rb +8 -8
  16. data/lib/wallee-ruby-sdk/models/abstract_payment_link_update.rb +1 -1
  17. data/lib/wallee-ruby-sdk/models/abstract_refund_comment_active.rb +1 -1
  18. data/lib/wallee-ruby-sdk/models/abstract_space_update.rb +8 -8
  19. data/lib/wallee-ruby-sdk/models/abstract_subscriber_update.rb +1 -1
  20. data/lib/wallee-ruby-sdk/models/abstract_subscription_affiliate_update.rb +3 -3
  21. data/lib/wallee-ruby-sdk/models/abstract_subscription_metric_update.rb +8 -4
  22. data/lib/wallee-ruby-sdk/models/abstract_subscription_product_active.rb +1 -1
  23. data/lib/wallee-ruby-sdk/models/abstract_token_update.rb +1 -1
  24. data/lib/wallee-ruby-sdk/models/abstract_transaction_comment_active.rb +1 -1
  25. data/lib/wallee-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +1 -1
  26. data/lib/wallee-ruby-sdk/models/abstract_transaction_pending.rb +2 -2
  27. data/lib/wallee-ruby-sdk/models/abstract_webhook_listener_update.rb +4 -4
  28. data/lib/wallee-ruby-sdk/models/abstract_webhook_url_update.rb +3 -3
  29. data/lib/wallee-ruby-sdk/models/account.rb +17 -17
  30. data/lib/wallee-ruby-sdk/models/account_create.rb +5 -5
  31. data/lib/wallee-ruby-sdk/models/account_update.rb +3 -3
  32. data/lib/wallee-ruby-sdk/models/address.rb +20 -20
  33. data/lib/wallee-ruby-sdk/models/address_create.rb +20 -20
  34. data/lib/wallee-ruby-sdk/models/analytics_query_execution.rb +12 -2
  35. data/lib/wallee-ruby-sdk/models/application_user.rb +11 -11
  36. data/lib/wallee-ruby-sdk/models/application_user_create.rb +4 -4
  37. data/lib/wallee-ruby-sdk/models/application_user_create_with_mac_key.rb +12 -12
  38. data/lib/wallee-ruby-sdk/models/application_user_update.rb +3 -3
  39. data/lib/wallee-ruby-sdk/models/bank_account.rb +5 -5
  40. data/lib/wallee-ruby-sdk/models/bank_account_type.rb +3 -3
  41. data/lib/wallee-ruby-sdk/models/bank_transaction.rb +6 -6
  42. data/lib/wallee-ruby-sdk/models/bank_transaction_source.rb +3 -3
  43. data/lib/wallee-ruby-sdk/models/bank_transaction_type.rb +3 -3
  44. data/lib/wallee-ruby-sdk/models/card_authentication_response.rb +3 -3
  45. data/lib/wallee-ruby-sdk/models/charge.rb +6 -6
  46. data/lib/wallee-ruby-sdk/models/charge_attempt.rb +14 -14
  47. data/lib/wallee-ruby-sdk/models/charge_bank_transaction.rb +4 -4
  48. data/lib/wallee-ruby-sdk/models/charge_flow.rb +5 -5
  49. data/lib/wallee-ruby-sdk/models/charge_flow_level.rb +6 -6
  50. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration.rb +5 -5
  51. data/lib/wallee-ruby-sdk/models/charge_flow_level_configuration_type.rb +3 -3
  52. data/lib/wallee-ruby-sdk/models/charge_flow_level_payment_link.rb +2 -2
  53. data/lib/wallee-ruby-sdk/models/condition.rb +5 -5
  54. data/lib/wallee-ruby-sdk/models/condition_type.rb +3 -3
  55. data/lib/wallee-ruby-sdk/models/connector_invocation.rb +5 -5
  56. data/lib/wallee-ruby-sdk/models/currency_bank_account.rb +3 -3
  57. data/lib/wallee-ruby-sdk/models/customer.rb +11 -11
  58. data/lib/wallee-ruby-sdk/models/customer_active.rb +7 -7
  59. data/lib/wallee-ruby-sdk/models/customer_address.rb +8 -8
  60. data/lib/wallee-ruby-sdk/models/customer_address_active.rb +2 -2
  61. data/lib/wallee-ruby-sdk/models/customer_address_create.rb +3 -3
  62. data/lib/wallee-ruby-sdk/models/customer_comment.rb +10 -10
  63. data/lib/wallee-ruby-sdk/models/customer_comment_active.rb +1 -1
  64. data/lib/wallee-ruby-sdk/models/customer_comment_create.rb +2 -2
  65. data/lib/wallee-ruby-sdk/models/customer_create.rb +7 -7
  66. data/lib/wallee-ruby-sdk/models/customer_postal_address.rb +20 -20
  67. data/lib/wallee-ruby-sdk/models/customer_postal_address_create.rb +20 -20
  68. data/lib/wallee-ruby-sdk/models/debt_collection_case.rb +6 -6
  69. data/lib/wallee-ruby-sdk/models/debt_collection_case_document.rb +5 -5
  70. data/lib/wallee-ruby-sdk/models/debt_collection_case_source.rb +3 -3
  71. data/lib/wallee-ruby-sdk/models/debt_collection_receipt.rb +5 -5
  72. data/lib/wallee-ruby-sdk/models/debt_collection_receipt_source.rb +3 -3
  73. data/lib/wallee-ruby-sdk/models/debt_collector.rb +3 -3
  74. data/lib/wallee-ruby-sdk/models/debt_collector_condition.rb +5 -5
  75. data/lib/wallee-ruby-sdk/models/debt_collector_condition_type.rb +3 -3
  76. data/lib/wallee-ruby-sdk/models/debt_collector_configuration.rb +5 -5
  77. data/lib/wallee-ruby-sdk/models/delivery_indication.rb +5 -5
  78. data/lib/wallee-ruby-sdk/models/delivery_indication_decision_reason.rb +3 -3
  79. data/lib/wallee-ruby-sdk/models/document_template.rb +5 -5
  80. data/lib/wallee-ruby-sdk/models/document_template_type.rb +1 -1
  81. data/lib/wallee-ruby-sdk/models/document_template_type_group.rb +1 -1
  82. data/lib/wallee-ruby-sdk/models/external_transfer_bank_transaction.rb +3 -3
  83. data/lib/wallee-ruby-sdk/models/failure_reason.rb +3 -3
  84. data/lib/wallee-ruby-sdk/models/feature.rb +8 -8
  85. data/lib/wallee-ruby-sdk/models/feature_category.rb +4 -4
  86. data/lib/wallee-ruby-sdk/models/human_user.rb +14 -14
  87. data/lib/wallee-ruby-sdk/models/human_user_create.rb +9 -9
  88. data/lib/wallee-ruby-sdk/models/human_user_update.rb +8 -8
  89. data/lib/wallee-ruby-sdk/models/installment_payment.rb +6 -6
  90. data/lib/wallee-ruby-sdk/models/installment_payment_slice.rb +6 -6
  91. data/lib/wallee-ruby-sdk/models/installment_plan_configuration.rb +9 -7
  92. data/lib/wallee-ruby-sdk/models/installment_plan_slice_configuration.rb +9 -7
  93. data/lib/wallee-ruby-sdk/models/internal_transfer_bank_transaction.rb +3 -3
  94. data/lib/wallee-ruby-sdk/models/invoice_reconciliation_record.rb +6 -6
  95. data/lib/wallee-ruby-sdk/models/invoice_reconciliation_record_invoice_link.rb +3 -3
  96. data/lib/wallee-ruby-sdk/models/invoice_reconciliation_record_type.rb +3 -3
  97. data/lib/wallee-ruby-sdk/models/invoice_reimbursement.rb +5 -5
  98. data/lib/wallee-ruby-sdk/models/invoice_reimbursement_with_refund_reference.rb +5 -5
  99. data/lib/wallee-ruby-sdk/models/label.rb +2 -2
  100. data/lib/wallee-ruby-sdk/models/label_descriptor.rb +8 -8
  101. data/lib/wallee-ruby-sdk/models/label_descriptor_group.rb +4 -4
  102. data/lib/wallee-ruby-sdk/models/label_descriptor_type.rb +3 -3
  103. data/lib/wallee-ruby-sdk/models/legal_organization_form.rb +5 -5
  104. data/lib/wallee-ruby-sdk/models/localized_string.rb +3 -13
  105. data/lib/wallee-ruby-sdk/models/manual_task.rb +11 -21
  106. data/lib/wallee-ruby-sdk/models/manual_task_action.rb +4 -4
  107. data/lib/wallee-ruby-sdk/models/manual_task_type.rb +4 -4
  108. data/lib/wallee-ruby-sdk/models/payment_adjustment_type.rb +3 -3
  109. data/lib/wallee-ruby-sdk/models/payment_app_connector.rb +4 -4
  110. data/lib/wallee-ruby-sdk/models/payment_app_processor.rb +4 -4
  111. data/lib/wallee-ruby-sdk/models/payment_connector.rb +16 -4
  112. data/lib/wallee-ruby-sdk/models/payment_connector_configuration.rb +5 -5
  113. data/lib/wallee-ruby-sdk/models/payment_connector_feature.rb +1 -1
  114. data/lib/wallee-ruby-sdk/models/payment_contract.rb +15 -5
  115. data/lib/wallee-ruby-sdk/models/payment_contract_type.rb +3 -3
  116. data/lib/wallee-ruby-sdk/models/payment_information_hash.rb +1 -1
  117. data/lib/wallee-ruby-sdk/models/payment_information_hash_type.rb +1 -1
  118. data/lib/wallee-ruby-sdk/models/payment_initiation_advice_file.rb +3 -3
  119. data/lib/wallee-ruby-sdk/models/payment_link.rb +6 -6
  120. data/lib/wallee-ruby-sdk/models/payment_link_active.rb +2 -2
  121. data/lib/wallee-ruby-sdk/models/payment_link_create.rb +2 -2
  122. data/lib/wallee-ruby-sdk/models/payment_link_update.rb +1 -1
  123. data/lib/wallee-ruby-sdk/models/payment_method.rb +3 -3
  124. data/lib/wallee-ruby-sdk/models/payment_method_brand.rb +3 -3
  125. data/lib/wallee-ruby-sdk/models/payment_method_configuration.rb +13 -9
  126. data/lib/wallee-ruby-sdk/models/payment_processor.rb +3 -3
  127. data/lib/wallee-ruby-sdk/models/payment_processor_configuration.rb +5 -5
  128. data/lib/wallee-ruby-sdk/models/payment_terminal.rb +16 -6
  129. data/lib/wallee-ruby-sdk/models/payment_terminal_address.rb +14 -14
  130. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration.rb +5 -5
  131. data/lib/wallee-ruby-sdk/models/payment_terminal_configuration_version.rb +6 -6
  132. data/lib/wallee-ruby-sdk/models/payment_terminal_dcc_transaction_sum.rb +2 -2
  133. data/lib/wallee-ruby-sdk/models/payment_terminal_location.rb +5 -5
  134. data/lib/wallee-ruby-sdk/models/payment_terminal_location_version.rb +6 -6
  135. data/lib/wallee-ruby-sdk/models/payment_terminal_receipt_type.rb +3 -3
  136. data/lib/wallee-ruby-sdk/models/payment_terminal_transaction_sum.rb +2 -2
  137. data/lib/wallee-ruby-sdk/models/payment_terminal_transaction_summary.rb +3 -3
  138. data/lib/wallee-ruby-sdk/models/payment_terminal_type.rb +3 -3
  139. data/lib/wallee-ruby-sdk/models/permission.rb +10 -10
  140. data/lib/wallee-ruby-sdk/models/product_metered_fee.rb +11 -7
  141. data/lib/wallee-ruby-sdk/models/product_metered_fee_update.rb +8 -4
  142. data/lib/wallee-ruby-sdk/models/product_metered_tier_fee.rb +2 -2
  143. data/lib/wallee-ruby-sdk/models/product_period_fee.rb +15 -9
  144. data/lib/wallee-ruby-sdk/models/product_period_fee_update.rb +12 -6
  145. data/lib/wallee-ruby-sdk/models/product_setup_fee.rb +11 -7
  146. data/lib/wallee-ruby-sdk/models/product_setup_fee_update.rb +8 -4
  147. data/lib/wallee-ruby-sdk/models/refund.rb +7 -7
  148. data/lib/wallee-ruby-sdk/models/refund_bank_transaction.rb +4 -4
  149. data/lib/wallee-ruby-sdk/models/refund_comment.rb +9 -9
  150. data/lib/wallee-ruby-sdk/models/refund_comment_active.rb +1 -1
  151. data/lib/wallee-ruby-sdk/models/refund_comment_create.rb +1 -1
  152. data/lib/wallee-ruby-sdk/models/refund_recovery_bank_transaction.rb +4 -4
  153. data/lib/wallee-ruby-sdk/models/resource_path.rb +5 -5
  154. data/lib/wallee-ruby-sdk/models/rest_address_format.rb +4 -4
  155. data/lib/wallee-ruby-sdk/models/rest_country.rb +22 -22
  156. data/lib/wallee-ruby-sdk/models/rest_country_state.rb +15 -5
  157. data/lib/wallee-ruby-sdk/models/rest_currency.rb +14 -4
  158. data/lib/wallee-ruby-sdk/models/rest_language.rb +17 -7
  159. data/lib/wallee-ruby-sdk/models/role.rb +12 -10
  160. data/lib/wallee-ruby-sdk/models/sales_channel.rb +3 -3
  161. data/lib/wallee-ruby-sdk/models/scope.rb +12 -12
  162. data/lib/wallee-ruby-sdk/models/shopify_integration.rb +4 -4
  163. data/lib/wallee-ruby-sdk/models/shopify_recurring_order.rb +4 -4
  164. data/lib/wallee-ruby-sdk/models/shopify_subscriber.rb +5 -5
  165. data/lib/wallee-ruby-sdk/models/shopify_subscription.rb +5 -5
  166. data/lib/wallee-ruby-sdk/models/shopify_subscription_address.rb +20 -20
  167. data/lib/wallee-ruby-sdk/models/shopify_subscription_address_create.rb +20 -20
  168. data/lib/wallee-ruby-sdk/models/shopify_subscription_product.rb +5 -5
  169. data/lib/wallee-ruby-sdk/models/shopify_subscription_suspension.rb +4 -4
  170. data/lib/wallee-ruby-sdk/models/shopify_subscription_version.rb +4 -4
  171. data/lib/wallee-ruby-sdk/models/shopify_tax_line.rb +2 -2
  172. data/lib/wallee-ruby-sdk/models/shopify_transaction.rb +5 -5
  173. data/lib/wallee-ruby-sdk/models/space.rb +20 -20
  174. data/lib/wallee-ruby-sdk/models/space_address.rb +15 -15
  175. data/lib/wallee-ruby-sdk/models/space_address_create.rb +15 -15
  176. data/lib/wallee-ruby-sdk/models/space_create.rb +9 -9
  177. data/lib/wallee-ruby-sdk/models/space_reference.rb +5 -5
  178. data/lib/wallee-ruby-sdk/models/space_update.rb +8 -8
  179. data/lib/wallee-ruby-sdk/models/space_view.rb +5 -5
  180. data/lib/wallee-ruby-sdk/models/static_value.rb +3 -3
  181. data/lib/wallee-ruby-sdk/models/subscriber.rb +6 -6
  182. data/lib/wallee-ruby-sdk/models/subscriber_active.rb +2 -2
  183. data/lib/wallee-ruby-sdk/models/subscriber_create.rb +2 -2
  184. data/lib/wallee-ruby-sdk/models/subscriber_update.rb +1 -1
  185. data/lib/wallee-ruby-sdk/models/subscription.rb +6 -6
  186. data/lib/wallee-ruby-sdk/models/subscription_affiliate.rb +7 -7
  187. data/lib/wallee-ruby-sdk/models/subscription_affiliate_create.rb +3 -3
  188. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleted.rb +7 -7
  189. data/lib/wallee-ruby-sdk/models/subscription_affiliate_deleting.rb +7 -7
  190. data/lib/wallee-ruby-sdk/models/subscription_affiliate_inactive.rb +3 -3
  191. data/lib/wallee-ruby-sdk/models/subscription_affiliate_update.rb +3 -3
  192. data/lib/wallee-ruby-sdk/models/subscription_charge.rb +6 -6
  193. data/lib/wallee-ruby-sdk/models/subscription_component_configuration.rb +34 -4
  194. data/lib/wallee-ruby-sdk/models/subscription_ledger_entry.rb +6 -6
  195. data/lib/wallee-ruby-sdk/models/subscription_metric.rb +13 -9
  196. data/lib/wallee-ruby-sdk/models/subscription_metric_active.rb +8 -4
  197. data/lib/wallee-ruby-sdk/models/subscription_metric_create.rb +8 -4
  198. data/lib/wallee-ruby-sdk/models/subscription_metric_type.rb +3 -3
  199. data/lib/wallee-ruby-sdk/models/subscription_metric_update.rb +8 -4
  200. data/lib/wallee-ruby-sdk/models/subscription_metric_usage_report.rb +4 -4
  201. data/lib/wallee-ruby-sdk/models/subscription_period_bill.rb +6 -6
  202. data/lib/wallee-ruby-sdk/models/subscription_product.rb +5 -5
  203. data/lib/wallee-ruby-sdk/models/subscription_product_active.rb +1 -1
  204. data/lib/wallee-ruby-sdk/models/subscription_product_component.rb +11 -7
  205. data/lib/wallee-ruby-sdk/models/subscription_product_component_group.rb +7 -5
  206. data/lib/wallee-ruby-sdk/models/subscription_product_component_group_update.rb +4 -2
  207. data/lib/wallee-ruby-sdk/models/subscription_product_component_reference.rb +5 -5
  208. data/lib/wallee-ruby-sdk/models/subscription_product_component_update.rb +8 -4
  209. data/lib/wallee-ruby-sdk/models/subscription_product_create.rb +1 -1
  210. data/lib/wallee-ruby-sdk/models/subscription_product_retirement.rb +4 -4
  211. data/lib/wallee-ruby-sdk/models/subscription_product_version.rb +9 -7
  212. data/lib/wallee-ruby-sdk/models/subscription_product_version_pending.rb +5 -3
  213. data/lib/wallee-ruby-sdk/models/subscription_product_version_retirement.rb +4 -4
  214. data/lib/wallee-ruby-sdk/models/subscription_suspension.rb +7 -7
  215. data/lib/wallee-ruby-sdk/models/subscription_suspension_running.rb +7 -7
  216. data/lib/wallee-ruby-sdk/models/subscription_version.rb +6 -6
  217. data/lib/wallee-ruby-sdk/models/tax_class.rb +5 -5
  218. data/lib/wallee-ruby-sdk/models/tenant_database.rb +3 -3
  219. data/lib/wallee-ruby-sdk/models/token.rb +7 -7
  220. data/lib/wallee-ruby-sdk/models/token_create.rb +2 -2
  221. data/lib/wallee-ruby-sdk/models/token_update.rb +1 -1
  222. data/lib/wallee-ruby-sdk/models/token_version.rb +7 -7
  223. data/lib/wallee-ruby-sdk/models/token_version_type.rb +3 -3
  224. data/lib/wallee-ruby-sdk/models/transaction.rb +8 -8
  225. data/lib/wallee-ruby-sdk/models/transaction_aware_entity.rb +2 -2
  226. data/lib/wallee-ruby-sdk/models/transaction_comment.rb +9 -9
  227. data/lib/wallee-ruby-sdk/models/transaction_comment_active.rb +1 -1
  228. data/lib/wallee-ruby-sdk/models/transaction_comment_create.rb +1 -1
  229. data/lib/wallee-ruby-sdk/models/transaction_completion.rb +7 -7
  230. data/lib/wallee-ruby-sdk/models/transaction_create.rb +2 -2
  231. data/lib/wallee-ruby-sdk/models/transaction_group.rb +5 -5
  232. data/lib/wallee-ruby-sdk/models/transaction_invoice.rb +6 -6
  233. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment.rb +9 -9
  234. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_active.rb +1 -1
  235. data/lib/wallee-ruby-sdk/models/transaction_invoice_comment_create.rb +1 -1
  236. data/lib/wallee-ruby-sdk/models/transaction_line_item_version.rb +7 -7
  237. data/lib/wallee-ruby-sdk/models/transaction_pending.rb +2 -2
  238. data/lib/wallee-ruby-sdk/models/transaction_void.rb +7 -7
  239. data/lib/wallee-ruby-sdk/models/two_factor_authentication_type.rb +5 -5
  240. data/lib/wallee-ruby-sdk/models/user.rb +7 -7
  241. data/lib/wallee-ruby-sdk/models/user_account_role.rb +2 -2
  242. data/lib/wallee-ruby-sdk/models/user_space_role.rb +2 -2
  243. data/lib/wallee-ruby-sdk/models/wallet_type.rb +190 -9
  244. data/lib/wallee-ruby-sdk/models/webhook_encryption_public_key.rb +201 -0
  245. data/lib/wallee-ruby-sdk/models/webhook_identity.rb +6 -6
  246. data/lib/wallee-ruby-sdk/models/webhook_listener.rb +11 -11
  247. data/lib/wallee-ruby-sdk/models/webhook_listener_create.rb +7 -7
  248. data/lib/wallee-ruby-sdk/models/webhook_listener_entity.rb +3 -3
  249. data/lib/wallee-ruby-sdk/models/webhook_listener_update.rb +4 -4
  250. data/lib/wallee-ruby-sdk/models/webhook_url.rb +8 -8
  251. data/lib/wallee-ruby-sdk/models/webhook_url_create.rb +3 -3
  252. data/lib/wallee-ruby-sdk/models/webhook_url_update.rb +3 -3
  253. data/lib/wallee-ruby-sdk/version.rb +1 -1
  254. data/lib/wallee-ruby-sdk.rb +3 -4
  255. data/vendor/bundle/ruby/3.0.0/cache/addressable-2.8.6.gem +0 -0
  256. data/vendor/bundle/ruby/3.0.0/cache/ffi-1.16.3.gem +0 -0
  257. data/vendor/bundle/ruby/3.0.0/cache/json-2.7.1.gem +0 -0
  258. data/vendor/bundle/ruby/3.0.0/cache/public_suffix-5.0.4.gem +0 -0
  259. data/vendor/bundle/ruby/3.0.0/cache/rake-13.0.6.gem +0 -0
  260. data/vendor/bundle/ruby/3.0.0/cache/test-unit-3.3.9.gem +0 -0
  261. data/vendor/bundle/ruby/3.0.0/cache/typhoeus-1.4.1.gem +0 -0
  262. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-1.16.3/ffi_c.so +0 -0
  263. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-1.16.3/gem_make.out +44 -0
  264. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/ffi-1.16.3/mkmf.log +268 -0
  265. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/json-2.7.1/gem_make.out +13 -0
  266. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/json-2.7.1/json/ext/generator.so +0 -0
  267. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/json-2.7.1/json/ext/parser.so +0 -0
  268. data/vendor/bundle/ruby/3.0.0/extensions/x86_64-linux/3.0.0/json-2.7.1/mkmf.log +125 -0
  269. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/CHANGELOG.md +296 -0
  270. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/Rakefile +40 -0
  271. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/addressable.gemspec +28 -0
  272. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/lib/addressable/idna/native.rb +66 -0
  273. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/lib/addressable/idna/pure.rb +505 -0
  274. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/lib/addressable/template.rb +1029 -0
  275. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/lib/addressable/uri.rb +2602 -0
  276. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/lib/addressable/version.rb +31 -0
  277. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/spec/addressable/idna_spec.rb +302 -0
  278. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/spec/addressable/template_spec.rb +1264 -0
  279. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/spec/addressable/uri_spec.rb +6840 -0
  280. data/vendor/bundle/ruby/3.0.0/gems/addressable-2.8.6/tasks/gem.rake +95 -0
  281. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/CHANGELOG.md +414 -0
  282. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/Gemfile +14 -0
  283. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/README.md +137 -0
  284. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/Rakefile +194 -0
  285. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.c +1128 -0
  286. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.h +176 -0
  287. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.o +0 -0
  288. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.c +198 -0
  289. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.h +60 -0
  290. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.o +0 -0
  291. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.c +417 -0
  292. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.o +0 -0
  293. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Call.c +498 -0
  294. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Call.o +0 -0
  295. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ClosurePool.o +0 -0
  296. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.c +397 -0
  297. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.o +0 -0
  298. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Function.c +1063 -0
  299. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Function.h +84 -0
  300. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Function.o +0 -0
  301. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.c +322 -0
  302. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.o +0 -0
  303. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/LastError.c +243 -0
  304. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/LastError.o +0 -0
  305. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/LongDouble.o +0 -0
  306. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +266 -0
  307. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.c +211 -0
  308. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.h +57 -0
  309. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.o +0 -0
  310. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.c +219 -0
  311. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.o +0 -0
  312. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.c +350 -0
  313. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.o +0 -0
  314. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Platform.o +0 -0
  315. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.c +546 -0
  316. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.h +60 -0
  317. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.o +0 -0
  318. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Struct.c +897 -0
  319. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Struct.h +115 -0
  320. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Struct.o +0 -0
  321. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.c +177 -0
  322. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.o +0 -0
  323. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.c +769 -0
  324. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.o +0 -0
  325. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Thread.o +0 -0
  326. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Type.c +447 -0
  327. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Type.h +63 -0
  328. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Type.o +0 -0
  329. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Types.c +138 -0
  330. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Types.o +0 -0
  331. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.c +345 -0
  332. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.o +0 -0
  333. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/compat.h +82 -0
  334. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/extconf.h +8 -0
  335. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/extconf.rb +115 -0
  336. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ffi.c +97 -0
  337. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ffi.o +0 -0
  338. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/ffi_c.so +0 -0
  339. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/site.exp +16 -0
  340. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +7 -0
  341. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor.yml +84 -0
  342. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +18 -0
  343. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-in-container.sh +10 -0
  344. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build.sh +124 -0
  345. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/install.sh +78 -0
  346. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/msvs-detect +1103 -0
  347. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/site.exp +29 -0
  348. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.circleci/config.yml +156 -0
  349. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/build.yml +460 -0
  350. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +171 -0
  351. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.gitignore +46 -0
  352. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/LICENSE +21 -0
  353. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.am +157 -0
  354. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.in +2127 -0
  355. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/README.md +526 -0
  356. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/acinclude.m4 +377 -0
  357. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/compile +348 -0
  358. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.guess +1754 -0
  359. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.sub +1892 -0
  360. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure +22791 -0
  361. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.ac +451 -0
  362. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.host +337 -0
  363. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/Makefile.in +818 -0
  364. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/libffi.texi +1046 -0
  365. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/version.texi +4 -0
  366. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/fficonfig.h.in +188 -0
  367. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +312 -0
  368. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.am +9 -0
  369. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.in +609 -0
  370. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi.h.in +527 -0
  371. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_cfi.h +76 -0
  372. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_common.h +182 -0
  373. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/tramp.h +45 -0
  374. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/install-sh +541 -0
  375. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libtool-version +29 -0
  376. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/ltmain.sh +11448 -0
  377. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +198 -0
  378. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +158 -0
  379. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +119 -0
  380. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +51 -0
  381. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/Makefile.in +565 -0
  382. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/missing +215 -0
  383. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
  384. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvcc.sh +353 -0
  385. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/ffi.c +1129 -0
  386. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/internal.h +100 -0
  387. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/sysv.S +543 -0
  388. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
  389. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffi.c +443 -0
  390. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffitarget.h +67 -0
  391. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffi.c +921 -0
  392. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
  393. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/internal.h +17 -0
  394. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/sysv.S +456 -0
  395. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/closures.c +1107 -0
  396. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/dlmalloc.c +5171 -0
  397. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/ffi.c +616 -0
  398. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/unix.S +585 -0
  399. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffi.c +621 -0
  400. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +82 -0
  401. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/sysv.S +327 -0
  402. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m32r/ffi.c +249 -0
  403. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffi.c +1309 -0
  404. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffitarget.h +251 -0
  405. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/n32.S +772 -0
  406. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/o32.S +561 -0
  407. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/moxie/ffi.c +310 -0
  408. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
  409. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi.c +673 -0
  410. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi64.c +614 -0
  411. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffitarget.h +94 -0
  412. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux32.S +417 -0
  413. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux64.S +681 -0
  414. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/linux.S +427 -0
  415. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1153 -0
  416. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64.S +293 -0
  417. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +566 -0
  418. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/t-aix +5 -0
  419. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/prep_cif.c +283 -0
  420. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/riscv/ffi.c +514 -0
  421. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffi64.c +624 -0
  422. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tramp.c +716 -0
  423. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffi.c +934 -0
  424. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffitarget.h +62 -0
  425. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi.c +832 -0
  426. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi64.c +950 -0
  427. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffitarget.h +164 -0
  428. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffiw64.c +361 -0
  429. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal.h +43 -0
  430. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal64.h +36 -0
  431. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv.S +1272 -0
  432. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +998 -0
  433. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/unix64.S +711 -0
  434. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/win64.S +254 -0
  435. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffi.c +306 -0
  436. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffitarget.h +57 -0
  437. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/sysv.S +268 -0
  438. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.am +135 -0
  439. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.in +664 -0
  440. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +54 -0
  441. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build.sh +63 -0
  442. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +80 -0
  443. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +48 -0
  444. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test.html +7 -0
  445. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +51 -0
  446. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +682 -0
  447. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +283 -0
  448. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1746 -0
  449. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +747 -0
  450. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +41 -0
  451. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +163 -0
  452. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +110 -0
  453. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +48 -0
  454. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +42 -0
  455. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +42 -0
  456. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +60 -0
  457. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +43 -0
  458. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +49 -0
  459. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +49 -0
  460. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +55 -0
  461. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +57 -0
  462. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +63 -0
  463. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +65 -0
  464. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +65 -0
  465. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +67 -0
  466. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +67 -0
  467. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +93 -0
  468. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +61 -0
  469. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +63 -0
  470. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +90 -0
  471. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +78 -0
  472. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +220 -0
  473. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +154 -0
  474. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +134 -0
  475. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +134 -0
  476. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +140 -0
  477. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +90 -0
  478. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +83 -0
  479. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +83 -0
  480. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +102 -0
  481. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +91 -0
  482. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +94 -0
  483. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +92 -0
  484. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +96 -0
  485. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +61 -0
  486. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +112 -0
  487. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +117 -0
  488. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +120 -0
  489. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +131 -0
  490. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +93 -0
  491. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +109 -0
  492. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +113 -0
  493. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +145 -0
  494. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +103 -0
  495. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +114 -0
  496. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +103 -0
  497. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +103 -0
  498. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +113 -0
  499. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +120 -0
  500. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +103 -0
  501. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +137 -0
  502. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +116 -0
  503. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +148 -0
  504. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +140 -0
  505. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +121 -0
  506. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +155 -0
  507. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +121 -0
  508. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +102 -0
  509. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +103 -0
  510. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +103 -0
  511. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +111 -0
  512. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +109 -0
  513. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +111 -0
  514. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +147 -0
  515. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +152 -0
  516. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +113 -0
  517. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +108 -0
  518. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +106 -0
  519. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +109 -0
  520. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +108 -0
  521. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +109 -0
  522. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +111 -0
  523. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +68 -0
  524. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +69 -0
  525. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +46 -0
  526. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +115 -0
  527. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +80 -0
  528. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +78 -0
  529. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +79 -0
  530. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +94 -0
  531. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +99 -0
  532. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +78 -0
  533. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +94 -0
  534. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +79 -0
  535. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +152 -0
  536. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +47 -0
  537. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +44 -0
  538. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +45 -0
  539. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +125 -0
  540. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +45 -0
  541. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +47 -0
  542. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +49 -0
  543. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +49 -0
  544. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +49 -0
  545. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +46 -0
  546. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +343 -0
  547. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +175 -0
  548. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +161 -0
  549. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +146 -0
  550. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +137 -0
  551. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +86 -0
  552. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +115 -0
  553. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +119 -0
  554. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +120 -0
  555. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +120 -0
  556. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +121 -0
  557. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +142 -0
  558. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +120 -0
  559. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +142 -0
  560. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +142 -0
  561. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +86 -0
  562. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +102 -0
  563. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +101 -0
  564. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +124 -0
  565. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +125 -0
  566. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +75 -0
  567. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +118 -0
  568. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +55 -0
  569. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +1 -0
  570. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi.bsd.mk +40 -0
  571. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi.gnu.mk +32 -0
  572. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ext/ffi_c/rbffi.h +55 -0
  573. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/ffi.gemspec +42 -0
  574. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb +188 -0
  575. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/compat.rb +43 -0
  576. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/data_converter.rb +67 -0
  577. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/dynamic_library.rb +89 -0
  578. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/enum.rb +303 -0
  579. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/ffi.rb +50 -0
  580. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/function.rb +71 -0
  581. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/library.rb +576 -0
  582. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/library_path.rb +109 -0
  583. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/managedstruct.rb +84 -0
  584. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
  585. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
  586. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
  587. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/platform/sw_64-linux/types.conf +141 -0
  588. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/platform/x86_64-windows/types.conf +52 -0
  589. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/platform.rb +187 -0
  590. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/struct.rb +317 -0
  591. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/struct_layout.rb +96 -0
  592. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/struct_layout_builder.rb +227 -0
  593. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/types.rb +220 -0
  594. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/variadic.rb +80 -0
  595. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/version.rb +3 -0
  596. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  597. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/samples/hello_ractor.rb +11 -0
  598. data/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/samples/qsort_ractor.rb +28 -0
  599. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/CHANGES.md +503 -0
  600. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/README.md +425 -0
  601. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/Makefile +202 -0
  602. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/generator/Makefile +267 -0
  603. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/generator/generator.c +1673 -0
  604. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/generator/generator.h +177 -0
  605. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/generator/generator.o +0 -0
  606. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/generator/generator.so +0 -0
  607. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/parser/Makefile +267 -0
  608. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/parser/parser.c +2211 -0
  609. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/parser/parser.o +0 -0
  610. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/parser/parser.rl +971 -0
  611. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/ext/json/ext/parser/parser.so +0 -0
  612. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/json.gemspec +68 -0
  613. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/bigdecimal.rb +58 -0
  614. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/complex.rb +51 -0
  615. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/date.rb +54 -0
  616. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/date_time.rb +67 -0
  617. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/exception.rb +49 -0
  618. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/ostruct.rb +51 -0
  619. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/range.rb +54 -0
  620. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/rational.rb +49 -0
  621. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/regexp.rb +48 -0
  622. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/set.rb +48 -0
  623. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/struct.rb +52 -0
  624. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/symbol.rb +48 -0
  625. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/add/time.rb +59 -0
  626. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/common.rb +697 -0
  627. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/ext/generator.so +0 -0
  628. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/ext/parser.so +0 -0
  629. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/pure/generator.rb +513 -0
  630. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json/version.rb +9 -0
  631. data/vendor/bundle/ruby/3.0.0/gems/json-2.7.1/lib/json.rb +592 -0
  632. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/CHANGELOG.md +451 -0
  633. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/LICENSE.txt +22 -0
  634. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/README.md +224 -0
  635. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/SECURITY.md +25 -0
  636. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/data/list.txt +15431 -0
  637. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb +235 -0
  638. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb +41 -0
  639. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb +247 -0
  640. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb +350 -0
  641. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb +14 -0
  642. data/vendor/bundle/ruby/3.0.0/gems/public_suffix-5.0.4/lib/public_suffix.rb +177 -0
  643. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/History.rdoc +2403 -0
  644. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/README.rdoc +155 -0
  645. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
  646. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
  647. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
  648. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
  649. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
  650. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
  651. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
  652. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
  653. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
  654. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
  655. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
  656. data/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/rake.gemspec +100 -0
  657. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/BSDL +24 -0
  658. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/COPYING +64 -0
  659. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/README.md +97 -0
  660. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/Rakefile +66 -0
  661. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/doc/text/news.md +1533 -0
  662. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/assertions.rb +2256 -0
  663. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/attribute.rb +227 -0
  664. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/autorunner.rb +569 -0
  665. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/code-snippet-fetcher.rb +58 -0
  666. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/collector/load.rb +197 -0
  667. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/color-scheme.rb +216 -0
  668. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/data-sets.rb +116 -0
  669. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/data.rb +371 -0
  670. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/diff.rb +745 -0
  671. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/notification.rb +138 -0
  672. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/omission.rb +198 -0
  673. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/pending.rb +155 -0
  674. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/priority.rb +196 -0
  675. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/runner/console.rb +67 -0
  676. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/testcase.rb +899 -0
  677. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/testrunner.rb +733 -0
  678. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/util/observable.rb +90 -0
  679. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/util/output.rb +32 -0
  680. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit/version.rb +5 -0
  681. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test/unit.rb +519 -0
  682. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/lib/test-unit.rb +17 -0
  683. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/collector/test-load.rb +475 -0
  684. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/test-assertions.rb +2187 -0
  685. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/test-code-snippet.rb +79 -0
  686. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/test-color-scheme.rb +123 -0
  687. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/test-priority.rb +184 -0
  688. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/test-test-case.rb +1284 -0
  689. data/vendor/bundle/ruby/3.0.0/gems/test-unit-3.3.9/test/testunit-test-util.rb +33 -0
  690. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
  691. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
  692. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
  693. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/Gemfile +36 -0
  694. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/README.md +588 -0
  695. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +85 -0
  696. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +206 -0
  697. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +223 -0
  698. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +305 -0
  699. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +5 -0
  700. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +256 -0
  701. data/vendor/bundle/ruby/3.0.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +323 -0
  702. data/vendor/bundle/ruby/3.0.0/specifications/addressable-2.8.6.gemspec +37 -0
  703. data/vendor/bundle/ruby/3.0.0/specifications/ethon-0.16.0.gemspec +30 -0
  704. data/vendor/bundle/ruby/3.0.0/specifications/ffi-1.16.3.gemspec +43 -0
  705. data/vendor/bundle/ruby/3.0.0/specifications/json-2.7.1.gemspec +0 -0
  706. data/vendor/bundle/ruby/3.0.0/specifications/power_assert-2.0.3.gemspec +46 -0
  707. data/vendor/bundle/ruby/3.0.0/specifications/public_suffix-5.0.4.gemspec +24 -0
  708. data/vendor/bundle/ruby/3.0.0/specifications/rake-13.0.6.gemspec +26 -0
  709. data/vendor/bundle/ruby/3.0.0/specifications/test-unit-3.3.9.gemspec +41 -0
  710. data/vendor/bundle/ruby/3.0.0/specifications/typhoeus-1.4.1.gemspec +30 -0
  711. metadata +1148 -1143
  712. data/lib/wallee-ruby-sdk/models/database_translated_string.rb +0 -215
  713. data/lib/wallee-ruby-sdk/models/database_translated_string_create.rb +0 -193
  714. data/lib/wallee-ruby-sdk/models/database_translated_string_item.rb +0 -226
  715. data/lib/wallee-ruby-sdk/models/database_translated_string_item_create.rb +0 -221
  716. data/vendor/bundle/ruby/2.7.0/cache/addressable-2.8.1.gem +0 -0
  717. data/vendor/bundle/ruby/2.7.0/cache/ffi-1.15.5.gem +0 -0
  718. data/vendor/bundle/ruby/2.7.0/cache/json-2.6.3.gem +0 -0
  719. data/vendor/bundle/ruby/2.7.0/cache/public_suffix-5.0.1.gem +0 -0
  720. data/vendor/bundle/ruby/2.7.0/cache/rake-12.3.3.gem +0 -0
  721. data/vendor/bundle/ruby/2.7.0/cache/test-unit-3.2.9.gem +0 -0
  722. data/vendor/bundle/ruby/2.7.0/cache/typhoeus-1.4.0.gem +0 -0
  723. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/ffi-1.15.5/ffi_c.so +0 -0
  724. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/ffi-1.15.5/gem_make.out +0 -43
  725. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/ffi-1.15.5/mkmf.log +0 -232
  726. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/json-2.6.3/gem_make.out +0 -13
  727. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/json-2.6.3/json/ext/generator.so +0 -0
  728. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/json-2.6.3/json/ext/parser.so +0 -0
  729. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/json-2.6.3/mkmf.log +0 -120
  730. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/CHANGELOG.md +0 -262
  731. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/Rakefile +0 -34
  732. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/lib/addressable/idna/native.rb +0 -60
  733. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/lib/addressable/idna/pure.rb +0 -677
  734. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/lib/addressable/template.rb +0 -1030
  735. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/lib/addressable/uri.rb +0 -2560
  736. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/lib/addressable/version.rb +0 -31
  737. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/spec/addressable/idna_spec.rb +0 -301
  738. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/spec/addressable/template_spec.rb +0 -1468
  739. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/spec/addressable/uri_spec.rb +0 -6745
  740. data/vendor/bundle/ruby/2.7.0/gems/addressable-2.8.1/tasks/gem.rake +0 -95
  741. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/CHANGELOG.md +0 -338
  742. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/Gemfile +0 -14
  743. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/README.md +0 -136
  744. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/Rakefile +0 -191
  745. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.c +0 -1104
  746. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.h +0 -175
  747. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o +0 -0
  748. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.c +0 -162
  749. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.h +0 -59
  750. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o +0 -0
  751. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.c +0 -360
  752. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o +0 -0
  753. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Call.c +0 -487
  754. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Call.o +0 -0
  755. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o +0 -0
  756. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.c +0 -334
  757. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o +0 -0
  758. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Function.c +0 -917
  759. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Function.h +0 -83
  760. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Function.o +0 -0
  761. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.c +0 -266
  762. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o +0 -0
  763. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/LastError.c +0 -225
  764. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o +0 -0
  765. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o +0 -0
  766. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +0 -266
  767. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.c +0 -168
  768. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.h +0 -59
  769. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o +0 -0
  770. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.c +0 -192
  771. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o +0 -0
  772. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.c +0 -348
  773. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o +0 -0
  774. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o +0 -0
  775. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.c +0 -507
  776. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.h +0 -59
  777. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o +0 -0
  778. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Struct.c +0 -822
  779. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Struct.h +0 -112
  780. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o +0 -0
  781. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.c +0 -145
  782. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o +0 -0
  783. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.c +0 -700
  784. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o +0 -0
  785. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o +0 -0
  786. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Type.c +0 -379
  787. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Type.h +0 -61
  788. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Type.o +0 -0
  789. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Types.c +0 -138
  790. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Types.o +0 -0
  791. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.c +0 -303
  792. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o +0 -0
  793. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/compat.h +0 -82
  794. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/extconf.h +0 -7
  795. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/extconf.rb +0 -98
  796. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ffi.c +0 -93
  797. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o +0 -0
  798. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so +0 -0
  799. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.appveyor.yml +0 -66
  800. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.gitignore +0 -38
  801. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build-cross-in-container.sh +0 -14
  802. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build-in-container.sh +0 -12
  803. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build.sh +0 -142
  804. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/install.sh +0 -71
  805. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/site.exp +0 -27
  806. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis.yml +0 -83
  807. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/LICENSE +0 -21
  808. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/Makefile.am +0 -150
  809. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/Makefile.in +0 -2060
  810. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/README.md +0 -486
  811. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/acinclude.m4 +0 -479
  812. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/config.guess +0 -1687
  813. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/config.sub +0 -1851
  814. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure +0 -22050
  815. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure.ac +0 -415
  816. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure.host +0 -318
  817. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/Makefile.in +0 -815
  818. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/libffi.texi +0 -997
  819. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/version.texi +0 -4
  820. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/fficonfig.h.in +0 -223
  821. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -201
  822. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/Makefile.am +0 -9
  823. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/Makefile.in +0 -608
  824. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi.h.in +0 -523
  825. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
  826. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi_common.h +0 -153
  827. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/install-sh +0 -518
  828. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/libtool-version +0 -29
  829. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/ltmain.sh +0 -11251
  830. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -194
  831. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
  832. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -88
  833. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/man/Makefile.in +0 -562
  834. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing +0 -215
  835. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
  836. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/msvcc.sh +0 -353
  837. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1025
  838. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/internal.h +0 -68
  839. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -451
  840. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
  841. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
  842. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
  843. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/ffi.c +0 -876
  844. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
  845. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/internal.h +0 -7
  846. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/sysv.S +0 -385
  847. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/closures.c +0 -1021
  848. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
  849. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/ia64/ffi.c +0 -604
  850. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/ia64/unix.S +0 -567
  851. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
  852. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/ffi.c +0 -1134
  853. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -244
  854. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/n32.S +0 -663
  855. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/o32.S +0 -504
  856. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/moxie/ffi.c +0 -285
  857. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
  858. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/ffi.c +0 -674
  859. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -80
  860. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/hpux32.S +0 -370
  861. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/linux.S +0 -380
  862. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  863. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -291
  864. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -564
  865. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/prep_cif.c +0 -263
  866. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/riscv/ffi.c +0 -481
  867. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
  868. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffi.c +0 -770
  869. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffi64.c +0 -895
  870. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -160
  871. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -318
  872. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/internal.h +0 -29
  873. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
  874. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/sysv.S +0 -1138
  875. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -995
  876. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/unix64.S +0 -621
  877. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/win64.S +0 -241
  878. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
  879. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
  880. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -258
  881. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/Makefile.am +0 -122
  882. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/Makefile.in +0 -648
  883. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -660
  884. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
  885. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1745
  886. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -743
  887. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -138
  888. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
  889. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
  890. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
  891. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
  892. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
  893. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
  894. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
  895. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
  896. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
  897. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
  898. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
  899. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
  900. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
  901. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -89
  902. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -81
  903. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -81
  904. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -82
  905. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -89
  906. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -92
  907. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -90
  908. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -95
  909. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -55
  910. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -94
  911. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -95
  912. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -96
  913. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -102
  914. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -89
  915. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -91
  916. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -93
  917. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -113
  918. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -90
  919. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -95
  920. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -90
  921. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -90
  922. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -95
  923. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -98
  924. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -90
  925. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -109
  926. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -98
  927. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -124
  928. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -113
  929. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -99
  930. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -117
  931. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -97
  932. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -88
  933. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -90
  934. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -91
  935. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -93
  936. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -91
  937. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -92
  938. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -132
  939. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -115
  940. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -95
  941. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -91
  942. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -91
  943. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -92
  944. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -91
  945. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -91
  946. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -93
  947. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -66
  948. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -61
  949. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -42
  950. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -105
  951. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -61
  952. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -74
  953. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -74
  954. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -86
  955. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -91
  956. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -74
  957. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -86
  958. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -74
  959. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -142
  960. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -44
  961. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -42
  962. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -42
  963. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -114
  964. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -42
  965. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar_va.c +0 -44
  966. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -43
  967. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -45
  968. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -45
  969. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -47
  970. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -43
  971. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort_va.c +0 -44
  972. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -138
  973. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
  974. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -152
  975. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
  976. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -134
  977. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -121
  978. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -110
  979. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -111
  980. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -111
  981. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -112
  982. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -131
  983. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -111
  984. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -131
  985. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -131
  986. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
  987. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
  988. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -70
  989. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -117
  990. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -54
  991. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi.bsd.mk +0 -40
  992. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi.gnu.mk +0 -32
  993. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/rbffi.h +0 -55
  994. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ffi.gemspec +0 -42
  995. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb +0 -203
  996. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/data_converter.rb +0 -67
  997. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/enum.rb +0 -296
  998. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/ffi.rb +0 -47
  999. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/library.rb +0 -592
  1000. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/managedstruct.rb +0 -84
  1001. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/platform.rb +0 -185
  1002. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/struct.rb +0 -316
  1003. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/struct_layout.rb +0 -96
  1004. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/struct_layout_builder.rb +0 -227
  1005. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/types.rb +0 -194
  1006. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/variadic.rb +0 -69
  1007. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi/version.rb +0 -3
  1008. data/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/lib/ffi_c.so +0 -0
  1009. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/CHANGES.md +0 -457
  1010. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/README.md +0 -425
  1011. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/VERSION +0 -1
  1012. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/Makefile +0 -202
  1013. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +0 -267
  1014. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/generator/generator.c +0 -1608
  1015. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/generator/generator.h +0 -174
  1016. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/generator/generator.o +0 -0
  1017. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/generator/generator.so +0 -0
  1018. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +0 -267
  1019. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/parser/parser.c +0 -3347
  1020. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/parser/parser.o +0 -0
  1021. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/parser/parser.rl +0 -986
  1022. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/ext/json/ext/parser/parser.so +0 -0
  1023. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/json.gemspec +0 -67
  1024. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/bigdecimal.rb +0 -29
  1025. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/complex.rb +0 -28
  1026. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/date.rb +0 -34
  1027. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/date_time.rb +0 -50
  1028. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/exception.rb +0 -31
  1029. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/ostruct.rb +0 -31
  1030. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/range.rb +0 -29
  1031. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/rational.rb +0 -27
  1032. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/regexp.rb +0 -30
  1033. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/set.rb +0 -29
  1034. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/struct.rb +0 -30
  1035. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/symbol.rb +0 -25
  1036. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/add/time.rb +0 -38
  1037. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/common.rb +0 -703
  1038. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/ext/generator.so +0 -0
  1039. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/ext/parser.so +0 -0
  1040. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/pure/generator.rb +0 -479
  1041. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json/version.rb +0 -9
  1042. data/vendor/bundle/ruby/2.7.0/gems/json-2.6.3/lib/json.rb +0 -583
  1043. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.github/FUNDING.yml +0 -12
  1044. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.github/dependabot.yml +0 -19
  1045. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.github/workflows/psl-update.yml +0 -38
  1046. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.github/workflows/release.yml +0 -18
  1047. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.github/workflows/tests.yml +0 -29
  1048. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.gitignore +0 -8
  1049. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.rubocop.yml +0 -37
  1050. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/.rubocop_opinionated.yml +0 -135
  1051. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/CHANGELOG.md +0 -432
  1052. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/Gemfile +0 -14
  1053. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/LICENSE.txt +0 -22
  1054. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/README.md +0 -217
  1055. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/Rakefile +0 -52
  1056. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/SECURITY.md +0 -104
  1057. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/bin/console +0 -15
  1058. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/data/list.txt +0 -14189
  1059. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/lib/public_suffix/domain.rb +0 -235
  1060. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/lib/public_suffix/errors.rb +0 -41
  1061. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/lib/public_suffix/list.rb +0 -247
  1062. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/lib/public_suffix/rule.rb +0 -350
  1063. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/lib/public_suffix/version.rb +0 -15
  1064. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/lib/public_suffix.rb +0 -177
  1065. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/public_suffix.gemspec +0 -29
  1066. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/.empty +0 -2
  1067. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/acceptance_test.rb +0 -131
  1068. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/benchmarks/bm_find.rb +0 -66
  1069. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/benchmarks/bm_find_all.rb +0 -102
  1070. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/benchmarks/bm_names.rb +0 -91
  1071. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/benchmarks/bm_select.rb +0 -26
  1072. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/benchmarks/bm_select_incremental.rb +0 -25
  1073. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/benchmarks/bm_valid.rb +0 -101
  1074. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/profilers/domain_profiler.rb +0 -12
  1075. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/profilers/find_profiler.rb +0 -12
  1076. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/profilers/find_profiler_jp.rb +0 -12
  1077. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/profilers/initialization_profiler.rb +0 -11
  1078. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/profilers/list_profsize.rb +0 -11
  1079. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/profilers/object_binsize.rb +0 -57
  1080. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/psl_test.rb +0 -52
  1081. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/test_helper.rb +0 -10
  1082. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/tests.txt +0 -98
  1083. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/unit/domain_test.rb +0 -106
  1084. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/unit/errors_test.rb +0 -25
  1085. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/unit/list_test.rb +0 -241
  1086. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/unit/public_suffix_test.rb +0 -188
  1087. data/vendor/bundle/ruby/2.7.0/gems/public_suffix-5.0.1/test/unit/rule_test.rb +0 -222
  1088. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/CONTRIBUTING.rdoc +0 -43
  1089. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/Gemfile +0 -3
  1090. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/History.rdoc +0 -2344
  1091. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/README.rdoc +0 -156
  1092. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/Rakefile +0 -41
  1093. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/azure-pipelines.yml +0 -11
  1094. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/bundle +0 -105
  1095. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/console +0 -7
  1096. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rake +0 -29
  1097. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rdoc +0 -29
  1098. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rubocop +0 -29
  1099. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/setup +0 -6
  1100. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/application.rb +0 -824
  1101. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/clean.rb +0 -78
  1102. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_utils.rb +0 -137
  1103. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_utils_ext.rb +0 -145
  1104. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/packagetask.rb +0 -207
  1105. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +0 -27
  1106. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task.rb +0 -413
  1107. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_manager.rb +0 -324
  1108. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/testtask.rb +0 -224
  1109. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/thread_pool.rb +0 -163
  1110. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/version.rb +0 -10
  1111. data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/rake.gemspec +0 -42
  1112. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/COPYING +0 -67
  1113. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/GPL +0 -339
  1114. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/LGPL +0 -502
  1115. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/README.md +0 -101
  1116. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/Rakefile +0 -80
  1117. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/doc/text/news.md +0 -1374
  1118. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/assertions.rb +0 -2249
  1119. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/attribute.rb +0 -226
  1120. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/autorunner.rb +0 -533
  1121. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/code-snippet-fetcher.rb +0 -58
  1122. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/collector/load.rb +0 -199
  1123. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/color-scheme.rb +0 -198
  1124. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/data-sets.rb +0 -116
  1125. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/data.rb +0 -371
  1126. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/diff.rb +0 -746
  1127. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/notification.rb +0 -136
  1128. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/omission.rb +0 -195
  1129. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/pending.rb +0 -154
  1130. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/priority.rb +0 -192
  1131. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/runner/console.rb +0 -84
  1132. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/testcase.rb +0 -862
  1133. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/ui/console/testrunner.rb +0 -750
  1134. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/util/observable.rb +0 -90
  1135. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/util/output.rb +0 -31
  1136. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit/version.rb +0 -5
  1137. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test/unit.rb +0 -505
  1138. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/lib/test-unit.rb +0 -34
  1139. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/collector/test-load.rb +0 -442
  1140. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/test-assertions.rb +0 -2180
  1141. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/test-code-snippet.rb +0 -37
  1142. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/test-color-scheme.rb +0 -82
  1143. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/test-priority.rb +0 -173
  1144. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/test-test-case.rb +0 -1279
  1145. data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.2.9/test/testunit-test-util.rb +0 -31
  1146. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/.travis.yml +0 -26
  1147. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/CHANGELOG.md +0 -406
  1148. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/Gemfile +0 -32
  1149. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/README.md +0 -584
  1150. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/lib/typhoeus/config.rb +0 -69
  1151. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/lib/typhoeus/easy_factory.rb +0 -180
  1152. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/lib/typhoeus/request.rb +0 -221
  1153. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/lib/typhoeus/response/informations.rb +0 -248
  1154. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/lib/typhoeus/version.rb +0 -5
  1155. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/spec/typhoeus/request_spec.rb +0 -232
  1156. data/vendor/bundle/ruby/2.7.0/gems/typhoeus-1.4.0/spec/typhoeus/response/informations_spec.rb +0 -283
  1157. data/vendor/bundle/ruby/2.7.0/specifications/addressable-2.8.1.gemspec +0 -37
  1158. data/vendor/bundle/ruby/2.7.0/specifications/ethon-0.16.0.gemspec +0 -30
  1159. data/vendor/bundle/ruby/2.7.0/specifications/ffi-1.15.5.gemspec +0 -42
  1160. data/vendor/bundle/ruby/2.7.0/specifications/json-2.6.3.gemspec +0 -0
  1161. data/vendor/bundle/ruby/2.7.0/specifications/power_assert-2.0.3.gemspec +0 -46
  1162. data/vendor/bundle/ruby/2.7.0/specifications/public_suffix-5.0.1.gemspec +0 -24
  1163. data/vendor/bundle/ruby/2.7.0/specifications/rake-12.3.3.gemspec +0 -43
  1164. data/vendor/bundle/ruby/2.7.0/specifications/test-unit-3.2.9.gemspec +0 -41
  1165. data/vendor/bundle/ruby/2.7.0/specifications/typhoeus-1.4.0.gemspec +0 -30
  1166. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/bin/rake +0 -0
  1167. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/cache/ethon-0.16.0.gem +0 -0
  1168. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/cache/power_assert-2.0.3.gem +0 -0
  1169. /data/vendor/bundle/ruby/{2.7.0/extensions/x86_64-linux/2.7.0/ffi-1.15.5 → 3.0.0/extensions/x86_64-linux/3.0.0/ffi-1.16.3}/gem.build_complete +0 -0
  1170. /data/vendor/bundle/ruby/{2.7.0/extensions/x86_64-linux/2.7.0/json-2.6.3 → 3.0.0/extensions/x86_64-linux/3.0.0/json-2.7.1}/gem.build_complete +0 -0
  1171. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/Gemfile +0 -0
  1172. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/LICENSE.txt +0 -0
  1173. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/README.md +0 -0
  1174. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/data/unicode.data +0 -0
  1175. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/lib/addressable/idna.rb +0 -0
  1176. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/lib/addressable.rb +0 -0
  1177. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/spec/addressable/net_http_compat_spec.rb +0 -0
  1178. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/spec/addressable/security_spec.rb +0 -0
  1179. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/spec/spec_helper.rb +0 -0
  1180. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/tasks/clobber.rake +0 -0
  1181. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/tasks/git.rake +0 -0
  1182. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/tasks/metrics.rake +0 -0
  1183. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/tasks/profile.rake +0 -0
  1184. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/tasks/rspec.rake +0 -0
  1185. /data/vendor/bundle/ruby/{2.7.0/gems/addressable-2.8.1 → 3.0.0/gems/addressable-2.8.6}/tasks/yard.rake +0 -0
  1186. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/.github/workflows/ruby.yml +0 -0
  1187. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/.gitignore +0 -0
  1188. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/.rspec +0 -0
  1189. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/CHANGELOG.md +0 -0
  1190. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/Gemfile +0 -0
  1191. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/Guardfile +0 -0
  1192. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/LICENSE +0 -0
  1193. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/README.md +0 -0
  1194. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/Rakefile +0 -0
  1195. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/ethon.gemspec +0 -0
  1196. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curl.rb +0 -0
  1197. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +0 -0
  1198. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/codes.rb +0 -0
  1199. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/constants.rb +0 -0
  1200. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb +0 -0
  1201. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/functions.rb +0 -0
  1202. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/infos.rb +0 -0
  1203. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/messages.rb +0 -0
  1204. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/options.rb +0 -0
  1205. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/curls/settings.rb +0 -0
  1206. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +0 -0
  1207. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb +0 -0
  1208. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/features.rb +0 -0
  1209. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/form.rb +0 -0
  1210. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/header.rb +0 -0
  1211. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb +0 -0
  1212. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb +0 -0
  1213. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb +0 -0
  1214. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb +0 -0
  1215. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb +0 -0
  1216. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb +0 -0
  1217. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb +0 -0
  1218. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb +0 -0
  1219. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb +0 -0
  1220. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb +0 -0
  1221. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb +0 -0
  1222. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/http.rb +0 -0
  1223. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +0 -0
  1224. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb +0 -0
  1225. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/operations.rb +0 -0
  1226. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/options.rb +0 -0
  1227. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/params.rb +0 -0
  1228. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb +0 -0
  1229. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +0 -0
  1230. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy/util.rb +0 -0
  1231. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/easy.rb +0 -0
  1232. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb +0 -0
  1233. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb +0 -0
  1234. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb +0 -0
  1235. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb +0 -0
  1236. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb +0 -0
  1237. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb +0 -0
  1238. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb +0 -0
  1239. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb +0 -0
  1240. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors/select.rb +0 -0
  1241. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/errors.rb +0 -0
  1242. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/libc.rb +0 -0
  1243. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/loggable.rb +0 -0
  1244. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/multi/operations.rb +0 -0
  1245. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/multi/options.rb +0 -0
  1246. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/multi/stack.rb +0 -0
  1247. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/multi.rb +0 -0
  1248. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon/version.rb +0 -0
  1249. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/lib/ethon.rb +0 -0
  1250. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/profile/benchmarks.rb +0 -0
  1251. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/profile/memory_leaks.rb +0 -0
  1252. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/profile/perf_spec_helper.rb +0 -0
  1253. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb +0 -0
  1254. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb +0 -0
  1255. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb +0 -0
  1256. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/curl_spec.rb +0 -0
  1257. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +0 -0
  1258. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb +0 -0
  1259. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb +0 -0
  1260. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb +0 -0
  1261. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb +0 -0
  1262. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb +0 -0
  1263. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb +0 -0
  1264. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb +0 -0
  1265. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb +0 -0
  1266. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb +0 -0
  1267. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb +0 -0
  1268. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb +0 -0
  1269. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb +0 -0
  1270. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb +0 -0
  1271. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +0 -0
  1272. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +0 -0
  1273. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +0 -0
  1274. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb +0 -0
  1275. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb +0 -0
  1276. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  1277. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb +0 -0
  1278. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/easy_spec.rb +0 -0
  1279. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/libc_spec.rb +0 -0
  1280. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb +0 -0
  1281. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb +0 -0
  1282. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb +0 -0
  1283. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb +0 -0
  1284. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/ethon/multi_spec.rb +0 -0
  1285. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/spec_helper.rb +0 -0
  1286. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/support/localhost_server.rb +0 -0
  1287. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/ethon-0.16.0/spec/support/server.rb +0 -0
  1288. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/COPYING +0 -0
  1289. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/LICENSE +0 -0
  1290. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/LICENSE.SPECS +0 -0
  1291. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/.sitearchdir.time +0 -0
  1292. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/Call.h +0 -0
  1293. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/ClosurePool.c +0 -0
  1294. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/ClosurePool.h +0 -0
  1295. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/DynamicLibrary.h +0 -0
  1296. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/LastError.h +0 -0
  1297. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/LongDouble.c +0 -0
  1298. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/LongDouble.h +0 -0
  1299. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/MemoryPointer.h +0 -0
  1300. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/MethodHandle.h +0 -0
  1301. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/Platform.c +0 -0
  1302. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/Platform.h +0 -0
  1303. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/StructByValue.h +0 -0
  1304. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/Thread.c +0 -0
  1305. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/Thread.h +0 -0
  1306. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/Types.h +0 -0
  1307. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/ar-lib +0 -0
  1308. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/bfin-sim.exp +0 -0
  1309. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/compile +0 -0
  1310. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/m32r-sim.exp +0 -0
  1311. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/moxie-sim.exp +0 -0
  1312. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/or1k-sim.exp +0 -0
  1313. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/powerpc-eabisim.exp +0 -0
  1314. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci}/wine-sim.exp +0 -0
  1315. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/.gitattributes +0 -0
  1316. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
  1317. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  1318. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  1319. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/autogen.sh +0 -0
  1320. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
  1321. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/libffi.map.in +0 -0
  1322. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  1323. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  1324. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  1325. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  1326. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  1327. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  1328. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  1329. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  1330. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  1331. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  1332. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  1333. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  1334. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  1335. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  1336. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  1337. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  1338. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  1339. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  1340. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  1341. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  1342. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  1343. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
  1344. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
  1345. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  1346. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  1347. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  1348. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  1349. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  1350. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  1351. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  1352. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  1353. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  1354. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  1355. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  1356. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  1357. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  1358. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  1359. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  1360. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
  1361. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
  1362. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
  1363. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/debug.c +0 -0
  1364. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  1365. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  1366. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  1367. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  1368. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  1369. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  1370. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
  1371. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
  1372. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
  1373. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
  1374. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  1375. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  1376. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  1377. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  1378. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  1379. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  1380. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  1381. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  1382. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  1383. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  1384. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  1385. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  1386. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  1387. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  1388. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  1389. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  1390. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
  1391. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
  1392. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
  1393. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  1394. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  1395. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  1396. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  1397. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  1398. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  1399. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  1400. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
  1401. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  1402. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  1403. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
  1404. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  1405. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
  1406. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  1407. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  1408. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  1409. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  1410. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
  1411. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  1412. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
  1413. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
  1414. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  1415. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  1416. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  1417. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  1418. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  1419. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  1420. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
  1421. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  1422. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  1423. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  1424. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  1425. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  1426. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  1427. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  1428. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/types.c +0 -0
  1429. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  1430. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  1431. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  1432. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  1433. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  1434. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/stamp-h.in +0 -0
  1435. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
  1436. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
  1437. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
  1438. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
  1439. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
  1440. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
  1441. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
  1442. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
  1443. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
  1444. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
  1445. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
  1446. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
  1447. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
  1448. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
  1449. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
  1450. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
  1451. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
  1452. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
  1453. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
  1454. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
  1455. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
  1456. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
  1457. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
  1458. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
  1459. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c} +0 -0
  1460. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
  1461. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
  1462. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
  1463. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
  1464. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
  1465. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
  1466. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
  1467. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
  1468. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
  1469. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
  1470. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
  1471. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
  1472. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
  1473. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
  1474. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
  1475. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
  1476. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
  1477. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
  1478. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
  1479. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
  1480. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
  1481. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
  1482. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
  1483. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
  1484. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
  1485. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
  1486. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.complex → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures}/ffitest.h +0 -0
  1487. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
  1488. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
  1489. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
  1490. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
  1491. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
  1492. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
  1493. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
  1494. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
  1495. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
  1496. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
  1497. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
  1498. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
  1499. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
  1500. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
  1501. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
  1502. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
  1503. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
  1504. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
  1505. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
  1506. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
  1507. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
  1508. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
  1509. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
  1510. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
  1511. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
  1512. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
  1513. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
  1514. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
  1515. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.go → 3.0.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex}/ffitest.h +0 -0
  1516. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
  1517. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
  1518. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
  1519. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
  1520. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
  1521. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
  1522. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
  1523. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
  1524. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
  1525. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
  1526. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
  1527. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
  1528. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
  1529. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
  1530. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
  1531. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
  1532. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
  1533. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
  1534. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
  1535. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
  1536. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi.darwin.mk +0 -0
  1537. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi.mk +0 -0
  1538. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi.vc.mk +0 -0
  1539. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/libffi.vc64.mk +0 -0
  1540. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/ext/ffi_c/rbffi_endian.h +0 -0
  1541. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/abstract_memory.rb +0 -0
  1542. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/buffer.rb +0 -0
  1543. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/callback.rb +0 -0
  1544. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/errno.rb +0 -0
  1545. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/io.rb +0 -0
  1546. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/memorypointer.rb +0 -0
  1547. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
  1548. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  1549. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  1550. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  1551. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
  1552. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/lib/ffi/platform/x86_64-windows → 3.0.0/gems/ffi-1.16.3/lib/ffi/platform/aarch64-windows}/types.conf +0 -0
  1553. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  1554. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  1555. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/arm-linux/types.conf +0 -0
  1556. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  1557. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  1558. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  1559. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  1560. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  1561. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-linux/types.conf +0 -0
  1562. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  1563. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  1564. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  1565. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/i386-windows/types.conf +0 -0
  1566. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  1567. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mips-linux/types.conf +0 -0
  1568. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  1569. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  1570. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  1571. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  1572. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  1573. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  1574. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  1575. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  1576. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  1577. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  1578. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  1579. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  1580. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
  1581. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
  1582. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/s390-linux/types.conf +0 -0
  1583. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  1584. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  1585. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  1586. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5/lib/ffi/platform/sparc64-linux → 3.0.0/gems/ffi-1.16.3/lib/ffi/platform/sparcv9-linux}/types.conf +0 -0
  1587. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  1588. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  1589. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  1590. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  1591. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
  1592. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  1593. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  1594. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
  1595. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  1596. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
  1597. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  1598. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  1599. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  1600. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/pointer.rb +0 -0
  1601. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/struct_by_reference.rb +0 -0
  1602. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/tools/const_generator.rb +0 -0
  1603. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/tools/generator.rb +0 -0
  1604. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/tools/generator_task.rb +0 -0
  1605. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/tools/struct_generator.rb +0 -0
  1606. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/tools/types_generator.rb +0 -0
  1607. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi/union.rb +0 -0
  1608. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/lib/ffi.rb +0 -0
  1609. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/rakelib/ffi_gem_helper.rb +0 -0
  1610. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/getlogin.rb +0 -0
  1611. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/getpid.rb +0 -0
  1612. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/gettimeofday.rb +0 -0
  1613. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/hello.rb +0 -0
  1614. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/inotify.rb +0 -0
  1615. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/pty.rb +0 -0
  1616. /data/vendor/bundle/ruby/{2.7.0/gems/ffi-1.15.5 → 3.0.0/gems/ffi-1.16.3}/samples/qsort.rb +0 -0
  1617. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/LICENSE +0 -0
  1618. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/fbuffer/fbuffer.h +0 -0
  1619. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
  1620. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/generator/depend +0 -0
  1621. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/generator/extconf.rb +0 -0
  1622. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
  1623. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/parser/depend +0 -0
  1624. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/parser/extconf.rb +0 -0
  1625. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/ext/parser/parser.h +0 -0
  1626. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/ext/json/extconf.rb +0 -0
  1627. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/lib/json/add/core.rb +0 -0
  1628. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/lib/json/ext.rb +0 -0
  1629. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/lib/json/generic_object.rb +0 -0
  1630. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/lib/json/pure/parser.rb +0 -0
  1631. /data/vendor/bundle/ruby/{2.7.0/gems/json-2.6.3 → 3.0.0/gems/json-2.7.1}/lib/json/pure.rb +0 -0
  1632. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/.github/dependabot.yml +0 -0
  1633. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/.github/workflows/ci.yml +0 -0
  1634. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/.gitignore +0 -0
  1635. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/BSDL +0 -0
  1636. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/COPYING +0 -0
  1637. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/Gemfile +0 -0
  1638. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/LEGAL +0 -0
  1639. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/README.md +0 -0
  1640. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/Rakefile +0 -0
  1641. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/colorize.rb +0 -0
  1642. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/configuration.rb +0 -0
  1643. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/context.rb +0 -0
  1644. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/enable_tracepoint_events.rb +0 -0
  1645. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/inspector.rb +0 -0
  1646. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/parser.rb +0 -0
  1647. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert/version.rb +0 -0
  1648. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/lib/power_assert.rb +0 -0
  1649. /data/vendor/bundle/ruby/{2.7.0 → 3.0.0}/gems/power_assert-2.0.3/power_assert.gemspec +0 -0
  1650. /data/vendor/bundle/ruby/{2.7.0/gems/public_suffix-5.0.1 → 3.0.0/gems/public_suffix-5.0.4}/.yardopts +0 -0
  1651. /data/vendor/bundle/ruby/{2.7.0/gems/public_suffix-5.0.1 → 3.0.0/gems/public_suffix-5.0.4}/2.0-Upgrade.md +0 -0
  1652. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/MIT-LICENSE +0 -0
  1653. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/command_line_usage.rdoc +0 -0
  1654. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/example/Rakefile1 +0 -0
  1655. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/example/Rakefile2 +0 -0
  1656. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/example/a.c +0 -0
  1657. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/example/b.c +0 -0
  1658. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/example/main.c +0 -0
  1659. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/glossary.rdoc +0 -0
  1660. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/jamis.rb +0 -0
  1661. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/proto_rake.rdoc +0 -0
  1662. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/rake.1 +0 -0
  1663. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/rakefile.rdoc +0 -0
  1664. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/doc/rational.rdoc +0 -0
  1665. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/exe/rake +0 -0
  1666. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/backtrace.rb +0 -0
  1667. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/cloneable.rb +0 -0
  1668. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/cpu_counter.rb +0 -0
  1669. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/default_loader.rb +0 -0
  1670. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/dsl_definition.rb +0 -0
  1671. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/early_time.rb +0 -0
  1672. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/ext/core.rb +0 -0
  1673. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/ext/string.rb +0 -0
  1674. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/file_creation_task.rb +0 -0
  1675. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/file_list.rb +0 -0
  1676. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/file_task.rb +0 -0
  1677. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/invocation_chain.rb +0 -0
  1678. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/invocation_exception_mixin.rb +0 -0
  1679. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/late_time.rb +0 -0
  1680. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/linked_list.rb +0 -0
  1681. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/loaders/makefile.rb +0 -0
  1682. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/multi_task.rb +0 -0
  1683. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/name_space.rb +0 -0
  1684. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/phony.rb +0 -0
  1685. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/private_reader.rb +0 -0
  1686. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/promise.rb +0 -0
  1687. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/pseudo_status.rb +0 -0
  1688. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/rake_module.rb +0 -0
  1689. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/rule_recursion_overflow_error.rb +0 -0
  1690. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/scope.rb +0 -0
  1691. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/task_argument_error.rb +0 -0
  1692. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/task_arguments.rb +0 -0
  1693. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/tasklib.rb +0 -0
  1694. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/thread_history_display.rb +0 -0
  1695. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/trace_output.rb +0 -0
  1696. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake/win32.rb +0 -0
  1697. /data/vendor/bundle/ruby/{2.7.0/gems/rake-12.3.3 → 3.0.0/gems/rake-13.0.6}/lib/rake.rb +0 -0
  1698. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/PSFL +0 -0
  1699. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/doc/text/getting-started.md +0 -0
  1700. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/doc/text/how-to.md +0 -0
  1701. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/assertion-failed-error.rb +0 -0
  1702. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/attribute-matcher.rb +0 -0
  1703. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/auto-runner-loader.rb +0 -0
  1704. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/collector/descendant.rb +0 -0
  1705. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/collector/dir.rb +0 -0
  1706. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/collector/objectspace.rb +0 -0
  1707. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/collector/xml.rb +0 -0
  1708. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/collector.rb +0 -0
  1709. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/color.rb +0 -0
  1710. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/error.rb +0 -0
  1711. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/exception-handler.rb +0 -0
  1712. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/failure.rb +0 -0
  1713. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/fault-location-detector.rb +0 -0
  1714. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/fixture.rb +0 -0
  1715. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/runner/emacs.rb +0 -0
  1716. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/runner/xml.rb +0 -0
  1717. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/test-suite-creator.rb +0 -0
  1718. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/testresult.rb +0 -0
  1719. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/testsuite.rb +0 -0
  1720. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/ui/console/outputlevel.rb +0 -0
  1721. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/ui/emacs/testrunner.rb +0 -0
  1722. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/ui/testrunner.rb +0 -0
  1723. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/ui/testrunnermediator.rb +0 -0
  1724. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/ui/testrunnerutilities.rb +0 -0
  1725. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/ui/xml/testrunner.rb +0 -0
  1726. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/util/backtracefilter.rb +0 -0
  1727. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/util/method-owner-finder.rb +0 -0
  1728. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/lib/test/unit/util/procwrapper.rb +0 -0
  1729. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/sample/adder.rb +0 -0
  1730. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/sample/subtracter.rb +0 -0
  1731. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/sample/test_adder.rb +0 -0
  1732. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/sample/test_subtracter.rb +0 -0
  1733. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/sample/test_user.rb +0 -0
  1734. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/collector/test-descendant.rb +0 -0
  1735. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/collector/test_dir.rb +0 -0
  1736. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/collector/test_objectspace.rb +0 -0
  1737. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/header-label.csv +0 -0
  1738. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/header-label.tsv +0 -0
  1739. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/header.csv +0 -0
  1740. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/header.tsv +0 -0
  1741. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/no-header.csv +0 -0
  1742. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/no-header.tsv +0 -0
  1743. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/fixtures/plus.csv +0 -0
  1744. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/run-test.rb +0 -0
  1745. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-attribute-matcher.rb +0 -0
  1746. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-attribute.rb +0 -0
  1747. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-color.rb +0 -0
  1748. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-data.rb +0 -0
  1749. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-diff.rb +0 -0
  1750. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-emacs-runner.rb +0 -0
  1751. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-error.rb +0 -0
  1752. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-failure.rb +0 -0
  1753. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-fault-location-detector.rb +0 -0
  1754. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-fixture.rb +0 -0
  1755. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-notification.rb +0 -0
  1756. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-omission.rb +0 -0
  1757. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-pending.rb +0 -0
  1758. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-test-result.rb +0 -0
  1759. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-test-suite-creator.rb +0 -0
  1760. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/test-test-suite.rb +0 -0
  1761. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/ui/test_testrunmediator.rb +0 -0
  1762. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/util/test-method-owner-finder.rb +0 -0
  1763. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/util/test-output.rb +0 -0
  1764. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/util/test_backtracefilter.rb +0 -0
  1765. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/util/test_observable.rb +0 -0
  1766. /data/vendor/bundle/ruby/{2.7.0/gems/test-unit-3.2.9 → 3.0.0/gems/test-unit-3.3.9}/test/util/test_procwrapper.rb +0 -0
  1767. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/.gitignore +0 -0
  1768. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/.rspec +0 -0
  1769. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/CONTRIBUTING.md +0 -0
  1770. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/Guardfile +0 -0
  1771. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/LICENSE +0 -0
  1772. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/Rakefile +0 -0
  1773. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/UPGRADE.md +0 -0
  1774. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  1775. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  1776. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/rack/typhoeus.rb +0 -0
  1777. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/adapters/faraday.rb +0 -0
  1778. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/cache/dalli.rb +0 -0
  1779. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/cache/rails.rb +0 -0
  1780. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/cache/redis.rb +0 -0
  1781. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/errors/no_stub.rb +0 -0
  1782. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  1783. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/errors.rb +0 -0
  1784. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/expectation.rb +0 -0
  1785. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/addable.rb +0 -0
  1786. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/before.rb +0 -0
  1787. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/block_connection.rb +0 -0
  1788. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/cacheable.rb +0 -0
  1789. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/memoizable.rb +0 -0
  1790. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/queueable.rb +0 -0
  1791. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/runnable.rb +0 -0
  1792. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra/stubbable.rb +0 -0
  1793. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/hydra.rb +0 -0
  1794. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/pool.rb +0 -0
  1795. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/railtie.rb +0 -0
  1796. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/actions.rb +0 -0
  1797. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/before.rb +0 -0
  1798. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/block_connection.rb +0 -0
  1799. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/cacheable.rb +0 -0
  1800. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/callbacks.rb +0 -0
  1801. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/marshal.rb +0 -0
  1802. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/memoizable.rb +0 -0
  1803. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/operations.rb +0 -0
  1804. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/responseable.rb +0 -0
  1805. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/streamable.rb +0 -0
  1806. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/request/stubbable.rb +0 -0
  1807. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/response/cacheable.rb +0 -0
  1808. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/response/header.rb +0 -0
  1809. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/response/status.rb +0 -0
  1810. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus/response.rb +0 -0
  1811. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/lib/typhoeus.rb +0 -0
  1812. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/perf/profile.rb +0 -0
  1813. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/perf/vs_nethttp.rb +0 -0
  1814. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -0
  1815. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -0
  1816. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/spec_helper.rb +0 -0
  1817. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/support/localhost_server.rb +0 -0
  1818. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/support/memory_cache.rb +0 -0
  1819. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/support/server.rb +0 -0
  1820. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/adapters/faraday_spec.rb +0 -0
  1821. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/cache/dalli_spec.rb +0 -0
  1822. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/cache/redis_spec.rb +0 -0
  1823. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/config_spec.rb +0 -0
  1824. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/easy_factory_spec.rb +0 -0
  1825. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/errors/no_stub_spec.rb +0 -0
  1826. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/expectation_spec.rb +0 -0
  1827. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/addable_spec.rb +0 -0
  1828. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/before_spec.rb +0 -0
  1829. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/block_connection_spec.rb +0 -0
  1830. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/cacheable_spec.rb +0 -0
  1831. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/memoizable_spec.rb +0 -0
  1832. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/queueable_spec.rb +0 -0
  1833. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/runnable_spec.rb +0 -0
  1834. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra/stubbable_spec.rb +0 -0
  1835. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/hydra_spec.rb +0 -0
  1836. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/pool_spec.rb +0 -0
  1837. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/actions_spec.rb +0 -0
  1838. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/before_spec.rb +0 -0
  1839. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/block_connection_spec.rb +0 -0
  1840. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/cacheable_spec.rb +0 -0
  1841. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/callbacks_spec.rb +0 -0
  1842. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/marshal_spec.rb +0 -0
  1843. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/memoizable_spec.rb +0 -0
  1844. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/operations_spec.rb +0 -0
  1845. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/responseable_spec.rb +0 -0
  1846. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/request/stubbable_spec.rb +0 -0
  1847. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/response/header_spec.rb +0 -0
  1848. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/response/status_spec.rb +0 -0
  1849. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus/response_spec.rb +0 -0
  1850. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/spec/typhoeus_spec.rb +0 -0
  1851. /data/vendor/bundle/ruby/{2.7.0/gems/typhoeus-1.4.0 → 3.0.0/gems/typhoeus-1.4.1}/typhoeus.gemspec +0 -0
@@ -0,0 +1,2187 @@
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # Author:: Nathaniel Talbott.
4
+ # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
5
+ # Copyright (c) 2009-2014 Kouhei Sutou. All rights reserved.
6
+ # License:: Ruby license.
7
+
8
+ require 'test/unit'
9
+ require "testunit-test-util"
10
+
11
+ module Test
12
+ module Unit
13
+ module AssertionCheckable
14
+ include TestUnitTestUtil
15
+
16
+ private
17
+ def check(value, message="")
18
+ add_assertion
19
+ raise AssertionFailedError.new(message) unless value
20
+ end
21
+
22
+ def check_assertions(expect_fail, options={})
23
+ expected_message = options[:expected_message]
24
+ actual_message_normalizer = options[:actual_message_normalizer]
25
+ return_value_expected = options[:return_value_expected]
26
+ @actual_assertion_count = 0
27
+ failed = true
28
+ actual_message = nil
29
+ @catch_assertions = true
30
+ return_value = nil
31
+ begin
32
+ return_value = yield
33
+ failed = false
34
+ rescue AssertionFailedError => error
35
+ return_value = error
36
+ actual_message = error.message
37
+ end
38
+ @catch_assertions = false
39
+
40
+ if expect_fail
41
+ message = "Should have failed, but didn't"
42
+ else
43
+ message = "Should not have failed, but did with message\n" +
44
+ "<#{actual_message}>"
45
+ end
46
+ check(expect_fail == failed, message)
47
+
48
+ message = "Should have made one assertion but made\n" +
49
+ "<#{@actual_assertion_count}>"
50
+ check(1 == @actual_assertion_count, message)
51
+
52
+ if expect_fail
53
+ if actual_message_normalizer
54
+ actual_message = actual_message_normalizer.call(actual_message)
55
+ end
56
+ case expected_message
57
+ when String
58
+ check(expected_message == actual_message,
59
+ "Should have the correct message.\n" +
60
+ "<#{expected_message.inspect}> expected but was\n" +
61
+ "<#{actual_message.inspect}>")
62
+ when Regexp
63
+ check(expected_message =~ actual_message,
64
+ "The message should match correctly.\n" +
65
+ "</#{expected_message.source}/> expected to match\n" +
66
+ "<#{actual_message.inspect}>")
67
+ else
68
+ check(false,
69
+ "Incorrect expected message type in assert_nothing_failed")
70
+ end
71
+ else
72
+ case return_value_expected
73
+ when :dont_care
74
+ # do nothing
75
+ when true
76
+ check(!return_value.nil?, "Should return a value")
77
+ else
78
+ check(return_value.nil?,
79
+ "Should not return a value but returned <#{return_value}>")
80
+ end
81
+ end
82
+
83
+ return_value
84
+ end
85
+
86
+ def check_nothing_fails(return_value_expected=false, &proc)
87
+ check_assertions(false,
88
+ {:expected_message => nil,
89
+ :return_value_expected => return_value_expected},
90
+ &proc)
91
+ end
92
+
93
+ def check_fail(expected_message, options={}, &proc)
94
+ check_assertions(true,
95
+ options.merge(:expected_message => expected_message),
96
+ &proc)
97
+ end
98
+
99
+ def check_fail_exception(expected_message, options={}, &proc)
100
+ normalizer = lambda do |actual_message|
101
+ actual_message.gsub(/^(?:<internal:core> )?[^:\n]+:\d+:.+\n/, "")
102
+ end
103
+ check_assertions(true,
104
+ options.merge(:expected_message => expected_message,
105
+ :actual_message_normalizer => normalizer),
106
+ &proc)
107
+ end
108
+
109
+ def inspect_tag(tag)
110
+ tag.inspect
111
+ end
112
+
113
+ def add_failure(message, location=caller, options=nil)
114
+ unless @catch_assertions
115
+ super
116
+ end
117
+ end
118
+
119
+ def add_assertion
120
+ if @catch_assertions
121
+ @actual_assertion_count += 1
122
+ else
123
+ super
124
+ end
125
+ end
126
+ end
127
+
128
+ class TestAssertions < TestCase
129
+ include AssertionCheckable
130
+
131
+ class TestAssertBlock < self
132
+ def test_pass_without_message
133
+ check_nothing_fails {
134
+ assert_block {true}
135
+ }
136
+ end
137
+
138
+ def test_pass_with_message
139
+ check_nothing_fails {
140
+ assert_block("successful assert_block") {true}
141
+ }
142
+ end
143
+
144
+ def test_failure_without_message
145
+ check_fail("assert_block failed.") {
146
+ assert_block {false}
147
+ }
148
+ end
149
+
150
+ def test_failure_with_message
151
+ check_fail("failed assert_block") {
152
+ assert_block("failed assert_block") {false}
153
+ }
154
+ end
155
+ end
156
+
157
+ class TestAssertEqual < self
158
+ class TestSuccess < self
159
+ def test_without_message
160
+ check_nothing_fails {
161
+ assert_equal("string1", "string1")
162
+ }
163
+ end
164
+
165
+ def test_with_message
166
+ check_nothing_fails {
167
+ assert_equal("string1", "string1", "successful assert_equal")
168
+ }
169
+ end
170
+ end
171
+
172
+ class TestFailure < self
173
+ def test_without_message
174
+ message = <<-EOM.chomp
175
+ <"string1"> expected but was
176
+ <"string2">.
177
+
178
+ diff:
179
+ - string1
180
+ ? ^
181
+ + string2
182
+ ? ^
183
+ EOM
184
+ check_fail(message) {
185
+ assert_equal("string1", "string2")
186
+ }
187
+ end
188
+
189
+ def test_with_message
190
+ message = <<-EOM.chomp
191
+ failed assert_equal.
192
+ <"string1"> expected but was
193
+ <"string2">.
194
+
195
+ diff:
196
+ - string1
197
+ ? ^
198
+ + string2
199
+ ? ^
200
+ EOM
201
+ check_fail(message) {
202
+ assert_equal("string1", "string2", "failed assert_equal")
203
+ }
204
+ end
205
+
206
+ def test_with_message_proc
207
+ message = <<-EOM.chomp
208
+ failed assert_equal.
209
+ <"string1"> expected but was
210
+ <"string2">.
211
+
212
+ diff:
213
+ - string1
214
+ ? ^
215
+ + string2
216
+ ? ^
217
+ EOM
218
+ check_fail(message) do
219
+ assert_equal("string1", "string2", lambda {"failed assert_equal"})
220
+ end
221
+ end
222
+ end
223
+
224
+ class TestSystemMessage < self
225
+ def test_different_type
226
+ message = <<-EOM.chomp
227
+ <"111111"> expected but was
228
+ <111111>.
229
+
230
+ diff:
231
+ - "111111"
232
+ ? - -
233
+ + 111111
234
+ EOM
235
+ check_fail(message) do
236
+ assert_equal("111111", 111111)
237
+ end
238
+ end
239
+
240
+ def test_long_line
241
+ expected = ["0123456789",
242
+ "1123456789",
243
+ "2123456789",
244
+ "3123456789",
245
+ "4123456789",
246
+ "5123456789",
247
+ "6123456789",
248
+ "7123456789",
249
+ "8123456789"].join
250
+ actual = ["0000000000",
251
+ "1123456789",
252
+ "2123456789",
253
+ "3123456789",
254
+ "4123456789",
255
+ "5123456789",
256
+ "6123456789",
257
+ "7123456789",
258
+ "8123456789"].join
259
+ message = <<-EOM.chomp
260
+ <"#{expected}"> expected but was
261
+ <"#{actual}">.
262
+
263
+ diff:
264
+ - #{expected}
265
+ ? ^^^^^^^^^
266
+ + #{actual}
267
+ ? ^^^^^^^^^
268
+
269
+ folded diff:
270
+ - 012345678911234567892123456789312345678941234567895123456789612345678971234567
271
+ ? ^^^^^^^^^
272
+ + 000000000011234567892123456789312345678941234567895123456789612345678971234567
273
+ ? ^^^^^^^^^
274
+ 898123456789
275
+ EOM
276
+ check_fail(message) do
277
+ assert_equal(expected, actual)
278
+ end
279
+ end
280
+
281
+ def test_too_small_difference
282
+ message = <<-EOM.chomp
283
+ <1> expected but was
284
+ <2>.
285
+ EOM
286
+ check_fail(message) do
287
+ assert_equal(1, 2)
288
+ end
289
+ end
290
+
291
+ def test_same_inspected_objects
292
+ same_inspected_class = Class.new do
293
+ def inspect
294
+ "inspected"
295
+ end
296
+ end
297
+ object1 = same_inspected_class.new
298
+ object2 = same_inspected_class.new
299
+ message = <<-EOM.chomp
300
+ <inspected> expected but was
301
+ <inspected>.
302
+ EOM
303
+ check_fail(message) do
304
+ assert_equal(object1, object2)
305
+ end
306
+ end
307
+
308
+ def test_multi_lines_result
309
+ message = <<-EOM.chomp
310
+ <#{AssertionMessage.convert("a\nb")}> expected but was
311
+ <#{AssertionMessage.convert("x")}>.
312
+
313
+ diff:
314
+ + x
315
+ - a
316
+ - b
317
+ EOM
318
+ check_fail(message) do
319
+ assert_equal("a\nb", "x")
320
+ end
321
+ end
322
+
323
+ def test_large_string
324
+ message = <<-EOM.chomp
325
+ <#{AssertionMessage.convert("a\n" + "x" * 997)}> expected but was
326
+ <#{AssertionMessage.convert("x")}>.
327
+
328
+ diff:
329
+ + x
330
+ - a
331
+ - #{"x" * 997}
332
+
333
+ folded diff:
334
+ + x
335
+ - a
336
+ #{(["- " + ("x" * 78)] * 12).join("\n")}
337
+ - #{"x" * 61}
338
+ EOM
339
+ check_fail(message) do
340
+ assert_equal("a\n" + "x" * 997, "x")
341
+ end
342
+
343
+ message = <<-EOM.chomp
344
+ <#{AssertionMessage.convert("a\n" + "x" * 998)}> expected but was
345
+ <#{AssertionMessage.convert("x")}>.
346
+ EOM
347
+ check_fail(message) do
348
+ assert_equal("a\n" + "x" * 998, "x")
349
+ end
350
+ end
351
+
352
+ def test_max_diff_target_string_size
353
+ key = "TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE"
354
+ before_value = ENV[key]
355
+ ENV[key] = "100"
356
+ begin
357
+ message = <<-EOM.chomp
358
+ <#{AssertionMessage.convert("a\n" + "x" * 97)}> expected but was
359
+ <#{AssertionMessage.convert("x")}>.
360
+
361
+ diff:
362
+ + x
363
+ - a
364
+ - #{"x" * 97}
365
+
366
+ folded diff:
367
+ + x
368
+ - a
369
+ #{(["- " + ("x" * 78)]).join("\n")}
370
+ - #{"x" * 19}
371
+ EOM
372
+ check_fail(message) do
373
+ assert_equal("a\n" + "x" * 97, "x")
374
+ end
375
+
376
+ message = <<-EOM.chomp
377
+ <#{AssertionMessage.convert("a\n" + "x" * 98)}> expected but was
378
+ <#{AssertionMessage.convert("x")}>.
379
+ EOM
380
+ check_fail(message) do
381
+ assert_equal("a\n" + "x" * 98, "x")
382
+ end
383
+ ensure
384
+ ENV[key] = before_value
385
+ end
386
+ end
387
+
388
+ def test_different_encoding
389
+ utf8_string = "こんにちは"
390
+ unless utf8_string.respond_to?(:force_encoding)
391
+ omit("encoding test is for Ruby >= 1.9")
392
+ end
393
+ ascii_8bit_string = utf8_string.dup.force_encoding("ascii-8bit")
394
+ message = <<-EOM.chomp
395
+ <#{utf8_string.inspect}>("UTF-8") expected but was
396
+ <#{ascii_8bit_string.inspect}>("ASCII-8BIT").
397
+ EOM
398
+ check_fail(message) do
399
+ assert_equal(utf8_string, ascii_8bit_string)
400
+ end
401
+ end
402
+
403
+ def test_different_hash
404
+ designers = {
405
+ "Ruby" => "Matz",
406
+ "Lisp" => "John McCarthy",
407
+ }
408
+ categories = {
409
+ "LL" => ["Ruby", "Python"],
410
+ "Heavy" => ["C", "C++"],
411
+ }
412
+ message = <<-EOM.chomp
413
+ <{"Lisp"=>"John McCarthy", "Ruby"=>"Matz"}> expected but was
414
+ <{"Heavy"=>["C", "C++"], "LL"=>["Ruby", "Python"]}>.
415
+ EOM
416
+ check_fail(message) do
417
+ assert_equal(designers, categories)
418
+ end
419
+ end
420
+
421
+ def test_recursive_hash
422
+ alice = {"name" => "Alice"}
423
+ bob = {"name" => "Bob"}
424
+ alice["followers"] = [bob]
425
+ bob["followers"] = [alice]
426
+ message = <<-EOM.chomp
427
+ <{"followers"=>[{"followers"=>[{...}], "name"=>"Bob"}], "name"=>"Alice"}> expected but was
428
+ <{"followers"=>[{"followers"=>[{...}], "name"=>"Alice"}], "name"=>"Bob"}>.
429
+
430
+ diff:
431
+ - {"followers"=>[{"followers"=>[{...}], "name"=>"Bob"}], "name"=>"Alice"}
432
+ ? -----------------
433
+ + {"followers"=>[{"followers"=>[{...}], "name"=>"Alice"}], "name"=>"Bob"}
434
+ ? +++++++++++++++++
435
+ EOM
436
+ check_fail(message) do
437
+ assert_equal(alice, bob)
438
+ end
439
+ end
440
+
441
+ def test_numeric
442
+ numeric_family_class = Class.new(Numeric) do
443
+ def inspect
444
+ "inspect is called"
445
+ end
446
+
447
+ def to_s
448
+ "to_s is called"
449
+ end
450
+ end
451
+ numeric = numeric_family_class.new
452
+
453
+ message = <<-MESSAGE.chomp
454
+ <to_s is called> expected but was
455
+ <"must be failed">.
456
+ MESSAGE
457
+ check_fail(message) do
458
+ assert_equal(numeric, "must be failed")
459
+ end
460
+ end
461
+ end
462
+ end
463
+
464
+ def test_assert_raise_success
465
+ return_value = nil
466
+ check_nothing_fails(true) do
467
+ return_value = assert_raise(RuntimeError) do
468
+ raise "Error"
469
+ end
470
+ end
471
+ check(return_value.kind_of?(Exception),
472
+ "Should have returned the exception " +
473
+ "from a successful assert_raise")
474
+ check(return_value.message == "Error",
475
+ "Should have returned the correct exception " +
476
+ "from a successful assert_raise")
477
+
478
+ check_nothing_fails(true) do
479
+ assert_raise(ArgumentError, "successful assert_raise") do
480
+ raise ArgumentError.new("Error")
481
+ end
482
+ end
483
+
484
+ check_nothing_fails(true) do
485
+ assert_raise(RuntimeError) do
486
+ raise "Error"
487
+ end
488
+ end
489
+
490
+ check_nothing_fails(true) do
491
+ assert_raise(RuntimeError, "successful assert_raise") do
492
+ raise "Error"
493
+ end
494
+ end
495
+
496
+ check_nothing_fails(true) do
497
+ assert_raise do
498
+ raise Exception, "Any exception"
499
+ end
500
+ end
501
+ end
502
+
503
+ def test_assert_raise_fail
504
+ check_fail("<RuntimeError> exception was expected but none was thrown.") do
505
+ assert_raise(RuntimeError) do
506
+ 1 + 1
507
+ end
508
+ end
509
+
510
+ message = <<-EOM.chomp
511
+ failed assert_raise.
512
+ <ArgumentError> exception expected but was
513
+ <RuntimeError(<Error>)
514
+ >.
515
+ EOM
516
+ check_fail_exception(message) do
517
+ assert_raise(ArgumentError, "failed assert_raise") do
518
+ raise "Error"
519
+ end
520
+ end
521
+
522
+ message = <<-EOM
523
+ <Object> must be a subclass of Exception, an object of Exception subclasses or a Module.
524
+ EOM
525
+ check_fail(message.chomp) do
526
+ assert_nothing_raised(Object) do
527
+ 1 + 1
528
+ end
529
+ end
530
+ end
531
+
532
+ def test_assert_raise_module
533
+ exceptions = [ArgumentError, TypeError]
534
+ modules = [Math, Comparable]
535
+ rescues = exceptions + modules
536
+
537
+ exceptions.each do |exc|
538
+ return_value = nil
539
+ check_nothing_fails(true) do
540
+ return_value = assert_raise(*rescues) do
541
+ raise exc, "Error"
542
+ end
543
+ end
544
+ check(return_value.instance_of?(exc),
545
+ "Should have returned #{exc} but was #{return_value.class}")
546
+ check(return_value.message == "Error",
547
+ "Should have returned the correct exception " +
548
+ "from a successful assert_raise")
549
+ end
550
+
551
+ modules.each do |mod|
552
+ return_value = nil
553
+ check_nothing_fails(true) do
554
+ return_value = assert_raise(*rescues) do
555
+ raise Exception.new("Error").extend(mod)
556
+ end
557
+ end
558
+ check(mod === return_value,
559
+ "Should have returned #{mod}")
560
+ check(return_value.message == "Error",
561
+ "Should have returned the correct exception " +
562
+ "from a successful assert_raise")
563
+ end
564
+
565
+ check_fail("<[ArgumentError, TypeError, Math, Comparable]> exception " +
566
+ "was expected but none was thrown.") do
567
+ assert_raise(*rescues) do
568
+ 1 + 1
569
+ end
570
+ end
571
+
572
+ message = <<-EOM.chomp
573
+ failed assert_raise.
574
+ <[ArgumentError, TypeError]> exception expected but was
575
+ <RuntimeError(<Error>)
576
+ >.
577
+ EOM
578
+ check_fail_exception(message) do
579
+ assert_raise(ArgumentError, TypeError, "failed assert_raise") do
580
+ raise "Error"
581
+ end
582
+ end
583
+ end
584
+
585
+ def test_assert_raise_instance
586
+ return_value = nil
587
+ check_nothing_fails(true) do
588
+ return_value = assert_raise(RuntimeError.new("Error")) do
589
+ raise "Error"
590
+ end
591
+ end
592
+ check(return_value.kind_of?(Exception),
593
+ "Should have returned the exception " +
594
+ "from a successful assert_raise")
595
+ check(return_value.message == "Error",
596
+ "Should have returned the correct exception " +
597
+ "from a successful assert_raise")
598
+
599
+ message = <<-EOM.chomp
600
+ <RuntimeError(<XXX>)> exception expected but was
601
+ <RuntimeError(<Error>)
602
+ >.
603
+ EOM
604
+ check_fail_exception(message) do
605
+ return_value = assert_raise(RuntimeError.new("XXX")) do
606
+ raise "Error"
607
+ end
608
+ end
609
+
610
+ different_error_class = Class.new(StandardError)
611
+ message = <<-EOM.chomp
612
+ <#{different_error_class.inspect}(<Error>)> exception expected but was
613
+ <RuntimeError(<Error>)
614
+ >.
615
+ EOM
616
+ check_fail_exception(message) do
617
+ assert_raise(different_error_class.new("Error")) do
618
+ raise "Error"
619
+ end
620
+ end
621
+
622
+ different_error = different_error_class.new("Error")
623
+ def different_error.inspect
624
+ "DifferentError: \"Error\""
625
+ end
626
+ message = <<-EOM.chomp
627
+ <DifferentError: "Error"> exception expected but was
628
+ <RuntimeError(<Error>)
629
+ >.
630
+ EOM
631
+ check_fail_exception(message) do
632
+ assert_raise(different_error) do
633
+ raise "Error"
634
+ end
635
+ end
636
+
637
+ check_nothing_fails(true) do
638
+ assert_raise(different_error_class.new("Error"),
639
+ RuntimeError.new("Error"),
640
+ RuntimeError.new("XXX")) do
641
+ raise "Error"
642
+ end
643
+ end
644
+ end
645
+
646
+ def test_assert_raise_jruby
647
+ jruby_only_test
648
+
649
+ exception = Java::JavaLang::StringIndexOutOfBoundsException
650
+
651
+ return_value = nil
652
+ check_nothing_fails(true) do
653
+ return_value = assert_raise(exception) do
654
+ Java::JavaLang::String.new("abc").char_at(4)
655
+ end
656
+ end
657
+ check(return_value.instance_of?(exception),
658
+ "Should have returned #{exception} but was #{return_value.class}")
659
+ end
660
+
661
+ def test_assert_instance_of
662
+ check_nothing_fails {
663
+ assert_instance_of(String, "string")
664
+ }
665
+ check_nothing_fails {
666
+ assert_instance_of(String, "string", "successful assert_instance_of")
667
+ }
668
+ check_nothing_fails {
669
+ assert_instance_of(String, "string", "successful assert_instance_of")
670
+ }
671
+ check_fail(%Q{<"string"> was expected to be instance_of?\n<Hash> but was\n<String>.}) {
672
+ assert_instance_of(Hash, "string")
673
+ }
674
+ check_fail(%Q{failed assert_instance_of.\n<"string"> was expected to be instance_of?\n<Hash> but was\n<String>.}) {
675
+ assert_instance_of(Hash, "string", "failed assert_instance_of")
676
+ }
677
+
678
+ check_nothing_fails do
679
+ assert_instance_of([Class, NilClass], Array)
680
+ end
681
+ check_fail(%Q{<"string"> was expected to be instance_of?\n[<Class>, <NilClass>] but was\n<String>.}) do
682
+ assert_instance_of([Class, NilClass], "string")
683
+ end
684
+ check_fail(%Q{<Array> was expected to be instance_of?\n[<Module>, <NilClass>] but was\n<Class>.}) do
685
+ assert_instance_of([Module, NilClass], Array)
686
+ end
687
+ end
688
+
689
+ def test_assert_not_instance_of
690
+ check_nothing_fails {
691
+ assert_not_instance_of(NilClass, "string")
692
+ }
693
+ check_nothing_fails {
694
+ assert_not_instance_of(NilClass, "string", "successful assert_instance_of")
695
+ }
696
+ check_fail(%Q{<"string"> was expected to not be instance_of?\n<String> but was.}) {
697
+ assert_not_instance_of(String, "string")
698
+ }
699
+ check_fail(%Q{failed assert.\n<"string"> was expected to not be instance_of?\n<String> but was.}) {
700
+ assert_not_instance_of(String, "string", "failed assert")
701
+ }
702
+
703
+ check_nothing_fails do
704
+ assert_not_instance_of([Module, NilClass], Array)
705
+ end
706
+ check_fail(%Q{<Array> was expected to not be instance_of?\n[<Class>, <NilClass>] but was.}) do
707
+ assert_not_instance_of([Class, NilClass], Array)
708
+ end
709
+ check_fail(%Q{<"str"> was expected to not be instance_of?\n[<Numeric>, <String>] but was.}) do
710
+ assert_not_instance_of([Numeric, String], 'str')
711
+ end
712
+ end
713
+
714
+ def test_assert_nil
715
+ check_nothing_fails {
716
+ assert_nil(nil)
717
+ }
718
+ check_nothing_fails {
719
+ assert_nil(nil, "successful assert_nil")
720
+ }
721
+ check_nothing_fails {
722
+ assert_nil(nil, "successful assert_nil")
723
+ }
724
+ check_fail(%Q{<"string"> was expected to be nil.}) {
725
+ assert_nil("string")
726
+ }
727
+ check_fail(%Q{failed assert_nil.\n<"string"> was expected to be nil.}) {
728
+ assert_nil("string", "failed assert_nil")
729
+ }
730
+ end
731
+
732
+ def test_assert_not_nil
733
+ check_nothing_fails{assert_not_nil(false)}
734
+ check_nothing_fails{assert_not_nil(false, "message")}
735
+ check_fail("<nil> was expected to not be nil."){assert_not_nil(nil)}
736
+ check_fail("message.\n<nil> was expected to not be nil.") {assert_not_nil(nil, "message")}
737
+ end
738
+
739
+ def test_assert_kind_of
740
+ check_nothing_fails {
741
+ assert_kind_of(Module, Array)
742
+ }
743
+ check_nothing_fails {
744
+ assert_kind_of(Object, "string", "successful assert_kind_of")
745
+ }
746
+ check_nothing_fails {
747
+ assert_kind_of(String, "string", "successful assert_kind_of")
748
+ }
749
+ check_nothing_fails {
750
+ assert_kind_of(Comparable, 1)
751
+ }
752
+ check_fail(%Q{<"string"> was expected to be kind_of?\n<Class> but was\n<String>.}) {
753
+ assert_kind_of(Class, "string")
754
+ }
755
+ check_fail(%Q{failed assert_kind_of.\n<"string"> was expected to be kind_of?\n<Class> but was\n<String>.}) {
756
+ assert_kind_of(Class, "string", "failed assert_kind_of")
757
+ }
758
+
759
+ check_nothing_fails do
760
+ assert_kind_of([Class, NilClass], Array)
761
+ end
762
+ check_fail(%Q{<"string"> was expected to be kind_of?\n[<Class>, <NilClass>] but was\n<String>.}) do
763
+ assert_kind_of([Class, NilClass], "string")
764
+ end
765
+ end
766
+
767
+ def test_assert_not_kind_of
768
+ check_nothing_fails {
769
+ assert_not_kind_of(Class, 42)
770
+ }
771
+ check_nothing_fails {
772
+ assert_not_kind_of(Symbol, "string", "successful assert_not_kind_of")
773
+ }
774
+ check_nothing_fails {
775
+ assert_not_kind_of(Integer, 1.1)
776
+ }
777
+ check_fail(%Q{<1> was expected to not be kind_of?\n<Integer> but was.}) {
778
+ assert_not_kind_of(Integer, 1)
779
+ }
780
+ check_fail(%Q{failed assert_not_kind_of.\n<"string"> was expected to not be kind_of?\n<String> but was.}) {
781
+ assert_not_kind_of(String, "string", "failed assert_not_kind_of")
782
+ }
783
+
784
+ check_nothing_fails do
785
+ assert_not_kind_of([String, NilClass], 100)
786
+ end
787
+ check_fail(%Q{<Array> was expected to not be kind_of?\n[<Class>, <NilClass>] but was.}) do
788
+ assert_not_kind_of([Class, NilClass], Array)
789
+ end
790
+ end
791
+
792
+ def test_assert_match
793
+ check_nothing_fails {
794
+ assert_match(/strin./, "string")
795
+ }
796
+ check_nothing_fails {
797
+ assert_match("strin", "string")
798
+ }
799
+ check_nothing_fails {
800
+ assert_match(/strin./, "string", "successful assert_match")
801
+ }
802
+ check_nothing_fails {
803
+ assert_match(/strin./, "string", "successful assert_match")
804
+ }
805
+ check_fail(%Q{</slin./> was expected to be =~\n<"string">.}) {
806
+ assert_match(/slin./, "string")
807
+ }
808
+ check_fail(%Q{</strin\\./> was expected to be =~\n<"string">.}) {
809
+ assert_match("strin.", "string")
810
+ }
811
+ check_fail(%Q{failed assert_match.\n</slin./> was expected to be =~\n<"string">.}) {
812
+ assert_match(/slin./, "string", "failed assert_match")
813
+ }
814
+ end
815
+
816
+ def test_assert_same
817
+ thing = "thing"
818
+ check_nothing_fails {
819
+ assert_same(thing, thing)
820
+ }
821
+ check_nothing_fails {
822
+ assert_same(thing, thing, "successful assert_same")
823
+ }
824
+ check_nothing_fails {
825
+ assert_same(thing, thing, "successful assert_same")
826
+ }
827
+ thing2 = thing.dup
828
+ check_fail(%Q{<"thing">\nwith id <#{thing.__id__}> was expected to be equal? to\n<"thing">\nwith id <#{thing2.__id__}>.}) {
829
+ assert_same(thing, thing2)
830
+ }
831
+ check_fail(%Q{failed assert_same.\n<"thing">\nwith id <#{thing.__id__}> was expected to be equal? to\n<"thing">\nwith id <#{thing2.__id__}>.}) {
832
+ assert_same(thing, thing2, "failed assert_same")
833
+ }
834
+ end
835
+
836
+ def test_assert_nothing_raised
837
+ check_nothing_fails(:dont_care) {
838
+ assert_nothing_raised {
839
+ 1 + 1
840
+ }
841
+ }
842
+ check_nothing_fails(:dont_care) {
843
+ assert_nothing_raised("successful assert_nothing_raised") {
844
+ 1 + 1
845
+ }
846
+ }
847
+ check_nothing_fails(:dont_care) {
848
+ assert_nothing_raised("successful assert_nothing_raised") {
849
+ 1 + 1
850
+ }
851
+ }
852
+ check_nothing_fails(:dont_care) {
853
+ begin
854
+ assert_nothing_raised(RuntimeError, StandardError, Comparable, "successful assert_nothing_raised") {
855
+ raise ZeroDivisionError.new("ArgumentError")
856
+ }
857
+ rescue ZeroDivisionError
858
+ end
859
+ }
860
+ expected_message =
861
+ "<Object> must be a subclass of Exception, " +
862
+ "an object of Exception subclasses or a Module."
863
+ check_fail(expected_message) {
864
+ assert_nothing_raised(Object) {
865
+ 1 + 1
866
+ }
867
+ }
868
+ expected_message = <<-EOM.chomp
869
+ Exception raised:
870
+ RuntimeError(<Error>)
871
+
872
+ EOM
873
+ check_fail_exception(expected_message) {
874
+ assert_nothing_raised {
875
+ raise "Error"
876
+ }
877
+ }
878
+ expected_message = <<-EOM.chomp
879
+ failed assert_nothing_raised.
880
+ Exception raised:
881
+ RuntimeError(<Error>)
882
+
883
+ EOM
884
+ check_fail_exception(expected_message) {
885
+ assert_nothing_raised("failed assert_nothing_raised") {
886
+ raise "Error"
887
+ }
888
+ }
889
+ expected_message = <<-EOM.chomp
890
+ Exception raised:
891
+ RuntimeError(<Error>)
892
+
893
+ EOM
894
+ check_fail_exception(expected_message) {
895
+ assert_nothing_raised(StandardError, RuntimeError) {
896
+ raise "Error"
897
+ }
898
+ }
899
+ check_fail("Failure.") do
900
+ assert_nothing_raised do
901
+ flunk("Failure")
902
+ end
903
+ end
904
+ end
905
+
906
+ def test_flunk
907
+ check_fail("Flunked.") {
908
+ flunk
909
+ }
910
+ check_fail("flunk message.") {
911
+ flunk("flunk message")
912
+ }
913
+ end
914
+
915
+ def test_assert_not_same
916
+ thing = "thing"
917
+ thing2 = thing.dup
918
+ check_nothing_fails {
919
+ assert_not_same(thing, thing2)
920
+ }
921
+ check_nothing_fails {
922
+ assert_not_same(thing, thing2, "message")
923
+ }
924
+ check_fail(%Q{<"thing">\nwith id <#{thing.__id__}> was expected to not be equal? to\n<"thing">\nwith id <#{thing.__id__}>.}) {
925
+ assert_not_same(thing, thing)
926
+ }
927
+ check_fail(%Q{message.\n<"thing">\nwith id <#{thing.__id__}> was expected to not be equal? to\n<"thing">\nwith id <#{thing.__id__}>.}) {
928
+ assert_not_same(thing, thing, "message")
929
+ }
930
+ end
931
+
932
+ def test_assert_not_equal
933
+ check_nothing_fails {
934
+ assert_not_equal("string1", "string2")
935
+ }
936
+ check_nothing_fails {
937
+ assert_not_equal("string1", "string2", "message")
938
+ }
939
+ check_fail(%Q{<"string"> was expected to be != to\n<"string">.}) {
940
+ assert_not_equal("string", "string")
941
+ }
942
+ check_fail(%Q{message.\n<"string"> was expected to be != to\n<"string">.}) {
943
+ assert_not_equal("string", "string", "message")
944
+ }
945
+ end
946
+
947
+ def test_assert_not_match_pass
948
+ check_nothing_fails do
949
+ assert_not_match(/sling/, "string")
950
+ end
951
+ end
952
+
953
+ def test_assert_not_match_pass_with_message
954
+ check_nothing_fails do
955
+ assert_not_match(/sling/, "string", "message")
956
+ end
957
+ end
958
+
959
+ def test_assert_not_match_fail_match
960
+ check_fail("</string/> was expected to not match\n" +
961
+ "<\"string\">.") do
962
+ assert_not_match(/string/, "string")
963
+ end
964
+ end
965
+
966
+ def test_assert_not_match_fail_match_string
967
+ check_fail("</asdf/> was expected to not match\n" +
968
+ "<\"asdf\">.") do
969
+ assert_not_match("asdf", "asdf")
970
+ end
971
+ end
972
+
973
+ def test_assert_not_match_fail_match_with_message
974
+ check_fail("message.\n" +
975
+ "</string/> was expected to not match\n" +
976
+ "<\"string\">.") do
977
+ assert_not_match(/string/, "string", "message")
978
+ end
979
+ end
980
+
981
+ def test_assert_no_match
982
+ check_nothing_fails{assert_no_match(/sling/, "string")}
983
+ check_nothing_fails{assert_no_match(/sling/, "string", "message")}
984
+ check_fail(%Q{The first argument to assert_no_match should be a Regexp.\n<"asdf"> was expected to be instance_of?\n<Regexp> but was\n<String>.}) do
985
+ assert_no_match("asdf", "asdf")
986
+ end
987
+ check_fail(%Q{</string/> was expected to not match\n<"string">.}) do
988
+ assert_no_match(/string/, "string")
989
+ end
990
+ check_fail(%Q{message.\n</string/> was expected to not match\n<"string">.}) do
991
+ assert_no_match(/string/, "string", "message")
992
+ end
993
+ end
994
+
995
+ def test_assert_throw
996
+ check_nothing_fails do
997
+ assert_throw(:thing, "message") do
998
+ throw :thing
999
+ end
1000
+ end
1001
+
1002
+ tag = :thing2
1003
+ check_fail("message.\n" +
1004
+ "<:thing> was expected to be thrown but\n" +
1005
+ "<#{inspect_tag(tag)}> was thrown.") do
1006
+ assert_throw(:thing, "message") do
1007
+ throw :thing2
1008
+ end
1009
+ end
1010
+ check_fail("message.\n" +
1011
+ "<:thing> should have been thrown.") do
1012
+ assert_throw(:thing, "message") do
1013
+ 1 + 1
1014
+ end
1015
+ end
1016
+ end
1017
+
1018
+ def test_assert_nothing_thrown
1019
+ check_nothing_fails do
1020
+ assert_nothing_thrown("message") do
1021
+ 1 + 1
1022
+ end
1023
+ end
1024
+
1025
+ tag = :thing
1026
+ inspected = inspect_tag(tag)
1027
+ check_fail("message.\n" +
1028
+ "<#{inspected}> was thrown when nothing was expected.") do
1029
+ assert_nothing_thrown("message") do
1030
+ throw tag
1031
+ end
1032
+ end
1033
+ end
1034
+
1035
+ def test_assert_operator
1036
+ check_nothing_fails {
1037
+ assert_operator("thing", :==, "thing", "message")
1038
+ }
1039
+ check_fail(%Q{<0.15>\ngiven as the operator for #assert_operator must be a Symbol or #respond_to?(:to_str).}) do
1040
+ assert_operator("thing", 0.15, "thing")
1041
+ end
1042
+ check_fail(%Q{message.\n<"thing1"> was expected to be\n==\n<"thing2">.}) {
1043
+ assert_operator("thing1", :==, "thing2", "message")
1044
+ }
1045
+ end
1046
+
1047
+ def test_assert_not_operator
1048
+ check_nothing_fails {
1049
+ assert_not_operator("thing", :==, "Thing", "message")
1050
+ }
1051
+ check_fail(%Q{<42>\ngiven as the operator for #assert_not_operator must be a Symbol or #respond_to?(:to_str).}) do
1052
+ assert_not_operator("thing", 42, "message")
1053
+ end
1054
+ check_fail(%Q{message.\n<0> was expected to not be\n==\n<0.0>.}) {
1055
+ assert_not_operator(0, :==, 0.0, "message")
1056
+ }
1057
+ end
1058
+
1059
+ def test_assert_respond_to
1060
+ check_nothing_fails {
1061
+ assert_respond_to("thing", :to_s, "message")
1062
+ }
1063
+ check_nothing_fails {
1064
+ assert_respond_to("thing", "to_s", "message")
1065
+ }
1066
+ check_fail("<0.15>.kind_of?(Symbol) or\n" +
1067
+ "<0.15>.respond_to?(:to_str) expected") {
1068
+ assert_respond_to("thing", 0.15)
1069
+ }
1070
+ check_fail("message.\n" +
1071
+ "<:symbol>.respond_to?(:nonexistence) expected\n" +
1072
+ "(Class: <Symbol>)") {
1073
+ assert_respond_to(:symbol, :nonexistence, "message")
1074
+ }
1075
+ end
1076
+
1077
+ def test_assert_not_respond_to_pass_symbol
1078
+ check_nothing_fails do
1079
+ assert_not_respond_to("thing", :nonexistent, "message")
1080
+ end
1081
+ end
1082
+
1083
+ def test_assert_not_respond_to_pass_string
1084
+ check_nothing_fails do
1085
+ assert_not_respond_to("thing", :nonexistent, "message")
1086
+ end
1087
+ end
1088
+
1089
+ def test_assert_not_respond_to_fail_number
1090
+ check_fail("<0.15>.kind_of?(Symbol) or\n" +
1091
+ "<0.15>.respond_to?(:to_str) expected") do
1092
+ assert_respond_to("thing", 0.15)
1093
+ end
1094
+ end
1095
+
1096
+ def tset_assert_not_respond_to_fail_existence
1097
+ check_fail("message.\n" +
1098
+ "!<:symbol>.respond_to?(:to_s) expected\n" +
1099
+ "(Class: <Symbol>)") do
1100
+ assert_respond_to(:symbol, :to_s, "message")
1101
+ end
1102
+ end
1103
+
1104
+ def test_assert_send
1105
+ object = Object.new
1106
+ class << object
1107
+ private
1108
+ def return_argument(argument, bogus)
1109
+ return argument
1110
+ end
1111
+ end
1112
+ check_nothing_fails do
1113
+ assert_send([object, :return_argument, true, "bogus"], "message")
1114
+ end
1115
+
1116
+ inspected_object = AssertionMessage.convert(object)
1117
+ expected_message = <<-EOM
1118
+ message.
1119
+ <#{inspected_object}> was expected to respond to
1120
+ <return_argument(*[false, "bogus"])> with a true value but was
1121
+ <false>.
1122
+ EOM
1123
+ check_fail(expected_message.chomp) do
1124
+ assert_send([object, :return_argument, false, "bogus"], "message")
1125
+ end
1126
+ end
1127
+
1128
+ def test_condition_invariant
1129
+ object = Object.new
1130
+ def object.inspect
1131
+ @changed = true
1132
+ end
1133
+ def object.==(other)
1134
+ @changed ||= false
1135
+ return (!@changed)
1136
+ end
1137
+ check_nothing_fails do
1138
+ assert_equal(object, object, "message")
1139
+ end
1140
+ end
1141
+
1142
+ def test_assert_boolean
1143
+ check_nothing_fails do
1144
+ assert_boolean(true)
1145
+ end
1146
+ check_nothing_fails do
1147
+ assert_boolean(false)
1148
+ end
1149
+
1150
+ check_fail("<true> or <false> expected but was\n<1>") do
1151
+ assert_boolean(1)
1152
+ end
1153
+
1154
+ check_fail("<true> or <false> expected but was\n<nil>") do
1155
+ assert_boolean(nil)
1156
+ end
1157
+
1158
+ check_fail("message.\n<true> or <false> expected but was\n<\"XXX\">") do
1159
+ assert_boolean("XXX", "message")
1160
+ end
1161
+ end
1162
+
1163
+ def test_assert_true
1164
+ check_nothing_fails do
1165
+ assert_true(true)
1166
+ end
1167
+
1168
+ check_fail("<true> expected but was\n<false>") do
1169
+ assert_true(false)
1170
+ end
1171
+
1172
+ check_fail("<true> expected but was\n<1>") do
1173
+ assert_true(1)
1174
+ end
1175
+
1176
+ exception = check_fail("message.\n<true> expected but was\n<nil>") do
1177
+ assert_true(nil, "message")
1178
+ end
1179
+ assert_equal("message", exception.user_message)
1180
+ end
1181
+
1182
+ def test_assert_false
1183
+ check_nothing_fails do
1184
+ assert_false(false)
1185
+ end
1186
+
1187
+ check_fail("<false> expected but was\n<true>") do
1188
+ assert_false(true)
1189
+ end
1190
+
1191
+ check_fail("<false> expected but was\n<nil>") do
1192
+ assert_false(nil)
1193
+ end
1194
+
1195
+ check_fail("message.\n<false> expected but was\n<:false>") do
1196
+ assert_false(:false, "message")
1197
+ end
1198
+ end
1199
+
1200
+ def test_assert_compare
1201
+ check_nothing_fails do
1202
+ assert_compare(1.4, "<", 10.0)
1203
+ end
1204
+
1205
+ check_nothing_fails do
1206
+ assert_compare(2, "<=", 2)
1207
+ end
1208
+
1209
+ check_nothing_fails do
1210
+ assert_compare(14, ">=", 10.0)
1211
+ end
1212
+
1213
+ check_nothing_fails do
1214
+ assert_compare(14, ">", 13.9)
1215
+ end
1216
+
1217
+ expected_message = <<-EOM
1218
+ <15> < <10> should be true
1219
+ <15> was expected to be less than
1220
+ <10>.
1221
+ EOM
1222
+ check_fail(expected_message.chomp) do
1223
+ assert_compare(15, "<", 10)
1224
+ end
1225
+
1226
+ expected_message = <<-EOM
1227
+ <15> <= <10> should be true
1228
+ <15> was expected to be less than or equal to
1229
+ <10>.
1230
+ EOM
1231
+ check_fail(expected_message.chomp) do
1232
+ assert_compare(15, "<=", 10)
1233
+ end
1234
+
1235
+ expected_message = <<-EOM
1236
+ <10> > <15> should be true
1237
+ <10> was expected to be greater than
1238
+ <15>.
1239
+ EOM
1240
+ check_fail(expected_message.chomp) do
1241
+ assert_compare(10, ">", 15)
1242
+ end
1243
+
1244
+ expected_message = <<-EOM
1245
+ <10> >= <15> should be true
1246
+ <10> was expected to be greater than or equal to
1247
+ <15>.
1248
+ EOM
1249
+ check_fail(expected_message.chomp) do
1250
+ assert_compare(10, ">=", 15)
1251
+ end
1252
+ end
1253
+
1254
+ def test_assert_fail_assertion
1255
+ check_nothing_fails do
1256
+ assert_fail_assertion do
1257
+ flunk
1258
+ end
1259
+ end
1260
+
1261
+ check_fail("Failed assertion was expected.") do
1262
+ assert_fail_assertion do
1263
+ end
1264
+ end
1265
+ end
1266
+
1267
+ def test_assert_raise_message
1268
+ check_nothing_fails do
1269
+ assert_raise_message("Raise!") do
1270
+ raise "Raise!"
1271
+ end
1272
+ end
1273
+
1274
+ check_nothing_fails do
1275
+ assert_raise_message("Raise!") do
1276
+ raise Exception, "Raise!"
1277
+ end
1278
+ end
1279
+
1280
+ check_nothing_fails do
1281
+ assert_raise_message(/raise/i) do
1282
+ raise "Raise!"
1283
+ end
1284
+ end
1285
+
1286
+ expected_message = <<-EOM
1287
+ <"Expected message"> exception message expected but was
1288
+ <"Actual message">.
1289
+ EOM
1290
+ check_fail(expected_message.chomp) do
1291
+ assert_raise_message("Expected message") do
1292
+ raise "Actual message"
1293
+ end
1294
+ end
1295
+
1296
+ expected_message = <<-EOM
1297
+ <"Expected message"> exception message was expected but none was thrown.
1298
+ EOM
1299
+ check_fail(expected_message.chomp) do
1300
+ assert_raise_message("Expected message") do
1301
+ end
1302
+ end
1303
+ end
1304
+
1305
+ def test_assert_raise_kind_of
1306
+ check_nothing_fails(true) do
1307
+ assert_raise_kind_of(SystemCallError) do
1308
+ raise Errno::EACCES
1309
+ end
1310
+ end
1311
+
1312
+ expected_message = <<-EOM.chomp
1313
+ <SystemCallError> family exception expected but was
1314
+ <RuntimeError(<XXX>)
1315
+ >.
1316
+ EOM
1317
+ check_fail_exception(expected_message) do
1318
+ assert_raise_kind_of(SystemCallError) do
1319
+ raise RuntimeError, "XXX"
1320
+ end
1321
+ end
1322
+ end
1323
+
1324
+ def test_assert_const_defined
1325
+ check_nothing_fails do
1326
+ assert_const_defined(Test, :Unit)
1327
+ end
1328
+
1329
+ check_nothing_fails do
1330
+ assert_const_defined(Test, "Unit")
1331
+ end
1332
+
1333
+ check_fail("<Test>.const_defined?(<:Nonexistence>) expected.") do
1334
+ assert_const_defined(Test, :Nonexistence)
1335
+ end
1336
+ end
1337
+
1338
+ def test_assert_not_const_defined
1339
+ check_nothing_fails do
1340
+ assert_not_const_defined(Test, :Nonexistence)
1341
+ end
1342
+
1343
+ check_fail("!<Test>.const_defined?(<:Unit>) expected.") do
1344
+ assert_not_const_defined(Test, :Unit)
1345
+ end
1346
+
1347
+ check_fail("!<Test>.const_defined?(<\"Unit\">) expected.") do
1348
+ assert_not_const_defined(Test, "Unit")
1349
+ end
1350
+ end
1351
+
1352
+ def test_assert_predicate
1353
+ check_nothing_fails do
1354
+ assert_predicate([], :empty?)
1355
+ end
1356
+
1357
+ check_fail("<[1]>.empty? is true value expected but was\n<false>") do
1358
+ assert_predicate([1], :empty?)
1359
+ end
1360
+
1361
+ check_fail("<[1]>.respond_to?(:nonexistent?) expected\n" +
1362
+ "(Class: <Array>)") do
1363
+ assert_predicate([1], :nonexistent?)
1364
+ end
1365
+ end
1366
+
1367
+ def test_assert_not_predicate
1368
+ check_nothing_fails do
1369
+ assert_not_predicate([1], :empty?)
1370
+ end
1371
+
1372
+ check_fail("<[]>.empty? is false value expected but was\n<true>") do
1373
+ assert_not_predicate([], :empty?)
1374
+ end
1375
+
1376
+ check_fail("<[]>.respond_to?(:nonexistent?) expected\n" +
1377
+ "(Class: <Array>)") do
1378
+ assert_not_predicate([], :nonexistent?)
1379
+ end
1380
+ end
1381
+
1382
+ def test_assert_alias_method
1383
+ object = Object.new
1384
+ class << object
1385
+ def original_method
1386
+ end
1387
+ alias_method :alias_method, :original_method
1388
+
1389
+ def other
1390
+ end
1391
+ end
1392
+
1393
+ check_nothing_fails do
1394
+ assert_alias_method(object, :alias_method, :original_method)
1395
+ end
1396
+
1397
+ check_nothing_fails do
1398
+ assert_alias_method(object, :original_method, :alias_method)
1399
+ end
1400
+
1401
+ check_fail("<#{object.method(:other).inspect}> is alias of\n" +
1402
+ "<#{object.method(:original_method).inspect}> expected") do
1403
+ assert_alias_method(object, :other, :original_method)
1404
+ end
1405
+
1406
+ inspected_object = AssertionMessage.convert(object)
1407
+ check_fail("<#{inspected_object}>.nonexistent doesn't exist\n" +
1408
+ "(Class: <Object>)") do
1409
+ assert_alias_method(object, :nonexistent, :original_method)
1410
+ end
1411
+
1412
+ check_fail("<#{inspected_object}>.nonexistent doesn't exist\n" +
1413
+ "(Class: <Object>)") do
1414
+ assert_alias_method(object, :alias_method, :nonexistent)
1415
+ end
1416
+ end
1417
+
1418
+ def test_assert_path_exist
1419
+ check_nothing_fails do
1420
+ assert_path_exist(__FILE__)
1421
+ end
1422
+
1423
+ nonexistent_file = __FILE__ + ".nonexistent"
1424
+ check_fail("<#{nonexistent_file.inspect}> was expected to exist") do
1425
+ assert_path_exist(nonexistent_file)
1426
+ end
1427
+ end
1428
+
1429
+ def test_assert_path_not_exist
1430
+ nonexistent_file = __FILE__ + ".nonexistent"
1431
+ check_nothing_fails do
1432
+ assert_path_not_exist(nonexistent_file)
1433
+ end
1434
+
1435
+ check_fail("<#{__FILE__.inspect}> was expected to not exist") do
1436
+ assert_path_not_exist(__FILE__)
1437
+ end
1438
+ end
1439
+ end
1440
+
1441
+ class TestAssert < TestCase
1442
+ include AssertionCheckable
1443
+
1444
+ def test_pass
1445
+ check_nothing_fails do
1446
+ assert(true)
1447
+ end
1448
+ end
1449
+
1450
+ def test_pass_neither_false_or_nil
1451
+ check_nothing_fails do
1452
+ assert("a")
1453
+ end
1454
+ end
1455
+
1456
+ def test_pass_with_message
1457
+ check_nothing_fails do
1458
+ assert(true, "successful assert")
1459
+ end
1460
+ end
1461
+
1462
+ def test_pass_block
1463
+ check_nothing_fails do
1464
+ assert do
1465
+ true
1466
+ end
1467
+ end
1468
+ end
1469
+
1470
+ def test_fail_nil
1471
+ check_fail("<nil> is not true.") do
1472
+ assert(nil)
1473
+ end
1474
+ end
1475
+
1476
+ def test_fail_false
1477
+ check_fail("<false> is not true.") do
1478
+ assert(false)
1479
+ end
1480
+ end
1481
+
1482
+ def test_fail_false_with_message
1483
+ check_fail("failed assert.\n" +
1484
+ "<false> is not true.") do
1485
+ assert(false, "failed assert")
1486
+ end
1487
+ end
1488
+
1489
+ def test_fail_with_assertion_message
1490
+ check_fail("user message.\n" +
1491
+ "placeholder <:in> message") do
1492
+ assert(false, build_message("user message",
1493
+ "placeholder <?> message",
1494
+ :in))
1495
+ end
1496
+ end
1497
+
1498
+ def test_fail_block
1499
+ check_fail(//) do
1500
+ assert do
1501
+ 0.odd?
1502
+ end
1503
+ end
1504
+ end
1505
+
1506
+ def test_error_invalid_message_true
1507
+ check_fail("assertion message must be String, Proc or " +
1508
+ "Test::Unit::Assertions::AssertionMessage: " +
1509
+ "<true>(<TrueClass>)") do
1510
+ begin
1511
+ assert(true, true)
1512
+ rescue ArgumentError
1513
+ raise AssertionFailedError, $!.message
1514
+ end
1515
+ end
1516
+ end
1517
+
1518
+ def test_error_wrong_number_of_arguments
1519
+ check_fail("wrong number of arguments (0 for 1..2)") do
1520
+ begin
1521
+ assert
1522
+ rescue ArgumentError
1523
+ raise AssertionFailedError, $!.message
1524
+ end
1525
+ end
1526
+ end
1527
+
1528
+ class TestBlock < self
1529
+ def test_with_message
1530
+ if defined?(PowerAssert)
1531
+ system_message = <<-MESSAGE.chomp
1532
+ 1.to_s == "2"
1533
+ | |
1534
+ | false
1535
+ "1"
1536
+ MESSAGE
1537
+ else
1538
+ system_message = "<false> is not true."
1539
+ end
1540
+ check_fail("user message.\n#{system_message}") do
1541
+ assert("user message") do
1542
+ 1.to_s == "2"
1543
+ end
1544
+ end
1545
+ end
1546
+ end
1547
+ end
1548
+
1549
+ class TestRefute < TestCase
1550
+ include AssertionCheckable
1551
+
1552
+ class TestPass < self
1553
+ def test_nil
1554
+ check_nothing_fails do
1555
+ refute(nil)
1556
+ end
1557
+ end
1558
+
1559
+ def test_false
1560
+ check_nothing_fails do
1561
+ refute(false)
1562
+ end
1563
+ end
1564
+
1565
+ def test_with_message
1566
+ check_nothing_fails do
1567
+ refute(nil, "successful refute")
1568
+ end
1569
+ end
1570
+ end
1571
+
1572
+ class TestFailure < self
1573
+ def test_true
1574
+ check_fail("<true> is neither nil or false.") do
1575
+ refute(true)
1576
+ end
1577
+ end
1578
+
1579
+ def test_with_message
1580
+ check_fail("failed refute.\n" +
1581
+ "<true> is neither nil or false.") do
1582
+ refute(true, "failed refute")
1583
+ end
1584
+ end
1585
+
1586
+ def test_fail_with_assertion_message
1587
+ check_fail("user message.\n" +
1588
+ "placeholder <:in> message") do
1589
+ refute(true, build_message("user message",
1590
+ "placeholder <?> message",
1591
+ :in))
1592
+ end
1593
+ end
1594
+
1595
+ def test_error_invalid_message_true
1596
+ check_fail("assertion message must be String, Proc or " +
1597
+ "Test::Unit::Assertions::AssertionMessage: " +
1598
+ "<false>(<FalseClass>)") do
1599
+ begin
1600
+ refute(true, false)
1601
+ rescue ArgumentError
1602
+ raise AssertionFailedError, $!.message
1603
+ end
1604
+ end
1605
+ end
1606
+ end
1607
+ end
1608
+
1609
+ class TestAssertInDelta < TestCase
1610
+ include AssertionCheckable
1611
+
1612
+ def test_pass
1613
+ check_nothing_fails do
1614
+ assert_in_delta(1.4, 1.4, 0)
1615
+ end
1616
+ end
1617
+
1618
+ def test_pass_without_delta
1619
+ check_nothing_fails do
1620
+ assert_in_delta(1.401, 1.402)
1621
+ end
1622
+ end
1623
+
1624
+ def test_pass_with_message
1625
+ check_nothing_fails do
1626
+ assert_in_delta(0.5, 0.4, 0.1, "message")
1627
+ end
1628
+ end
1629
+
1630
+ def test_pass_float_like_object
1631
+ check_nothing_fails do
1632
+ float_thing = Object.new
1633
+ def float_thing.to_f
1634
+ 0.2
1635
+ end
1636
+ assert_in_delta(0.1, float_thing, 0.1)
1637
+ end
1638
+ end
1639
+
1640
+ def test_pass_string_expected
1641
+ check_nothing_fails do
1642
+ assert_in_delta("0.5", 0.4, 0.1)
1643
+ end
1644
+ end
1645
+
1646
+ def test_fail_with_message
1647
+ check_fail("message.\n" +
1648
+ "<0.5> -/+ <0.05> was expected to include\n" +
1649
+ "<0.4>.\n" +
1650
+ "\n" +
1651
+ "Relation:\n" +
1652
+ "<<0.4> < <0.5>-<0.05>[0.45] <= <0.5>+<0.05>[0.55]>") do
1653
+ assert_in_delta(0.5, 0.4, 0.05, "message")
1654
+ end
1655
+ end
1656
+
1657
+ def test_fail_because_not_float_like_object
1658
+ object = Object.new
1659
+ inspected_object = AssertionMessage.convert(object)
1660
+ check_fail("The arguments must respond to to_f; " +
1661
+ "the first float did not.\n" +
1662
+ "<#{inspected_object}>.respond_to?(:to_f) expected\n" +
1663
+ "(Class: <Object>)") do
1664
+ assert_in_delta(object, 0.4, 0.1)
1665
+ end
1666
+ end
1667
+
1668
+ def test_fail_because_negaitve_delta
1669
+ check_fail("The delta should not be negative.\n" +
1670
+ "<-0.1> was expected to be\n>=\n<0.0>.") do
1671
+ assert_in_delta(0.5, 0.4, -0.1, "message")
1672
+ end
1673
+ end
1674
+
1675
+ def test_fail_without_delta
1676
+ check_fail("<1.402> -/+ <0.001> was expected to include\n" +
1677
+ "<1.404>.\n" +
1678
+ "\n" +
1679
+ "Relation:\n" +
1680
+ "<" +
1681
+ "<1.402>-<0.001>[#{1.402 - 0.001}] <= " +
1682
+ "<1.402>+<0.001>[#{1.402 + 0.001}] < " +
1683
+ "<1.404>" +
1684
+ ">") do
1685
+ assert_in_delta(1.402, 1.404)
1686
+ end
1687
+ end
1688
+ end
1689
+
1690
+ class TestAssertNotInDelta < Test::Unit::TestCase
1691
+ include AssertionCheckable
1692
+
1693
+ def test_pass
1694
+ check_nothing_fails do
1695
+ assert_not_in_delta(1.42, 1.44, 0.01)
1696
+ end
1697
+ end
1698
+
1699
+ def test_pass_without_delta
1700
+ check_nothing_fails do
1701
+ assert_not_in_delta(1.402, 1.404)
1702
+ end
1703
+ end
1704
+
1705
+ def test_pass_with_message
1706
+ check_nothing_fails do
1707
+ assert_not_in_delta(0.5, 0.4, 0.09, "message")
1708
+ end
1709
+ end
1710
+
1711
+ def test_pass_float_like_object
1712
+ check_nothing_fails do
1713
+ float_thing = Object.new
1714
+ def float_thing.to_f
1715
+ 0.2
1716
+ end
1717
+ assert_not_in_delta(0.1, float_thing, 0.09)
1718
+ end
1719
+ end
1720
+
1721
+ def test_pass_string_epxected
1722
+ check_nothing_fails do
1723
+ assert_not_in_delta("0.5", 0.4, 0.09)
1724
+ end
1725
+ end
1726
+
1727
+ def test_fail
1728
+ check_fail("<1.4> -/+ <0.11> was expected to not include\n" +
1729
+ "<1.5>.\n" +
1730
+ "\n" +
1731
+ "Relation:\n" +
1732
+ "<" +
1733
+ "<1.4>-<0.11>[#{1.4 - 0.11}] <= " +
1734
+ "<1.5> <= " +
1735
+ "<1.4>+<0.11>[#{1.4 + 0.11}]" +
1736
+ ">") do
1737
+ assert_not_in_delta(1.4, 1.5, 0.11)
1738
+ end
1739
+ end
1740
+
1741
+ def test_fail_without_delta
1742
+ check_fail("<1.402> -/+ <0.001> was expected to not include\n" +
1743
+ "<1.4021>.\n" +
1744
+ "\n" +
1745
+ "Relation:\n" +
1746
+ "<" +
1747
+ "<1.402>-<0.001>[#{1.402 - 0.001}] <= " +
1748
+ "<1.4021> <= " +
1749
+ "<1.402>+<0.001>[#{1.402 + 0.001}]" +
1750
+ ">") do
1751
+ assert_not_in_delta(1.402, 1.4021)
1752
+ end
1753
+ end
1754
+
1755
+ def test_fail_with_message
1756
+ check_fail("message.\n" +
1757
+ "<0.5> -/+ <0.11> was expected to not include\n" +
1758
+ "<0.4>.\n" +
1759
+ "\n" +
1760
+ "Relation:\n" +
1761
+ "<" +
1762
+ "<0.5>-<0.11>[0.39] <= " +
1763
+ "<0.4> <= " +
1764
+ "<0.5>+<0.11>[0.61]" +
1765
+ ">") do
1766
+ assert_not_in_delta(0.5, 0.4, 0.11, "message")
1767
+ end
1768
+ end
1769
+
1770
+ def test_fail_because_not_float_like_object
1771
+ object = Object.new
1772
+ inspected_object = AssertionMessage.convert(object)
1773
+ check_fail("The arguments must respond to to_f; " +
1774
+ "the first float did not.\n" +
1775
+ "<#{inspected_object}>.respond_to?(:to_f) expected\n" +
1776
+ "(Class: <Object>)") do
1777
+ assert_not_in_delta(object, 0.4, 0.1)
1778
+ end
1779
+ end
1780
+
1781
+ def test_fail_because_negaitve_delta
1782
+ check_fail("The delta should not be negative.\n" +
1783
+ "<-0.11> was expected to be\n>=\n<0.0>.") do
1784
+ assert_not_in_delta(0.5, 0.4, -0.11, "message")
1785
+ end
1786
+ end
1787
+ end
1788
+
1789
+ class TestAssertInEpsilon < TestCase
1790
+ include AssertionCheckable
1791
+
1792
+ def test_pass
1793
+ check_nothing_fails do
1794
+ assert_in_epsilon(10000, 9000, 0.1)
1795
+ end
1796
+ end
1797
+
1798
+ def test_pass_without_epsilon
1799
+ check_nothing_fails do
1800
+ assert_in_epsilon(10000, 9991)
1801
+ end
1802
+ end
1803
+
1804
+ def test_pass_with_message
1805
+ check_nothing_fails do
1806
+ assert_in_epsilon(10000, 9000, 0.1, "message")
1807
+ end
1808
+ end
1809
+
1810
+ def test_pass_float_like_object
1811
+ check_nothing_fails do
1812
+ float_thing = Object.new
1813
+ def float_thing.to_f
1814
+ 9000.0
1815
+ end
1816
+ assert_in_epsilon(10000, float_thing, 0.1)
1817
+ end
1818
+ end
1819
+
1820
+ def test_pass_string_expected
1821
+ check_nothing_fails do
1822
+ assert_in_epsilon("10000", 9000, 0.1)
1823
+ end
1824
+ end
1825
+
1826
+ def test_pass_zero_expected
1827
+ check_nothing_fails do
1828
+ assert_in_epsilon(0, 0.00000001)
1829
+ end
1830
+ end
1831
+
1832
+ def test_pass_minus_expected
1833
+ check_nothing_fails do
1834
+ assert_in_epsilon(-1, -1)
1835
+ end
1836
+ end
1837
+
1838
+ def test_fail_with_message
1839
+ check_fail("message.\n" +
1840
+ "<10000> -/+ (<10000> * <0.1>)[1000.0] " +
1841
+ "was expected to include\n" +
1842
+ "<8999>.\n" +
1843
+ "\n" +
1844
+ "Relation:\n" +
1845
+ "<" +
1846
+ "<8999> < " +
1847
+ "<10000>-(<10000>*<0.1>)[9000.0] <= " +
1848
+ "<10000>+(<10000>*<0.1>)[11000.0]" +
1849
+ ">") do
1850
+ assert_in_epsilon(10000, 8999, 0.1, "message")
1851
+ end
1852
+ end
1853
+
1854
+ def test_fail_because_not_float_like_object
1855
+ object = Object.new
1856
+ inspected_object = AssertionMessage.convert(object)
1857
+ check_fail("The arguments must respond to to_f; " +
1858
+ "the first float did not.\n" +
1859
+ "<#{inspected_object}>.respond_to?(:to_f) expected\n" +
1860
+ "(Class: <Object>)") do
1861
+ assert_in_epsilon(object, 9000, 0.1)
1862
+ end
1863
+ end
1864
+
1865
+ def test_fail_because_negaitve_epsilon
1866
+ check_fail("The epsilon should not be negative.\n" +
1867
+ "<-0.1> was expected to be\n>=\n<0.0>.") do
1868
+ assert_in_epsilon(10000, 9000, -0.1, "message")
1869
+ end
1870
+ end
1871
+
1872
+ def test_fail_without_epsilon
1873
+ check_fail("<10000> -/+ (<10000> * <0.001>)[10.0] " +
1874
+ "was expected to include\n" +
1875
+ "<10011>.\n" +
1876
+ "\n" +
1877
+ "Relation:\n" +
1878
+ "<" +
1879
+ "<10000>-(<10000>*<0.001>)[9990.0] <= " +
1880
+ "<10000>+(<10000>*<0.001>)[10010.0] < " +
1881
+ "<10011>" +
1882
+ ">") do
1883
+ assert_in_epsilon(10000, 10011)
1884
+ end
1885
+ end
1886
+ end
1887
+
1888
+ class TestAssertNotInEpsilon < Test::Unit::TestCase
1889
+ include AssertionCheckable
1890
+
1891
+ def test_pass
1892
+ check_nothing_fails do
1893
+ assert_not_in_epsilon(10000, 8999, 0.1)
1894
+ end
1895
+ end
1896
+
1897
+ def test_pass_without_epsilon
1898
+ check_nothing_fails do
1899
+ assert_not_in_epsilon(10000, 9989)
1900
+ end
1901
+ end
1902
+
1903
+ def test_pass_with_message
1904
+ check_nothing_fails do
1905
+ assert_not_in_epsilon(10000, 8999, 0.1, "message")
1906
+ end
1907
+ end
1908
+
1909
+ def test_pass_float_like_object
1910
+ check_nothing_fails do
1911
+ float_thing = Object.new
1912
+ def float_thing.to_f
1913
+ 8999.0
1914
+ end
1915
+ assert_not_in_epsilon(10000, float_thing, 0.1)
1916
+ end
1917
+ end
1918
+
1919
+ def test_pass_string_epxected
1920
+ check_nothing_fails do
1921
+ assert_not_in_epsilon("10000", 8999, 0.1)
1922
+ end
1923
+ end
1924
+
1925
+ def test_fail
1926
+ check_fail("<10000> -/+ (<10000> * <0.1>)[1000.0] " +
1927
+ "was expected to not include\n" +
1928
+ "<9000>.\n" +
1929
+ "\n" +
1930
+ "Relation:\n" +
1931
+ "<" +
1932
+ "<10000>-(<10000>*<0.1>)[9000.0] <= " +
1933
+ "<9000> <= " +
1934
+ "<10000>+(<10000>*<0.1>)[11000.0]" +
1935
+ ">") do
1936
+ assert_not_in_epsilon(10000, 9000, 0.1)
1937
+ end
1938
+ end
1939
+
1940
+ def test_fail_without_epsilon
1941
+ check_fail("<10000> -/+ (<10000> * <0.001>)[10.0] " +
1942
+ "was expected to not include\n" +
1943
+ "<9990>.\n" +
1944
+ "\n" +
1945
+ "Relation:\n" +
1946
+ "<" +
1947
+ "<10000>-(<10000>*<0.001>)[9990.0] <= " +
1948
+ "<9990> <= " +
1949
+ "<10000>+(<10000>*<0.001>)[10010.0]" +
1950
+ ">") do
1951
+ assert_not_in_epsilon(10000, 9990)
1952
+ end
1953
+ end
1954
+
1955
+ def test_fail_with_message
1956
+ check_fail("message.\n" +
1957
+ "<10000> -/+ (<10000> * <0.1>)[1000.0] " +
1958
+ "was expected to not include\n" +
1959
+ "<9000>.\n" +
1960
+ "\n" +
1961
+ "Relation:\n" +
1962
+ "<" +
1963
+ "<10000>-(<10000>*<0.1>)[9000.0] <= " +
1964
+ "<9000> <= " +
1965
+ "<10000>+(<10000>*<0.1>)[11000.0]" +
1966
+ ">") do
1967
+ assert_not_in_epsilon(10000, 9000, 0.1, "message")
1968
+ end
1969
+ end
1970
+
1971
+ def test_fail_because_not_float_like_object
1972
+ object = Object.new
1973
+ inspected_object = AssertionMessage.convert(object)
1974
+ check_fail("The arguments must respond to to_f; " +
1975
+ "the first float did not.\n" +
1976
+ "<#{inspected_object}>.respond_to?(:to_f) expected\n" +
1977
+ "(Class: <Object>)") do
1978
+ assert_not_in_epsilon(object, 9000, 0.1)
1979
+ end
1980
+ end
1981
+
1982
+ def test_fail_because_negaitve_epsilon
1983
+ check_fail("The epsilon should not be negative.\n" +
1984
+ "<-0.1> was expected to be\n>=\n<0.0>.") do
1985
+ assert_not_in_epsilon(10000, 9000, -0.1, "message")
1986
+ end
1987
+ end
1988
+ end
1989
+
1990
+ class TestAssertInclude < Test::Unit::TestCase
1991
+ include AssertionCheckable
1992
+
1993
+ def test_pass
1994
+ check_nothing_fails do
1995
+ assert_include([1, 2, 3], 1)
1996
+ end
1997
+ end
1998
+
1999
+ def test_pass_with_message
2000
+ check_nothing_fails do
2001
+ assert_include([1, 2, 3], 1, "message")
2002
+ end
2003
+ end
2004
+
2005
+ def test_fail
2006
+ check_fail("<[1, 2, 3]> was expected to include\n" +
2007
+ "<4>.") do
2008
+ assert_include([1, 2, 3], 4)
2009
+ end
2010
+ end
2011
+
2012
+ def test_fail_with_message
2013
+ check_fail("message.\n" +
2014
+ "<[1, 2, 3]> was expected to include\n" +
2015
+ "<4>.") do
2016
+ assert_include([1, 2, 3], 4, "message")
2017
+ end
2018
+ end
2019
+
2020
+ def test_fail_because_not_collection_like_object
2021
+ object = Object.new
2022
+ inspected_object = AssertionMessage.convert(object)
2023
+ check_fail("The collection must respond to :include?.\n" +
2024
+ "<#{inspected_object}>.respond_to?(:include?) expected\n" +
2025
+ "(Class: <Object>)") do
2026
+ assert_include(object, 1)
2027
+ end
2028
+ end
2029
+ end
2030
+
2031
+ class TestAssertNotInclude < Test::Unit::TestCase
2032
+ include AssertionCheckable
2033
+
2034
+ def test_pass
2035
+ check_nothing_fails do
2036
+ assert_not_include([1, 2, 3], 5)
2037
+ end
2038
+ end
2039
+
2040
+ def test_pass_with_message
2041
+ check_nothing_fails do
2042
+ assert_not_include([1, 2, 3], 5, "message")
2043
+ end
2044
+ end
2045
+
2046
+ def test_fail
2047
+ check_fail("<[1, 2, 3]> was expected to not include\n" +
2048
+ "<2>.") do
2049
+ assert_not_include([1, 2, 3], 2)
2050
+ end
2051
+ end
2052
+
2053
+ def test_fail_with_message
2054
+ check_fail("message.\n" +
2055
+ "<[1, 2, 3]> was expected to not include\n" +
2056
+ "<2>.") do
2057
+ assert_not_include([1, 2, 3], 2, "message")
2058
+ end
2059
+ end
2060
+
2061
+ def test_fail_because_not_collection_like_object
2062
+ object = Object.new
2063
+ inspected_object = AssertionMessage.convert(object)
2064
+ check_fail("The collection must respond to :include?.\n" +
2065
+ "<#{inspected_object}>.respond_to?(:include?) expected\n" +
2066
+ "(Class: <Object>)") do
2067
+ assert_not_include(object, 1)
2068
+ end
2069
+ end
2070
+ end
2071
+
2072
+ class TestAssertEmpty < Test::Unit::TestCase
2073
+ include AssertionCheckable
2074
+
2075
+ def test_pass
2076
+ check_nothing_fails do
2077
+ assert_empty([])
2078
+ end
2079
+ end
2080
+
2081
+ def test_pass_with_message
2082
+ check_nothing_fails do
2083
+ assert_empty([], "message")
2084
+ end
2085
+ end
2086
+
2087
+ def test_fail
2088
+ check_fail("<[1]> was expected to be empty.") do
2089
+ assert_empty([1])
2090
+ end
2091
+ end
2092
+
2093
+ def test_fail_with_message
2094
+ check_fail("message.\n" +
2095
+ "<[1]> was expected to be empty.") do
2096
+ assert_empty([1], "message")
2097
+ end
2098
+ end
2099
+
2100
+ def test_fail_because_no_empty_method
2101
+ object = Object.new
2102
+ inspected_object = AssertionMessage.convert(object)
2103
+ check_fail("The object must respond to :empty?.\n" +
2104
+ "<#{inspected_object}>.respond_to?(:empty?) expected\n" +
2105
+ "(Class: <Object>)") do
2106
+ assert_empty(object)
2107
+ end
2108
+ end
2109
+ end
2110
+
2111
+ class TestAssertNotEmpty < Test::Unit::TestCase
2112
+ include AssertionCheckable
2113
+
2114
+ def test_pass
2115
+ check_nothing_fails do
2116
+ assert_not_empty([1])
2117
+ end
2118
+ end
2119
+
2120
+ def test_pass_with_message
2121
+ check_nothing_fails do
2122
+ assert_not_empty([1], "message")
2123
+ end
2124
+ end
2125
+
2126
+ def test_fail
2127
+ check_fail("<[]> was expected to not be empty.") do
2128
+ assert_not_empty([])
2129
+ end
2130
+ end
2131
+
2132
+ def test_fail_with_message
2133
+ check_fail("message.\n" +
2134
+ "<[]> was expected to not be empty.") do
2135
+ assert_not_empty([], "message")
2136
+ end
2137
+ end
2138
+
2139
+ def test_fail_because_no_empty_method
2140
+ object = Object.new
2141
+ inspected_object = AssertionMessage.convert(object)
2142
+ check_fail("The object must respond to :empty?.\n" +
2143
+ "<#{inspected_object}>.respond_to?(:empty?) expected\n" +
2144
+ "(Class: <Object>)") do
2145
+ assert_not_empty(object)
2146
+ end
2147
+ end
2148
+ end
2149
+
2150
+ class TestAssertNotSend < Test::Unit::TestCase
2151
+ include AssertionCheckable
2152
+
2153
+ def test_pass
2154
+ check_nothing_fails do
2155
+ assert_not_send([[1, 2], :member?, 4], "message")
2156
+ end
2157
+ end
2158
+
2159
+ def test_fail
2160
+ expected_message = <<-EOM
2161
+ message.
2162
+ <[1, 2]> was expected to respond to
2163
+ <member?(*[2])> with not a true value but was
2164
+ <true>.
2165
+ EOM
2166
+ check_fail(expected_message.chomp) do
2167
+ assert_not_send([[1, 2], :member?, 2], "message")
2168
+ end
2169
+ end
2170
+ end
2171
+
2172
+ class TestTemplate < Test::Unit::TestCase
2173
+ def test_incompatible_encoding_by_diff
2174
+ need_encoding
2175
+ assert_raise(AssertionFailedError) do
2176
+ assert_equal("UTF-8の日本語\n" * 3,
2177
+ ("Shift_JISの日本語\n" * 3).force_encoding("ASCII-8BIT"))
2178
+ end
2179
+ end
2180
+
2181
+ private
2182
+ def need_encoding
2183
+ omit("need Encoding") unless Object.const_defined?(:Encoding)
2184
+ end
2185
+ end
2186
+ end
2187
+ end