brakeman 5.4.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (438) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +22 -0
  3. data/README.md +3 -3
  4. data/bundle/load.rb +14 -15
  5. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/Changelog.md +6 -0
  6. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/Gemfile +2 -5
  7. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/README.md +1 -2
  8. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/highline.gemspec +1 -1
  9. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/menu.rb +0 -0
  10. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/question.rb +0 -0
  11. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/style.rb +0 -0
  12. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/terminal.rb +0 -0
  13. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/version.rb +1 -1
  14. data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline.rb +0 -0
  15. data/bundle/ruby/3.0.0/gems/parallel-1.23.0/lib/parallel/version.rb +4 -0
  16. data/bundle/ruby/{2.7.0/gems/parallel-1.22.1 → 3.0.0/gems/parallel-1.23.0}/lib/parallel.rb +43 -3
  17. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/History.rdoc +30 -0
  18. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/Manifest.txt +2 -0
  19. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/README.rdoc +2 -1
  20. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby20_parser.rb +171 -135
  21. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby20_parser.y +50 -16
  22. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby21_parser.rb +111 -75
  23. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby21_parser.y +50 -16
  24. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby22_parser.rb +239 -203
  25. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby22_parser.y +50 -16
  26. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby23_parser.rb +384 -348
  27. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1/lib/ruby24_parser.y → 3.0.0/gems/ruby_parser-3.20.1/lib/ruby23_parser.y} +51 -25
  28. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby24_parser.rb +97 -61
  29. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1/lib/ruby23_parser.y → 3.0.0/gems/ruby_parser-3.20.1/lib/ruby24_parser.y} +59 -17
  30. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby25_parser.rb +93 -57
  31. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby25_parser.y +50 -16
  32. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby26_parser.rb +93 -57
  33. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby26_parser.y +50 -16
  34. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby27_parser.rb +600 -548
  35. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby27_parser.y +63 -17
  36. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby30_parser.rb +383 -341
  37. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby30_parser.y +55 -17
  38. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby31_parser.rb +200 -158
  39. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1/lib/ruby3_parser.yy → 3.0.0/gems/ruby_parser-3.20.1/lib/ruby31_parser.y} +55 -72
  40. data/bundle/ruby/3.0.0/gems/ruby_parser-3.20.1/lib/ruby32_parser.rb +13664 -0
  41. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1/lib/ruby31_parser.y → 3.0.0/gems/ruby_parser-3.20.1/lib/ruby32_parser.y} +56 -18
  42. data/bundle/ruby/3.0.0/gems/ruby_parser-3.20.1/lib/ruby3_parser.yy +3576 -0
  43. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_lexer.rb +11 -4
  44. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_parser.rb +2 -0
  45. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_parser.yy +63 -17
  46. data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_parser_extras.rb +30 -17
  47. data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/History.rdoc +13 -0
  48. data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/pt_testcase.rb +3 -3
  49. data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/sexp.rb +8 -2
  50. data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/sexp_processor.rb +1 -1
  51. data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/strict_sexp.rb +6 -5
  52. data/lib/brakeman/app_tree.rb +0 -1
  53. data/lib/brakeman/checks/base_check.rb +2 -3
  54. data/lib/brakeman/checks/check_content_tag.rb +8 -5
  55. data/lib/brakeman/checks/check_eol_ruby.rb +3 -1
  56. data/lib/brakeman/checks/check_redirect.rb +60 -29
  57. data/lib/brakeman/checks/check_unscoped_find.rb +8 -0
  58. data/lib/brakeman/checks/eol_check.rb +2 -2
  59. data/lib/brakeman/processors/alias_processor.rb +50 -19
  60. data/lib/brakeman/processors/gem_processor.rb +2 -2
  61. data/lib/brakeman/report/report_github.rb +1 -1
  62. data/lib/brakeman/rescanner.rb +3 -1
  63. data/lib/brakeman/scanner.rb +1 -2
  64. data/lib/brakeman/tracker/config.rb +43 -4
  65. data/lib/brakeman/tracker.rb +1 -1
  66. data/lib/brakeman/util.rb +20 -4
  67. data/lib/brakeman/version.rb +1 -1
  68. data/lib/brakeman.rb +6 -2
  69. metadata +407 -420
  70. data/bundle/ruby/2.7.0/gems/highline-2.0.3/appveyor.yml +0 -37
  71. data/bundle/ruby/2.7.0/gems/parallel-1.22.1/lib/parallel/processor_count.rb +0 -44
  72. data/bundle/ruby/2.7.0/gems/parallel-1.22.1/lib/parallel/version.rb +0 -4
  73. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +0 -6
  74. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +0 -19
  75. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +0 -54
  76. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.rb +0 -5794
  77. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.y +0 -1909
  78. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.rb +0 -6186
  79. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.y +0 -2117
  80. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +0 -1412
  81. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +0 -179
  82. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +0 -323
  83. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +0 -30
  84. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser_extras.rb +0 -1388
  85. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +0 -5
  86. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/CHANGES.txt +0 -0
  87. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/MIT-LICENSE +0 -0
  88. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/README.txt +0 -0
  89. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/contrib/erubis +0 -0
  90. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/contrib/erubis-run.rb +0 -0
  91. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/contrib/inline-require +0 -0
  92. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/context.rb +0 -0
  93. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/converter.rb +0 -0
  94. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +0 -0
  95. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +0 -0
  96. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +0 -0
  97. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +0 -0
  98. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +0 -0
  99. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +0 -0
  100. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +0 -0
  101. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +0 -0
  102. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +0 -0
  103. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +0 -0
  104. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/engine.rb +0 -0
  105. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/enhancer.rb +0 -0
  106. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/error.rb +0 -0
  107. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/evaluator.rb +0 -0
  108. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/generator.rb +0 -0
  109. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/helper.rb +0 -0
  110. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +0 -0
  111. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +0 -0
  112. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/local-setting.rb +0 -0
  113. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/main.rb +0 -0
  114. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +0 -0
  115. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/tiny.rb +0 -0
  116. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis/util.rb +0 -0
  117. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/lib/erubis.rb +0 -0
  118. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/erubis-2.7.0/setup.rb +0 -0
  119. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/CHANGELOG.md +0 -0
  120. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/FAQ.md +0 -0
  121. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/Gemfile +0 -0
  122. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/MIT-LICENSE +0 -0
  123. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/README.md +0 -0
  124. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/REFERENCE.md +0 -0
  125. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/TODO +0 -0
  126. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/haml.gemspec +0 -0
  127. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/attribute_builder.rb +0 -0
  128. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/attribute_compiler.rb +0 -0
  129. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/attribute_parser.rb +0 -0
  130. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/buffer.rb +0 -0
  131. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/compiler.rb +0 -0
  132. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/engine.rb +0 -0
  133. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/error.rb +0 -0
  134. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/escapable.rb +0 -0
  135. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/exec.rb +0 -0
  136. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/filters.rb +0 -0
  137. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/generator.rb +0 -0
  138. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers/action_view_extensions.rb +0 -0
  139. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers/action_view_mods.rb +0 -0
  140. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers/action_view_xss_mods.rb +0 -0
  141. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers/safe_erubi_template.rb +0 -0
  142. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers/safe_erubis_template.rb +0 -0
  143. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers/xss_mods.rb +0 -0
  144. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/helpers.rb +0 -0
  145. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/options.rb +0 -0
  146. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/parser.rb +0 -0
  147. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/plugin.rb +0 -0
  148. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/railtie.rb +0 -0
  149. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/sass_rails_filter.rb +0 -0
  150. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/template/options.rb +0 -0
  151. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/template.rb +0 -0
  152. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/temple_engine.rb +0 -0
  153. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/temple_line_counter.rb +0 -0
  154. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/util.rb +0 -0
  155. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml/version.rb +0 -0
  156. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/lib/haml.rb +0 -0
  157. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/yard/default/fulldoc/html/css/common.sass +0 -0
  158. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/haml-5.2.2/yard/default/layout/html/footer.erb +0 -0
  159. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/AUTHORS +0 -0
  160. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/COPYING +0 -0
  161. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/LICENSE +0 -0
  162. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/TODO +0 -0
  163. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/builtin_styles.rb +0 -0
  164. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/color_scheme.rb +0 -0
  165. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/compatibility.rb +0 -0
  166. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/custom_errors.rb +0 -0
  167. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/import.rb +0 -0
  168. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/io_console_compatible.rb +0 -0
  169. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/list.rb +0 -0
  170. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/list_renderer.rb +0 -0
  171. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/menu/item.rb +0 -0
  172. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/paginator.rb +0 -0
  173. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/question/answer_converter.rb +0 -0
  174. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/question_asker.rb +0 -0
  175. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/simulate.rb +0 -0
  176. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/statement.rb +0 -0
  177. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/string.rb +0 -0
  178. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/string_extensions.rb +0 -0
  179. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/template_renderer.rb +0 -0
  180. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/terminal/io_console.rb +0 -0
  181. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/terminal/ncurses.rb +0 -0
  182. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/terminal/unix_stty.rb +0 -0
  183. /data/bundle/ruby/{2.7.0/gems/highline-2.0.3 → 3.0.0/gems/highline-2.1.0}/lib/highline/wrapper.rb +0 -0
  184. /data/bundle/ruby/{2.7.0/gems/parallel-1.22.1 → 3.0.0/gems/parallel-1.23.0}/MIT-LICENSE.txt +0 -0
  185. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/LICENSE.txt +0 -0
  186. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/NEWS.md +0 -0
  187. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/README.md +0 -0
  188. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +0 -0
  189. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/attribute.rb +0 -0
  190. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/cdata.rb +0 -0
  191. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/child.rb +0 -0
  192. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/comment.rb +0 -0
  193. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/doctype.rb +0 -0
  194. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/document.rb +0 -0
  195. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +0 -0
  196. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +0 -0
  197. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +0 -0
  198. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +0 -0
  199. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +0 -0
  200. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/element.rb +0 -0
  201. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/encoding.rb +0 -0
  202. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/entity.rb +0 -0
  203. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +0 -0
  204. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +0 -0
  205. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +0 -0
  206. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/functions.rb +0 -0
  207. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/instruction.rb +0 -0
  208. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/light/node.rb +0 -0
  209. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/namespace.rb +0 -0
  210. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/node.rb +0 -0
  211. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/output.rb +0 -0
  212. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parent.rb +0 -0
  213. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parseexception.rb +0 -0
  214. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +0 -0
  215. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +0 -0
  216. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +0 -0
  217. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +0 -0
  218. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +0 -0
  219. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +0 -0
  220. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +0 -0
  221. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +0 -0
  222. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/quickpath.rb +0 -0
  223. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/rexml.rb +0 -0
  224. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +0 -0
  225. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/security.rb +0 -0
  226. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/source.rb +0 -0
  227. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +0 -0
  228. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/text.rb +0 -0
  229. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +0 -0
  230. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +0 -0
  231. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +0 -0
  232. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +0 -0
  233. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +0 -0
  234. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +0 -0
  235. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/xpath.rb +0 -0
  236. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +0 -0
  237. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/rexml-3.2.5/lib/rexml.rb +0 -0
  238. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/ruby2ruby-2.4.4/History.rdoc +0 -0
  239. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/ruby2ruby-2.4.4/Manifest.txt +0 -0
  240. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/ruby2ruby-2.4.4/README.rdoc +0 -0
  241. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/ruby2ruby-2.4.4/lib/ruby2ruby.rb +0 -0
  242. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/compare/normalize.rb +0 -0
  243. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/debugging.md +0 -0
  244. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/gauntlet.md +0 -0
  245. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/rp_extensions.rb +0 -0
  246. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/rp_stringscanner.rb +0 -0
  247. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_lexer.rex +0 -0
  248. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_lexer.rex.rb +0 -0
  249. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/lib/ruby_lexer_strings.rb +0 -0
  250. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/tools/munge.rb +0 -0
  251. /data/bundle/ruby/{2.7.0/gems/ruby_parser-3.19.1 → 3.0.0/gems/ruby_parser-3.20.1}/tools/ripper.rb +0 -0
  252. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/CHANGES.md +0 -0
  253. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/Gemfile +0 -0
  254. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/LICENSE.txt +0 -0
  255. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/README.md +0 -0
  256. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/bundle_install_all_ruby_versions.sh +0 -0
  257. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/deep.rb +0 -0
  258. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/libyaml_checker.rb +0 -0
  259. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb +0 -0
  260. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +0 -0
  261. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/hexadecimal.rb +0 -0
  262. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/sexagesimal.rb +0 -0
  263. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_handler.rb +0 -0
  264. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_resolver.rb +0 -0
  265. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/resolver.rb +0 -0
  266. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/safe_to_ruby_visitor.rb +0 -0
  267. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +0 -0
  268. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_hack.rb +0 -0
  269. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_node_monkeypatch.rb +0 -0
  270. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_resolver.rb +0 -0
  271. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_boolean.rb +0 -0
  272. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_date.rb +0 -0
  273. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_float.rb +0 -0
  274. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_integer.rb +0 -0
  275. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_nil.rb +0 -0
  276. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_symbol.rb +0 -0
  277. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/transformation_map.rb +0 -0
  278. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb +0 -0
  279. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +0 -0
  280. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/lib/safe_yaml.rb +0 -0
  281. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/run_specs_all_ruby_versions.sh +0 -0
  282. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/safe_yaml-1.0.5/safe_yaml.gemspec +0 -0
  283. /data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/Manifest.txt +0 -0
  284. /data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/README.rdoc +0 -0
  285. /data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/composite_sexp_processor.rb +0 -0
  286. /data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/sexp_matcher.rb +0 -0
  287. /data/bundle/ruby/{2.7.0/gems/sexp_processor-4.16.1 → 3.0.0/gems/sexp_processor-4.17.0}/lib/unique.rb +0 -0
  288. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/CHANGES +0 -0
  289. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/Gemfile +0 -0
  290. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/LICENSE +0 -0
  291. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/README.jp.md +0 -0
  292. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/README.md +0 -0
  293. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/code_attributes.rb +0 -0
  294. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/command.rb +0 -0
  295. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/controls.rb +0 -0
  296. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/do_inserter.rb +0 -0
  297. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/embedded.rb +0 -0
  298. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/end_inserter.rb +0 -0
  299. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/engine.rb +0 -0
  300. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/erb_converter.rb +0 -0
  301. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/filter.rb +0 -0
  302. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/grammar.rb +0 -0
  303. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/include.rb +0 -0
  304. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/interpolation.rb +0 -0
  305. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/logic_less/context.rb +0 -0
  306. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/logic_less/filter.rb +0 -0
  307. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/logic_less.rb +0 -0
  308. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/parser.rb +0 -0
  309. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/smart/escaper.rb +0 -0
  310. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/smart/filter.rb +0 -0
  311. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/smart/parser.rb +0 -0
  312. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/smart.rb +0 -0
  313. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/splat/builder.rb +0 -0
  314. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/splat/filter.rb +0 -0
  315. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/template.rb +0 -0
  316. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/translator.rb +0 -0
  317. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim/version.rb +0 -0
  318. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/lib/slim.rb +0 -0
  319. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/slim-4.1.0/slim.gemspec +0 -0
  320. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/CHANGES +0 -0
  321. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/EXPRESSIONS.md +0 -0
  322. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/Gemfile +0 -0
  323. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/LICENSE +0 -0
  324. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/README.md +0 -0
  325. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/engine.rb +0 -0
  326. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/erb/engine.rb +0 -0
  327. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/erb/parser.rb +0 -0
  328. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/erb/template.rb +0 -0
  329. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/erb/trimming.rb +0 -0
  330. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/exceptions.rb +0 -0
  331. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filter.rb +0 -0
  332. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/code_merger.rb +0 -0
  333. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/control_flow.rb +0 -0
  334. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/dynamic_inliner.rb +0 -0
  335. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/encoding.rb +0 -0
  336. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/eraser.rb +0 -0
  337. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/escapable.rb +0 -0
  338. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/multi_flattener.rb +0 -0
  339. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/remove_bom.rb +0 -0
  340. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/static_analyzer.rb +0 -0
  341. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/static_merger.rb +0 -0
  342. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/string_splitter.rb +0 -0
  343. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/filters/validator.rb +0 -0
  344. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/generator.rb +0 -0
  345. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/generators/array.rb +0 -0
  346. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/generators/array_buffer.rb +0 -0
  347. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/generators/erb.rb +0 -0
  348. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/generators/rails_output_buffer.rb +0 -0
  349. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/generators/string_buffer.rb +0 -0
  350. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/grammar.rb +0 -0
  351. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/attribute_merger.rb +0 -0
  352. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/attribute_remover.rb +0 -0
  353. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/attribute_sorter.rb +0 -0
  354. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/dispatcher.rb +0 -0
  355. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/fast.rb +0 -0
  356. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/filter.rb +0 -0
  357. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/pretty.rb +0 -0
  358. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/html/safe.rb +0 -0
  359. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/map.rb +0 -0
  360. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/mixins/dispatcher.rb +0 -0
  361. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/mixins/engine_dsl.rb +0 -0
  362. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/mixins/grammar_dsl.rb +0 -0
  363. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/mixins/options.rb +0 -0
  364. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/mixins/template.rb +0 -0
  365. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/parser.rb +0 -0
  366. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/static_analyzer.rb +0 -0
  367. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/templates/rails.rb +0 -0
  368. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/templates/tilt.rb +0 -0
  369. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/templates.rb +0 -0
  370. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/utils.rb +0 -0
  371. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple/version.rb +0 -0
  372. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/lib/temple.rb +0 -0
  373. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/temple-0.8.2/temple.gemspec +0 -0
  374. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/Gemfile +0 -0
  375. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/History.rdoc +0 -0
  376. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/LICENSE.txt +0 -0
  377. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/Manifest +0 -0
  378. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/README.rdoc +0 -0
  379. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/Todo.rdoc +0 -0
  380. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/cell.rb +0 -0
  381. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/import.rb +0 -0
  382. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/row.rb +0 -0
  383. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/separator.rb +0 -0
  384. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/style.rb +0 -0
  385. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/table.rb +0 -0
  386. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/table_helper.rb +0 -0
  387. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table/version.rb +0 -0
  388. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/lib/terminal-table.rb +0 -0
  389. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/terminal-table-1.8.0/terminal-table.gemspec +0 -0
  390. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/COPYING +0 -0
  391. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/asciidoc.rb +0 -0
  392. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/babel.rb +0 -0
  393. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/bluecloth.rb +0 -0
  394. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/builder.rb +0 -0
  395. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/coffee.rb +0 -0
  396. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/commonmarker.rb +0 -0
  397. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/creole.rb +0 -0
  398. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/csv.rb +0 -0
  399. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/dummy.rb +0 -0
  400. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/erb.rb +0 -0
  401. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/erubi.rb +0 -0
  402. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/erubis.rb +0 -0
  403. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/etanni.rb +0 -0
  404. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/haml.rb +0 -0
  405. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/kramdown.rb +0 -0
  406. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/less.rb +0 -0
  407. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/liquid.rb +0 -0
  408. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/livescript.rb +0 -0
  409. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/mapping.rb +0 -0
  410. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/markaby.rb +0 -0
  411. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/maruku.rb +0 -0
  412. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/nokogiri.rb +0 -0
  413. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/pandoc.rb +0 -0
  414. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/plain.rb +0 -0
  415. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/prawn.rb +0 -0
  416. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/radius.rb +0 -0
  417. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/rdiscount.rb +0 -0
  418. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/rdoc.rb +0 -0
  419. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/redcarpet.rb +0 -0
  420. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/redcloth.rb +0 -0
  421. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/rst-pandoc.rb +0 -0
  422. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/sass.rb +0 -0
  423. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/sigil.rb +0 -0
  424. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/string.rb +0 -0
  425. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/template.rb +0 -0
  426. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/typescript.rb +0 -0
  427. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/wikicloth.rb +0 -0
  428. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt/yajl.rb +0 -0
  429. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/tilt-2.0.11/lib/tilt.rb +0 -0
  430. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/CHANGELOG.md +0 -0
  431. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/MIT-LICENSE.txt +0 -0
  432. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/README.md +0 -0
  433. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/data/display_width.marshal.gz +0 -0
  434. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/lib/unicode/display_width/constants.rb +0 -0
  435. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/lib/unicode/display_width/index.rb +0 -0
  436. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/lib/unicode/display_width/no_string_ext.rb +0 -0
  437. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/lib/unicode/display_width/string_ext.rb +0 -0
  438. /data/bundle/ruby/{2.7.0 → 3.0.0}/gems/unicode-display_width-1.8.0/lib/unicode/display_width.rb +0 -0
@@ -1,179 +0,0 @@
1
- # encoding: UTF-8
2
- #
3
- # lexical scanner definition for ruby
4
-
5
- class RubyParser::Legacy::RubyLexer
6
-
7
- macro
8
-
9
- IDENT /^#{IDENT_CHAR}+/o
10
-
11
- ESC /\\((?>[0-7]{1,3}|x[0-9a-fA-F]{1,2}|M-[^\\]|(C-|c)[^\\]|u[0-9a-fA-F]+|u\{[0-9a-fA-F]+\}|[^0-7xMCc]))/
12
- SIMPLE_STRING /((#{ESC}|\#(#{ESC}|[^\{\#\@\$\"\\])|[^\"\\\#])*)/o
13
- SSTRING /((\\.|[^\'])*)/
14
-
15
- INT_DEC /[+]?(?:(?:[1-9][\d_]*|0)(?!\.\d)(ri|r|i)?\b|0d[0-9_]+)(ri|r|i)?/i
16
- INT_HEX /[+]?0x[a-f0-9_]+(ri|r|i)?/i
17
- INT_BIN /[+]?0b[01_]+(ri|r|i)?/i
18
- INT_OCT /[+]?0o?[0-7_]+(ri|r|i)?|0o(ri|r|i)?/i
19
- FLOAT /[+]?\d[\d_]*\.[\d_]+(e[+-]?[\d_]+)?(?:(ri|r|i)\b)?|[+]?[\d_]+e[+-]?[\d_]+(?:(ri|r|i)\b)?/i
20
- INT_DEC2 /[+]?\d[0-9_]*(?![e])((ri|r|i)\b)?/i
21
-
22
- NUM_BAD /[+]?0[xbd]\b/i
23
- INT_OCT_BAD /[+]?0o?[0-7_]*[89]/i
24
- FLOAT_BAD /[+]?\d[\d_]*_(e|\.)/i
25
-
26
- start
27
-
28
- return process_string if lex_strterm
29
-
30
- self.cmd_state = self.command_start
31
- self.command_start = false
32
- self.space_seen = false # TODO: rename token_seen?
33
- self.last_state = lex_state
34
-
35
- rule
36
-
37
- # [:state] pattern [actions]
38
-
39
- # \s - \n + \v
40
- /[\ \t\r\f\v]/ { self.space_seen = true; next }
41
-
42
- /\n|\#/ process_newline_or_comment
43
-
44
- /[\]\)\}]/ process_brace_close
45
-
46
- : /\!/
47
- | in_arg_state? /\!\@/ { result :expr_arg, :tUBANG, "!@" }
48
- | /\![=~]?/ { result :arg_state, TOKENS[text], text }
49
-
50
- : /\./
51
- | /\.\.\.?/ { result :expr_beg, TOKENS[text], text }
52
- | /\.\d/ { rb_compile_error "no .<digit> floating literal anymore put 0 before dot" }
53
- | /\./ { self.lex_state = :expr_beg; result :expr_dot, :tDOT, "." }
54
-
55
- /\(/ process_paren
56
-
57
- # TODO: :expr_beg|:expr_label
58
- /\,/ { result :expr_beg, TOKENS[text], text }
59
-
60
- : /=/
61
- | /\=\=\=|\=\=|\=~|\=>|\=(?!begin\b)/ { result arg_state, TOKENS[text], text }
62
- | bol? /\=begin(?=\s)/ process_begin
63
- | /\=(?=begin\b)/ { result arg_state, TOKENS[text], text }
64
-
65
- ruby22_label? /\"#{SIMPLE_STRING}\":/o process_label
66
- /\"(#{SIMPLE_STRING})\"/o { result :expr_end, :tSTRING, text[1..-2].gsub(ESC) { unescape $1 } }
67
- /\"/ { string STR_DQUOTE; result nil, :tSTRING_BEG, text }
68
-
69
- /\@\@?\d/ { rb_compile_error "`#{text}` is not allowed as a variable name" }
70
- /\@\@?#{IDENT_CHAR}+/o process_ivar
71
-
72
- : /:/
73
- | not_end? /:([a-zA-Z_]#{IDENT_CHAR}*(?:[?]|[!](?!=)|=(?==>)|=(?![=>]))?)/o process_symbol
74
- | not_end? /\:\"(#{SIMPLE_STRING})\"/o process_symbol
75
- | not_end? /\:\'(#{SSTRING})\'/o process_symbol
76
- | /\:\:/ process_colon2
77
- | /\:/ process_colon1
78
-
79
- /->/ { result :expr_endfn, :tLAMBDA, nil }
80
-
81
- /[+-]/ process_plus_minus
82
-
83
- : /[+\d]/
84
- | /#{NUM_BAD}/o { rb_compile_error "Invalid numeric format" }
85
- | /#{INT_DEC}/o { int_with_base 10 }
86
- | /#{INT_HEX}/o { int_with_base 16 }
87
- | /#{INT_BIN}/o { int_with_base 2 }
88
- | /#{INT_OCT_BAD}/o { rb_compile_error "Illegal octal digit." }
89
- | /#{INT_OCT}/o { int_with_base 8 }
90
- | /#{FLOAT_BAD}/o { rb_compile_error "Trailing '_' in number." }
91
- | /#{FLOAT}/o process_float
92
- | /#{INT_DEC2}/o { int_with_base 10 }
93
- | /[0-9]/ { rb_compile_error "Bad number format" }
94
-
95
- /\[/ process_square_bracket
96
-
97
- was_label? /\'#{SSTRING}\':?/o process_label_or_string
98
-
99
- : /\|/
100
- | /\|\|\=/ { result :expr_beg, :tOP_ASGN, "||" }
101
- | /\|\|/ { result :expr_beg, :tOROP, "||" }
102
- | /\|\=/ { result :expr_beg, :tOP_ASGN, "|" }
103
- | /\|/ { result :arg_state, :tPIPE, "|" }
104
-
105
- /\{/ process_brace_open
106
-
107
- : /\*/
108
- | /\*\*=/ { result :expr_beg, :tOP_ASGN, "**" }
109
- | /\*\*/ { result(:arg_state, space_vs_beginning(:tDSTAR, :tDSTAR, :tPOW), "**") }
110
- | /\*\=/ { result(:expr_beg, :tOP_ASGN, "*") }
111
- | /\*/ { result(:arg_state, space_vs_beginning(:tSTAR, :tSTAR, :tSTAR2), "*") }
112
-
113
- # TODO: fix result+process_lchevron to set command_start = true
114
- : /</
115
- | /\<\=\>/ { result :arg_state, :tCMP, "<=>" }
116
- | /\<\=/ { result :arg_state, :tLEQ, "<=" }
117
- | /\<\<\=/ { result :expr_beg, :tOP_ASGN, "<<" }
118
- | /\<\</ process_lchevron
119
- | /\</ { result :arg_state, :tLT, "<" }
120
-
121
- : />/
122
- | /\>\=/ { result :arg_state, :tGEQ, ">=" }
123
- | /\>\>=/ { result :expr_beg, :tOP_ASGN, ">>" }
124
- | /\>\>/ { result :arg_state, :tRSHFT, ">>" }
125
- | /\>/ { result :arg_state, :tGT, ">" }
126
-
127
- : /\`/
128
- | expr_fname? /\`/ { result(:expr_end, :tBACK_REF2, "`") }
129
- | expr_dot? /\`/ { result((cmd_state ? :expr_cmdarg : :expr_arg), :tBACK_REF2, "`") }
130
- | /\`/ { string STR_XQUOTE, '`'; result(nil, :tXSTRING_BEG, "`") }
131
-
132
- /\?/ process_questionmark
133
-
134
- : /&/
135
- | /\&\&\=/ { result(:expr_beg, :tOP_ASGN, "&&") }
136
- | /\&\&/ { result(:expr_beg, :tANDOP, "&&") }
137
- | /\&\=/ { result(:expr_beg, :tOP_ASGN, "&" ) }
138
- | /\&\./ { result(:expr_dot, :tLONELY, "&.") }
139
- | /\&/ process_amper
140
-
141
- /\// process_slash
142
-
143
- : /\^/
144
- | /\^=/ { result(:expr_beg, :tOP_ASGN, "^") }
145
- | /\^/ { result(:arg_state, :tCARET, "^") }
146
-
147
- /\;/ { self.command_start = true; result(:expr_beg, :tSEMI, ";") }
148
-
149
- : /~/
150
- | in_arg_state? /\~@/ { result(:arg_state, :tTILDE, "~") }
151
- | /\~/ { result(:arg_state, :tTILDE, "~") }
152
-
153
- : /\\/
154
- | /\\\r?\n/ { self.lineno += 1; self.space_seen = true; next }
155
- | /\\/ { rb_compile_error "bare backslash only allowed before newline" }
156
-
157
- /\%/ process_percent
158
-
159
- : /\$/
160
- | /\$_\w+/ process_gvar
161
- | /\$_/ process_gvar
162
- | /\$[~*$?!@\/\\;,.=:<>\"]|\$-\w?/ process_gvar
163
- | in_fname? /\$([\&\`\'\+])/ process_gvar
164
- | /\$([\&\`\'\+])/ process_backref
165
- | in_fname? /\$([1-9]\d*)/ process_gvar
166
- | /\$([1-9]\d*)/ process_nthref
167
- | /\$0/ process_gvar
168
- | /\$\W|\$\z/ process_gvar_oddity
169
- | /\$\w+/ process_gvar
170
-
171
- /\_/ process_underscore
172
-
173
- /#{IDENT}/o process_token
174
-
175
- /\004|\032|\000|\Z/ { [RubyLexer::EOF, RubyLexer::EOF] }
176
-
177
- /./ { rb_compile_error "Invalid char #{text.inspect} in expression" }
178
-
179
- end
@@ -1,323 +0,0 @@
1
- # encoding: UTF-8
2
- #--
3
- # This file is automatically generated. Do not modify it.
4
- # Generated by: oedipus_lex version 2.5.0.
5
- # Source: lib/ruby_parser/legacy/ruby_lexer.rex
6
- #++
7
-
8
- #
9
- # lexical scanner definition for ruby
10
-
11
- class RubyParser::Legacy::RubyLexer
12
- require 'strscan'
13
-
14
- IDENT = /^#{IDENT_CHAR}+/o
15
- ESC = /\\((?>[0-7]{1,3}|x[0-9a-fA-F]{1,2}|M-[^\\]|(C-|c)[^\\]|u[0-9a-fA-F]+|u\{[0-9a-fA-F]+\}|[^0-7xMCc]))/
16
- SIMPLE_STRING = /((#{ESC}|\#(#{ESC}|[^\{\#\@\$\"\\])|[^\"\\\#])*)/o
17
- SSTRING = /((\\.|[^\'])*)/
18
- INT_DEC = /[+]?(?:(?:[1-9][\d_]*|0)(?!\.\d)(ri|r|i)?\b|0d[0-9_]+)(ri|r|i)?/i
19
- INT_HEX = /[+]?0x[a-f0-9_]+(ri|r|i)?/i
20
- INT_BIN = /[+]?0b[01_]+(ri|r|i)?/i
21
- INT_OCT = /[+]?0o?[0-7_]+(ri|r|i)?|0o(ri|r|i)?/i
22
- FLOAT = /[+]?\d[\d_]*\.[\d_]+(e[+-]?[\d_]+)?(?:(ri|r|i)\b)?|[+]?[\d_]+e[+-]?[\d_]+(?:(ri|r|i)\b)?/i
23
- INT_DEC2 = /[+]?\d[0-9_]*(?![e])((ri|r|i)\b)?/i
24
- NUM_BAD = /[+]?0[xbd]\b/i
25
- INT_OCT_BAD = /[+]?0o?[0-7_]*[89]/i
26
- FLOAT_BAD = /[+]?\d[\d_]*_(e|\.)/i
27
-
28
- class LexerError < StandardError ; end
29
- class ScanError < LexerError ; end
30
-
31
- attr_accessor :filename
32
- attr_accessor :ss
33
- attr_accessor :state
34
-
35
- alias :match :ss
36
-
37
- def matches
38
- m = (1..9).map { |i| ss[i] }
39
- m.pop until m[-1] or m.empty?
40
- m
41
- end
42
-
43
- def action
44
- yield
45
- end
46
-
47
- def scanner_class
48
- StringScanner
49
- end unless instance_methods(false).map(&:to_s).include?("scanner_class")
50
-
51
- def parse str
52
- self.ss = scanner_class.new str
53
- self.state ||= nil
54
-
55
- do_parse
56
- end
57
-
58
- def parse_file path
59
- self.filename = path
60
- open path do |f|
61
- parse f.read
62
- end
63
- end
64
-
65
- def location
66
- [
67
- (filename || "<input>"),
68
- ].compact.join(":")
69
- end
70
-
71
- def next_token
72
- return process_string if lex_strterm
73
- self.cmd_state = self.command_start
74
- self.command_start = false
75
- self.space_seen = false # TODO: rename token_seen?
76
- self.last_state = lex_state
77
-
78
- token = nil
79
-
80
- until ss.eos? or token do
81
- token =
82
- case state
83
- when nil then
84
- case
85
- when ss.skip(/[\ \t\r\f\v]/) then
86
- action { self.space_seen = true; next }
87
- when text = ss.scan(/\n|\#/) then
88
- process_newline_or_comment text
89
- when text = ss.scan(/[\]\)\}]/) then
90
- process_brace_close text
91
- when ss.match?(/\!/) then
92
- case
93
- when in_arg_state? && (ss.skip(/\!\@/)) then
94
- action { result :expr_arg, :tUBANG, "!@" }
95
- when text = ss.scan(/\![=~]?/) then
96
- action { result :arg_state, TOKENS[text], text }
97
- end # group /\!/
98
- when ss.match?(/\./) then
99
- case
100
- when text = ss.scan(/\.\.\.?/) then
101
- action { result :expr_beg, TOKENS[text], text }
102
- when ss.skip(/\.\d/) then
103
- action { rb_compile_error "no .<digit> floating literal anymore put 0 before dot" }
104
- when ss.skip(/\./) then
105
- action { self.lex_state = :expr_beg; result :expr_dot, :tDOT, "." }
106
- end # group /\./
107
- when text = ss.scan(/\(/) then
108
- process_paren text
109
- when text = ss.scan(/\,/) then
110
- action { result :expr_beg, TOKENS[text], text }
111
- when ss.match?(/=/) then
112
- case
113
- when text = ss.scan(/\=\=\=|\=\=|\=~|\=>|\=(?!begin\b)/) then
114
- action { result arg_state, TOKENS[text], text }
115
- when bol? && (text = ss.scan(/\=begin(?=\s)/)) then
116
- process_begin text
117
- when text = ss.scan(/\=(?=begin\b)/) then
118
- action { result arg_state, TOKENS[text], text }
119
- end # group /=/
120
- when ruby22_label? && (text = ss.scan(/\"#{SIMPLE_STRING}\":/o)) then
121
- process_label text
122
- when text = ss.scan(/\"(#{SIMPLE_STRING})\"/o) then
123
- action { result :expr_end, :tSTRING, text[1..-2].gsub(ESC) { unescape $1 } }
124
- when text = ss.scan(/\"/) then
125
- action { string STR_DQUOTE; result nil, :tSTRING_BEG, text }
126
- when text = ss.scan(/\@\@?\d/) then
127
- action { rb_compile_error "`#{text}` is not allowed as a variable name" }
128
- when text = ss.scan(/\@\@?#{IDENT_CHAR}+/o) then
129
- process_ivar text
130
- when ss.match?(/:/) then
131
- case
132
- when not_end? && (text = ss.scan(/:([a-zA-Z_]#{IDENT_CHAR}*(?:[?]|[!](?!=)|=(?==>)|=(?![=>]))?)/o)) then
133
- process_symbol text
134
- when not_end? && (text = ss.scan(/\:\"(#{SIMPLE_STRING})\"/o)) then
135
- process_symbol text
136
- when not_end? && (text = ss.scan(/\:\'(#{SSTRING})\'/o)) then
137
- process_symbol text
138
- when text = ss.scan(/\:\:/) then
139
- process_colon2 text
140
- when text = ss.scan(/\:/) then
141
- process_colon1 text
142
- end # group /:/
143
- when ss.skip(/->/) then
144
- action { result :expr_endfn, :tLAMBDA, nil }
145
- when text = ss.scan(/[+-]/) then
146
- process_plus_minus text
147
- when ss.match?(/[+\d]/) then
148
- case
149
- when ss.skip(/#{NUM_BAD}/o) then
150
- action { rb_compile_error "Invalid numeric format" }
151
- when ss.skip(/#{INT_DEC}/o) then
152
- action { int_with_base 10 }
153
- when ss.skip(/#{INT_HEX}/o) then
154
- action { int_with_base 16 }
155
- when ss.skip(/#{INT_BIN}/o) then
156
- action { int_with_base 2 }
157
- when ss.skip(/#{INT_OCT_BAD}/o) then
158
- action { rb_compile_error "Illegal octal digit." }
159
- when ss.skip(/#{INT_OCT}/o) then
160
- action { int_with_base 8 }
161
- when ss.skip(/#{FLOAT_BAD}/o) then
162
- action { rb_compile_error "Trailing '_' in number." }
163
- when text = ss.scan(/#{FLOAT}/o) then
164
- process_float text
165
- when ss.skip(/#{INT_DEC2}/o) then
166
- action { int_with_base 10 }
167
- when ss.skip(/[0-9]/) then
168
- action { rb_compile_error "Bad number format" }
169
- end # group /[+\d]/
170
- when text = ss.scan(/\[/) then
171
- process_square_bracket text
172
- when was_label? && (text = ss.scan(/\'#{SSTRING}\':?/o)) then
173
- process_label_or_string text
174
- when ss.match?(/\|/) then
175
- case
176
- when ss.skip(/\|\|\=/) then
177
- action { result :expr_beg, :tOP_ASGN, "||" }
178
- when ss.skip(/\|\|/) then
179
- action { result :expr_beg, :tOROP, "||" }
180
- when ss.skip(/\|\=/) then
181
- action { result :expr_beg, :tOP_ASGN, "|" }
182
- when ss.skip(/\|/) then
183
- action { result :arg_state, :tPIPE, "|" }
184
- end # group /\|/
185
- when text = ss.scan(/\{/) then
186
- process_brace_open text
187
- when ss.match?(/\*/) then
188
- case
189
- when ss.skip(/\*\*=/) then
190
- action { result :expr_beg, :tOP_ASGN, "**" }
191
- when ss.skip(/\*\*/) then
192
- action { result(:arg_state, space_vs_beginning(:tDSTAR, :tDSTAR, :tPOW), "**") }
193
- when ss.skip(/\*\=/) then
194
- action { result(:expr_beg, :tOP_ASGN, "*") }
195
- when ss.skip(/\*/) then
196
- action { result(:arg_state, space_vs_beginning(:tSTAR, :tSTAR, :tSTAR2), "*") }
197
- end # group /\*/
198
- when ss.match?(/</) then
199
- case
200
- when ss.skip(/\<\=\>/) then
201
- action { result :arg_state, :tCMP, "<=>" }
202
- when ss.skip(/\<\=/) then
203
- action { result :arg_state, :tLEQ, "<=" }
204
- when ss.skip(/\<\<\=/) then
205
- action { result :expr_beg, :tOP_ASGN, "<<" }
206
- when text = ss.scan(/\<\</) then
207
- process_lchevron text
208
- when ss.skip(/\</) then
209
- action { result :arg_state, :tLT, "<" }
210
- end # group /</
211
- when ss.match?(/>/) then
212
- case
213
- when ss.skip(/\>\=/) then
214
- action { result :arg_state, :tGEQ, ">=" }
215
- when ss.skip(/\>\>=/) then
216
- action { result :expr_beg, :tOP_ASGN, ">>" }
217
- when ss.skip(/\>\>/) then
218
- action { result :arg_state, :tRSHFT, ">>" }
219
- when ss.skip(/\>/) then
220
- action { result :arg_state, :tGT, ">" }
221
- end # group />/
222
- when ss.match?(/\`/) then
223
- case
224
- when expr_fname? && (ss.skip(/\`/)) then
225
- action { result(:expr_end, :tBACK_REF2, "`") }
226
- when expr_dot? && (ss.skip(/\`/)) then
227
- action { result((cmd_state ? :expr_cmdarg : :expr_arg), :tBACK_REF2, "`") }
228
- when ss.skip(/\`/) then
229
- action { string STR_XQUOTE, '`'; result(nil, :tXSTRING_BEG, "`") }
230
- end # group /\`/
231
- when text = ss.scan(/\?/) then
232
- process_questionmark text
233
- when ss.match?(/&/) then
234
- case
235
- when ss.skip(/\&\&\=/) then
236
- action { result(:expr_beg, :tOP_ASGN, "&&") }
237
- when ss.skip(/\&\&/) then
238
- action { result(:expr_beg, :tANDOP, "&&") }
239
- when ss.skip(/\&\=/) then
240
- action { result(:expr_beg, :tOP_ASGN, "&" ) }
241
- when ss.skip(/\&\./) then
242
- action { result(:expr_dot, :tLONELY, "&.") }
243
- when text = ss.scan(/\&/) then
244
- process_amper text
245
- end # group /&/
246
- when text = ss.scan(/\//) then
247
- process_slash text
248
- when ss.match?(/\^/) then
249
- case
250
- when ss.skip(/\^=/) then
251
- action { result(:expr_beg, :tOP_ASGN, "^") }
252
- when ss.skip(/\^/) then
253
- action { result(:arg_state, :tCARET, "^") }
254
- end # group /\^/
255
- when ss.skip(/\;/) then
256
- action { self.command_start = true; result(:expr_beg, :tSEMI, ";") }
257
- when ss.match?(/~/) then
258
- case
259
- when in_arg_state? && (ss.skip(/\~@/)) then
260
- action { result(:arg_state, :tTILDE, "~") }
261
- when ss.skip(/\~/) then
262
- action { result(:arg_state, :tTILDE, "~") }
263
- end # group /~/
264
- when ss.match?(/\\/) then
265
- case
266
- when ss.skip(/\\\r?\n/) then
267
- action { self.lineno += 1; self.space_seen = true; next }
268
- when ss.skip(/\\/) then
269
- action { rb_compile_error "bare backslash only allowed before newline" }
270
- end # group /\\/
271
- when text = ss.scan(/\%/) then
272
- process_percent text
273
- when ss.match?(/\$/) then
274
- case
275
- when text = ss.scan(/\$_\w+/) then
276
- process_gvar text
277
- when text = ss.scan(/\$_/) then
278
- process_gvar text
279
- when text = ss.scan(/\$[~*$?!@\/\\;,.=:<>\"]|\$-\w?/) then
280
- process_gvar text
281
- when in_fname? && (text = ss.scan(/\$([\&\`\'\+])/)) then
282
- process_gvar text
283
- when text = ss.scan(/\$([\&\`\'\+])/) then
284
- process_backref text
285
- when in_fname? && (text = ss.scan(/\$([1-9]\d*)/)) then
286
- process_gvar text
287
- when text = ss.scan(/\$([1-9]\d*)/) then
288
- process_nthref text
289
- when text = ss.scan(/\$0/) then
290
- process_gvar text
291
- when text = ss.scan(/\$\W|\$\z/) then
292
- process_gvar_oddity text
293
- when text = ss.scan(/\$\w+/) then
294
- process_gvar text
295
- end # group /\$/
296
- when text = ss.scan(/\_/) then
297
- process_underscore text
298
- when text = ss.scan(/#{IDENT}/o) then
299
- process_token text
300
- when ss.skip(/\004|\032|\000|\Z/) then
301
- action { [RubyLexer::EOF, RubyLexer::EOF] }
302
- when text = ss.scan(/./) then
303
- action { rb_compile_error "Invalid char #{text.inspect} in expression" }
304
- else
305
- text = ss.string[ss.pos .. -1]
306
- raise ScanError, "can not match (#{state.inspect}) at #{location}: '#{text}'"
307
- end
308
- else
309
- raise ScanError, "undefined state at #{location}: '#{state}'"
310
- end # token = case state
311
-
312
- next unless token # allow functions to trigger redo w/ nil
313
- end # while
314
-
315
- raise LexerError, "bad lexical result at #{location}: #{token.inspect}" unless
316
- token.nil? || (Array === token && token.size >= 2)
317
-
318
- # auto-switch state
319
- self.state = token.last if token && token.first == :state
320
-
321
- token
322
- end # def next_token
323
- end # class
@@ -1,30 +0,0 @@
1
- require "racc/parser"
2
-
3
- class RubyParser
4
- module Legacy
5
- end
6
- end
7
-
8
- require "ruby_parser/legacy/ruby_parser_extras"
9
- require "ruby_parser"
10
-
11
- class RubyParser
12
- module Legacy
13
- class RubyParser < ::RubyParser::Parser
14
- include ::RubyParser::Legacy::RubyParserStuff
15
- end
16
- end
17
- end
18
-
19
- require "ruby_parser/legacy/ruby19_parser"
20
- require "ruby_parser/legacy/ruby18_parser"
21
-
22
-
23
- class ::RubyParser # Plug into modern system
24
- VERSIONS.delete ::RubyParser::Legacy::RubyParser
25
- VERSIONS.delete Ruby19Parser
26
- VERSIONS.delete Ruby18Parser
27
-
28
- class V19 < ::Ruby19Parser; end
29
- class V18 < ::Ruby18Parser; end
30
- end