call_your_name 0.1.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 (1637) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +13 -0
  4. data/CHANGELOG.md +5 -0
  5. data/CODE_OF_CONDUCT.md +84 -0
  6. data/Gemfile +12 -0
  7. data/Gemfile.lock +57 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +39 -0
  10. data/Rakefile +12 -0
  11. data/lib/call_your_name/version.rb +5 -0
  12. data/lib/call_your_name.rb +10 -0
  13. data/sig/call_your_name.rbs +4 -0
  14. data/vendor/bundle/ruby/3.1.0/bin/htmldiff +29 -0
  15. data/vendor/bundle/ruby/3.1.0/bin/ldiff +29 -0
  16. data/vendor/bundle/ruby/3.1.0/bin/rake +29 -0
  17. data/vendor/bundle/ruby/3.1.0/bin/rspec +29 -0
  18. data/vendor/bundle/ruby/3.1.0/bin/rubocop +29 -0
  19. data/vendor/bundle/ruby/3.1.0/bin/ruby-parse +29 -0
  20. data/vendor/bundle/ruby/3.1.0/bin/ruby-rewrite +29 -0
  21. data/vendor/bundle/ruby/3.1.0/cache/ast-2.4.2.gem +0 -0
  22. data/vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.5.0.gem +0 -0
  23. data/vendor/bundle/ruby/3.1.0/cache/json-2.6.3.gem +0 -0
  24. data/vendor/bundle/ruby/3.1.0/cache/parallel-1.22.1.gem +0 -0
  25. data/vendor/bundle/ruby/3.1.0/cache/parser-3.2.2.0.gem +0 -0
  26. data/vendor/bundle/ruby/3.1.0/cache/rainbow-3.1.1.gem +0 -0
  27. data/vendor/bundle/ruby/3.1.0/cache/rake-13.0.6.gem +0 -0
  28. data/vendor/bundle/ruby/3.1.0/cache/regexp_parser-2.7.0.gem +0 -0
  29. data/vendor/bundle/ruby/3.1.0/cache/rexml-3.2.5.gem +0 -0
  30. data/vendor/bundle/ruby/3.1.0/cache/rspec-3.12.0.gem +0 -0
  31. data/vendor/bundle/ruby/3.1.0/cache/rspec-core-3.12.1.gem +0 -0
  32. data/vendor/bundle/ruby/3.1.0/cache/rspec-expectations-3.12.2.gem +0 -0
  33. data/vendor/bundle/ruby/3.1.0/cache/rspec-mocks-3.12.5.gem +0 -0
  34. data/vendor/bundle/ruby/3.1.0/cache/rspec-support-3.12.0.gem +0 -0
  35. data/vendor/bundle/ruby/3.1.0/cache/rubocop-1.48.1.gem +0 -0
  36. data/vendor/bundle/ruby/3.1.0/cache/rubocop-ast-1.28.0.gem +0 -0
  37. data/vendor/bundle/ruby/3.1.0/cache/ruby-progressbar-1.13.0.gem +0 -0
  38. data/vendor/bundle/ruby/3.1.0/cache/unicode-display_width-2.4.2.gem +0 -0
  39. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/gem.build_complete +0 -0
  40. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/gem_make.out +13 -0
  41. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/json/ext/generator.bundle +0 -0
  42. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/json/ext/parser.bundle +0 -0
  43. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/mkmf.log +113 -0
  44. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/LICENSE.MIT +20 -0
  45. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/README.YARD.md +12 -0
  46. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/node.rb +268 -0
  47. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/processor/mixin.rb +288 -0
  48. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/processor.rb +12 -0
  49. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/sexp.rb +30 -0
  50. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast.rb +17 -0
  51. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/.rspec +1 -0
  52. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Code-of-Conduct.md +74 -0
  53. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Contributing.md +119 -0
  54. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/History.md +400 -0
  55. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/License.md +39 -0
  56. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Manifest.txt +59 -0
  57. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/README.rdoc +84 -0
  58. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Rakefile +121 -0
  59. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/bin/htmldiff +35 -0
  60. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/bin/ldiff +9 -0
  61. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/docs/COPYING.txt +339 -0
  62. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/docs/artistic.txt +127 -0
  63. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/array.rb +7 -0
  64. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/backports.rb +9 -0
  65. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/block.rb +37 -0
  66. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/callbacks.rb +325 -0
  67. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/change.rb +174 -0
  68. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/htmldiff.rb +150 -0
  69. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/hunk.rb +358 -0
  70. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/internals.rb +308 -0
  71. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/ldiff.rb +171 -0
  72. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/string.rb +5 -0
  73. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs.rb +739 -0
  74. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff-lcs.rb +3 -0
  75. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/change_spec.rb +89 -0
  76. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/diff_spec.rb +51 -0
  77. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/aX +1 -0
  78. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/bXaX +1 -0
  79. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ds1.csv +50 -0
  80. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ds2.csv +51 -0
  81. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff +4 -0
  82. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-c +7 -0
  83. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-e +3 -0
  84. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-f +3 -0
  85. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-u +5 -0
  86. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef +4 -0
  87. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-c +15 -0
  88. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-e +3 -0
  89. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-f +3 -0
  90. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-u +9 -0
  91. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2 +7 -0
  92. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
  93. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
  94. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
  95. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
  96. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
  97. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef +4 -0
  98. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef2 +17 -0
  99. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef +4 -0
  100. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef2 +14 -0
  101. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/hunk_spec.rb +83 -0
  102. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/issues_spec.rb +154 -0
  103. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/lcs_spec.rb +56 -0
  104. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/ldiff_spec.rb +87 -0
  105. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/patch_spec.rb +416 -0
  106. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/sdiff_spec.rb +214 -0
  107. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb +374 -0
  108. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb +310 -0
  109. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb +137 -0
  110. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/CHANGES.md +457 -0
  111. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/LICENSE +56 -0
  112. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/README.md +425 -0
  113. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/VERSION +1 -0
  114. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/Makefile +203 -0
  115. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/fbuffer/fbuffer.h +187 -0
  116. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
  117. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +269 -0
  118. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/depend +1 -0
  119. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/extconf.rb +4 -0
  120. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.bundle +0 -0
  121. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.c +1608 -0
  122. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.h +174 -0
  123. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.o +0 -0
  124. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
  125. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +269 -0
  126. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/depend +1 -0
  127. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/extconf.rb +32 -0
  128. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.bundle +0 -0
  129. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.c +3347 -0
  130. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.h +96 -0
  131. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.o +0 -0
  132. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.rl +986 -0
  133. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/extconf.rb +3 -0
  134. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/json.gemspec +67 -0
  135. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/bigdecimal.rb +29 -0
  136. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/complex.rb +28 -0
  137. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/core.rb +12 -0
  138. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/date.rb +34 -0
  139. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/date_time.rb +50 -0
  140. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/exception.rb +31 -0
  141. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/ostruct.rb +31 -0
  142. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/range.rb +29 -0
  143. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/rational.rb +27 -0
  144. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/regexp.rb +30 -0
  145. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/set.rb +29 -0
  146. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/struct.rb +30 -0
  147. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/symbol.rb +25 -0
  148. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/time.rb +38 -0
  149. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/common.rb +703 -0
  150. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/ext/generator.bundle +0 -0
  151. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/ext/parser.bundle +0 -0
  152. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/ext.rb +15 -0
  153. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/generic_object.rb +71 -0
  154. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/pure/generator.rb +479 -0
  155. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/pure/parser.rb +337 -0
  156. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/pure.rb +15 -0
  157. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/version.rb +9 -0
  158. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json.rb +583 -0
  159. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/MIT-LICENSE.txt +20 -0
  160. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/lib/parallel/processor_count.rb +44 -0
  161. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  162. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/lib/parallel.rb +612 -0
  163. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/LICENSE.txt +25 -0
  164. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/bin/ruby-parse +7 -0
  165. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/bin/ruby-rewrite +7 -0
  166. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/gauntlet_parser.rb +123 -0
  167. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/all.rb +16 -0
  168. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ast/node.rb +40 -0
  169. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ast/processor.rb +291 -0
  170. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/base.rb +291 -0
  171. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/builders/default.rb +2322 -0
  172. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/clobbering_error.rb +13 -0
  173. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/color.rb +32 -0
  174. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/context.rb +49 -0
  175. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/current.rb +128 -0
  176. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/current_arg_stack.rb +46 -0
  177. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/deprecation.rb +13 -0
  178. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/diagnostic/engine.rb +104 -0
  179. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/diagnostic.rb +163 -0
  180. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/dedenter.rb +88 -0
  181. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/explanation.rb +55 -0
  182. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/literal.rb +269 -0
  183. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/stack_state.rb +49 -0
  184. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer-F0.rb +12870 -0
  185. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer-F1.rb +14814 -0
  186. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer-strings.rb +5424 -0
  187. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/macruby.rb +9632 -0
  188. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/max_numparam_stack.rb +56 -0
  189. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/messages.rb +120 -0
  190. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/meta.rb +40 -0
  191. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/rewriter.rb +105 -0
  192. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby18.rb +9270 -0
  193. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby19.rb +9556 -0
  194. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby20.rb +10227 -0
  195. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby21.rb +10201 -0
  196. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby22.rb +10300 -0
  197. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby23.rb +10320 -0
  198. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby24.rb +10452 -0
  199. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby25.rb +10372 -0
  200. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby26.rb +10350 -0
  201. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby27.rb +11945 -0
  202. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby30.rb +12241 -0
  203. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby31.rb +12714 -0
  204. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby32.rb +12702 -0
  205. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby33.rb +12702 -0
  206. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/rubymotion.rb +9513 -0
  207. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/runner/ruby_parse.rb +157 -0
  208. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/runner/ruby_rewrite.rb +101 -0
  209. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/runner.rb +293 -0
  210. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/buffer.rb +364 -0
  211. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/comment/associator.rb +233 -0
  212. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/comment.rb +134 -0
  213. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/collection.rb +18 -0
  214. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/condition.rb +21 -0
  215. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/constant.rb +32 -0
  216. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/definition.rb +23 -0
  217. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/for.rb +19 -0
  218. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/heredoc.rb +19 -0
  219. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/index.rb +33 -0
  220. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/keyword.rb +20 -0
  221. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/method_definition.rb +25 -0
  222. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/objc_kwarg.rb +19 -0
  223. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/operator.rb +17 -0
  224. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/rescue_body.rb +21 -0
  225. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/send.rb +36 -0
  226. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/ternary.rb +18 -0
  227. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/variable.rb +31 -0
  228. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map.rb +186 -0
  229. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/range.rb +326 -0
  230. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/rewriter/action.rb +44 -0
  231. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/rewriter.rb +513 -0
  232. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/tree_rewriter/action.rb +242 -0
  233. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/tree_rewriter.rb +431 -0
  234. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/static_environment.rb +87 -0
  235. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/syntax_error.rb +21 -0
  236. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/tree_rewriter.rb +133 -0
  237. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/variables_stack.rb +36 -0
  238. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/version.rb +5 -0
  239. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser.rb +90 -0
  240. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/parser.gemspec +43 -0
  241. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/Changelog.md +101 -0
  242. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/LICENSE +20 -0
  243. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/README.markdown +227 -0
  244. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +150 -0
  245. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +64 -0
  246. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +25 -0
  247. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +100 -0
  248. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +144 -0
  249. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +14 -0
  250. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +22 -0
  251. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +5 -0
  252. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +22 -0
  253. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +153 -0
  254. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow.rb +13 -0
  255. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/History.rdoc +2403 -0
  256. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
  257. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/README.rdoc +155 -0
  258. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
  259. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
  260. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
  261. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/a.c +6 -0
  262. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/b.c +6 -0
  263. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/main.c +11 -0
  264. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
  265. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
  266. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
  267. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rake.1 +156 -0
  268. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
  269. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
  270. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake +27 -0
  271. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
  272. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
  273. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
  274. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
  275. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
  276. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
  277. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
  278. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
  279. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
  280. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
  281. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
  282. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
  283. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
  284. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
  285. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
  286. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
  287. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
  288. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
  289. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
  290. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
  291. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
  292. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
  293. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
  294. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
  295. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
  296. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
  297. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
  298. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
  299. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
  300. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
  301. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
  302. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
  303. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
  304. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
  305. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
  306. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
  307. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
  308. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
  309. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
  310. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
  311. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
  312. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
  313. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake.rb +71 -0
  314. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/rake.gemspec +100 -0
  315. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/CHANGELOG.md +632 -0
  316. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/Gemfile +15 -0
  317. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/LICENSE +22 -0
  318. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/README.md +503 -0
  319. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/Rakefile +23 -0
  320. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/error.rb +4 -0
  321. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/base.rb +83 -0
  322. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/alternation.rb +10 -0
  323. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/anchor.rb +24 -0
  324. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/backreference.rb +77 -0
  325. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_set/intersection.rb +9 -0
  326. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_set/range.rb +24 -0
  327. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_set.rb +27 -0
  328. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_type.rb +17 -0
  329. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/conditional.rb +76 -0
  330. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/escape_sequence.rb +100 -0
  331. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/free_space.rb +15 -0
  332. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/group.rb +95 -0
  333. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/keep.rb +7 -0
  334. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/literal.rb +3 -0
  335. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/posix_class.rb +11 -0
  336. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/root.rb +9 -0
  337. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/unicode_property.rb +119 -0
  338. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/construct.rb +43 -0
  339. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/human_name.rb +43 -0
  340. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/match.rb +13 -0
  341. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/match_length.rb +176 -0
  342. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/options.rb +35 -0
  343. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/strfregexp.rb +114 -0
  344. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/tests.rb +106 -0
  345. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/traverse.rb +67 -0
  346. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/quantifier.rb +71 -0
  347. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/sequence.rb +35 -0
  348. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/sequence_operation.rb +25 -0
  349. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/shared.rb +98 -0
  350. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/subexpression.rb +65 -0
  351. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression.rb +34 -0
  352. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/lexer.rb +161 -0
  353. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/parser.rb +596 -0
  354. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/char_type.rl +28 -0
  355. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/properties/long.csv +622 -0
  356. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/properties/short.csv +246 -0
  357. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/property.rl +30 -0
  358. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/scanner.rl +914 -0
  359. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner.rb +2715 -0
  360. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/any.rb +10 -0
  361. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/base.rb +120 -0
  362. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/anchor.rb +15 -0
  363. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/assertion.rb +13 -0
  364. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/backreference.rb +30 -0
  365. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/character_set.rb +13 -0
  366. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/character_type.rb +16 -0
  367. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/conditional.rb +16 -0
  368. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/escape.rb +31 -0
  369. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/group.rb +23 -0
  370. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/keep.rb +12 -0
  371. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/meta.rb +13 -0
  372. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/posix_class.rb +17 -0
  373. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/quantifier.rb +35 -0
  374. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/unicode_property.rb +717 -0
  375. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token.rb +45 -0
  376. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/version_lookup.rb +65 -0
  377. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/1.8.6.rb +14 -0
  378. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/1.9.1.rb +11 -0
  379. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/1.9.3.rb +4 -0
  380. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.0.0.rb +10 -0
  381. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.2.0.rb +4 -0
  382. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.3.0.rb +4 -0
  383. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.4.0.rb +4 -0
  384. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.4.1.rb +3 -0
  385. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.5.0.rb +4 -0
  386. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.6.0.rb +4 -0
  387. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.6.2.rb +4 -0
  388. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.6.3.rb +4 -0
  389. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/3.1.0.rb +4 -0
  390. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/3.2.0.rb +4 -0
  391. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions.rb +8 -0
  392. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax.rb +11 -0
  393. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/token.rb +24 -0
  394. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/version.rb +5 -0
  395. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser.rb +6 -0
  396. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/regexp_parser.gemspec +34 -0
  397. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/LICENSE.txt +22 -0
  398. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/NEWS.md +178 -0
  399. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/README.md +48 -0
  400. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/context.rdoc +143 -0
  401. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc +87 -0
  402. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc +276 -0
  403. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc +602 -0
  404. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc +97 -0
  405. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc +267 -0
  406. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc +12 -0
  407. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc +30 -0
  408. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc +55 -0
  409. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc +135 -0
  410. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc +16 -0
  411. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc +25 -0
  412. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +63 -0
  413. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +205 -0
  414. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/cdata.rb +68 -0
  415. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/child.rb +97 -0
  416. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/comment.rb +80 -0
  417. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/doctype.rb +311 -0
  418. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/document.rb +451 -0
  419. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +11 -0
  420. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +47 -0
  421. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +18 -0
  422. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +57 -0
  423. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +40 -0
  424. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/element.rb +2599 -0
  425. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/encoding.rb +51 -0
  426. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/entity.rb +171 -0
  427. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +116 -0
  428. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +142 -0
  429. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +58 -0
  430. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/functions.rb +447 -0
  431. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/instruction.rb +79 -0
  432. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/light/node.rb +188 -0
  433. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +59 -0
  434. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/node.rb +76 -0
  435. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/output.rb +30 -0
  436. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parent.rb +166 -0
  437. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parseexception.rb +52 -0
  438. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +694 -0
  439. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +59 -0
  440. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +197 -0
  441. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +273 -0
  442. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +61 -0
  443. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +101 -0
  444. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +57 -0
  445. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +689 -0
  446. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/quickpath.rb +266 -0
  447. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +37 -0
  448. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +98 -0
  449. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/security.rb +28 -0
  450. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/source.rb +298 -0
  451. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +93 -0
  452. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/text.rb +424 -0
  453. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +9 -0
  454. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +539 -0
  455. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +144 -0
  456. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +10 -0
  457. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +130 -0
  458. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +85 -0
  459. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xpath.rb +81 -0
  460. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +974 -0
  461. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml.rb +3 -0
  462. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/LICENSE.md +27 -0
  463. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/README.md +47 -0
  464. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/lib/rspec/version.rb +5 -0
  465. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/lib/rspec.rb +3 -0
  466. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/.document +5 -0
  467. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/.yardopts +8 -0
  468. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/Changelog.md +2368 -0
  469. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/LICENSE.md +26 -0
  470. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/README.md +384 -0
  471. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/exe/rspec +4 -0
  472. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/autorun.rb +3 -0
  473. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/backtrace_formatter.rb +65 -0
  474. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/coordinator.rb +62 -0
  475. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
  476. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
  477. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/server.rb +61 -0
  478. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_command.rb +126 -0
  479. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
  480. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/utilities.rb +69 -0
  481. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration.rb +2385 -0
  482. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration_options.rb +233 -0
  483. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/did_you_mean.rb +46 -0
  484. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/drb.rb +120 -0
  485. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/dsl.rb +98 -0
  486. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/example.rb +666 -0
  487. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/example_group.rb +905 -0
  488. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/example_status_persister.rb +235 -0
  489. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/filter_manager.rb +231 -0
  490. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/flat_map.rb +20 -0
  491. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
  492. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
  493. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
  494. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
  495. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
  496. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/console_codes.rb +76 -0
  497. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
  498. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
  499. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/exception_presenter.rb +525 -0
  500. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
  501. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
  502. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/helpers.rb +118 -0
  503. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
  504. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_printer.rb +412 -0
  505. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
  506. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
  507. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  508. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
  509. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/protocol.rb +182 -0
  510. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
  511. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
  512. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters.rb +279 -0
  513. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/hooks.rb +646 -0
  514. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/invocations.rb +87 -0
  515. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/memoized_helpers.rb +580 -0
  516. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata.rb +498 -0
  517. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata_filter.rb +255 -0
  518. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  519. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  520. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  521. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
  522. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  523. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  524. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/notifications.rb +521 -0
  525. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/option_parser.rb +323 -0
  526. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/ordering.rb +169 -0
  527. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/output_wrapper.rb +29 -0
  528. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/pending.rb +157 -0
  529. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/profiler.rb +34 -0
  530. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer/.rspec +1 -0
  531. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
  532. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer.rb +48 -0
  533. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/rake_task.rb +188 -0
  534. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/reporter.rb +265 -0
  535. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/ruby_project.rb +53 -0
  536. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/runner.rb +212 -0
  537. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/sandbox.rb +37 -0
  538. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/set.rb +54 -0
  539. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_context.rb +55 -0
  540. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_example_group.rb +271 -0
  541. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/shell_escape.rb +49 -0
  542. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  543. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/version.rb +9 -0
  544. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/warnings.rb +40 -0
  545. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/world.rb +287 -0
  546. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core.rb +212 -0
  547. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/.document +5 -0
  548. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/.yardopts +6 -0
  549. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/Changelog.md +1302 -0
  550. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/LICENSE.md +25 -0
  551. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/README.md +320 -0
  552. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
  553. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/configuration.rb +230 -0
  554. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/expectation_target.rb +163 -0
  555. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/fail_with.rb +39 -0
  556. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/failure_aggregator.rb +229 -0
  557. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/handler.rb +182 -0
  558. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/minitest_integration.rb +58 -0
  559. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/syntax.rb +132 -0
  560. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/version.rb +8 -0
  561. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations.rb +82 -0
  562. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/aliased_matcher.rb +116 -0
  563. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/all.rb +86 -0
  564. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/base_matcher.rb +198 -0
  565. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be.rb +191 -0
  566. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_between.rb +77 -0
  567. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
  568. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
  569. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_within.rb +72 -0
  570. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/change.rb +450 -0
  571. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/compound.rb +290 -0
  572. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/contain_exactly.rb +310 -0
  573. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
  574. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/cover.rb +24 -0
  575. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eq.rb +40 -0
  576. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eql.rb +34 -0
  577. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/equal.rb +81 -0
  578. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/exist.rb +90 -0
  579. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/has.rb +167 -0
  580. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
  581. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/include.rb +206 -0
  582. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/match.rb +106 -0
  583. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/operators.rb +128 -0
  584. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/output.rb +207 -0
  585. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/raise_error.rb +271 -0
  586. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/respond_to.rb +200 -0
  587. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/satisfy.rb +60 -0
  588. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
  589. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
  590. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/yield.rb +375 -0
  591. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in.rb +53 -0
  592. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/composable.rb +171 -0
  593. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/dsl.rb +545 -0
  594. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/english_phrasing.rb +58 -0
  595. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
  596. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/fail_matchers.rb +42 -0
  597. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/generated_descriptions.rb +41 -0
  598. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_delegator.rb +35 -0
  599. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_protocol.rb +105 -0
  600. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers.rb +1044 -0
  601. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/.document +5 -0
  602. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/.yardopts +6 -0
  603. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/Changelog.md +1262 -0
  604. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/LICENSE.md +25 -0
  605. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/README.md +463 -0
  606. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/chain.rb +111 -0
  607. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
  608. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
  609. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
  610. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
  611. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/proxy.rb +125 -0
  612. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/recorder.rb +295 -0
  613. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
  614. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
  615. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance.rb +11 -0
  616. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_list_matcher.rb +117 -0
  617. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_matchers.rb +322 -0
  618. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/configuration.rb +212 -0
  619. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/error_generator.rb +390 -0
  620. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/example_methods.rb +434 -0
  621. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/instance_method_stasher.rb +146 -0
  622. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/marshal_extension.rb +41 -0
  623. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  624. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/have_received.rb +134 -0
  625. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive.rb +134 -0
  626. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
  627. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
  628. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_chain.rb +87 -0
  629. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_expectation.rb +820 -0
  630. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_double.rb +309 -0
  631. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_reference.rb +214 -0
  632. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/minitest_integration.rb +68 -0
  633. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/mutate_const.rb +339 -0
  634. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/object_reference.rb +149 -0
  635. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/order_group.rb +81 -0
  636. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/proxy.rb +520 -0
  637. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/space.rb +238 -0
  638. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/standalone.rb +3 -0
  639. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/syntax.rb +325 -0
  640. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/targets.rb +124 -0
  641. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/test_double.rb +171 -0
  642. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_double.rb +123 -0
  643. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
  644. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_proxy.rb +221 -0
  645. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/version.rb +9 -0
  646. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks.rb +133 -0
  647. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/Changelog.md +364 -0
  648. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/LICENSE.md +23 -0
  649. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/README.md +40 -0
  650. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/caller_filter.rb +83 -0
  651. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/comparable_version.rb +46 -0
  652. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/differ.rb +215 -0
  653. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/directory_maker.rb +63 -0
  654. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/encoded_string.rb +161 -0
  655. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
  656. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/hunk_generator.rb +47 -0
  657. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/matcher_definition.rb +42 -0
  658. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb +438 -0
  659. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/mutex.rb +73 -0
  660. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/object_formatter.rb +275 -0
  661. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/recursive_const_methods.rb +76 -0
  662. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/reentrant_mutex.rb +78 -0
  663. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/ruby_features.rb +198 -0
  664. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source/location.rb +21 -0
  665. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source/node.rb +110 -0
  666. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source/token.rb +94 -0
  667. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source.rb +85 -0
  668. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
  669. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/diff_helpers.rb +31 -0
  670. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/formatting_support.rb +9 -0
  671. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/in_sub_process.rb +67 -0
  672. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
  673. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/shell_out.rb +105 -0
  674. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/stderr_splitter.rb +75 -0
  675. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/string_matcher.rb +45 -0
  676. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
  677. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  678. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec.rb +82 -0
  679. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/version.rb +7 -0
  680. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/warnings.rb +39 -0
  681. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/with_keywords_when_needed.rb +33 -0
  682. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support.rb +154 -0
  683. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/LICENSE.txt +20 -0
  684. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/README.md +250 -0
  685. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/assets/logo.png +0 -0
  686. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/assets/output.html.erb +261 -0
  687. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/config/default.yml +5519 -0
  688. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/config/obsoletion.yml +233 -0
  689. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/exe/rubocop +23 -0
  690. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/arguments_env.rb +17 -0
  691. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/arguments_file.rb +17 -0
  692. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ast_aliases.rb +8 -0
  693. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cache_config.rb +29 -0
  694. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cached_data.rb +58 -0
  695. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/auto_generate_config.rb +154 -0
  696. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/base.rb +35 -0
  697. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/execute_runner.rb +100 -0
  698. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/init_dotfile.rb +44 -0
  699. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/show_cops.rb +74 -0
  700. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/show_docs_url.rb +48 -0
  701. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/suggest_extensions.rb +126 -0
  702. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/version.rb +18 -0
  703. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command.rb +22 -0
  704. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/environment.rb +22 -0
  705. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli.rb +200 -0
  706. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/comment_config.rb +216 -0
  707. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config.rb +326 -0
  708. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_finder.rb +68 -0
  709. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_loader.rb +259 -0
  710. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_loader_resolver.rb +280 -0
  711. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +33 -0
  712. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/changed_parameter.rb +26 -0
  713. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/cop_rule.rb +33 -0
  714. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/extracted_cop.rb +46 -0
  715. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/parameter_rule.rb +48 -0
  716. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/removed_cop.rb +41 -0
  717. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/renamed_cop.rb +34 -0
  718. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/rule.rb +41 -0
  719. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/split_cop.rb +27 -0
  720. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion.rb +108 -0
  721. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_regeneration.rb +33 -0
  722. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_store.rb +72 -0
  723. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_validator.rb +272 -0
  724. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/autocorrect_logic.rb +111 -0
  725. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/badge.rb +68 -0
  726. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/base.rb +482 -0
  727. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/duplicated_gem.rb +93 -0
  728. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/gem_comment.rb +171 -0
  729. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/gem_filename.rb +103 -0
  730. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/gem_version.rb +133 -0
  731. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +86 -0
  732. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/ordered_gems.rb +62 -0
  733. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/commissioner.rb +182 -0
  734. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/cop.rb +166 -0
  735. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/corrector.rb +138 -0
  736. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/alignment_corrector.rb +136 -0
  737. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/condition_corrector.rb +25 -0
  738. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +51 -0
  739. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +25 -0
  740. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +74 -0
  741. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/if_then_corrector.rb +55 -0
  742. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
  743. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/line_break_corrector.rb +64 -0
  744. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +113 -0
  745. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +38 -0
  746. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +86 -0
  747. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +106 -0
  748. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +27 -0
  749. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/require_library_corrector.rb +23 -0
  750. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/space_corrector.rb +46 -0
  751. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +23 -0
  752. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +40 -0
  753. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/documentation.rb +39 -0
  754. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/exclude_limit.rb +26 -0
  755. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/force.rb +43 -0
  756. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/dependency_version.rb +154 -0
  757. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +92 -0
  758. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/development_dependencies.rb +107 -0
  759. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +89 -0
  760. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +93 -0
  761. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/require_mfa.rb +145 -0
  762. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +127 -0
  763. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +50 -0
  764. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/generator/configuration_injector.rb +65 -0
  765. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/generator/require_file_injector.rb +75 -0
  766. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/generator.rb +217 -0
  767. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/ignored_node.rb +36 -0
  768. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/cop_description.rb +98 -0
  769. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/create_empty_file.rb +37 -0
  770. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +68 -0
  771. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/example_description.rb +92 -0
  772. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +111 -0
  773. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/inherit_deprecated_cop_class.rb +34 -0
  774. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/lambda_or_proc.rb +46 -0
  775. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/location_expression.rb +37 -0
  776. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/location_line_equality_comparison.rb +60 -0
  777. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/method_name_end_with.rb +80 -0
  778. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +50 -0
  779. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +44 -0
  780. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +147 -0
  781. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +41 -0
  782. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/numblock_handler.rb +69 -0
  783. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +56 -0
  784. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/processed_source_buffer_name.rb +42 -0
  785. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_context_config_parameter.rb +46 -0
  786. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +62 -0
  787. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +73 -0
  788. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +53 -0
  789. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +76 -0
  790. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_method_dispatch_node.rb +47 -0
  791. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_source_range.rb +39 -0
  792. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/single_line_comparison.rb +62 -0
  793. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +148 -0
  794. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/undefined_config.rb +73 -0
  795. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +52 -0
  796. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/useless_restrict_on_send.rb +60 -0
  797. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs.rb +31 -0
  798. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +100 -0
  799. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/argument_alignment.rb +158 -0
  800. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/array_alignment.rb +84 -0
  801. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/assignment_indentation.rb +56 -0
  802. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/begin_end_alignment.rb +74 -0
  803. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/block_alignment.rb +240 -0
  804. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/block_end_newline.rb +82 -0
  805. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/case_indentation.rb +219 -0
  806. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/class_structure.rb +338 -0
  807. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +124 -0
  808. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +193 -0
  809. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/comment_indentation.rb +168 -0
  810. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/condition_position.rb +64 -0
  811. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/def_end_alignment.rb +73 -0
  812. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/dot_position.rb +143 -0
  813. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/else_alignment.rb +156 -0
  814. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_comment.rb +151 -0
  815. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +181 -0
  816. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
  817. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +136 -0
  818. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +273 -0
  819. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines.rb +73 -0
  820. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +209 -0
  821. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +103 -0
  822. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +139 -0
  823. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +42 -0
  824. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +40 -0
  825. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +85 -0
  826. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +133 -0
  827. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +42 -0
  828. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +59 -0
  829. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/end_alignment.rb +194 -0
  830. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/end_of_line.rb +92 -0
  831. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/extra_spacing.rb +186 -0
  832. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_argument_indentation.rb +282 -0
  833. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +180 -0
  834. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +77 -0
  835. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +239 -0
  836. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +80 -0
  837. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +107 -0
  838. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +92 -0
  839. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +101 -0
  840. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/hash_alignment.rb +396 -0
  841. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +311 -0
  842. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/heredoc_indentation.rb +162 -0
  843. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/indentation_consistency.rb +205 -0
  844. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/indentation_style.rb +115 -0
  845. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/indentation_width.rb +389 -0
  846. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/initial_indentation.rb +55 -0
  847. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/leading_comment_space.rb +121 -0
  848. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/leading_empty_lines.rb +48 -0
  849. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_continuation_leading_space.rb +136 -0
  850. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_continuation_spacing.rb +140 -0
  851. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb +141 -0
  852. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_length.rb +276 -0
  853. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +115 -0
  854. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +84 -0
  855. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +117 -0
  856. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_block_layout.rb +161 -0
  857. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +115 -0
  858. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +93 -0
  859. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +104 -0
  860. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +131 -0
  861. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +248 -0
  862. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +128 -0
  863. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb +101 -0
  864. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +127 -0
  865. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/parameter_alignment.rb +119 -0
  866. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/redundant_line_break.rb +139 -0
  867. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +211 -0
  868. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/single_line_block_chain.rb +64 -0
  869. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_colon.rb +49 -0
  870. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_comma.rb +32 -0
  871. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_method_name.rb +39 -0
  872. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_not.rb +39 -0
  873. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_semicolon.rb +29 -0
  874. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +162 -0
  875. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +89 -0
  876. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_keyword.rb +268 -0
  877. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +98 -0
  878. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_operators.rb +258 -0
  879. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_block_braces.rb +154 -0
  880. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_brackets.rb +73 -0
  881. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_comma.rb +29 -0
  882. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_comment.rb +34 -0
  883. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_first_arg.rb +73 -0
  884. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_semicolon.rb +24 -0
  885. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +78 -0
  886. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +224 -0
  887. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +46 -0
  888. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +261 -0
  889. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +208 -0
  890. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_parens.rb +176 -0
  891. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +94 -0
  892. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +54 -0
  893. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +143 -0
  894. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +65 -0
  895. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +108 -0
  896. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/trailing_whitespace.rb +131 -0
  897. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/legacy/corrections_proxy.rb +43 -0
  898. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/legacy/corrector.rb +27 -0
  899. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_assignment.rb +54 -0
  900. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +95 -0
  901. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_operator.rb +107 -0
  902. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_operator_precedence.rb +111 -0
  903. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_range.rb +105 -0
  904. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +80 -0
  905. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/assignment_in_condition.rb +109 -0
  906. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
  907. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +68 -0
  908. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/boolean_symbol.rb +63 -0
  909. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
  910. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +100 -0
  911. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +51 -0
  912. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/constant_resolution.rb +93 -0
  913. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/debugger.rb +111 -0
  914. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +118 -0
  915. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/deprecated_constants.rb +88 -0
  916. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +154 -0
  917. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +110 -0
  918. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_branch.rb +153 -0
  919. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +43 -0
  920. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +39 -0
  921. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +36 -0
  922. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_magic_comment.rb +73 -0
  923. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_methods.rb +268 -0
  924. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +94 -0
  925. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_require.rb +56 -0
  926. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +47 -0
  927. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/each_with_object_argument.rb +44 -0
  928. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/else_layout.rb +90 -0
  929. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_block.rb +94 -0
  930. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_class.rb +95 -0
  931. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_conditional_body.rb +177 -0
  932. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_ensure.rb +58 -0
  933. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_expression.rb +42 -0
  934. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_file.rb +48 -0
  935. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_in_pattern.rb +64 -0
  936. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_interpolation.rb +33 -0
  937. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_when.rb +63 -0
  938. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ensure_return.rb +59 -0
  939. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/erb_new_arguments.rb +162 -0
  940. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/flip_flop.rb +38 -0
  941. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/float_comparison.rb +93 -0
  942. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/float_out_of_range.rb +34 -0
  943. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +201 -0
  944. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/hash_compare_by_identity.rb +47 -0
  945. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +152 -0
  946. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/identity_comparison.rb +51 -0
  947. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +101 -0
  948. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/incompatible_io_select_with_fiber_scheduler.rb +79 -0
  949. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +121 -0
  950. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/inherit_exception.rb +96 -0
  951. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/interpolation_check.rb +59 -0
  952. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/lambda_without_literal_block.rb +51 -0
  953. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/literal_as_condition.rb +164 -0
  954. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +173 -0
  955. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/loop.rb +86 -0
  956. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +111 -0
  957. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/missing_super.rb +130 -0
  958. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +37 -0
  959. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/multiple_comparison.rb +48 -0
  960. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/nested_method_definition.rb +144 -0
  961. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/nested_percent_literal.rb +63 -0
  962. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/next_without_accumulator.rb +70 -0
  963. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +58 -0
  964. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/non_atomic_file_operation.rb +162 -0
  965. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +185 -0
  966. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +86 -0
  967. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/number_conversion.rb +191 -0
  968. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +47 -0
  969. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/or_assignment_to_constant.rb +42 -0
  970. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +82 -0
  971. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +128 -0
  972. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +92 -0
  973. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/percent_string_array.rb +78 -0
  974. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/percent_symbol_array.rb +68 -0
  975. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/raise_exception.rb +91 -0
  976. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/rand_one.rb +46 -0
  977. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +330 -0
  978. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +133 -0
  979. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +62 -0
  980. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_require_statement.rb +90 -0
  981. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_safe_navigation.rb +91 -0
  982. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +209 -0
  983. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +52 -0
  984. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_with_index.rb +80 -0
  985. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_with_object.rb +79 -0
  986. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/refinement_import_methods.rb +52 -0
  987. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/regexp_as_condition.rb +37 -0
  988. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
  989. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/require_range_parentheses.rb +57 -0
  990. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/require_relative_self_path.rb +50 -0
  991. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/rescue_exception.rb +45 -0
  992. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/rescue_type.rb +88 -0
  993. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/return_in_void_context.rb +59 -0
  994. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +98 -0
  995. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +92 -0
  996. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +46 -0
  997. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/script_permission.rb +73 -0
  998. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/self_assignment.rb +78 -0
  999. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +84 -0
  1000. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/shadowed_argument.rb +176 -0
  1001. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/shadowed_exception.rb +171 -0
  1002. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +102 -0
  1003. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/struct_new_override.rb +59 -0
  1004. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/suppressed_exception.rb +132 -0
  1005. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/symbol_conversion.rb +179 -0
  1006. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/syntax.rb +43 -0
  1007. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/to_enum_arguments.rb +93 -0
  1008. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/to_json.rb +49 -0
  1009. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +34 -0
  1010. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +55 -0
  1011. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/triple_quotes.rb +71 -0
  1012. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +80 -0
  1013. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unexpected_block_arity.rb +90 -0
  1014. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unified_integer.rb +44 -0
  1015. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +204 -0
  1016. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unreachable_code.rb +97 -0
  1017. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unreachable_loop.rb +202 -0
  1018. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unused_block_argument.rb +172 -0
  1019. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unused_method_argument.rb +121 -0
  1020. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +79 -0
  1021. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/uri_regexp.rb +38 -0
  1022. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_access_modifier.rb +295 -0
  1023. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_assignment.rb +125 -0
  1024. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +44 -0
  1025. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_method_definition.rb +69 -0
  1026. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_rescue.rb +89 -0
  1027. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_ruby2_keywords.rb +127 -0
  1028. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_setter_call.rb +173 -0
  1029. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_times.rb +114 -0
  1030. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/void.rb +151 -0
  1031. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/message_annotator.rb +130 -0
  1032. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/abc_size.rb +56 -0
  1033. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/block_length.rb +86 -0
  1034. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/block_nesting.rb +60 -0
  1035. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/class_length.rb +70 -0
  1036. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/collection_literal_length.rb +76 -0
  1037. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +55 -0
  1038. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/method_length.rb +71 -0
  1039. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/module_length.rb +61 -0
  1040. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/parameter_lists.rb +147 -0
  1041. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/perceived_complexity.rb +59 -0
  1042. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +141 -0
  1043. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +182 -0
  1044. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +61 -0
  1045. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +143 -0
  1046. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +42 -0
  1047. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/migration/department_name.rb +81 -0
  1048. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/alignment.rb +81 -0
  1049. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/allowed_identifiers.rb +18 -0
  1050. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/allowed_methods.rb +42 -0
  1051. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/allowed_pattern.rb +56 -0
  1052. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/annotation_comment.rb +72 -0
  1053. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/array_min_size.rb +57 -0
  1054. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
  1055. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/auto_corrector.rb +12 -0
  1056. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
  1057. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/check_line_breakable.rb +227 -0
  1058. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/code_length.rb +59 -0
  1059. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/comments_help.rb +82 -0
  1060. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +112 -0
  1061. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_formatting.rb +40 -0
  1062. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_max.rb +24 -0
  1063. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
  1064. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_numbering.rb +18 -0
  1065. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/def_node.rb +26 -0
  1066. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
  1067. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/duplication.rb +46 -0
  1068. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +172 -0
  1069. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/empty_parameter.rb +25 -0
  1070. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +80 -0
  1071. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/enforce_superclass.rb +44 -0
  1072. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/first_element_line_break.rb +50 -0
  1073. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +88 -0
  1074. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/gem_declaration.rb +13 -0
  1075. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/gemspec_help.rb +30 -0
  1076. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +156 -0
  1077. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +226 -0
  1078. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/hash_transform_method.rb +192 -0
  1079. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/heredoc.rb +37 -0
  1080. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/integer_node.rb +14 -0
  1081. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/interpolation.rb +25 -0
  1082. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/line_length_help.rb +110 -0
  1083. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/match_range.rb +23 -0
  1084. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/method_complexity.rb +74 -0
  1085. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/method_preference.rb +30 -0
  1086. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
  1087. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/min_branches_count.rb +40 -0
  1088. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +109 -0
  1089. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +32 -0
  1090. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +227 -0
  1091. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +141 -0
  1092. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/negative_conditional.rb +34 -0
  1093. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/nil_methods.rb +23 -0
  1094. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
  1095. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +66 -0
  1096. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/parentheses.rb +16 -0
  1097. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/percent_array.rb +125 -0
  1098. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/percent_literal.rb +32 -0
  1099. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +183 -0
  1100. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +50 -0
  1101. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/range_help.rb +149 -0
  1102. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/rational_literal.rb +19 -0
  1103. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/require_library.rb +61 -0
  1104. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/rescue_node.rb +30 -0
  1105. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/safe_assignment.rb +27 -0
  1106. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +54 -0
  1107. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
  1108. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/statement_modifier.rb +109 -0
  1109. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/string_help.rb +38 -0
  1110. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/string_literals_help.rb +21 -0
  1111. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/surrounding_space.rb +134 -0
  1112. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/symbol_help.rb +13 -0
  1113. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/target_ruby_version.rb +20 -0
  1114. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/trailing_body.rb +25 -0
  1115. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/trailing_comma.rb +209 -0
  1116. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +104 -0
  1117. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/unused_argument.rb +29 -0
  1118. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/visibility_help.rb +72 -0
  1119. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/accessor_method_name.rb +73 -0
  1120. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/ascii_identifiers.rb +90 -0
  1121. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +53 -0
  1122. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/block_forwarding.rb +125 -0
  1123. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/block_parameter_name.rb +49 -0
  1124. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +45 -0
  1125. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/constant_name.rb +84 -0
  1126. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/file_name.rb +247 -0
  1127. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +68 -0
  1128. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
  1129. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/inclusive_language.rb +270 -0
  1130. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +280 -0
  1131. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/method_name.rb +81 -0
  1132. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/method_parameter_name.rb +58 -0
  1133. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/predicate_name.rb +134 -0
  1134. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +163 -0
  1135. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/variable_name.rb +63 -0
  1136. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/variable_number.rb +156 -0
  1137. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/offense.rb +239 -0
  1138. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/registry.rb +315 -0
  1139. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/compound_hash.rb +106 -0
  1140. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/eval.rb +33 -0
  1141. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/io_methods.rb +49 -0
  1142. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/json_load.rb +47 -0
  1143. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/marshal_load.rb +39 -0
  1144. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/open.rb +89 -0
  1145. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/yaml_load.rb +49 -0
  1146. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/severity.rb +67 -0
  1147. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/access_modifier_declarations.rb +225 -0
  1148. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/accessor_grouping.rb +176 -0
  1149. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/alias.rb +156 -0
  1150. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/and_or.rb +158 -0
  1151. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/arguments_forwarding.rb +155 -0
  1152. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/array_coercion.rb +87 -0
  1153. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/array_intersect.rb +111 -0
  1154. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/array_join.rb +39 -0
  1155. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/ascii_comments.rb +57 -0
  1156. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/attr.rb +70 -0
  1157. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +48 -0
  1158. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/bare_percent_literals.rb +76 -0
  1159. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/begin_block.rb +22 -0
  1160. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +60 -0
  1161. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +125 -0
  1162. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/block_comments.rb +66 -0
  1163. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/block_delimiters.rb +471 -0
  1164. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/case_equality.rb +108 -0
  1165. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/case_like_if.rb +280 -0
  1166. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/character_literal.rb +57 -0
  1167. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_and_module_children.rb +186 -0
  1168. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_check.rb +54 -0
  1169. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_equality_comparison.rb +116 -0
  1170. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_methods.rb +54 -0
  1171. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_methods_definitions.rb +158 -0
  1172. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_vars.rb +64 -0
  1173. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/collection_compact.rb +120 -0
  1174. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/collection_methods.rb +90 -0
  1175. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/colon_method_call.rb +46 -0
  1176. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
  1177. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/combinable_loops.rb +95 -0
  1178. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/command_literal.rb +181 -0
  1179. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/comment_annotation.rb +130 -0
  1180. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/commented_keyword.rb +92 -0
  1181. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/comparable_clamp.rb +125 -0
  1182. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/concat_array_literals.rb +94 -0
  1183. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/conditional_assignment.rb +661 -0
  1184. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/constant_visibility.rb +106 -0
  1185. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/copyright.rb +96 -0
  1186. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/date_time.rb +93 -0
  1187. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/def_with_parentheses.rb +59 -0
  1188. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/dir.rb +50 -0
  1189. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/dir_empty.rb +60 -0
  1190. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +87 -0
  1191. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +169 -0
  1192. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/documentation.rb +198 -0
  1193. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/documentation_method.rb +132 -0
  1194. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +46 -0
  1195. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/double_negation.rb +159 -0
  1196. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/each_for_simple_loop.rb +90 -0
  1197. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/each_with_object.rb +139 -0
  1198. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_block_parameter.rb +47 -0
  1199. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_case_condition.rb +112 -0
  1200. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_else.rb +204 -0
  1201. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_heredoc.rb +73 -0
  1202. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +44 -0
  1203. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_literal.rb +138 -0
  1204. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_method.rb +119 -0
  1205. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/encoding.rb +63 -0
  1206. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/end_block.rb +28 -0
  1207. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/endless_method.rb +101 -0
  1208. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/env_home.rb +56 -0
  1209. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/eval_with_location.rb +237 -0
  1210. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/even_odd.rb +56 -0
  1211. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/expand_path_arguments.rb +196 -0
  1212. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/explicit_block_argument.rb +153 -0
  1213. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/exponential_notation.rb +116 -0
  1214. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/fetch_env_var.rb +132 -0
  1215. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/file_empty.rb +71 -0
  1216. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/file_read.rb +112 -0
  1217. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/file_write.rb +136 -0
  1218. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/float_division.rb +151 -0
  1219. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/for.rb +88 -0
  1220. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/format_string.rb +133 -0
  1221. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/format_string_token.rb +228 -0
  1222. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +218 -0
  1223. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/global_std_stream.rb +70 -0
  1224. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/global_vars.rb +80 -0
  1225. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/guard_clause.rb +275 -0
  1226. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +100 -0
  1227. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_conversion.rb +134 -0
  1228. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_each_methods.rb +144 -0
  1229. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_except.rb +177 -0
  1230. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_like_case.rb +71 -0
  1231. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_syntax.rb +276 -0
  1232. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_transform_keys.rb +95 -0
  1233. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_transform_values.rb +93 -0
  1234. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/identical_conditional_branches.rb +225 -0
  1235. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_inside_else.rb +150 -0
  1236. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_unless_modifier.rb +266 -0
  1237. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +47 -0
  1238. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +163 -0
  1239. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_with_semicolon.rb +78 -0
  1240. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/implicit_runtime_error.rb +34 -0
  1241. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/in_pattern_then.rb +56 -0
  1242. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/infinite_loop.rb +127 -0
  1243. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/inline_comment.rb +34 -0
  1244. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/inverse_methods.rb +196 -0
  1245. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/invertible_unless_condition.rb +114 -0
  1246. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/ip_addresses.rb +75 -0
  1247. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/keyword_parameters_order.rb +75 -0
  1248. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/lambda.rb +125 -0
  1249. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/lambda_call.rb +68 -0
  1250. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/line_end_concatenation.rb +137 -0
  1251. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/magic_comment_format.rb +307 -0
  1252. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +136 -0
  1253. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/map_to_hash.rb +68 -0
  1254. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/map_to_set.rb +61 -0
  1255. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +230 -0
  1256. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +48 -0
  1257. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +241 -0
  1258. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +103 -0
  1259. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +56 -0
  1260. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_def_parentheses.rb +180 -0
  1261. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/min_max.rb +64 -0
  1262. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/min_max_comparison.rb +83 -0
  1263. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/missing_else.rb +187 -0
  1264. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +52 -0
  1265. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/mixin_grouping.rb +135 -0
  1266. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/mixin_usage.rb +72 -0
  1267. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/module_function.rb +170 -0
  1268. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_block_chain.rb +50 -0
  1269. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_if_modifier.rb +56 -0
  1270. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_if_then.rb +44 -0
  1271. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_in_pattern_then.rb +60 -0
  1272. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_memoization.rb +96 -0
  1273. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_method_signature.rb +91 -0
  1274. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +100 -0
  1275. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_when_then.rb +64 -0
  1276. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiple_comparison.rb +157 -0
  1277. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/mutable_constant.rb +247 -0
  1278. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_if.rb +98 -0
  1279. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_if_else_condition.rb +135 -0
  1280. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_unless.rb +88 -0
  1281. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_while.rb +40 -0
  1282. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_file_dirname.rb +66 -0
  1283. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_modifier.rb +100 -0
  1284. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +79 -0
  1285. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_ternary_operator.rb +70 -0
  1286. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/next.rb +233 -0
  1287. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nil_comparison.rb +83 -0
  1288. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nil_lambda.rb +70 -0
  1289. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/non_nil_check.rb +158 -0
  1290. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/not.rb +76 -0
  1291. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numbered_parameters.rb +46 -0
  1292. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numbered_parameters_limit.rb +58 -0
  1293. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +119 -0
  1294. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numeric_literals.rb +129 -0
  1295. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numeric_predicate.rb +177 -0
  1296. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/object_then.rb +74 -0
  1297. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/one_line_conditional.rb +123 -0
  1298. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/open_struct_use.rb +69 -0
  1299. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/operator_method_call.rb +67 -0
  1300. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/option_hash.rb +54 -0
  1301. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/optional_arguments.rb +59 -0
  1302. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +64 -0
  1303. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/or_assignment.rb +97 -0
  1304. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/parallel_assignment.rb +292 -0
  1305. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/parentheses_around_condition.rb +128 -0
  1306. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +119 -0
  1307. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/percent_q_literals.rb +70 -0
  1308. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/perl_backrefs.rb +127 -0
  1309. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/preferred_hash_methods.rb +74 -0
  1310. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/proc.rb +37 -0
  1311. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/quoted_symbols.rb +124 -0
  1312. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/raise_args.rb +155 -0
  1313. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/random_with_offset.rb +153 -0
  1314. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_argument.rb +98 -0
  1315. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_assignment.rb +106 -0
  1316. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_begin.rb +192 -0
  1317. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_capital_w.rb +46 -0
  1318. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_condition.rb +270 -0
  1319. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_conditional.rb +92 -0
  1320. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_constant_base.rb +85 -0
  1321. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +45 -0
  1322. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_each.rb +116 -0
  1323. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_exception.rb +65 -0
  1324. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_fetch_block.rb +119 -0
  1325. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +61 -0
  1326. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_freeze.rb +69 -0
  1327. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb +58 -0
  1328. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_initialize.rb +156 -0
  1329. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_interpolation.rb +138 -0
  1330. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_parentheses.rb +242 -0
  1331. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_percent_q.rb +108 -0
  1332. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +119 -0
  1333. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +135 -0
  1334. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_return.rb +178 -0
  1335. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_self.rb +203 -0
  1336. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_self_assignment.rb +118 -0
  1337. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_self_assignment_branch.rb +83 -0
  1338. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_sort.rb +208 -0
  1339. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_sort_by.rb +63 -0
  1340. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_string_escape.rb +184 -0
  1341. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/regexp_literal.rb +222 -0
  1342. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/require_order.rb +133 -0
  1343. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/rescue_modifier.rb +100 -0
  1344. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/rescue_standard_error.rb +126 -0
  1345. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/return_nil.rb +95 -0
  1346. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/safe_navigation.rb +326 -0
  1347. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/sample.rb +145 -0
  1348. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/select_by_regexp.rb +152 -0
  1349. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/self_assignment.rb +101 -0
  1350. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/semicolon.rb +156 -0
  1351. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/send.rb +29 -0
  1352. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/signal_exception.rb +218 -0
  1353. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/single_argument_dig.rb +65 -0
  1354. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/single_line_block_params.rb +119 -0
  1355. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/single_line_methods.rb +145 -0
  1356. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/slicing_with_range.rb +51 -0
  1357. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/sole_nested_conditional.rb +248 -0
  1358. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/special_global_vars.rb +261 -0
  1359. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +79 -0
  1360. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/static_class.rb +128 -0
  1361. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/stderr_puts.rb +57 -0
  1362. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_chars.rb +41 -0
  1363. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_concatenation.rb +178 -0
  1364. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_hash_keys.rb +58 -0
  1365. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_literals.rb +129 -0
  1366. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +51 -0
  1367. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_methods.rb +36 -0
  1368. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/strip.rb +42 -0
  1369. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/struct_inheritance.rb +72 -0
  1370. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/swap_values.rb +112 -0
  1371. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/symbol_array.rb +113 -0
  1372. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/symbol_literal.rb +28 -0
  1373. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/symbol_proc.rb +210 -0
  1374. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/ternary_parentheses.rb +219 -0
  1375. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/top_level_method_definition.rb +85 -0
  1376. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_body_on_class.rb +40 -0
  1377. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +55 -0
  1378. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_body_on_module.rb +40 -0
  1379. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +106 -0
  1380. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +96 -0
  1381. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +105 -0
  1382. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +97 -0
  1383. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +62 -0
  1384. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +152 -0
  1385. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trivial_accessors.rb +254 -0
  1386. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/unless_else.rb +55 -0
  1387. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/unless_logical_operators.rb +105 -0
  1388. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/unpack_first.rb +62 -0
  1389. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/variable_interpolation.rb +45 -0
  1390. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/when_then.rb +37 -0
  1391. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/while_until_do.rb +49 -0
  1392. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/while_until_modifier.rb +53 -0
  1393. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/word_array.rb +155 -0
  1394. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/yoda_condition.rb +179 -0
  1395. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/yoda_expression.rb +90 -0
  1396. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/zero_length_predicate.rb +146 -0
  1397. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/team.rb +266 -0
  1398. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/util.rb +203 -0
  1399. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/utils/format_string.rb +133 -0
  1400. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/assignment.rb +96 -0
  1401. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/branch.rb +331 -0
  1402. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/branchable.rb +23 -0
  1403. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/reference.rb +47 -0
  1404. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/scope.rb +106 -0
  1405. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/variable.rb +116 -0
  1406. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/variable_table.rb +131 -0
  1407. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force.rb +438 -0
  1408. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cops_documentation_generator.rb +322 -0
  1409. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/core_ext/string.rb +23 -0
  1410. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/directive_comment.rb +144 -0
  1411. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/error.rb +35 -0
  1412. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/comment.rb +18 -0
  1413. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/processed_source.rb +20 -0
  1414. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/range.rb +15 -0
  1415. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/regexp_node.rb +87 -0
  1416. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/regexp_parser.rb +92 -0
  1417. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/feature_loader.rb +94 -0
  1418. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/file_finder.rb +41 -0
  1419. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/file_patterns.rb +43 -0
  1420. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +17 -0
  1421. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/base_formatter.rb +119 -0
  1422. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/clang_style_formatter.rb +59 -0
  1423. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/colorizable.rb +41 -0
  1424. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/disabled_config_formatter.rb +267 -0
  1425. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/emacs_style_formatter.rb +39 -0
  1426. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/file_list_formatter.rb +20 -0
  1427. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/formatter_set.rb +108 -0
  1428. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
  1429. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/git_hub_actions_formatter.rb +57 -0
  1430. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/html_formatter.rb +132 -0
  1431. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/json_formatter.rb +80 -0
  1432. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/junit_formatter.rb +96 -0
  1433. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/markdown_formatter.rb +78 -0
  1434. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/offense_count_formatter.rb +83 -0
  1435. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/pacman_formatter.rb +80 -0
  1436. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/progress_formatter.rb +62 -0
  1437. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/quiet_formatter.rb +13 -0
  1438. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/simple_text_formatter.rb +172 -0
  1439. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/tap_formatter.rb +86 -0
  1440. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/text_util.rb +20 -0
  1441. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/worst_offenders_formatter.rb +64 -0
  1442. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter.rb +34 -0
  1443. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/lockfile.rb +40 -0
  1444. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/magic_comment.rb +298 -0
  1445. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/name_similarity.rb +29 -0
  1446. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/options.rb +628 -0
  1447. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/path_util.rb +111 -0
  1448. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/platform.rb +11 -0
  1449. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rake_task.rb +106 -0
  1450. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/remote_config.rb +108 -0
  1451. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/result_cache.rb +237 -0
  1452. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/cop_helper.rb +93 -0
  1453. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/expect_offense.rb +335 -0
  1454. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
  1455. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/parallel_formatter.rb +90 -0
  1456. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/shared_contexts.rb +178 -0
  1457. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/support.rb +29 -0
  1458. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/runner.rb +496 -0
  1459. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/cache.rb +155 -0
  1460. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/cli.rb +147 -0
  1461. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/base.rb +44 -0
  1462. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/exec.rb +64 -0
  1463. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/restart.rb +25 -0
  1464. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/start.rb +48 -0
  1465. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/status.rb +28 -0
  1466. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/stop.rb +31 -0
  1467. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command.rb +26 -0
  1468. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/core.rb +111 -0
  1469. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/errors.rb +23 -0
  1470. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/helper.rb +34 -0
  1471. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command/base.rb +50 -0
  1472. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command/exec.rb +34 -0
  1473. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command/stop.rb +24 -0
  1474. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command.rb +21 -0
  1475. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/socket_reader.rb +69 -0
  1476. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server.rb +53 -0
  1477. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/string_interpreter.rb +60 -0
  1478. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/target_finder.rb +206 -0
  1479. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/target_ruby.rb +271 -0
  1480. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/util.rb +16 -0
  1481. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/version.rb +98 -0
  1482. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/warning.rb +11 -0
  1483. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/yaml_duplication_checker.rb +40 -0
  1484. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop.rb +749 -0
  1485. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/LICENSE.txt +20 -0
  1486. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/README.md +56 -0
  1487. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/builder.rb +115 -0
  1488. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/ext/range.rb +28 -0
  1489. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/ext/range_min_max.rb +18 -0
  1490. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/alias_node.rb +24 -0
  1491. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/and_asgn_node.rb +17 -0
  1492. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/and_node.rb +29 -0
  1493. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/arg_node.rb +34 -0
  1494. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/args_node.rb +39 -0
  1495. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/array_node.rb +65 -0
  1496. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/asgn_node.rb +24 -0
  1497. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/block_node.rb +149 -0
  1498. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/break_node.rb +12 -0
  1499. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/case_match_node.rb +64 -0
  1500. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/case_node.rb +60 -0
  1501. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/casgn_node.rb +31 -0
  1502. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/class_node.rb +31 -0
  1503. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/const_node.rb +61 -0
  1504. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/csend_node.rb +14 -0
  1505. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/def_node.rb +68 -0
  1506. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/defined_node.rb +19 -0
  1507. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/dstr_node.rb +16 -0
  1508. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/ensure_node.rb +17 -0
  1509. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/float_node.rb +13 -0
  1510. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/for_node.rb +53 -0
  1511. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/forward_args_node.rb +33 -0
  1512. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/hash_node.rb +122 -0
  1513. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/if_node.rb +171 -0
  1514. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/in_pattern_node.rb +38 -0
  1515. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/index_node.rb +48 -0
  1516. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/indexasgn_node.rb +50 -0
  1517. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/int_node.rb +13 -0
  1518. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/keyword_splat_node.rb +53 -0
  1519. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/lambda_node.rb +65 -0
  1520. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
  1521. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
  1522. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/collection_node.rb +16 -0
  1523. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
  1524. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/descendence.rb +117 -0
  1525. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/hash_element_node.rb +125 -0
  1526. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +277 -0
  1527. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +219 -0
  1528. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
  1529. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/numeric_node.rb +22 -0
  1530. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/parameterized_node.rb +125 -0
  1531. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +39 -0
  1532. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/module_node.rb +24 -0
  1533. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/next_node.rb +12 -0
  1534. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/op_asgn_node.rb +36 -0
  1535. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/or_asgn_node.rb +17 -0
  1536. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/or_node.rb +29 -0
  1537. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/pair_node.rb +74 -0
  1538. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/procarg0_node.rb +17 -0
  1539. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/range_node.rb +18 -0
  1540. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/regexp_node.rb +103 -0
  1541. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/resbody_node.rb +45 -0
  1542. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/rescue_node.rb +49 -0
  1543. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/return_node.rb +12 -0
  1544. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/self_class_node.rb +24 -0
  1545. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/send_node.rb +29 -0
  1546. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/str_node.rb +20 -0
  1547. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/super_node.rb +23 -0
  1548. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/symbol_node.rb +12 -0
  1549. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/until_node.rb +35 -0
  1550. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/when_node.rb +47 -0
  1551. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/while_node.rb +35 -0
  1552. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/yield_node.rb +23 -0
  1553. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node.rb +676 -0
  1554. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/builder.rb +72 -0
  1555. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/comment.rb +45 -0
  1556. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb +56 -0
  1557. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/binding.rb +78 -0
  1558. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/debug.rb +168 -0
  1559. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/node_pattern_subcompiler.rb +146 -0
  1560. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb +420 -0
  1561. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/subcompiler.rb +57 -0
  1562. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler.rb +104 -0
  1563. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/lexer.rb +70 -0
  1564. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/lexer.rex +42 -0
  1565. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/lexer.rex.rb +185 -0
  1566. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/method_definer.rb +145 -0
  1567. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/node.rb +264 -0
  1568. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/parser.racc.rb +470 -0
  1569. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/parser.rb +66 -0
  1570. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/parser.y +103 -0
  1571. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/sets.rb +37 -0
  1572. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/with_meta.rb +110 -0
  1573. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern.rb +126 -0
  1574. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/processed_source.rb +314 -0
  1575. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/rubocop_compatibility.rb +31 -0
  1576. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/sexp.rb +17 -0
  1577. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/token.rb +130 -0
  1578. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/traversal.rb +182 -0
  1579. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/version.rb +9 -0
  1580. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast.rb +96 -0
  1581. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop-ast.rb +3 -0
  1582. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
  1583. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
  1584. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/Rakefile +2 -0
  1585. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/base.rb +234 -0
  1586. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/calculators/length.rb +98 -0
  1587. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/bar.rb +102 -0
  1588. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/percentage.rb +27 -0
  1589. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/rate.rb +39 -0
  1590. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/time.rb +101 -0
  1591. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/title.rb +13 -0
  1592. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/errors/invalid_progress_error.rb +4 -0
  1593. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/formatter.rb +27 -0
  1594. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/molecule.rb +61 -0
  1595. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/string.rb +38 -0
  1596. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/output.rb +71 -0
  1597. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/non_tty.rb +47 -0
  1598. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/null.rb +33 -0
  1599. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/tty.rb +32 -0
  1600. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/progress.rb +108 -0
  1601. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projector.rb +14 -0
  1602. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projectors/smoothed_average.rb +71 -0
  1603. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements/progress_enumerator.rb +28 -0
  1604. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements.rb +1 -0
  1605. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/throttle.rb +25 -0
  1606. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb +30 -0
  1607. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb +78 -0
  1608. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb +3 -0
  1609. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar.rb +12 -0
  1610. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/CHANGELOG.md +192 -0
  1611. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/MIT-LICENSE.txt +22 -0
  1612. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/README.md +171 -0
  1613. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/data/display_width.marshal.gz +0 -0
  1614. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/constants.rb +10 -0
  1615. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/index.rb +34 -0
  1616. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/no_string_ext.rb +8 -0
  1617. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/string_ext.rb +9 -0
  1618. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width.rb +123 -0
  1619. data/vendor/bundle/ruby/3.1.0/specifications/ast-2.4.2.gemspec +42 -0
  1620. data/vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.5.0.gemspec +50 -0
  1621. data/vendor/bundle/ruby/3.1.0/specifications/json-2.6.3.gemspec +0 -0
  1622. data/vendor/bundle/ruby/3.1.0/specifications/parallel-1.22.1.gemspec +21 -0
  1623. data/vendor/bundle/ruby/3.1.0/specifications/parser-3.2.2.0.gemspec +52 -0
  1624. data/vendor/bundle/ruby/3.1.0/specifications/rainbow-3.1.1.gemspec +31 -0
  1625. data/vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec +26 -0
  1626. data/vendor/bundle/ruby/3.1.0/specifications/regexp_parser-2.7.0.gemspec +23 -0
  1627. data/vendor/bundle/ruby/3.1.0/specifications/rexml-3.2.5.gemspec +38 -0
  1628. data/vendor/bundle/ruby/3.1.0/specifications/rspec-3.12.0.gemspec +39 -0
  1629. data/vendor/bundle/ruby/3.1.0/specifications/rspec-core-3.12.1.gemspec +53 -0
  1630. data/vendor/bundle/ruby/3.1.0/specifications/rspec-expectations-3.12.2.gemspec +44 -0
  1631. data/vendor/bundle/ruby/3.1.0/specifications/rspec-mocks-3.12.5.gemspec +44 -0
  1632. data/vendor/bundle/ruby/3.1.0/specifications/rspec-support-3.12.0.gemspec +36 -0
  1633. data/vendor/bundle/ruby/3.1.0/specifications/rubocop-1.48.1.gemspec +52 -0
  1634. data/vendor/bundle/ruby/3.1.0/specifications/rubocop-ast-1.28.0.gemspec +36 -0
  1635. data/vendor/bundle/ruby/3.1.0/specifications/ruby-progressbar-1.13.0.gemspec +38 -0
  1636. data/vendor/bundle/ruby/3.1.0/specifications/unicode-display_width-2.4.2.gemspec +36 -0
  1637. metadata +1678 -0
@@ -0,0 +1,1608 @@
1
+ #include "../fbuffer/fbuffer.h"
2
+ #include "generator.h"
3
+
4
+ static VALUE mJSON, mExt, mGenerator, cState, mGeneratorMethods, mObject,
5
+ mHash, mArray,
6
+ #ifdef RUBY_INTEGER_UNIFICATION
7
+ mInteger,
8
+ #else
9
+ mFixnum, mBignum,
10
+ #endif
11
+ mFloat, mString, mString_Extend,
12
+ mTrueClass, mFalseClass, mNilClass, eGeneratorError,
13
+ eNestingError;
14
+
15
+ static ID i_to_s, i_to_json, i_new, i_indent, i_space, i_space_before,
16
+ i_object_nl, i_array_nl, i_max_nesting, i_allow_nan, i_ascii_only,
17
+ i_pack, i_unpack, i_create_id, i_extend, i_key_p,
18
+ i_aref, i_send, i_respond_to_p, i_match, i_keys, i_depth,
19
+ i_buffer_initial_length, i_dup, i_escape_slash;
20
+
21
+ /*
22
+ * Copyright 2001-2004 Unicode, Inc.
23
+ *
24
+ * Disclaimer
25
+ *
26
+ * This source code is provided as is by Unicode, Inc. No claims are
27
+ * made as to fitness for any particular purpose. No warranties of any
28
+ * kind are expressed or implied. The recipient agrees to determine
29
+ * applicability of information provided. If this file has been
30
+ * purchased on magnetic or optical media from Unicode, Inc., the
31
+ * sole remedy for any claim will be exchange of defective media
32
+ * within 90 days of receipt.
33
+ *
34
+ * Limitations on Rights to Redistribute This Code
35
+ *
36
+ * Unicode, Inc. hereby grants the right to freely use the information
37
+ * supplied in this file in the creation of products supporting the
38
+ * Unicode Standard, and to make copies of this file in any form
39
+ * for internal or external distribution as long as this notice
40
+ * remains attached.
41
+ */
42
+
43
+ /*
44
+ * Index into the table below with the first byte of a UTF-8 sequence to
45
+ * get the number of trailing bytes that are supposed to follow it.
46
+ * Note that *legal* UTF-8 values can't have 4 or 5-bytes. The table is
47
+ * left as-is for anyone who may want to do such conversion, which was
48
+ * allowed in earlier algorithms.
49
+ */
50
+ static const char trailingBytesForUTF8[256] = {
51
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
52
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
53
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
54
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
55
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
56
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
57
+ 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
58
+ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5
59
+ };
60
+
61
+ /*
62
+ * Magic values subtracted from a buffer value during UTF8 conversion.
63
+ * This table contains as many values as there might be trailing bytes
64
+ * in a UTF-8 sequence.
65
+ */
66
+ static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
67
+ 0x03C82080UL, 0xFA082080UL, 0x82082080UL };
68
+
69
+ /*
70
+ * Utility routine to tell whether a sequence of bytes is legal UTF-8.
71
+ * This must be called with the length pre-determined by the first byte.
72
+ * If not calling this from ConvertUTF8to*, then the length can be set by:
73
+ * length = trailingBytesForUTF8[*source]+1;
74
+ * and the sequence is illegal right away if there aren't that many bytes
75
+ * available.
76
+ * If presented with a length > 4, this returns 0. The Unicode
77
+ * definition of UTF-8 goes up to 4-byte sequences.
78
+ */
79
+ static unsigned char isLegalUTF8(const UTF8 *source, unsigned long length)
80
+ {
81
+ UTF8 a;
82
+ const UTF8 *srcptr = source+length;
83
+ switch (length) {
84
+ default: return 0;
85
+ /* Everything else falls through when "1"... */
86
+ case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
87
+ case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
88
+ case 2: if ((a = (*--srcptr)) > 0xBF) return 0;
89
+
90
+ switch (*source) {
91
+ /* no fall-through in this inner switch */
92
+ case 0xE0: if (a < 0xA0) return 0; break;
93
+ case 0xED: if (a > 0x9F) return 0; break;
94
+ case 0xF0: if (a < 0x90) return 0; break;
95
+ case 0xF4: if (a > 0x8F) return 0; break;
96
+ default: if (a < 0x80) return 0;
97
+ }
98
+
99
+ case 1: if (*source >= 0x80 && *source < 0xC2) return 0;
100
+ }
101
+ if (*source > 0xF4) return 0;
102
+ return 1;
103
+ }
104
+
105
+ /* Escapes the UTF16 character and stores the result in the buffer buf. */
106
+ static void unicode_escape(char *buf, UTF16 character)
107
+ {
108
+ const char *digits = "0123456789abcdef";
109
+
110
+ buf[2] = digits[character >> 12];
111
+ buf[3] = digits[(character >> 8) & 0xf];
112
+ buf[4] = digits[(character >> 4) & 0xf];
113
+ buf[5] = digits[character & 0xf];
114
+ }
115
+
116
+ /* Escapes the UTF16 character and stores the result in the buffer buf, then
117
+ * the buffer buf is appended to the FBuffer buffer. */
118
+ static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16
119
+ character)
120
+ {
121
+ unicode_escape(buf, character);
122
+ fbuffer_append(buffer, buf, 6);
123
+ }
124
+
125
+ /* Converts string to a JSON string in FBuffer buffer, where all but the ASCII
126
+ * and control characters are JSON escaped. */
127
+ static void convert_UTF8_to_JSON_ASCII(FBuffer *buffer, VALUE string, char escape_slash)
128
+ {
129
+ const UTF8 *source = (UTF8 *) RSTRING_PTR(string);
130
+ const UTF8 *sourceEnd = source + RSTRING_LEN(string);
131
+ char buf[6] = { '\\', 'u' };
132
+
133
+ while (source < sourceEnd) {
134
+ UTF32 ch = 0;
135
+ unsigned short extraBytesToRead = trailingBytesForUTF8[*source];
136
+ if (source + extraBytesToRead >= sourceEnd) {
137
+ rb_raise(rb_path2class("JSON::GeneratorError"),
138
+ "partial character in source, but hit end");
139
+ }
140
+ if (!isLegalUTF8(source, extraBytesToRead+1)) {
141
+ rb_raise(rb_path2class("JSON::GeneratorError"),
142
+ "source sequence is illegal/malformed utf-8");
143
+ }
144
+ /*
145
+ * The cases all fall through. See "Note A" below.
146
+ */
147
+ switch (extraBytesToRead) {
148
+ case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
149
+ case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
150
+ case 3: ch += *source++; ch <<= 6;
151
+ case 2: ch += *source++; ch <<= 6;
152
+ case 1: ch += *source++; ch <<= 6;
153
+ case 0: ch += *source++;
154
+ }
155
+ ch -= offsetsFromUTF8[extraBytesToRead];
156
+
157
+ if (ch <= UNI_MAX_BMP) { /* Target is a character <= 0xFFFF */
158
+ /* UTF-16 surrogate values are illegal in UTF-32 */
159
+ if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
160
+ #if UNI_STRICT_CONVERSION
161
+ source -= (extraBytesToRead+1); /* return to the illegal value itself */
162
+ rb_raise(rb_path2class("JSON::GeneratorError"),
163
+ "source sequence is illegal/malformed utf-8");
164
+ #else
165
+ unicode_escape_to_buffer(buffer, buf, UNI_REPLACEMENT_CHAR);
166
+ #endif
167
+ } else {
168
+ /* normal case */
169
+ if (ch >= 0x20 && ch <= 0x7f) {
170
+ switch (ch) {
171
+ case '\\':
172
+ fbuffer_append(buffer, "\\\\", 2);
173
+ break;
174
+ case '"':
175
+ fbuffer_append(buffer, "\\\"", 2);
176
+ break;
177
+ case '/':
178
+ if(escape_slash) {
179
+ fbuffer_append(buffer, "\\/", 2);
180
+ break;
181
+ }
182
+ default:
183
+ fbuffer_append_char(buffer, (char)ch);
184
+ break;
185
+ }
186
+ } else {
187
+ switch (ch) {
188
+ case '\n':
189
+ fbuffer_append(buffer, "\\n", 2);
190
+ break;
191
+ case '\r':
192
+ fbuffer_append(buffer, "\\r", 2);
193
+ break;
194
+ case '\t':
195
+ fbuffer_append(buffer, "\\t", 2);
196
+ break;
197
+ case '\f':
198
+ fbuffer_append(buffer, "\\f", 2);
199
+ break;
200
+ case '\b':
201
+ fbuffer_append(buffer, "\\b", 2);
202
+ break;
203
+ default:
204
+ unicode_escape_to_buffer(buffer, buf, (UTF16) ch);
205
+ break;
206
+ }
207
+ }
208
+ }
209
+ } else if (ch > UNI_MAX_UTF16) {
210
+ #if UNI_STRICT_CONVERSION
211
+ source -= (extraBytesToRead+1); /* return to the start */
212
+ rb_raise(rb_path2class("JSON::GeneratorError"),
213
+ "source sequence is illegal/malformed utf8");
214
+ #else
215
+ unicode_escape_to_buffer(buffer, buf, UNI_REPLACEMENT_CHAR);
216
+ #endif
217
+ } else {
218
+ /* target is a character in range 0xFFFF - 0x10FFFF. */
219
+ ch -= halfBase;
220
+ unicode_escape_to_buffer(buffer, buf, (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START));
221
+ unicode_escape_to_buffer(buffer, buf, (UTF16)((ch & halfMask) + UNI_SUR_LOW_START));
222
+ }
223
+ }
224
+ RB_GC_GUARD(string);
225
+ }
226
+
227
+ /* Converts string to a JSON string in FBuffer buffer, where only the
228
+ * characters required by the JSON standard are JSON escaped. The remaining
229
+ * characters (should be UTF8) are just passed through and appended to the
230
+ * result. */
231
+ static void convert_UTF8_to_JSON(FBuffer *buffer, VALUE string, char escape_slash)
232
+ {
233
+ const char *ptr = RSTRING_PTR(string), *p;
234
+ unsigned long len = RSTRING_LEN(string), start = 0, end = 0;
235
+ const char *escape = NULL;
236
+ int escape_len;
237
+ unsigned char c;
238
+ char buf[6] = { '\\', 'u' };
239
+ int ascii_only = rb_enc_str_asciionly_p(string);
240
+
241
+ for (start = 0, end = 0; end < len;) {
242
+ p = ptr + end;
243
+ c = (unsigned char) *p;
244
+ if (c < 0x20) {
245
+ switch (c) {
246
+ case '\n':
247
+ escape = "\\n";
248
+ escape_len = 2;
249
+ break;
250
+ case '\r':
251
+ escape = "\\r";
252
+ escape_len = 2;
253
+ break;
254
+ case '\t':
255
+ escape = "\\t";
256
+ escape_len = 2;
257
+ break;
258
+ case '\f':
259
+ escape = "\\f";
260
+ escape_len = 2;
261
+ break;
262
+ case '\b':
263
+ escape = "\\b";
264
+ escape_len = 2;
265
+ break;
266
+ default:
267
+ unicode_escape(buf, (UTF16) *p);
268
+ escape = buf;
269
+ escape_len = 6;
270
+ break;
271
+ }
272
+ } else {
273
+ switch (c) {
274
+ case '\\':
275
+ escape = "\\\\";
276
+ escape_len = 2;
277
+ break;
278
+ case '"':
279
+ escape = "\\\"";
280
+ escape_len = 2;
281
+ break;
282
+ case '/':
283
+ if(escape_slash) {
284
+ escape = "\\/";
285
+ escape_len = 2;
286
+ break;
287
+ }
288
+ default:
289
+ {
290
+ unsigned short clen = 1;
291
+ if (!ascii_only) {
292
+ clen += trailingBytesForUTF8[c];
293
+ if (end + clen > len) {
294
+ rb_raise(rb_path2class("JSON::GeneratorError"),
295
+ "partial character in source, but hit end");
296
+ }
297
+ if (!isLegalUTF8((UTF8 *) p, clen)) {
298
+ rb_raise(rb_path2class("JSON::GeneratorError"),
299
+ "source sequence is illegal/malformed utf-8");
300
+ }
301
+ }
302
+ end += clen;
303
+ }
304
+ continue;
305
+ break;
306
+ }
307
+ }
308
+ fbuffer_append(buffer, ptr + start, end - start);
309
+ fbuffer_append(buffer, escape, escape_len);
310
+ start = ++end;
311
+ escape = NULL;
312
+ }
313
+ fbuffer_append(buffer, ptr + start, end - start);
314
+ }
315
+
316
+ static char *fstrndup(const char *ptr, unsigned long len) {
317
+ char *result;
318
+ if (len <= 0) return NULL;
319
+ result = ALLOC_N(char, len);
320
+ memcpy(result, ptr, len);
321
+ return result;
322
+ }
323
+
324
+ /*
325
+ * Document-module: JSON::Ext::Generator
326
+ *
327
+ * This is the JSON generator implemented as a C extension. It can be
328
+ * configured to be used by setting
329
+ *
330
+ * JSON.generator = JSON::Ext::Generator
331
+ *
332
+ * with the method generator= in JSON.
333
+ *
334
+ */
335
+
336
+ /* Explanation of the following: that's the only way to not pollute
337
+ * standard library's docs with GeneratorMethods::<ClassName> which
338
+ * are uninformative and take a large place in a list of classes
339
+ */
340
+
341
+ /*
342
+ * Document-module: JSON::Ext::Generator::GeneratorMethods
343
+ * :nodoc:
344
+ */
345
+
346
+ /*
347
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Array
348
+ * :nodoc:
349
+ */
350
+
351
+ /*
352
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Bignum
353
+ * :nodoc:
354
+ */
355
+
356
+ /*
357
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::FalseClass
358
+ * :nodoc:
359
+ */
360
+
361
+ /*
362
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Fixnum
363
+ * :nodoc:
364
+ */
365
+
366
+ /*
367
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Float
368
+ * :nodoc:
369
+ */
370
+
371
+ /*
372
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Hash
373
+ * :nodoc:
374
+ */
375
+
376
+ /*
377
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Integer
378
+ * :nodoc:
379
+ */
380
+
381
+ /*
382
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::NilClass
383
+ * :nodoc:
384
+ */
385
+
386
+ /*
387
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::Object
388
+ * :nodoc:
389
+ */
390
+
391
+ /*
392
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::String
393
+ * :nodoc:
394
+ */
395
+
396
+ /*
397
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::String::Extend
398
+ * :nodoc:
399
+ */
400
+
401
+ /*
402
+ * Document-module: JSON::Ext::Generator::GeneratorMethods::TrueClass
403
+ * :nodoc:
404
+ */
405
+
406
+ /*
407
+ * call-seq: to_json(state = nil)
408
+ *
409
+ * Returns a JSON string containing a JSON object, that is generated from
410
+ * this Hash instance.
411
+ * _state_ is a JSON::State object, that can also be used to configure the
412
+ * produced JSON string output further.
413
+ */
414
+ static VALUE mHash_to_json(int argc, VALUE *argv, VALUE self)
415
+ {
416
+ GENERATE_JSON(object);
417
+ }
418
+
419
+ /*
420
+ * call-seq: to_json(state = nil)
421
+ *
422
+ * Returns a JSON string containing a JSON array, that is generated from
423
+ * this Array instance.
424
+ * _state_ is a JSON::State object, that can also be used to configure the
425
+ * produced JSON string output further.
426
+ */
427
+ static VALUE mArray_to_json(int argc, VALUE *argv, VALUE self) {
428
+ GENERATE_JSON(array);
429
+ }
430
+
431
+ #ifdef RUBY_INTEGER_UNIFICATION
432
+ /*
433
+ * call-seq: to_json(*)
434
+ *
435
+ * Returns a JSON string representation for this Integer number.
436
+ */
437
+ static VALUE mInteger_to_json(int argc, VALUE *argv, VALUE self)
438
+ {
439
+ GENERATE_JSON(integer);
440
+ }
441
+
442
+ #else
443
+ /*
444
+ * call-seq: to_json(*)
445
+ *
446
+ * Returns a JSON string representation for this Integer number.
447
+ */
448
+ static VALUE mFixnum_to_json(int argc, VALUE *argv, VALUE self)
449
+ {
450
+ GENERATE_JSON(fixnum);
451
+ }
452
+
453
+ /*
454
+ * call-seq: to_json(*)
455
+ *
456
+ * Returns a JSON string representation for this Integer number.
457
+ */
458
+ static VALUE mBignum_to_json(int argc, VALUE *argv, VALUE self)
459
+ {
460
+ GENERATE_JSON(bignum);
461
+ }
462
+ #endif
463
+
464
+ /*
465
+ * call-seq: to_json(*)
466
+ *
467
+ * Returns a JSON string representation for this Float number.
468
+ */
469
+ static VALUE mFloat_to_json(int argc, VALUE *argv, VALUE self)
470
+ {
471
+ GENERATE_JSON(float);
472
+ }
473
+
474
+ /*
475
+ * call-seq: String.included(modul)
476
+ *
477
+ * Extends _modul_ with the String::Extend module.
478
+ */
479
+ static VALUE mString_included_s(VALUE self, VALUE modul) {
480
+ VALUE result = rb_funcall(modul, i_extend, 1, mString_Extend);
481
+ return result;
482
+ }
483
+
484
+ /*
485
+ * call-seq: to_json(*)
486
+ *
487
+ * This string should be encoded with UTF-8 A call to this method
488
+ * returns a JSON string encoded with UTF16 big endian characters as
489
+ * \u????.
490
+ */
491
+ static VALUE mString_to_json(int argc, VALUE *argv, VALUE self)
492
+ {
493
+ GENERATE_JSON(string);
494
+ }
495
+
496
+ /*
497
+ * call-seq: to_json_raw_object()
498
+ *
499
+ * This method creates a raw object hash, that can be nested into
500
+ * other data structures and will be generated as a raw string. This
501
+ * method should be used, if you want to convert raw strings to JSON
502
+ * instead of UTF-8 strings, e. g. binary data.
503
+ */
504
+ static VALUE mString_to_json_raw_object(VALUE self)
505
+ {
506
+ VALUE ary;
507
+ VALUE result = rb_hash_new();
508
+ rb_hash_aset(result, rb_funcall(mJSON, i_create_id, 0), rb_class_name(rb_obj_class(self)));
509
+ ary = rb_funcall(self, i_unpack, 1, rb_str_new2("C*"));
510
+ rb_hash_aset(result, rb_str_new2("raw"), ary);
511
+ return result;
512
+ }
513
+
514
+ /*
515
+ * call-seq: to_json_raw(*args)
516
+ *
517
+ * This method creates a JSON text from the result of a call to
518
+ * to_json_raw_object of this String.
519
+ */
520
+ static VALUE mString_to_json_raw(int argc, VALUE *argv, VALUE self)
521
+ {
522
+ VALUE obj = mString_to_json_raw_object(self);
523
+ Check_Type(obj, T_HASH);
524
+ return mHash_to_json(argc, argv, obj);
525
+ }
526
+
527
+ /*
528
+ * call-seq: json_create(o)
529
+ *
530
+ * Raw Strings are JSON Objects (the raw bytes are stored in an array for the
531
+ * key "raw"). The Ruby String can be created by this module method.
532
+ */
533
+ static VALUE mString_Extend_json_create(VALUE self, VALUE o)
534
+ {
535
+ VALUE ary;
536
+ Check_Type(o, T_HASH);
537
+ ary = rb_hash_aref(o, rb_str_new2("raw"));
538
+ return rb_funcall(ary, i_pack, 1, rb_str_new2("C*"));
539
+ }
540
+
541
+ /*
542
+ * call-seq: to_json(*)
543
+ *
544
+ * Returns a JSON string for true: 'true'.
545
+ */
546
+ static VALUE mTrueClass_to_json(int argc, VALUE *argv, VALUE self)
547
+ {
548
+ GENERATE_JSON(true);
549
+ }
550
+
551
+ /*
552
+ * call-seq: to_json(*)
553
+ *
554
+ * Returns a JSON string for false: 'false'.
555
+ */
556
+ static VALUE mFalseClass_to_json(int argc, VALUE *argv, VALUE self)
557
+ {
558
+ GENERATE_JSON(false);
559
+ }
560
+
561
+ /*
562
+ * call-seq: to_json(*)
563
+ *
564
+ * Returns a JSON string for nil: 'null'.
565
+ */
566
+ static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self)
567
+ {
568
+ GENERATE_JSON(null);
569
+ }
570
+
571
+ /*
572
+ * call-seq: to_json(*)
573
+ *
574
+ * Converts this object to a string (calling #to_s), converts
575
+ * it to a JSON string, and returns the result. This is a fallback, if no
576
+ * special method #to_json was defined for some object.
577
+ */
578
+ static VALUE mObject_to_json(int argc, VALUE *argv, VALUE self)
579
+ {
580
+ VALUE state;
581
+ VALUE string = rb_funcall(self, i_to_s, 0);
582
+ rb_scan_args(argc, argv, "01", &state);
583
+ Check_Type(string, T_STRING);
584
+ state = cState_from_state_s(cState, state);
585
+ return cState_partial_generate(state, string);
586
+ }
587
+
588
+ static void State_free(void *ptr)
589
+ {
590
+ JSON_Generator_State *state = ptr;
591
+ if (state->indent) ruby_xfree(state->indent);
592
+ if (state->space) ruby_xfree(state->space);
593
+ if (state->space_before) ruby_xfree(state->space_before);
594
+ if (state->object_nl) ruby_xfree(state->object_nl);
595
+ if (state->array_nl) ruby_xfree(state->array_nl);
596
+ if (state->array_delim) fbuffer_free(state->array_delim);
597
+ if (state->object_delim) fbuffer_free(state->object_delim);
598
+ if (state->object_delim2) fbuffer_free(state->object_delim2);
599
+ ruby_xfree(state);
600
+ }
601
+
602
+ static size_t State_memsize(const void *ptr)
603
+ {
604
+ const JSON_Generator_State *state = ptr;
605
+ size_t size = sizeof(*state);
606
+ if (state->indent) size += state->indent_len + 1;
607
+ if (state->space) size += state->space_len + 1;
608
+ if (state->space_before) size += state->space_before_len + 1;
609
+ if (state->object_nl) size += state->object_nl_len + 1;
610
+ if (state->array_nl) size += state->array_nl_len + 1;
611
+ if (state->array_delim) size += FBUFFER_CAPA(state->array_delim);
612
+ if (state->object_delim) size += FBUFFER_CAPA(state->object_delim);
613
+ if (state->object_delim2) size += FBUFFER_CAPA(state->object_delim2);
614
+ return size;
615
+ }
616
+
617
+ #ifndef HAVE_RB_EXT_RACTOR_SAFE
618
+ # undef RUBY_TYPED_FROZEN_SHAREABLE
619
+ # define RUBY_TYPED_FROZEN_SHAREABLE 0
620
+ #endif
621
+
622
+ #ifdef NEW_TYPEDDATA_WRAPPER
623
+ static const rb_data_type_t JSON_Generator_State_type = {
624
+ "JSON/Generator/State",
625
+ {NULL, State_free, State_memsize,},
626
+ #ifdef RUBY_TYPED_FREE_IMMEDIATELY
627
+ 0, 0,
628
+ RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_FROZEN_SHAREABLE,
629
+ #endif
630
+ };
631
+ #endif
632
+
633
+ static VALUE cState_s_allocate(VALUE klass)
634
+ {
635
+ JSON_Generator_State *state;
636
+ return TypedData_Make_Struct(klass, JSON_Generator_State,
637
+ &JSON_Generator_State_type, state);
638
+ }
639
+
640
+ /*
641
+ * call-seq: configure(opts)
642
+ *
643
+ * Configure this State instance with the Hash _opts_, and return
644
+ * itself.
645
+ */
646
+ static VALUE cState_configure(VALUE self, VALUE opts)
647
+ {
648
+ VALUE tmp;
649
+ GET_STATE(self);
650
+ tmp = rb_check_convert_type(opts, T_HASH, "Hash", "to_hash");
651
+ if (NIL_P(tmp)) tmp = rb_convert_type(opts, T_HASH, "Hash", "to_h");
652
+ opts = tmp;
653
+ tmp = rb_hash_aref(opts, ID2SYM(i_indent));
654
+ if (RTEST(tmp)) {
655
+ unsigned long len;
656
+ Check_Type(tmp, T_STRING);
657
+ len = RSTRING_LEN(tmp);
658
+ state->indent = fstrndup(RSTRING_PTR(tmp), len + 1);
659
+ state->indent_len = len;
660
+ }
661
+ tmp = rb_hash_aref(opts, ID2SYM(i_space));
662
+ if (RTEST(tmp)) {
663
+ unsigned long len;
664
+ Check_Type(tmp, T_STRING);
665
+ len = RSTRING_LEN(tmp);
666
+ state->space = fstrndup(RSTRING_PTR(tmp), len + 1);
667
+ state->space_len = len;
668
+ }
669
+ tmp = rb_hash_aref(opts, ID2SYM(i_space_before));
670
+ if (RTEST(tmp)) {
671
+ unsigned long len;
672
+ Check_Type(tmp, T_STRING);
673
+ len = RSTRING_LEN(tmp);
674
+ state->space_before = fstrndup(RSTRING_PTR(tmp), len + 1);
675
+ state->space_before_len = len;
676
+ }
677
+ tmp = rb_hash_aref(opts, ID2SYM(i_array_nl));
678
+ if (RTEST(tmp)) {
679
+ unsigned long len;
680
+ Check_Type(tmp, T_STRING);
681
+ len = RSTRING_LEN(tmp);
682
+ state->array_nl = fstrndup(RSTRING_PTR(tmp), len + 1);
683
+ state->array_nl_len = len;
684
+ }
685
+ tmp = rb_hash_aref(opts, ID2SYM(i_object_nl));
686
+ if (RTEST(tmp)) {
687
+ unsigned long len;
688
+ Check_Type(tmp, T_STRING);
689
+ len = RSTRING_LEN(tmp);
690
+ state->object_nl = fstrndup(RSTRING_PTR(tmp), len + 1);
691
+ state->object_nl_len = len;
692
+ }
693
+ tmp = ID2SYM(i_max_nesting);
694
+ state->max_nesting = 100;
695
+ if (option_given_p(opts, tmp)) {
696
+ VALUE max_nesting = rb_hash_aref(opts, tmp);
697
+ if (RTEST(max_nesting)) {
698
+ Check_Type(max_nesting, T_FIXNUM);
699
+ state->max_nesting = FIX2LONG(max_nesting);
700
+ } else {
701
+ state->max_nesting = 0;
702
+ }
703
+ }
704
+ tmp = ID2SYM(i_depth);
705
+ state->depth = 0;
706
+ if (option_given_p(opts, tmp)) {
707
+ VALUE depth = rb_hash_aref(opts, tmp);
708
+ if (RTEST(depth)) {
709
+ Check_Type(depth, T_FIXNUM);
710
+ state->depth = FIX2LONG(depth);
711
+ } else {
712
+ state->depth = 0;
713
+ }
714
+ }
715
+ tmp = ID2SYM(i_buffer_initial_length);
716
+ if (option_given_p(opts, tmp)) {
717
+ VALUE buffer_initial_length = rb_hash_aref(opts, tmp);
718
+ if (RTEST(buffer_initial_length)) {
719
+ long initial_length;
720
+ Check_Type(buffer_initial_length, T_FIXNUM);
721
+ initial_length = FIX2LONG(buffer_initial_length);
722
+ if (initial_length > 0) state->buffer_initial_length = initial_length;
723
+ }
724
+ }
725
+ tmp = rb_hash_aref(opts, ID2SYM(i_allow_nan));
726
+ state->allow_nan = RTEST(tmp);
727
+ tmp = rb_hash_aref(opts, ID2SYM(i_ascii_only));
728
+ state->ascii_only = RTEST(tmp);
729
+ tmp = rb_hash_aref(opts, ID2SYM(i_escape_slash));
730
+ state->escape_slash = RTEST(tmp);
731
+ return self;
732
+ }
733
+
734
+ static void set_state_ivars(VALUE hash, VALUE state)
735
+ {
736
+ VALUE ivars = rb_obj_instance_variables(state);
737
+ int i = 0;
738
+ for (i = 0; i < RARRAY_LEN(ivars); i++) {
739
+ VALUE key = rb_funcall(rb_ary_entry(ivars, i), i_to_s, 0);
740
+ long key_len = RSTRING_LEN(key);
741
+ VALUE value = rb_iv_get(state, StringValueCStr(key));
742
+ rb_hash_aset(hash, rb_str_intern(rb_str_substr(key, 1, key_len - 1)), value);
743
+ }
744
+ }
745
+
746
+ /*
747
+ * call-seq: to_h
748
+ *
749
+ * Returns the configuration instance variables as a hash, that can be
750
+ * passed to the configure method.
751
+ */
752
+ static VALUE cState_to_h(VALUE self)
753
+ {
754
+ VALUE result = rb_hash_new();
755
+ GET_STATE(self);
756
+ set_state_ivars(result, self);
757
+ rb_hash_aset(result, ID2SYM(i_indent), rb_str_new(state->indent, state->indent_len));
758
+ rb_hash_aset(result, ID2SYM(i_space), rb_str_new(state->space, state->space_len));
759
+ rb_hash_aset(result, ID2SYM(i_space_before), rb_str_new(state->space_before, state->space_before_len));
760
+ rb_hash_aset(result, ID2SYM(i_object_nl), rb_str_new(state->object_nl, state->object_nl_len));
761
+ rb_hash_aset(result, ID2SYM(i_array_nl), rb_str_new(state->array_nl, state->array_nl_len));
762
+ rb_hash_aset(result, ID2SYM(i_allow_nan), state->allow_nan ? Qtrue : Qfalse);
763
+ rb_hash_aset(result, ID2SYM(i_ascii_only), state->ascii_only ? Qtrue : Qfalse);
764
+ rb_hash_aset(result, ID2SYM(i_max_nesting), LONG2FIX(state->max_nesting));
765
+ rb_hash_aset(result, ID2SYM(i_escape_slash), state->escape_slash ? Qtrue : Qfalse);
766
+ rb_hash_aset(result, ID2SYM(i_depth), LONG2FIX(state->depth));
767
+ rb_hash_aset(result, ID2SYM(i_buffer_initial_length), LONG2FIX(state->buffer_initial_length));
768
+ return result;
769
+ }
770
+
771
+ /*
772
+ * call-seq: [](name)
773
+ *
774
+ * Returns the value returned by method +name+.
775
+ */
776
+ static VALUE cState_aref(VALUE self, VALUE name)
777
+ {
778
+ name = rb_funcall(name, i_to_s, 0);
779
+ if (RTEST(rb_funcall(self, i_respond_to_p, 1, name))) {
780
+ return rb_funcall(self, i_send, 1, name);
781
+ } else {
782
+ return rb_attr_get(self, rb_intern_str(rb_str_concat(rb_str_new2("@"), name)));
783
+ }
784
+ }
785
+
786
+ /*
787
+ * call-seq: []=(name, value)
788
+ *
789
+ * Sets the attribute name to value.
790
+ */
791
+ static VALUE cState_aset(VALUE self, VALUE name, VALUE value)
792
+ {
793
+ VALUE name_writer;
794
+
795
+ name = rb_funcall(name, i_to_s, 0);
796
+ name_writer = rb_str_cat2(rb_str_dup(name), "=");
797
+ if (RTEST(rb_funcall(self, i_respond_to_p, 1, name_writer))) {
798
+ return rb_funcall(self, i_send, 2, name_writer, value);
799
+ } else {
800
+ rb_ivar_set(self, rb_intern_str(rb_str_concat(rb_str_new2("@"), name)), value);
801
+ }
802
+ return Qnil;
803
+ }
804
+
805
+ struct hash_foreach_arg {
806
+ FBuffer *buffer;
807
+ JSON_Generator_State *state;
808
+ VALUE Vstate;
809
+ int iter;
810
+ };
811
+
812
+ static int
813
+ json_object_i(VALUE key, VALUE val, VALUE _arg)
814
+ {
815
+ struct hash_foreach_arg *arg = (struct hash_foreach_arg *)_arg;
816
+ FBuffer *buffer = arg->buffer;
817
+ JSON_Generator_State *state = arg->state;
818
+ VALUE Vstate = arg->Vstate;
819
+
820
+ char *object_nl = state->object_nl;
821
+ long object_nl_len = state->object_nl_len;
822
+ char *indent = state->indent;
823
+ long indent_len = state->indent_len;
824
+ char *delim = FBUFFER_PTR(state->object_delim);
825
+ long delim_len = FBUFFER_LEN(state->object_delim);
826
+ char *delim2 = FBUFFER_PTR(state->object_delim2);
827
+ long delim2_len = FBUFFER_LEN(state->object_delim2);
828
+ long depth = state->depth;
829
+ int j;
830
+ VALUE klass, key_to_s;
831
+
832
+ if (arg->iter > 0) fbuffer_append(buffer, delim, delim_len);
833
+ if (object_nl) {
834
+ fbuffer_append(buffer, object_nl, object_nl_len);
835
+ }
836
+ if (indent) {
837
+ for (j = 0; j < depth; j++) {
838
+ fbuffer_append(buffer, indent, indent_len);
839
+ }
840
+ }
841
+
842
+ klass = CLASS_OF(key);
843
+ if (klass == rb_cString) {
844
+ key_to_s = key;
845
+ } else if (klass == rb_cSymbol) {
846
+ key_to_s = rb_id2str(SYM2ID(key));
847
+ } else {
848
+ key_to_s = rb_funcall(key, i_to_s, 0);
849
+ }
850
+ Check_Type(key_to_s, T_STRING);
851
+ generate_json(buffer, Vstate, state, key_to_s);
852
+ fbuffer_append(buffer, delim2, delim2_len);
853
+ generate_json(buffer, Vstate, state, val);
854
+
855
+ arg->iter++;
856
+ return ST_CONTINUE;
857
+ }
858
+
859
+ static void generate_json_object(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
860
+ {
861
+ char *object_nl = state->object_nl;
862
+ long object_nl_len = state->object_nl_len;
863
+ char *indent = state->indent;
864
+ long indent_len = state->indent_len;
865
+ long max_nesting = state->max_nesting;
866
+ long depth = ++state->depth;
867
+ int j;
868
+ struct hash_foreach_arg arg;
869
+
870
+ if (max_nesting != 0 && depth > max_nesting) {
871
+ fbuffer_free(buffer);
872
+ rb_raise(eNestingError, "nesting of %ld is too deep", --state->depth);
873
+ }
874
+ fbuffer_append_char(buffer, '{');
875
+
876
+ arg.buffer = buffer;
877
+ arg.state = state;
878
+ arg.Vstate = Vstate;
879
+ arg.iter = 0;
880
+ rb_hash_foreach(obj, json_object_i, (VALUE)&arg);
881
+
882
+ depth = --state->depth;
883
+ if (object_nl) {
884
+ fbuffer_append(buffer, object_nl, object_nl_len);
885
+ if (indent) {
886
+ for (j = 0; j < depth; j++) {
887
+ fbuffer_append(buffer, indent, indent_len);
888
+ }
889
+ }
890
+ }
891
+ fbuffer_append_char(buffer, '}');
892
+ }
893
+
894
+ static void generate_json_array(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
895
+ {
896
+ char *array_nl = state->array_nl;
897
+ long array_nl_len = state->array_nl_len;
898
+ char *indent = state->indent;
899
+ long indent_len = state->indent_len;
900
+ long max_nesting = state->max_nesting;
901
+ char *delim = FBUFFER_PTR(state->array_delim);
902
+ long delim_len = FBUFFER_LEN(state->array_delim);
903
+ long depth = ++state->depth;
904
+ int i, j;
905
+ if (max_nesting != 0 && depth > max_nesting) {
906
+ fbuffer_free(buffer);
907
+ rb_raise(eNestingError, "nesting of %ld is too deep", --state->depth);
908
+ }
909
+ fbuffer_append_char(buffer, '[');
910
+ if (array_nl) fbuffer_append(buffer, array_nl, array_nl_len);
911
+ for(i = 0; i < RARRAY_LEN(obj); i++) {
912
+ if (i > 0) fbuffer_append(buffer, delim, delim_len);
913
+ if (indent) {
914
+ for (j = 0; j < depth; j++) {
915
+ fbuffer_append(buffer, indent, indent_len);
916
+ }
917
+ }
918
+ generate_json(buffer, Vstate, state, rb_ary_entry(obj, i));
919
+ }
920
+ state->depth = --depth;
921
+ if (array_nl) {
922
+ fbuffer_append(buffer, array_nl, array_nl_len);
923
+ if (indent) {
924
+ for (j = 0; j < depth; j++) {
925
+ fbuffer_append(buffer, indent, indent_len);
926
+ }
927
+ }
928
+ }
929
+ fbuffer_append_char(buffer, ']');
930
+ }
931
+
932
+ #ifdef HAVE_RUBY_ENCODING_H
933
+ static int enc_utf8_compatible_p(rb_encoding *enc)
934
+ {
935
+ if (enc == rb_usascii_encoding()) return 1;
936
+ if (enc == rb_utf8_encoding()) return 1;
937
+ return 0;
938
+ }
939
+ #endif
940
+
941
+ static void generate_json_string(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
942
+ {
943
+ fbuffer_append_char(buffer, '"');
944
+ #ifdef HAVE_RUBY_ENCODING_H
945
+ if (!enc_utf8_compatible_p(rb_enc_get(obj))) {
946
+ obj = rb_str_export_to_enc(obj, rb_utf8_encoding());
947
+ }
948
+ #endif
949
+ if (state->ascii_only) {
950
+ convert_UTF8_to_JSON_ASCII(buffer, obj, state->escape_slash);
951
+ } else {
952
+ convert_UTF8_to_JSON(buffer, obj, state->escape_slash);
953
+ }
954
+ fbuffer_append_char(buffer, '"');
955
+ }
956
+
957
+ static void generate_json_null(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
958
+ {
959
+ fbuffer_append(buffer, "null", 4);
960
+ }
961
+
962
+ static void generate_json_false(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
963
+ {
964
+ fbuffer_append(buffer, "false", 5);
965
+ }
966
+
967
+ static void generate_json_true(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
968
+ {
969
+ fbuffer_append(buffer, "true", 4);
970
+ }
971
+
972
+ static void generate_json_fixnum(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
973
+ {
974
+ fbuffer_append_long(buffer, FIX2LONG(obj));
975
+ }
976
+
977
+ static void generate_json_bignum(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
978
+ {
979
+ VALUE tmp = rb_funcall(obj, i_to_s, 0);
980
+ fbuffer_append_str(buffer, tmp);
981
+ }
982
+
983
+ #ifdef RUBY_INTEGER_UNIFICATION
984
+ static void generate_json_integer(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
985
+ {
986
+ if (FIXNUM_P(obj))
987
+ generate_json_fixnum(buffer, Vstate, state, obj);
988
+ else
989
+ generate_json_bignum(buffer, Vstate, state, obj);
990
+ }
991
+ #endif
992
+ static void generate_json_float(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
993
+ {
994
+ double value = RFLOAT_VALUE(obj);
995
+ char allow_nan = state->allow_nan;
996
+ VALUE tmp = rb_funcall(obj, i_to_s, 0);
997
+ if (!allow_nan) {
998
+ if (isinf(value)) {
999
+ fbuffer_free(buffer);
1000
+ rb_raise(eGeneratorError, "%"PRIsVALUE" not allowed in JSON", RB_OBJ_STRING(tmp));
1001
+ } else if (isnan(value)) {
1002
+ fbuffer_free(buffer);
1003
+ rb_raise(eGeneratorError, "%"PRIsVALUE" not allowed in JSON", RB_OBJ_STRING(tmp));
1004
+ }
1005
+ }
1006
+ fbuffer_append_str(buffer, tmp);
1007
+ }
1008
+
1009
+ static void generate_json(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
1010
+ {
1011
+ VALUE tmp;
1012
+ VALUE klass = CLASS_OF(obj);
1013
+ if (klass == rb_cHash) {
1014
+ generate_json_object(buffer, Vstate, state, obj);
1015
+ } else if (klass == rb_cArray) {
1016
+ generate_json_array(buffer, Vstate, state, obj);
1017
+ } else if (klass == rb_cString) {
1018
+ generate_json_string(buffer, Vstate, state, obj);
1019
+ } else if (obj == Qnil) {
1020
+ generate_json_null(buffer, Vstate, state, obj);
1021
+ } else if (obj == Qfalse) {
1022
+ generate_json_false(buffer, Vstate, state, obj);
1023
+ } else if (obj == Qtrue) {
1024
+ generate_json_true(buffer, Vstate, state, obj);
1025
+ } else if (FIXNUM_P(obj)) {
1026
+ generate_json_fixnum(buffer, Vstate, state, obj);
1027
+ } else if (RB_TYPE_P(obj, T_BIGNUM)) {
1028
+ generate_json_bignum(buffer, Vstate, state, obj);
1029
+ } else if (klass == rb_cFloat) {
1030
+ generate_json_float(buffer, Vstate, state, obj);
1031
+ } else if (rb_respond_to(obj, i_to_json)) {
1032
+ tmp = rb_funcall(obj, i_to_json, 1, Vstate);
1033
+ Check_Type(tmp, T_STRING);
1034
+ fbuffer_append_str(buffer, tmp);
1035
+ } else {
1036
+ tmp = rb_funcall(obj, i_to_s, 0);
1037
+ Check_Type(tmp, T_STRING);
1038
+ generate_json_string(buffer, Vstate, state, tmp);
1039
+ }
1040
+ }
1041
+
1042
+ static FBuffer *cState_prepare_buffer(VALUE self)
1043
+ {
1044
+ FBuffer *buffer;
1045
+ GET_STATE(self);
1046
+ buffer = fbuffer_alloc(state->buffer_initial_length);
1047
+
1048
+ if (state->object_delim) {
1049
+ fbuffer_clear(state->object_delim);
1050
+ } else {
1051
+ state->object_delim = fbuffer_alloc(16);
1052
+ }
1053
+ fbuffer_append_char(state->object_delim, ',');
1054
+ if (state->object_delim2) {
1055
+ fbuffer_clear(state->object_delim2);
1056
+ } else {
1057
+ state->object_delim2 = fbuffer_alloc(16);
1058
+ }
1059
+ if (state->space_before) fbuffer_append(state->object_delim2, state->space_before, state->space_before_len);
1060
+ fbuffer_append_char(state->object_delim2, ':');
1061
+ if (state->space) fbuffer_append(state->object_delim2, state->space, state->space_len);
1062
+
1063
+ if (state->array_delim) {
1064
+ fbuffer_clear(state->array_delim);
1065
+ } else {
1066
+ state->array_delim = fbuffer_alloc(16);
1067
+ }
1068
+ fbuffer_append_char(state->array_delim, ',');
1069
+ if (state->array_nl) fbuffer_append(state->array_delim, state->array_nl, state->array_nl_len);
1070
+ return buffer;
1071
+ }
1072
+
1073
+ static VALUE cState_partial_generate(VALUE self, VALUE obj)
1074
+ {
1075
+ FBuffer *buffer = cState_prepare_buffer(self);
1076
+ GET_STATE(self);
1077
+ generate_json(buffer, self, state, obj);
1078
+ return fbuffer_to_s(buffer);
1079
+ }
1080
+
1081
+ /*
1082
+ * call-seq: generate(obj)
1083
+ *
1084
+ * Generates a valid JSON document from object +obj+ and returns the
1085
+ * result. If no valid JSON document can be created this method raises a
1086
+ * GeneratorError exception.
1087
+ */
1088
+ static VALUE cState_generate(VALUE self, VALUE obj)
1089
+ {
1090
+ VALUE result = cState_partial_generate(self, obj);
1091
+ GET_STATE(self);
1092
+ (void)state;
1093
+ return result;
1094
+ }
1095
+
1096
+ /*
1097
+ * call-seq: new(opts = {})
1098
+ *
1099
+ * Instantiates a new State object, configured by _opts_.
1100
+ *
1101
+ * _opts_ can have the following keys:
1102
+ *
1103
+ * * *indent*: a string used to indent levels (default: ''),
1104
+ * * *space*: a string that is put after, a : or , delimiter (default: ''),
1105
+ * * *space_before*: a string that is put before a : pair delimiter (default: ''),
1106
+ * * *object_nl*: a string that is put at the end of a JSON object (default: ''),
1107
+ * * *array_nl*: a string that is put at the end of a JSON array (default: ''),
1108
+ * * *allow_nan*: true if NaN, Infinity, and -Infinity should be
1109
+ * generated, otherwise an exception is thrown, if these values are
1110
+ * encountered. This options defaults to false.
1111
+ * * *ascii_only*: true if only ASCII characters should be generated. This
1112
+ * option defaults to false.
1113
+ * * *buffer_initial_length*: sets the initial length of the generator's
1114
+ * internal buffer.
1115
+ */
1116
+ static VALUE cState_initialize(int argc, VALUE *argv, VALUE self)
1117
+ {
1118
+ VALUE opts;
1119
+ GET_STATE(self);
1120
+ state->max_nesting = 100;
1121
+ state->buffer_initial_length = FBUFFER_INITIAL_LENGTH_DEFAULT;
1122
+ rb_scan_args(argc, argv, "01", &opts);
1123
+ if (!NIL_P(opts)) cState_configure(self, opts);
1124
+ return self;
1125
+ }
1126
+
1127
+ /*
1128
+ * call-seq: initialize_copy(orig)
1129
+ *
1130
+ * Initializes this object from orig if it can be duplicated/cloned and returns
1131
+ * it.
1132
+ */
1133
+ static VALUE cState_init_copy(VALUE obj, VALUE orig)
1134
+ {
1135
+ JSON_Generator_State *objState, *origState;
1136
+
1137
+ if (obj == orig) return obj;
1138
+ GET_STATE_TO(obj, objState);
1139
+ GET_STATE_TO(orig, origState);
1140
+ if (!objState) rb_raise(rb_eArgError, "unallocated JSON::State");
1141
+
1142
+ MEMCPY(objState, origState, JSON_Generator_State, 1);
1143
+ objState->indent = fstrndup(origState->indent, origState->indent_len);
1144
+ objState->space = fstrndup(origState->space, origState->space_len);
1145
+ objState->space_before = fstrndup(origState->space_before, origState->space_before_len);
1146
+ objState->object_nl = fstrndup(origState->object_nl, origState->object_nl_len);
1147
+ objState->array_nl = fstrndup(origState->array_nl, origState->array_nl_len);
1148
+ if (origState->array_delim) objState->array_delim = fbuffer_dup(origState->array_delim);
1149
+ if (origState->object_delim) objState->object_delim = fbuffer_dup(origState->object_delim);
1150
+ if (origState->object_delim2) objState->object_delim2 = fbuffer_dup(origState->object_delim2);
1151
+ return obj;
1152
+ }
1153
+
1154
+ /*
1155
+ * call-seq: from_state(opts)
1156
+ *
1157
+ * Creates a State object from _opts_, which ought to be Hash to create a
1158
+ * new State instance configured by _opts_, something else to create an
1159
+ * unconfigured instance. If _opts_ is a State object, it is just returned.
1160
+ */
1161
+ static VALUE cState_from_state_s(VALUE self, VALUE opts)
1162
+ {
1163
+ if (rb_obj_is_kind_of(opts, self)) {
1164
+ return opts;
1165
+ } else if (rb_obj_is_kind_of(opts, rb_cHash)) {
1166
+ return rb_funcall(self, i_new, 1, opts);
1167
+ } else {
1168
+ return rb_class_new_instance(0, NULL, cState);
1169
+ }
1170
+ }
1171
+
1172
+ /*
1173
+ * call-seq: indent()
1174
+ *
1175
+ * Returns the string that is used to indent levels in the JSON text.
1176
+ */
1177
+ static VALUE cState_indent(VALUE self)
1178
+ {
1179
+ GET_STATE(self);
1180
+ return state->indent ? rb_str_new(state->indent, state->indent_len) : rb_str_new2("");
1181
+ }
1182
+
1183
+ /*
1184
+ * call-seq: indent=(indent)
1185
+ *
1186
+ * Sets the string that is used to indent levels in the JSON text.
1187
+ */
1188
+ static VALUE cState_indent_set(VALUE self, VALUE indent)
1189
+ {
1190
+ unsigned long len;
1191
+ GET_STATE(self);
1192
+ Check_Type(indent, T_STRING);
1193
+ len = RSTRING_LEN(indent);
1194
+ if (len == 0) {
1195
+ if (state->indent) {
1196
+ ruby_xfree(state->indent);
1197
+ state->indent = NULL;
1198
+ state->indent_len = 0;
1199
+ }
1200
+ } else {
1201
+ if (state->indent) ruby_xfree(state->indent);
1202
+ state->indent = fstrndup(RSTRING_PTR(indent), len);
1203
+ state->indent_len = len;
1204
+ }
1205
+ return Qnil;
1206
+ }
1207
+
1208
+ /*
1209
+ * call-seq: space()
1210
+ *
1211
+ * Returns the string that is used to insert a space between the tokens in a JSON
1212
+ * string.
1213
+ */
1214
+ static VALUE cState_space(VALUE self)
1215
+ {
1216
+ GET_STATE(self);
1217
+ return state->space ? rb_str_new(state->space, state->space_len) : rb_str_new2("");
1218
+ }
1219
+
1220
+ /*
1221
+ * call-seq: space=(space)
1222
+ *
1223
+ * Sets _space_ to the string that is used to insert a space between the tokens in a JSON
1224
+ * string.
1225
+ */
1226
+ static VALUE cState_space_set(VALUE self, VALUE space)
1227
+ {
1228
+ unsigned long len;
1229
+ GET_STATE(self);
1230
+ Check_Type(space, T_STRING);
1231
+ len = RSTRING_LEN(space);
1232
+ if (len == 0) {
1233
+ if (state->space) {
1234
+ ruby_xfree(state->space);
1235
+ state->space = NULL;
1236
+ state->space_len = 0;
1237
+ }
1238
+ } else {
1239
+ if (state->space) ruby_xfree(state->space);
1240
+ state->space = fstrndup(RSTRING_PTR(space), len);
1241
+ state->space_len = len;
1242
+ }
1243
+ return Qnil;
1244
+ }
1245
+
1246
+ /*
1247
+ * call-seq: space_before()
1248
+ *
1249
+ * Returns the string that is used to insert a space before the ':' in JSON objects.
1250
+ */
1251
+ static VALUE cState_space_before(VALUE self)
1252
+ {
1253
+ GET_STATE(self);
1254
+ return state->space_before ? rb_str_new(state->space_before, state->space_before_len) : rb_str_new2("");
1255
+ }
1256
+
1257
+ /*
1258
+ * call-seq: space_before=(space_before)
1259
+ *
1260
+ * Sets the string that is used to insert a space before the ':' in JSON objects.
1261
+ */
1262
+ static VALUE cState_space_before_set(VALUE self, VALUE space_before)
1263
+ {
1264
+ unsigned long len;
1265
+ GET_STATE(self);
1266
+ Check_Type(space_before, T_STRING);
1267
+ len = RSTRING_LEN(space_before);
1268
+ if (len == 0) {
1269
+ if (state->space_before) {
1270
+ ruby_xfree(state->space_before);
1271
+ state->space_before = NULL;
1272
+ state->space_before_len = 0;
1273
+ }
1274
+ } else {
1275
+ if (state->space_before) ruby_xfree(state->space_before);
1276
+ state->space_before = fstrndup(RSTRING_PTR(space_before), len);
1277
+ state->space_before_len = len;
1278
+ }
1279
+ return Qnil;
1280
+ }
1281
+
1282
+ /*
1283
+ * call-seq: object_nl()
1284
+ *
1285
+ * This string is put at the end of a line that holds a JSON object (or
1286
+ * Hash).
1287
+ */
1288
+ static VALUE cState_object_nl(VALUE self)
1289
+ {
1290
+ GET_STATE(self);
1291
+ return state->object_nl ? rb_str_new(state->object_nl, state->object_nl_len) : rb_str_new2("");
1292
+ }
1293
+
1294
+ /*
1295
+ * call-seq: object_nl=(object_nl)
1296
+ *
1297
+ * This string is put at the end of a line that holds a JSON object (or
1298
+ * Hash).
1299
+ */
1300
+ static VALUE cState_object_nl_set(VALUE self, VALUE object_nl)
1301
+ {
1302
+ unsigned long len;
1303
+ GET_STATE(self);
1304
+ Check_Type(object_nl, T_STRING);
1305
+ len = RSTRING_LEN(object_nl);
1306
+ if (len == 0) {
1307
+ if (state->object_nl) {
1308
+ ruby_xfree(state->object_nl);
1309
+ state->object_nl = NULL;
1310
+ }
1311
+ } else {
1312
+ if (state->object_nl) ruby_xfree(state->object_nl);
1313
+ state->object_nl = fstrndup(RSTRING_PTR(object_nl), len);
1314
+ state->object_nl_len = len;
1315
+ }
1316
+ return Qnil;
1317
+ }
1318
+
1319
+ /*
1320
+ * call-seq: array_nl()
1321
+ *
1322
+ * This string is put at the end of a line that holds a JSON array.
1323
+ */
1324
+ static VALUE cState_array_nl(VALUE self)
1325
+ {
1326
+ GET_STATE(self);
1327
+ return state->array_nl ? rb_str_new(state->array_nl, state->array_nl_len) : rb_str_new2("");
1328
+ }
1329
+
1330
+ /*
1331
+ * call-seq: array_nl=(array_nl)
1332
+ *
1333
+ * This string is put at the end of a line that holds a JSON array.
1334
+ */
1335
+ static VALUE cState_array_nl_set(VALUE self, VALUE array_nl)
1336
+ {
1337
+ unsigned long len;
1338
+ GET_STATE(self);
1339
+ Check_Type(array_nl, T_STRING);
1340
+ len = RSTRING_LEN(array_nl);
1341
+ if (len == 0) {
1342
+ if (state->array_nl) {
1343
+ ruby_xfree(state->array_nl);
1344
+ state->array_nl = NULL;
1345
+ }
1346
+ } else {
1347
+ if (state->array_nl) ruby_xfree(state->array_nl);
1348
+ state->array_nl = fstrndup(RSTRING_PTR(array_nl), len);
1349
+ state->array_nl_len = len;
1350
+ }
1351
+ return Qnil;
1352
+ }
1353
+
1354
+
1355
+ /*
1356
+ * call-seq: check_circular?
1357
+ *
1358
+ * Returns true, if circular data structures should be checked,
1359
+ * otherwise returns false.
1360
+ */
1361
+ static VALUE cState_check_circular_p(VALUE self)
1362
+ {
1363
+ GET_STATE(self);
1364
+ return state->max_nesting ? Qtrue : Qfalse;
1365
+ }
1366
+
1367
+ /*
1368
+ * call-seq: max_nesting
1369
+ *
1370
+ * This integer returns the maximum level of data structure nesting in
1371
+ * the generated JSON, max_nesting = 0 if no maximum is checked.
1372
+ */
1373
+ static VALUE cState_max_nesting(VALUE self)
1374
+ {
1375
+ GET_STATE(self);
1376
+ return LONG2FIX(state->max_nesting);
1377
+ }
1378
+
1379
+ /*
1380
+ * call-seq: max_nesting=(depth)
1381
+ *
1382
+ * This sets the maximum level of data structure nesting in the generated JSON
1383
+ * to the integer depth, max_nesting = 0 if no maximum should be checked.
1384
+ */
1385
+ static VALUE cState_max_nesting_set(VALUE self, VALUE depth)
1386
+ {
1387
+ GET_STATE(self);
1388
+ Check_Type(depth, T_FIXNUM);
1389
+ return state->max_nesting = FIX2LONG(depth);
1390
+ }
1391
+
1392
+ /*
1393
+ * call-seq: escape_slash
1394
+ *
1395
+ * If this boolean is true, the forward slashes will be escaped in
1396
+ * the json output.
1397
+ */
1398
+ static VALUE cState_escape_slash(VALUE self)
1399
+ {
1400
+ GET_STATE(self);
1401
+ return state->escape_slash ? Qtrue : Qfalse;
1402
+ }
1403
+
1404
+ /*
1405
+ * call-seq: escape_slash=(depth)
1406
+ *
1407
+ * This sets whether or not the forward slashes will be escaped in
1408
+ * the json output.
1409
+ */
1410
+ static VALUE cState_escape_slash_set(VALUE self, VALUE enable)
1411
+ {
1412
+ GET_STATE(self);
1413
+ state->escape_slash = RTEST(enable);
1414
+ return Qnil;
1415
+ }
1416
+
1417
+ /*
1418
+ * call-seq: allow_nan?
1419
+ *
1420
+ * Returns true, if NaN, Infinity, and -Infinity should be generated, otherwise
1421
+ * returns false.
1422
+ */
1423
+ static VALUE cState_allow_nan_p(VALUE self)
1424
+ {
1425
+ GET_STATE(self);
1426
+ return state->allow_nan ? Qtrue : Qfalse;
1427
+ }
1428
+
1429
+ /*
1430
+ * call-seq: ascii_only?
1431
+ *
1432
+ * Returns true, if only ASCII characters should be generated. Otherwise
1433
+ * returns false.
1434
+ */
1435
+ static VALUE cState_ascii_only_p(VALUE self)
1436
+ {
1437
+ GET_STATE(self);
1438
+ return state->ascii_only ? Qtrue : Qfalse;
1439
+ }
1440
+
1441
+ /*
1442
+ * call-seq: depth
1443
+ *
1444
+ * This integer returns the current depth of data structure nesting.
1445
+ */
1446
+ static VALUE cState_depth(VALUE self)
1447
+ {
1448
+ GET_STATE(self);
1449
+ return LONG2FIX(state->depth);
1450
+ }
1451
+
1452
+ /*
1453
+ * call-seq: depth=(depth)
1454
+ *
1455
+ * This sets the maximum level of data structure nesting in the generated JSON
1456
+ * to the integer depth, max_nesting = 0 if no maximum should be checked.
1457
+ */
1458
+ static VALUE cState_depth_set(VALUE self, VALUE depth)
1459
+ {
1460
+ GET_STATE(self);
1461
+ Check_Type(depth, T_FIXNUM);
1462
+ state->depth = FIX2LONG(depth);
1463
+ return Qnil;
1464
+ }
1465
+
1466
+ /*
1467
+ * call-seq: buffer_initial_length
1468
+ *
1469
+ * This integer returns the current initial length of the buffer.
1470
+ */
1471
+ static VALUE cState_buffer_initial_length(VALUE self)
1472
+ {
1473
+ GET_STATE(self);
1474
+ return LONG2FIX(state->buffer_initial_length);
1475
+ }
1476
+
1477
+ /*
1478
+ * call-seq: buffer_initial_length=(length)
1479
+ *
1480
+ * This sets the initial length of the buffer to +length+, if +length+ > 0,
1481
+ * otherwise its value isn't changed.
1482
+ */
1483
+ static VALUE cState_buffer_initial_length_set(VALUE self, VALUE buffer_initial_length)
1484
+ {
1485
+ long initial_length;
1486
+ GET_STATE(self);
1487
+ Check_Type(buffer_initial_length, T_FIXNUM);
1488
+ initial_length = FIX2LONG(buffer_initial_length);
1489
+ if (initial_length > 0) {
1490
+ state->buffer_initial_length = initial_length;
1491
+ }
1492
+ return Qnil;
1493
+ }
1494
+
1495
+ /*
1496
+ *
1497
+ */
1498
+ void Init_generator(void)
1499
+ {
1500
+ #ifdef HAVE_RB_EXT_RACTOR_SAFE
1501
+ rb_ext_ractor_safe(true);
1502
+ #endif
1503
+
1504
+ #undef rb_intern
1505
+ rb_require("json/common");
1506
+
1507
+ mJSON = rb_define_module("JSON");
1508
+ mExt = rb_define_module_under(mJSON, "Ext");
1509
+ mGenerator = rb_define_module_under(mExt, "Generator");
1510
+
1511
+ eGeneratorError = rb_path2class("JSON::GeneratorError");
1512
+ eNestingError = rb_path2class("JSON::NestingError");
1513
+ rb_gc_register_mark_object(eGeneratorError);
1514
+ rb_gc_register_mark_object(eNestingError);
1515
+
1516
+ cState = rb_define_class_under(mGenerator, "State", rb_cObject);
1517
+ rb_define_alloc_func(cState, cState_s_allocate);
1518
+ rb_define_singleton_method(cState, "from_state", cState_from_state_s, 1);
1519
+ rb_define_method(cState, "initialize", cState_initialize, -1);
1520
+ rb_define_method(cState, "initialize_copy", cState_init_copy, 1);
1521
+ rb_define_method(cState, "indent", cState_indent, 0);
1522
+ rb_define_method(cState, "indent=", cState_indent_set, 1);
1523
+ rb_define_method(cState, "space", cState_space, 0);
1524
+ rb_define_method(cState, "space=", cState_space_set, 1);
1525
+ rb_define_method(cState, "space_before", cState_space_before, 0);
1526
+ rb_define_method(cState, "space_before=", cState_space_before_set, 1);
1527
+ rb_define_method(cState, "object_nl", cState_object_nl, 0);
1528
+ rb_define_method(cState, "object_nl=", cState_object_nl_set, 1);
1529
+ rb_define_method(cState, "array_nl", cState_array_nl, 0);
1530
+ rb_define_method(cState, "array_nl=", cState_array_nl_set, 1);
1531
+ rb_define_method(cState, "max_nesting", cState_max_nesting, 0);
1532
+ rb_define_method(cState, "max_nesting=", cState_max_nesting_set, 1);
1533
+ rb_define_method(cState, "escape_slash", cState_escape_slash, 0);
1534
+ rb_define_method(cState, "escape_slash?", cState_escape_slash, 0);
1535
+ rb_define_method(cState, "escape_slash=", cState_escape_slash_set, 1);
1536
+ rb_define_method(cState, "check_circular?", cState_check_circular_p, 0);
1537
+ rb_define_method(cState, "allow_nan?", cState_allow_nan_p, 0);
1538
+ rb_define_method(cState, "ascii_only?", cState_ascii_only_p, 0);
1539
+ rb_define_method(cState, "depth", cState_depth, 0);
1540
+ rb_define_method(cState, "depth=", cState_depth_set, 1);
1541
+ rb_define_method(cState, "buffer_initial_length", cState_buffer_initial_length, 0);
1542
+ rb_define_method(cState, "buffer_initial_length=", cState_buffer_initial_length_set, 1);
1543
+ rb_define_method(cState, "configure", cState_configure, 1);
1544
+ rb_define_alias(cState, "merge", "configure");
1545
+ rb_define_method(cState, "to_h", cState_to_h, 0);
1546
+ rb_define_alias(cState, "to_hash", "to_h");
1547
+ rb_define_method(cState, "[]", cState_aref, 1);
1548
+ rb_define_method(cState, "[]=", cState_aset, 2);
1549
+ rb_define_method(cState, "generate", cState_generate, 1);
1550
+
1551
+ mGeneratorMethods = rb_define_module_under(mGenerator, "GeneratorMethods");
1552
+ mObject = rb_define_module_under(mGeneratorMethods, "Object");
1553
+ rb_define_method(mObject, "to_json", mObject_to_json, -1);
1554
+ mHash = rb_define_module_under(mGeneratorMethods, "Hash");
1555
+ rb_define_method(mHash, "to_json", mHash_to_json, -1);
1556
+ mArray = rb_define_module_under(mGeneratorMethods, "Array");
1557
+ rb_define_method(mArray, "to_json", mArray_to_json, -1);
1558
+ #ifdef RUBY_INTEGER_UNIFICATION
1559
+ mInteger = rb_define_module_under(mGeneratorMethods, "Integer");
1560
+ rb_define_method(mInteger, "to_json", mInteger_to_json, -1);
1561
+ #else
1562
+ mFixnum = rb_define_module_under(mGeneratorMethods, "Fixnum");
1563
+ rb_define_method(mFixnum, "to_json", mFixnum_to_json, -1);
1564
+ mBignum = rb_define_module_under(mGeneratorMethods, "Bignum");
1565
+ rb_define_method(mBignum, "to_json", mBignum_to_json, -1);
1566
+ #endif
1567
+ mFloat = rb_define_module_under(mGeneratorMethods, "Float");
1568
+ rb_define_method(mFloat, "to_json", mFloat_to_json, -1);
1569
+ mString = rb_define_module_under(mGeneratorMethods, "String");
1570
+ rb_define_singleton_method(mString, "included", mString_included_s, 1);
1571
+ rb_define_method(mString, "to_json", mString_to_json, -1);
1572
+ rb_define_method(mString, "to_json_raw", mString_to_json_raw, -1);
1573
+ rb_define_method(mString, "to_json_raw_object", mString_to_json_raw_object, 0);
1574
+ mString_Extend = rb_define_module_under(mString, "Extend");
1575
+ rb_define_method(mString_Extend, "json_create", mString_Extend_json_create, 1);
1576
+ mTrueClass = rb_define_module_under(mGeneratorMethods, "TrueClass");
1577
+ rb_define_method(mTrueClass, "to_json", mTrueClass_to_json, -1);
1578
+ mFalseClass = rb_define_module_under(mGeneratorMethods, "FalseClass");
1579
+ rb_define_method(mFalseClass, "to_json", mFalseClass_to_json, -1);
1580
+ mNilClass = rb_define_module_under(mGeneratorMethods, "NilClass");
1581
+ rb_define_method(mNilClass, "to_json", mNilClass_to_json, -1);
1582
+
1583
+ i_to_s = rb_intern("to_s");
1584
+ i_to_json = rb_intern("to_json");
1585
+ i_new = rb_intern("new");
1586
+ i_indent = rb_intern("indent");
1587
+ i_space = rb_intern("space");
1588
+ i_space_before = rb_intern("space_before");
1589
+ i_object_nl = rb_intern("object_nl");
1590
+ i_array_nl = rb_intern("array_nl");
1591
+ i_max_nesting = rb_intern("max_nesting");
1592
+ i_escape_slash = rb_intern("escape_slash");
1593
+ i_allow_nan = rb_intern("allow_nan");
1594
+ i_ascii_only = rb_intern("ascii_only");
1595
+ i_depth = rb_intern("depth");
1596
+ i_buffer_initial_length = rb_intern("buffer_initial_length");
1597
+ i_pack = rb_intern("pack");
1598
+ i_unpack = rb_intern("unpack");
1599
+ i_create_id = rb_intern("create_id");
1600
+ i_extend = rb_intern("extend");
1601
+ i_key_p = rb_intern("key?");
1602
+ i_aref = rb_intern("[]");
1603
+ i_send = rb_intern("__send__");
1604
+ i_respond_to_p = rb_intern("respond_to?");
1605
+ i_match = rb_intern("match");
1606
+ i_keys = rb_intern("keys");
1607
+ i_dup = rb_intern("dup");
1608
+ }