blockchyp 2.20.1 → 2.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/lib/blockchyp/version.rb +1 -1
  3. data/lib/blockchyp.rb +1 -1
  4. data/test/activate_terminal_test.rb +1 -1
  5. data/test/add_gateway_merchant_test.rb +1 -1
  6. data/test/add_test_merchant_test.rb +1 -1
  7. data/test/batch_history_test.rb +1 -1
  8. data/test/boolean_prompt_test.rb +1 -1
  9. data/test/cancel_payment_link_test.rb +1 -1
  10. data/test/capture_signature_test.rb +1 -1
  11. data/test/deactivate_terminal_test.rb +1 -1
  12. data/test/delete_branding_asset_test.rb +1 -1
  13. data/test/delete_customer_test.rb +1 -1
  14. data/test/delete_media_asset_test.rb +1 -1
  15. data/test/delete_queued_transaction_test.rb +1 -1
  16. data/test/delete_slide_show_test.rb +1 -1
  17. data/test/delete_survey_question_test.rb +1 -1
  18. data/test/delete_test_merchant_test.rb +1 -1
  19. data/test/delete_token_test.rb +1 -1
  20. data/test/empty_branding_asset_test.rb +1 -1
  21. data/test/empty_slide_show_test.rb +1 -1
  22. data/test/gateway_timeout_test.rb +1 -1
  23. data/test/get_customer_test.rb +1 -1
  24. data/test/get_merchants_test.rb +1 -1
  25. data/test/invite_merchant_user_test.rb +1 -1
  26. data/test/link_token_test.rb +1 -1
  27. data/test/list_queued_transactions_test.rb +1 -1
  28. data/test/list_terminals_test.rb +1 -1
  29. data/test/media_asset_test.rb +1 -1
  30. data/test/media_test.rb +1 -1
  31. data/test/media_upload_test.rb +1 -1
  32. data/test/merchant_credential_generation_test.rb +1 -1
  33. data/test/merchant_invoice_detail_test.rb +1 -1
  34. data/test/merchant_invoices_test.rb +1 -1
  35. data/test/merchant_platforms_test.rb +1 -1
  36. data/test/merchant_profile_test.rb +1 -1
  37. data/test/merchant_users_test.rb +1 -1
  38. data/test/new_transaction_display_test.rb +1 -1
  39. data/test/pan_charge_test.rb +1 -1
  40. data/test/pan_enroll_test.rb +1 -1
  41. data/test/pan_preauth_test.rb +1 -1
  42. data/test/partial_refund_test.rb +1 -1
  43. data/test/partner_commission_breakdown_test.rb +1 -1
  44. data/test/partner_statement_detail_test.rb +1 -1
  45. data/test/partner_statements_test.rb +1 -1
  46. data/test/payment_link_status_test.rb +1 -1
  47. data/test/pricing_policy_test.rb +1 -1
  48. data/test/resend_payment_link_test.rb +1 -1
  49. data/test/search_customer_test.rb +1 -1
  50. data/test/send_payment_link_test.rb +1 -1
  51. data/test/simple_batch_close_test.rb +1 -1
  52. data/test/simple_capture_test.rb +1 -1
  53. data/test/simple_gift_activate_test.rb +1 -1
  54. data/test/simple_locate_test.rb +1 -1
  55. data/test/simple_message_test.rb +1 -1
  56. data/test/simple_ping_test.rb +1 -1
  57. data/test/simple_refund_test.rb +1 -1
  58. data/test/simple_reversal_test.rb +1 -1
  59. data/test/simple_void_test.rb +1 -1
  60. data/test/slide_show_test.rb +1 -1
  61. data/test/slide_shows_test.rb +1 -1
  62. data/test/submit_application_test.rb +1 -1
  63. data/test/survey_question_test.rb +1 -1
  64. data/test/survey_questions_test.rb +1 -1
  65. data/test/survey_results_test.rb +1 -1
  66. data/test/tc_delete_template_test.rb +1 -1
  67. data/test/tc_entry_test.rb +1 -1
  68. data/test/tc_log_test.rb +1 -1
  69. data/test/tc_template_test.rb +1 -1
  70. data/test/tc_template_update_test.rb +1 -1
  71. data/test/tc_templates_test.rb +1 -1
  72. data/test/terminal_branding_test.rb +1 -1
  73. data/test/terminal_charge_test.rb +1 -1
  74. data/test/terminal_clear_test.rb +1 -1
  75. data/test/terminal_ebt_balance_test.rb +1 -1
  76. data/test/terminal_ebt_charge_test.rb +1 -1
  77. data/test/terminal_enroll_test.rb +1 -1
  78. data/test/terminal_gift_card_balance_test.rb +1 -1
  79. data/test/terminal_keyed_charge_test.rb +1 -1
  80. data/test/terminal_manual_ebt_charge_test.rb +1 -1
  81. data/test/terminal_preauth_test.rb +1 -1
  82. data/test/terminal_queued_transaction_test.rb +1 -1
  83. data/test/terminal_status_test.rb +1 -1
  84. data/test/terminal_timeout_test.rb +1 -1
  85. data/test/terms_and_conditions_test.rb +1 -1
  86. data/test/text_prompt_test.rb +1 -1
  87. data/test/token_metadata_test.rb +1 -1
  88. data/test/transaction_history_test.rb +1 -1
  89. data/test/unlink_token_test.rb +1 -1
  90. data/test/update_branding_asset_test.rb +1 -1
  91. data/test/update_customer_test.rb +1 -1
  92. data/test/update_merchant_platforms_test.rb +1 -1
  93. data/test/update_merchant_test.rb +1 -1
  94. data/test/update_slide_show_test.rb +1 -1
  95. data/test/update_survey_question_test.rb +1 -1
  96. data/test/update_transaction_display_test.rb +1 -1
  97. data/test/upload_status_test.rb +1 -1
  98. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36092c3724e15a799bd6818501835b3341dbab60be85a2197e32a66aae92bad5
4
- data.tar.gz: 3e6f99e973a25da54e2b37cb6c04125848a79dac68267c29172cbd728fc78a5d
3
+ metadata.gz: db08736e902731fd29fc1a48af7eba392485d877f4bd2b3d90b50941884be773
4
+ data.tar.gz: 2d63817ed91eb184316493c2d8c36e812a711f6aff54017519c8a722a73d6b0f
5
5
  SHA512:
6
- metadata.gz: efa1ee361c3da27538772284e2e151dc775febf44fff29b62a60ecb3586b292d59670dd7da1eb09faee44b2b9950c37a146df8e3e2087a2e1f70c91f2d116b10
7
- data.tar.gz: 742ccc940a4138d6306f1f034535b9975fb99def600d52795eb626b261fe928ae1d46676f5f654b51c2666103079b513b65239aca5648b8e807d4f5435ab6835
6
+ metadata.gz: 5ac08be5f4d295a2d4cdeb7e44d853958e1bc669127dfdc2fa4297390dab430ad849b47cde18dc94c19fc8d59abc484c8614891818a428b90871814ed138d7be
7
+ data.tar.gz: 28822210e2fa3dbb4f55189fe9abc39198ad2b543709eef7fe75c7ee6beec18e352a882d740e56987c6258135f708b026d9f997e4bbf3e35ae73a59fb4337e41
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlockChyp
4
- VERSION = '2.20.1'
4
+ VERSION = '2.21.0'
5
5
  end
data/lib/blockchyp.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
data/test/media_test.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
data/test/tc_log_test.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 BlockChyp, Inc. All rights reserved. Use of this code is
4
4
  # governed by a license that can be found in the LICENSE file.
5
5
  #
6
6
  # This file was generated automatically by the BlockChyp SDK Generator.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockchyp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.1
4
+ version: 2.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-20 00:00:00.000000000 Z
11
+ date: 2025-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: