zold 0.31.3 → 0.31.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +4 -4
  2. data/.simplecov +1 -1
  3. data/Gemfile +18 -1
  4. data/Rakefile +1 -1
  5. data/bin/zold +1 -1
  6. data/features/step_definitions/steps.rb +1 -1
  7. data/features/support/env.rb +1 -1
  8. data/fixtures/merge/asserts.rb +1 -1
  9. data/fixtures/merge/into_no_wallet/assert.rb +1 -1
  10. data/fixtures/merge/legacy_negatives_stay/assert.rb +1 -1
  11. data/fixtures/merge/missed_wallets/assert.rb +1 -1
  12. data/fixtures/merge/negative_overwriting/assert.rb +1 -1
  13. data/fixtures/merge/negatives_in_between/assert.rb +1 -1
  14. data/fixtures/merge/random_expenses/assert.rb +1 -1
  15. data/fixtures/merge/simple_case/assert.rb +1 -1
  16. data/fixtures/merge/unconfirmed_income/assert.rb +1 -1
  17. data/lib/zold/age.rb +1 -1
  18. data/lib/zold/amount.rb +1 -1
  19. data/lib/zold/cached_wallets.rb +1 -1
  20. data/lib/zold/commands/alias.rb +0 -1
  21. data/lib/zold/commands/args.rb +1 -1
  22. data/lib/zold/commands/calculate.rb +1 -2
  23. data/lib/zold/commands/clean.rb +1 -2
  24. data/lib/zold/commands/create.rb +1 -2
  25. data/lib/zold/commands/diff.rb +1 -2
  26. data/lib/zold/commands/fetch.rb +1 -2
  27. data/lib/zold/commands/invoice.rb +1 -2
  28. data/lib/zold/commands/list.rb +1 -1
  29. data/lib/zold/commands/merge.rb +1 -2
  30. data/lib/zold/commands/next.rb +1 -2
  31. data/lib/zold/commands/node.rb +1 -2
  32. data/lib/zold/commands/pay.rb +6 -3
  33. data/lib/zold/commands/propagate.rb +1 -2
  34. data/lib/zold/commands/pull.rb +1 -1
  35. data/lib/zold/commands/push.rb +1 -2
  36. data/lib/zold/commands/remote.rb +1 -2
  37. data/lib/zold/commands/remove.rb +1 -2
  38. data/lib/zold/commands/routines/audit.rb +1 -1
  39. data/lib/zold/commands/routines/gc.rb +1 -1
  40. data/lib/zold/commands/routines/reconnect.rb +1 -1
  41. data/lib/zold/commands/routines/retire.rb +1 -1
  42. data/lib/zold/commands/routines.rb +1 -1
  43. data/lib/zold/commands/show.rb +1 -2
  44. data/lib/zold/commands/taxes.rb +1 -2
  45. data/lib/zold/commands/thread_badge.rb +1 -1
  46. data/lib/zold/copies.rb +1 -1
  47. data/lib/zold/dir_items.rb +1 -1
  48. data/lib/zold/endless.rb +1 -1
  49. data/lib/zold/gem.rb +1 -1
  50. data/lib/zold/hands.rb +1 -1
  51. data/lib/zold/head.rb +1 -1
  52. data/lib/zold/hexnum.rb +1 -1
  53. data/lib/zold/http.rb +1 -1
  54. data/lib/zold/hungry_wallets.rb +1 -1
  55. data/lib/zold/id.rb +1 -1
  56. data/lib/zold/json_page.rb +1 -1
  57. data/lib/zold/key.rb +1 -1
  58. data/lib/zold/log.rb +1 -1
  59. data/lib/zold/metronome.rb +1 -1
  60. data/lib/zold/node/async_entrance.rb +1 -1
  61. data/lib/zold/node/entrance.rb +1 -1
  62. data/lib/zold/node/farm.rb +1 -1
  63. data/lib/zold/node/farmers.rb +1 -1
  64. data/lib/zold/node/front.rb +1 -1
  65. data/lib/zold/node/journaled_pipeline.rb +1 -1
  66. data/lib/zold/node/nodup_entrance.rb +1 -1
  67. data/lib/zold/node/nospam_entrance.rb +1 -1
  68. data/lib/zold/node/pipeline.rb +1 -1
  69. data/lib/zold/node/safe_entrance.rb +1 -1
  70. data/lib/zold/node/soft_error.rb +1 -1
  71. data/lib/zold/node/spread_entrance.rb +1 -1
  72. data/lib/zold/node/sync_entrance.rb +1 -1
  73. data/lib/zold/node/trace.rb +1 -1
  74. data/lib/zold/patch.rb +1 -1
  75. data/lib/zold/prefixes.rb +1 -1
  76. data/lib/zold/remotes.rb +1 -1
  77. data/lib/zold/signature.rb +1 -1
  78. data/lib/zold/size.rb +1 -1
  79. data/lib/zold/sync_wallets.rb +1 -1
  80. data/lib/zold/tax.rb +1 -1
  81. data/lib/zold/thread_pool.rb +1 -1
  82. data/lib/zold/tree_wallets.rb +1 -1
  83. data/lib/zold/txn.rb +1 -1
  84. data/lib/zold/txns.rb +1 -1
  85. data/lib/zold/upgrades.rb +1 -1
  86. data/lib/zold/verbose_thread.rb +1 -1
  87. data/lib/zold/version.rb +2 -2
  88. data/lib/zold/version_file.rb +1 -1
  89. data/lib/zold/wallet.rb +1 -1
  90. data/lib/zold/wallets.rb +1 -1
  91. data/lib/zold.rb +1 -1
  92. data/test/commands/routines/test_audit.rb +1 -1
  93. data/test/commands/routines/test_gc.rb +1 -1
  94. data/test/commands/routines/test_reconcile.rb +1 -1
  95. data/test/commands/routines/test_reconnect.rb +1 -1
  96. data/test/commands/routines/test_retire.rb +1 -1
  97. data/test/commands/test_calculate.rb +1 -1
  98. data/test/commands/test_clean.rb +1 -1
  99. data/test/commands/test_create.rb +1 -1
  100. data/test/commands/test_diff.rb +1 -1
  101. data/test/commands/test_fetch.rb +1 -1
  102. data/test/commands/test_invoice.rb +1 -1
  103. data/test/commands/test_list.rb +1 -1
  104. data/test/commands/test_merge.rb +1 -1
  105. data/test/commands/test_node.rb +1 -1
  106. data/test/commands/test_pay.rb +1 -1
  107. data/test/commands/test_propagate.rb +1 -1
  108. data/test/commands/test_pull.rb +1 -1
  109. data/test/commands/test_push.rb +1 -1
  110. data/test/commands/test_remote.rb +1 -1
  111. data/test/commands/test_remove.rb +1 -1
  112. data/test/commands/test_show.rb +1 -1
  113. data/test/commands/test_taxes.rb +1 -1
  114. data/test/fake_home.rb +1 -1
  115. data/test/node/fake_entrance.rb +1 -1
  116. data/test/node/fake_node.rb +1 -1
  117. data/test/node/test_async_entrance.rb +1 -1
  118. data/test/node/test_entrance.rb +1 -1
  119. data/test/node/test_farm.rb +1 -1
  120. data/test/node/test_farmers.rb +1 -1
  121. data/test/node/test_front.rb +1 -1
  122. data/test/node/test_nodup_entrance.rb +1 -1
  123. data/test/node/test_nospam_entrance.rb +1 -1
  124. data/test/node/test_safe_entrance.rb +1 -1
  125. data/test/node/test_spread_entrance.rb +1 -1
  126. data/test/node/test_sync_entrance.rb +1 -1
  127. data/test/node/test_trace.rb +1 -1
  128. data/test/test__helper.rb +1 -5
  129. data/test/test_age.rb +1 -1
  130. data/test/test_amount.rb +1 -1
  131. data/test/test_cached_wallets.rb +1 -1
  132. data/test/test_copies.rb +1 -1
  133. data/test/test_dir_items.rb +1 -1
  134. data/test/test_hands.rb +1 -1
  135. data/test/test_hexnum.rb +1 -1
  136. data/test/test_http.rb +1 -1
  137. data/test/test_hungry_wallets.rb +1 -1
  138. data/test/test_id.rb +1 -1
  139. data/test/test_json_page.rb +1 -1
  140. data/test/test_key.rb +1 -1
  141. data/test/test_log.rb +1 -1
  142. data/test/test_metronome.rb +1 -1
  143. data/test/test_patch.rb +1 -1
  144. data/test/test_prefixes.rb +1 -1
  145. data/test/test_remotes.rb +1 -1
  146. data/test/test_signature.rb +1 -1
  147. data/test/test_size.rb +1 -1
  148. data/test/test_sync_wallets.rb +1 -1
  149. data/test/test_tax.rb +1 -1
  150. data/test/test_thread_pool.rb +1 -1
  151. data/test/test_tree_wallets.rb +1 -1
  152. data/test/test_txn.rb +1 -1
  153. data/test/test_upgrades.rb +1 -1
  154. data/test/test_verbose_thread.rb +1 -1
  155. data/test/test_wallet.rb +1 -1
  156. data/test/test_wallets.rb +1 -1
  157. data/test/test_zold.rb +1 -1
  158. data/test/upgrades/test_delete_banned_wallets.rb +1 -1
  159. data/test/upgrades/test_protocol_up.rb +1 -1
  160. data/upgrades/2.rb +1 -1
  161. data/upgrades/delete_banned_wallets.rb +1 -1
  162. data/upgrades/move_wallets_into_tree.rb +1 -1
  163. data/upgrades/protocol_up.rb +1 -1
  164. data/upgrades/rename_foreign_wallets.rb +1 -1
  165. data/zold.gemspec +1 -17
  166. metadata +3 -227
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test__helper.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -35,10 +35,6 @@ ENV['RACK_ENV'] = 'test'
35
35
 
36
36
  require 'simplecov'
37
37
  SimpleCov.start
38
- if ENV['CI'] == 'true'
39
- require 'codecov'
40
- SimpleCov.formatter = SimpleCov::Formatter::Codecov
41
- end
42
38
 
43
39
  require_relative '../lib/zold/hands'
44
40
  Zold::Hands.start
data/test/test_age.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_amount.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_copies.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_hands.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_hexnum.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_http.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_id.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_key.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_log.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_patch.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_remotes.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_size.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_tax.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_txn.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_wallet.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_wallets.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/test/test_zold.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/upgrades/2.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
data/zold.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2018-2022 Zerocracy, Inc.
3
+ # Copyright (c) 2018-2023 Zerocracy, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the 'Software'), to deal
@@ -83,20 +83,4 @@ and suggests a different architecture for digital wallet maintenance.'
83
83
  s.add_runtime_dependency 'usagewatch_ext', '~>0.2'
84
84
  s.add_runtime_dependency 'zache', '>=0.12'
85
85
  s.add_runtime_dependency 'zold-score', '~>0.4'
86
- s.add_development_dependency 'codecov', '0.6.0'
87
- s.add_development_dependency 'cucumber', '3.1.2'
88
- s.add_development_dependency 'guard', '2.15.0'
89
- s.add_development_dependency 'guard-minitest', '2.4.6'
90
- s.add_development_dependency 'minitest', '5.11.3'
91
- s.add_development_dependency 'minitest-fail-fast', '0.1.0'
92
- s.add_development_dependency 'minitest-hooks', '1.5.0'
93
- s.add_development_dependency 'minitest-reporters', '1.3.6'
94
- s.add_development_dependency 'rake', '12.3.2'
95
- s.add_development_dependency 'random-port', '0.3.1'
96
- s.add_development_dependency 'rdoc', '6.1.1'
97
- s.add_development_dependency 'rspec-rails', '3.8.2'
98
- s.add_development_dependency 'rubocop', '0.69.0'
99
- s.add_development_dependency 'rubocop-rspec', '1.33.0'
100
- s.add_development_dependency 'webmock', '3.5.1'
101
- s.add_development_dependency 'xcop', '>=0.6'
102
86
  end