brakeman 4.3.1 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1612) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +400 -108
  3. data/README.md +59 -14
  4. data/bin/brakeman +2 -0
  5. data/bundle/load.rb +15 -14
  6. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/CHANGES.txt +0 -0
  7. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/MIT-LICENSE +0 -0
  8. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/README.txt +0 -0
  9. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/contrib/erubis +0 -0
  10. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/contrib/erubis-run.rb +0 -0
  11. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/contrib/inline-require +0 -0
  12. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/context.rb +0 -0
  13. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/converter.rb +0 -0
  14. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +0 -0
  15. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +0 -0
  16. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +0 -0
  17. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +0 -0
  18. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +0 -0
  19. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +0 -0
  20. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +0 -0
  21. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +0 -0
  22. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +0 -0
  23. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +0 -0
  24. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/engine.rb +0 -0
  25. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/enhancer.rb +0 -0
  26. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/error.rb +0 -0
  27. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/evaluator.rb +0 -0
  28. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/generator.rb +0 -0
  29. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/helper.rb +0 -0
  30. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +0 -0
  31. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +0 -0
  32. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/local-setting.rb +0 -0
  33. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/main.rb +0 -0
  34. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +0 -0
  35. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/tiny.rb +0 -0
  36. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis/util.rb +0 -0
  37. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/lib/erubis.rb +0 -0
  38. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/erubis-2.7.0/setup.rb +0 -0
  39. data/bundle/ruby/2.7.0/gems/haml-5.2.2/CHANGELOG.md +1505 -0
  40. data/bundle/ruby/2.7.0/gems/haml-5.2.2/FAQ.md +147 -0
  41. data/bundle/ruby/2.7.0/gems/haml-5.2.2/Gemfile +16 -0
  42. data/bundle/ruby/2.7.0/gems/haml-5.2.2/MIT-LICENSE +20 -0
  43. data/bundle/ruby/2.7.0/gems/haml-5.2.2/README.md +216 -0
  44. data/bundle/ruby/2.7.0/gems/haml-5.2.2/REFERENCE.md +1380 -0
  45. data/bundle/ruby/2.7.0/gems/haml-5.2.2/TODO +24 -0
  46. data/bundle/ruby/2.7.0/gems/haml-5.2.2/haml.gemspec +45 -0
  47. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/attribute_builder.rb +219 -0
  48. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/attribute_compiler.rb +237 -0
  49. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/attribute_parser.rb +150 -0
  50. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/buffer.rb +182 -0
  51. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/compiler.rb +330 -0
  52. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/engine.rb +238 -0
  53. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/error.rb +65 -0
  54. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/escapable.rb +77 -0
  55. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/exec.rb +347 -0
  56. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/filters.rb +399 -0
  57. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/generator.rb +42 -0
  58. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers/action_view_extensions.rb +60 -0
  59. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers/action_view_mods.rb +132 -0
  60. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers/action_view_xss_mods.rb +60 -0
  61. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers/safe_erubi_template.rb +20 -0
  62. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers/safe_erubis_template.rb +33 -0
  63. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers/xss_mods.rb +114 -0
  64. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/helpers.rb +709 -0
  65. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/options.rb +273 -0
  66. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/parser.rb +856 -0
  67. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/plugin.rb +54 -0
  68. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/railtie.rb +53 -0
  69. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/sass_rails_filter.rb +47 -0
  70. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/template/options.rb +27 -0
  71. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/template.rb +39 -0
  72. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/temple_engine.rb +124 -0
  73. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/temple_line_counter.rb +30 -0
  74. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/util.rb +258 -0
  75. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/version.rb +5 -0
  76. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml.rb +25 -0
  77. data/bundle/ruby/2.7.0/gems/haml-5.2.2/yard/default/fulldoc/html/css/common.sass +15 -0
  78. data/bundle/ruby/2.7.0/gems/haml-5.2.2/yard/default/layout/html/footer.erb +12 -0
  79. data/bundle/ruby/{2.5.0/gems/highline-1.7.10 → 2.7.0/gems/highline-2.0.3}/AUTHORS +0 -0
  80. data/bundle/ruby/{2.5.0/gems/highline-1.7.10 → 2.7.0/gems/highline-2.0.3}/COPYING +0 -0
  81. data/bundle/ruby/2.7.0/gems/highline-2.0.3/Changelog.md +620 -0
  82. data/bundle/ruby/2.7.0/gems/highline-2.0.3/Gemfile +22 -0
  83. data/bundle/ruby/{2.5.0/gems/highline-1.7.10 → 2.7.0/gems/highline-2.0.3}/LICENSE +0 -0
  84. data/bundle/ruby/2.7.0/gems/highline-2.0.3/README.md +202 -0
  85. data/bundle/ruby/{2.5.0/gems/highline-1.7.10 → 2.7.0/gems/highline-2.0.3}/TODO +0 -0
  86. data/bundle/ruby/2.7.0/gems/highline-2.0.3/appveyor.yml +37 -0
  87. data/bundle/ruby/2.7.0/gems/highline-2.0.3/highline.gemspec +35 -0
  88. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/builtin_styles.rb +129 -0
  89. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/color_scheme.rb +151 -0
  90. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/compatibility.rb +23 -0
  91. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/custom_errors.rb +57 -0
  92. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/import.rb +48 -0
  93. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/io_console_compatible.rb +37 -0
  94. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/list.rb +177 -0
  95. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/list_renderer.rb +261 -0
  96. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/menu/item.rb +32 -0
  97. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/menu.rb +576 -0
  98. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/paginator.rb +52 -0
  99. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/question/answer_converter.rb +103 -0
  100. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/question.rb +630 -0
  101. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/question_asker.rb +150 -0
  102. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/simulate.rb +59 -0
  103. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/statement.rb +88 -0
  104. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/string.rb +36 -0
  105. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/string_extensions.rb +130 -0
  106. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/style.rb +325 -0
  107. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/template_renderer.rb +62 -0
  108. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/terminal/io_console.rb +36 -0
  109. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/terminal/ncurses.rb +38 -0
  110. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/terminal/unix_stty.rb +51 -0
  111. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/terminal.rb +190 -0
  112. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/version.rb +6 -0
  113. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline/wrapper.rb +53 -0
  114. data/bundle/ruby/2.7.0/gems/highline-2.0.3/lib/highline.rb +650 -0
  115. data/bundle/ruby/2.7.0/gems/parallel-1.22.1/MIT-LICENSE.txt +20 -0
  116. data/bundle/ruby/2.7.0/gems/parallel-1.22.1/lib/parallel/processor_count.rb +44 -0
  117. data/bundle/ruby/2.7.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  118. data/bundle/ruby/2.7.0/gems/parallel-1.22.1/lib/parallel.rb +612 -0
  119. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/LICENSE.txt +22 -0
  120. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/NEWS.md +178 -0
  121. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/README.md +48 -0
  122. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +63 -0
  123. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +205 -0
  124. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/cdata.rb +68 -0
  125. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/child.rb +97 -0
  126. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/comment.rb +80 -0
  127. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/doctype.rb +311 -0
  128. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/document.rb +451 -0
  129. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +11 -0
  130. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +47 -0
  131. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +18 -0
  132. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +57 -0
  133. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +40 -0
  134. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/element.rb +2599 -0
  135. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/encoding.rb +51 -0
  136. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/entity.rb +171 -0
  137. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +116 -0
  138. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +142 -0
  139. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +58 -0
  140. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/functions.rb +447 -0
  141. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/instruction.rb +79 -0
  142. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/light/node.rb +188 -0
  143. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +59 -0
  144. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/node.rb +76 -0
  145. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/output.rb +30 -0
  146. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parent.rb +166 -0
  147. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parseexception.rb +52 -0
  148. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +694 -0
  149. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +59 -0
  150. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +197 -0
  151. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +273 -0
  152. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +61 -0
  153. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +101 -0
  154. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +57 -0
  155. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +689 -0
  156. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/quickpath.rb +266 -0
  157. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +37 -0
  158. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +98 -0
  159. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/security.rb +28 -0
  160. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/source.rb +298 -0
  161. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +93 -0
  162. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/text.rb +424 -0
  163. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +9 -0
  164. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +539 -0
  165. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +144 -0
  166. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +10 -0
  167. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +130 -0
  168. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +85 -0
  169. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xpath.rb +81 -0
  170. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +974 -0
  171. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml.rb +3 -0
  172. data/bundle/ruby/2.7.0/gems/ruby2ruby-2.4.4/History.rdoc +435 -0
  173. data/bundle/ruby/{2.5.0/gems/ruby2ruby-2.4.1 → 2.7.0/gems/ruby2ruby-2.4.4}/Manifest.txt +0 -0
  174. data/bundle/ruby/{2.5.0/gems/ruby2ruby-2.4.1 → 2.7.0/gems/ruby2ruby-2.4.4}/README.rdoc +0 -0
  175. data/bundle/ruby/2.7.0/gems/ruby2ruby-2.4.4/lib/ruby2ruby.rb +1309 -0
  176. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/History.rdoc +1297 -0
  177. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/Manifest.txt +46 -0
  178. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/README.rdoc +112 -0
  179. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/compare/normalize.rb +218 -0
  180. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/debugging.md +190 -0
  181. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/gauntlet.md +107 -0
  182. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/rp_extensions.rb +53 -0
  183. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/rp_stringscanner.rb +33 -0
  184. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby20_parser.rb +10973 -0
  185. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby20_parser.y +2683 -0
  186. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby21_parser.rb +10980 -0
  187. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby21_parser.y +2700 -0
  188. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby22_parser.rb +11123 -0
  189. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby22_parser.y +2711 -0
  190. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby23_parser.rb +11132 -0
  191. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby23_parser.y +2713 -0
  192. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby24_parser.rb +11231 -0
  193. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby24_parser.y +2721 -0
  194. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby25_parser.rb +11231 -0
  195. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby25_parser.y +2721 -0
  196. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby26_parser.rb +11253 -0
  197. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby26_parser.y +2736 -0
  198. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby27_parser.rb +12980 -0
  199. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby27_parser.y +3324 -0
  200. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby30_parser.rb +13242 -0
  201. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby30_parser.y +3447 -0
  202. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby31_parser.rb +13622 -0
  203. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby31_parser.y +3481 -0
  204. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby3_parser.yy +3536 -0
  205. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_lexer.rb +1144 -0
  206. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_lexer.rex +185 -0
  207. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_lexer.rex.rb +399 -0
  208. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_lexer_strings.rb +638 -0
  209. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_parser.rb +98 -0
  210. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_parser.yy +3465 -0
  211. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/lib/ruby_parser_extras.rb +1865 -0
  212. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/tools/munge.rb +250 -0
  213. data/bundle/ruby/2.7.0/gems/ruby_parser-3.19.1/tools/ripper.rb +44 -0
  214. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +6 -0
  215. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +19 -0
  216. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +54 -0
  217. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.rb +5794 -0
  218. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.y +1909 -0
  219. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.rb +6186 -0
  220. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.y +2117 -0
  221. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +1412 -0
  222. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +179 -0
  223. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +323 -0
  224. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +30 -0
  225. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser_extras.rb +1388 -0
  226. data/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +5 -0
  227. data/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/CHANGES.md +154 -0
  228. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/Gemfile +0 -0
  229. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/LICENSE.txt +0 -0
  230. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/README.md +0 -0
  231. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/bundle_install_all_ruby_versions.sh +0 -0
  232. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/deep.rb +0 -0
  233. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/libyaml_checker.rb +0 -0
  234. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/load.rb +0 -0
  235. data/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +37 -0
  236. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/parse/hexadecimal.rb +0 -0
  237. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/parse/sexagesimal.rb +0 -0
  238. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/psych_handler.rb +0 -0
  239. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/psych_resolver.rb +0 -0
  240. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/resolver.rb +0 -0
  241. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/safe_to_ruby_visitor.rb +0 -0
  242. data/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +39 -0
  243. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/syck_hack.rb +0 -0
  244. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/syck_node_monkeypatch.rb +0 -0
  245. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/syck_resolver.rb +0 -0
  246. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/to_boolean.rb +0 -0
  247. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/to_date.rb +0 -0
  248. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/to_float.rb +0 -0
  249. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/to_integer.rb +0 -0
  250. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/to_nil.rb +0 -0
  251. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/to_symbol.rb +0 -0
  252. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform/transformation_map.rb +0 -0
  253. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml/transform.rb +0 -0
  254. data/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +3 -0
  255. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/lib/safe_yaml.rb +0 -0
  256. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/run_specs_all_ruby_versions.sh +0 -0
  257. data/bundle/ruby/{2.5.0/gems/safe_yaml-1.0.4 → 2.7.0/gems/safe_yaml-1.0.5}/safe_yaml.gemspec +0 -0
  258. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/History.rdoc +454 -0
  259. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/Manifest.txt +15 -0
  260. data/bundle/ruby/{2.5.0/gems/sexp_processor-4.11.0 → 2.7.0/gems/sexp_processor-4.16.1}/README.rdoc +0 -0
  261. data/bundle/ruby/{2.5.0/gems/sexp_processor-4.11.0 → 2.7.0/gems/sexp_processor-4.16.1}/lib/composite_sexp_processor.rb +0 -0
  262. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/lib/pt_testcase.rb +3137 -0
  263. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/lib/sexp.rb +391 -0
  264. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/lib/sexp_matcher.rb +1100 -0
  265. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/lib/sexp_processor.rb +754 -0
  266. data/bundle/ruby/2.7.0/gems/sexp_processor-4.16.1/lib/strict_sexp.rb +148 -0
  267. data/bundle/ruby/{2.5.0/gems/sexp_processor-4.11.0 → 2.7.0/gems/sexp_processor-4.16.1}/lib/unique.rb +0 -0
  268. data/bundle/ruby/2.7.0/gems/slim-4.1.0/CHANGES +460 -0
  269. data/bundle/ruby/2.7.0/gems/slim-4.1.0/Gemfile +70 -0
  270. data/bundle/ruby/2.7.0/gems/slim-4.1.0/LICENSE +21 -0
  271. data/bundle/ruby/2.7.0/gems/slim-4.1.0/README.jp.md +1289 -0
  272. data/bundle/ruby/2.7.0/gems/slim-4.1.0/README.md +1290 -0
  273. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/code_attributes.rb +0 -0
  274. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/command.rb +128 -0
  275. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/controls.rb +0 -0
  276. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/do_inserter.rb +0 -0
  277. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/embedded.rb +248 -0
  278. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/end_inserter.rb +0 -0
  279. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/engine.rb +39 -0
  280. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/erb_converter.rb +0 -0
  281. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/filter.rb +30 -0
  282. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/grammar.rb +23 -0
  283. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/include.rb +0 -0
  284. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/interpolation.rb +0 -0
  285. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/logic_less/context.rb +127 -0
  286. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/logic_less/filter.rb +0 -0
  287. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/logic_less.rb +0 -0
  288. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/parser.rb +548 -0
  289. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/smart/escaper.rb +0 -0
  290. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/smart/filter.rb +0 -0
  291. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/smart/parser.rb +34 -0
  292. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/smart.rb +0 -0
  293. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/splat/builder.rb +107 -0
  294. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/splat/filter.rb +0 -0
  295. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/template.rb +0 -0
  296. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim/translator.rb +0 -0
  297. data/bundle/ruby/2.7.0/gems/slim-4.1.0/lib/slim/version.rb +5 -0
  298. data/bundle/ruby/{2.5.0/gems/slim-3.0.7 → 2.7.0/gems/slim-4.1.0}/lib/slim.rb +0 -0
  299. data/bundle/ruby/2.7.0/gems/slim-4.1.0/slim.gemspec +24 -0
  300. data/bundle/ruby/2.7.0/gems/temple-0.8.2/CHANGES +260 -0
  301. data/bundle/ruby/2.7.0/gems/temple-0.8.2/EXPRESSIONS.md +262 -0
  302. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/Gemfile +0 -0
  303. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/LICENSE +0 -0
  304. data/bundle/ruby/2.7.0/gems/temple-0.8.2/README.md +267 -0
  305. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/engine.rb +0 -0
  306. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/erb/engine.rb +0 -0
  307. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/erb/parser.rb +0 -0
  308. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/erb/template.rb +0 -0
  309. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/erb/trimming.rb +0 -0
  310. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/exceptions.rb +0 -0
  311. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filter.rb +0 -0
  312. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/code_merger.rb +0 -0
  313. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/control_flow.rb +0 -0
  314. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/dynamic_inliner.rb +0 -0
  315. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/encoding.rb +0 -0
  316. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/eraser.rb +0 -0
  317. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/escapable.rb +0 -0
  318. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/multi_flattener.rb +0 -0
  319. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/remove_bom.rb +0 -0
  320. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple/filters/static_analyzer.rb +30 -0
  321. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/static_merger.rb +0 -0
  322. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple/filters/string_splitter.rb +130 -0
  323. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/filters/validator.rb +0 -0
  324. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/generator.rb +0 -0
  325. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/generators/array.rb +0 -0
  326. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/generators/array_buffer.rb +0 -0
  327. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/generators/erb.rb +0 -0
  328. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/generators/rails_output_buffer.rb +0 -0
  329. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/generators/string_buffer.rb +0 -0
  330. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/grammar.rb +0 -0
  331. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/attribute_merger.rb +0 -0
  332. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/attribute_remover.rb +0 -0
  333. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/attribute_sorter.rb +0 -0
  334. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/dispatcher.rb +0 -0
  335. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/fast.rb +0 -0
  336. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/filter.rb +0 -0
  337. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/pretty.rb +0 -0
  338. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/html/safe.rb +0 -0
  339. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/map.rb +0 -0
  340. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple/mixins/dispatcher.rb +161 -0
  341. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/mixins/engine_dsl.rb +0 -0
  342. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/mixins/grammar_dsl.rb +0 -0
  343. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/mixins/options.rb +0 -0
  344. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/mixins/template.rb +0 -0
  345. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/parser.rb +0 -0
  346. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple/static_analyzer.rb +77 -0
  347. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple/templates/rails.rb +26 -0
  348. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/templates/tilt.rb +0 -0
  349. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/templates.rb +0 -0
  350. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/lib/temple/utils.rb +0 -0
  351. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple/version.rb +3 -0
  352. data/bundle/ruby/2.7.0/gems/temple-0.8.2/lib/temple.rb +67 -0
  353. data/bundle/ruby/{2.5.0/gems/temple-0.7.7 → 2.7.0/gems/temple-0.8.2}/temple.gemspec +0 -0
  354. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/Gemfile +0 -0
  355. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/History.rdoc +0 -0
  356. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/LICENSE.txt +0 -0
  357. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/Manifest +0 -0
  358. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/README.rdoc +0 -0
  359. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/Todo.rdoc +0 -0
  360. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/cell.rb +0 -0
  361. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/import.rb +0 -0
  362. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/row.rb +0 -0
  363. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/separator.rb +0 -0
  364. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/style.rb +0 -0
  365. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/table.rb +0 -0
  366. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/table_helper.rb +0 -0
  367. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table/version.rb +0 -0
  368. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/lib/terminal-table.rb +0 -0
  369. data/bundle/ruby/{2.5.0 → 2.7.0}/gems/terminal-table-1.8.0/terminal-table.gemspec +0 -0
  370. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/COPYING +0 -0
  371. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/asciidoc.rb +0 -0
  372. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/babel.rb +0 -0
  373. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/bluecloth.rb +0 -0
  374. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/builder.rb +0 -0
  375. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/coffee.rb +0 -0
  376. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/commonmarker.rb +88 -0
  377. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/creole.rb +0 -0
  378. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/csv.rb +65 -0
  379. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/dummy.rb +0 -0
  380. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/erb.rb +63 -0
  381. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/erubi.rb +0 -0
  382. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/erubis.rb +0 -0
  383. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/etanni.rb +0 -0
  384. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/haml.rb +86 -0
  385. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/kramdown.rb +0 -0
  386. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/less.rb +0 -0
  387. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/liquid.rb +0 -0
  388. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/livescript.rb +0 -0
  389. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/mapping.rb +0 -0
  390. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/markaby.rb +0 -0
  391. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/maruku.rb +0 -0
  392. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/nokogiri.rb +0 -0
  393. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/pandoc.rb +57 -0
  394. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/plain.rb +0 -0
  395. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/prawn.rb +0 -0
  396. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/radius.rb +0 -0
  397. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/rdiscount.rb +0 -0
  398. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/rdoc.rb +0 -0
  399. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/redcarpet.rb +86 -0
  400. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/redcloth.rb +0 -0
  401. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/rst-pandoc.rb +23 -0
  402. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/sass.rb +78 -0
  403. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/sigil.rb +0 -0
  404. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/string.rb +0 -0
  405. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt/template.rb +308 -0
  406. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/typescript.rb +0 -0
  407. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/wikicloth.rb +0 -0
  408. data/bundle/ruby/{2.5.0/gems/tilt-2.0.8 → 2.7.0/gems/tilt-2.0.11}/lib/tilt/yajl.rb +0 -0
  409. data/bundle/ruby/2.7.0/gems/tilt-2.0.11/lib/tilt.rb +167 -0
  410. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/CHANGELOG.md +137 -0
  411. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/MIT-LICENSE.txt +22 -0
  412. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/README.md +124 -0
  413. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/data/display_width.marshal.gz +0 -0
  414. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/lib/unicode/display_width/constants.rb +8 -0
  415. data/bundle/ruby/{2.5.0/gems/unicode-display_width-1.4.0 → 2.7.0/gems/unicode-display_width-1.8.0}/lib/unicode/display_width/index.rb +0 -0
  416. data/bundle/ruby/{2.5.0/gems/unicode-display_width-1.4.0 → 2.7.0/gems/unicode-display_width-1.8.0}/lib/unicode/display_width/no_string_ext.rb +0 -0
  417. data/bundle/ruby/{2.5.0/gems/unicode-display_width-1.4.0 → 2.7.0/gems/unicode-display_width-1.8.0}/lib/unicode/display_width/string_ext.rb +0 -0
  418. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/lib/unicode/display_width.rb +51 -0
  419. data/lib/brakeman/app_tree.rb +90 -23
  420. data/lib/brakeman/call_index.rb +61 -19
  421. data/lib/brakeman/checks/base_check.rb +103 -82
  422. data/lib/brakeman/checks/check_basic_auth.rb +6 -2
  423. data/lib/brakeman/checks/check_basic_auth_timing_attack.rb +3 -2
  424. data/lib/brakeman/checks/check_content_tag.rb +24 -9
  425. data/lib/brakeman/checks/check_cookie_serialization.rb +23 -0
  426. data/lib/brakeman/checks/check_create_with.rb +5 -3
  427. data/lib/brakeman/checks/check_cross_site_scripting.rb +24 -16
  428. data/lib/brakeman/checks/check_csrf_token_forgery_cve.rb +29 -0
  429. data/lib/brakeman/checks/check_default_routes.rb +14 -6
  430. data/lib/brakeman/checks/check_deserialize.rb +73 -3
  431. data/lib/brakeman/checks/check_detailed_exceptions.rb +6 -4
  432. data/lib/brakeman/checks/check_digest_dos.rb +6 -5
  433. data/lib/brakeman/checks/check_divide_by_zero.rb +2 -1
  434. data/lib/brakeman/checks/check_dynamic_finders.rb +3 -2
  435. data/lib/brakeman/checks/check_eol_rails.rb +23 -0
  436. data/lib/brakeman/checks/check_eol_ruby.rb +26 -0
  437. data/lib/brakeman/checks/check_escape_function.rb +3 -2
  438. data/lib/brakeman/checks/check_evaluation.rb +3 -3
  439. data/lib/brakeman/checks/check_execute.rb +105 -12
  440. data/lib/brakeman/checks/check_file_access.rb +21 -4
  441. data/lib/brakeman/checks/check_file_disclosure.rb +3 -2
  442. data/lib/brakeman/checks/check_filter_skipping.rb +3 -2
  443. data/lib/brakeman/checks/check_force_ssl.rb +28 -0
  444. data/lib/brakeman/checks/check_forgery_setting.rb +7 -5
  445. data/lib/brakeman/checks/check_header_dos.rb +7 -6
  446. data/lib/brakeman/checks/check_i18n_xss.rb +7 -6
  447. data/lib/brakeman/checks/check_jruby_xml.rb +5 -4
  448. data/lib/brakeman/checks/check_json_encoding.rb +5 -4
  449. data/lib/brakeman/checks/check_json_entity_escape.rb +40 -0
  450. data/lib/brakeman/checks/check_json_parsing.rb +19 -15
  451. data/lib/brakeman/checks/check_link_to.rb +6 -5
  452. data/lib/brakeman/checks/check_link_to_href.rb +13 -8
  453. data/lib/brakeman/checks/check_mail_to.rb +6 -5
  454. data/lib/brakeman/checks/check_mass_assignment.rb +43 -12
  455. data/lib/brakeman/checks/check_mime_type_dos.rb +5 -4
  456. data/lib/brakeman/checks/check_model_attr_accessible.rb +4 -3
  457. data/lib/brakeman/checks/check_model_attributes.rb +18 -54
  458. data/lib/brakeman/checks/check_model_serialize.rb +4 -3
  459. data/lib/brakeman/checks/check_nested_attributes.rb +5 -4
  460. data/lib/brakeman/checks/check_nested_attributes_bypass.rb +7 -6
  461. data/lib/brakeman/checks/check_number_to_currency.rb +8 -6
  462. data/lib/brakeman/checks/check_page_caching_cve.rb +38 -0
  463. data/lib/brakeman/checks/check_pathname.rb +48 -0
  464. data/lib/brakeman/checks/check_permit_attributes.rb +3 -2
  465. data/lib/brakeman/checks/check_quote_table_name.rb +4 -3
  466. data/lib/brakeman/checks/check_redirect.rb +7 -2
  467. data/lib/brakeman/checks/check_regex_dos.rb +4 -3
  468. data/lib/brakeman/checks/check_render.rb +21 -5
  469. data/lib/brakeman/checks/check_render_dos.rb +3 -2
  470. data/lib/brakeman/checks/check_render_inline.rb +5 -3
  471. data/lib/brakeman/checks/check_response_splitting.rb +3 -2
  472. data/lib/brakeman/checks/check_reverse_tabnabbing.rb +59 -0
  473. data/lib/brakeman/checks/check_route_dos.rb +3 -2
  474. data/lib/brakeman/checks/check_safe_buffer_manipulation.rb +3 -2
  475. data/lib/brakeman/checks/check_sanitize_config_cve.rb +120 -0
  476. data/lib/brakeman/checks/check_sanitize_methods.rb +11 -7
  477. data/lib/brakeman/checks/check_secrets.rb +4 -3
  478. data/lib/brakeman/checks/check_select_tag.rb +3 -2
  479. data/lib/brakeman/checks/check_select_vulnerability.rb +3 -2
  480. data/lib/brakeman/checks/check_send.rb +2 -2
  481. data/lib/brakeman/checks/check_session_manipulation.rb +3 -3
  482. data/lib/brakeman/checks/check_session_settings.rb +22 -16
  483. data/lib/brakeman/checks/check_simple_format.rb +11 -4
  484. data/lib/brakeman/checks/check_single_quotes.rb +16 -11
  485. data/lib/brakeman/checks/check_skip_before_filter.rb +9 -7
  486. data/lib/brakeman/checks/check_sprockets_path_traversal.rb +40 -0
  487. data/lib/brakeman/checks/check_sql.rb +108 -56
  488. data/lib/brakeman/checks/check_sql_cves.rb +6 -4
  489. data/lib/brakeman/checks/check_ssl_verify.rb +2 -1
  490. data/lib/brakeman/checks/check_strip_tags.rb +16 -11
  491. data/lib/brakeman/checks/check_symbol_dos.rb +4 -3
  492. data/lib/brakeman/checks/check_symbol_dos_cve.rb +3 -2
  493. data/lib/brakeman/checks/check_template_injection.rb +33 -0
  494. data/lib/brakeman/checks/check_translate_bug.rb +9 -8
  495. data/lib/brakeman/checks/check_unsafe_reflection.rb +9 -3
  496. data/lib/brakeman/checks/check_unsafe_reflection_methods.rb +69 -0
  497. data/lib/brakeman/checks/check_unscoped_find.rb +3 -2
  498. data/lib/brakeman/checks/check_validation_regex.rb +4 -3
  499. data/lib/brakeman/checks/check_verb_confusion.rb +76 -0
  500. data/lib/brakeman/checks/check_weak_hash.rb +24 -22
  501. data/lib/brakeman/checks/check_weak_rsa_key.rb +112 -0
  502. data/lib/brakeman/checks/check_without_protection.rb +2 -1
  503. data/lib/brakeman/checks/check_xml_dos.rb +5 -4
  504. data/lib/brakeman/checks/check_yaml_parsing.rb +15 -21
  505. data/lib/brakeman/checks/eol_check.rb +49 -0
  506. data/lib/brakeman/checks.rb +23 -15
  507. data/lib/brakeman/commandline.rb +25 -1
  508. data/lib/brakeman/differ.rb +16 -33
  509. data/lib/brakeman/file_parser.rb +59 -25
  510. data/lib/brakeman/file_path.rb +85 -0
  511. data/lib/brakeman/format/style.css +8 -0
  512. data/lib/brakeman/messages.rb +220 -0
  513. data/lib/brakeman/options.rb +59 -2
  514. data/lib/brakeman/parsers/haml_embedded.rb +44 -0
  515. data/lib/brakeman/parsers/slim_embedded.rb +44 -0
  516. data/lib/brakeman/parsers/template_parser.rb +35 -12
  517. data/lib/brakeman/processor.rb +5 -6
  518. data/lib/brakeman/processors/alias_processor.rb +256 -37
  519. data/lib/brakeman/processors/base_processor.rb +14 -11
  520. data/lib/brakeman/processors/config_processor.rb +4 -1
  521. data/lib/brakeman/processors/controller_alias_processor.rb +16 -50
  522. data/lib/brakeman/processors/controller_processor.rb +10 -14
  523. data/lib/brakeman/processors/gem_processor.rb +41 -2
  524. data/lib/brakeman/processors/haml_template_processor.rb +108 -123
  525. data/lib/brakeman/processors/lib/call_conversion_helper.rb +23 -11
  526. data/lib/brakeman/processors/lib/file_type_detector.rb +64 -0
  527. data/lib/brakeman/processors/lib/find_all_calls.rb +58 -18
  528. data/lib/brakeman/processors/lib/find_call.rb +3 -64
  529. data/lib/brakeman/processors/lib/module_helper.rb +8 -8
  530. data/lib/brakeman/processors/lib/processor_helper.rb +3 -3
  531. data/lib/brakeman/processors/lib/rails2_config_processor.rb +4 -4
  532. data/lib/brakeman/processors/lib/rails2_route_processor.rb +2 -2
  533. data/lib/brakeman/processors/lib/rails3_config_processor.rb +19 -19
  534. data/lib/brakeman/processors/lib/rails3_route_processor.rb +4 -4
  535. data/lib/brakeman/processors/lib/rails4_config_processor.rb +19 -0
  536. data/lib/brakeman/processors/lib/render_helper.rb +10 -3
  537. data/lib/brakeman/processors/lib/render_path.rb +32 -0
  538. data/lib/brakeman/processors/library_processor.rb +15 -6
  539. data/lib/brakeman/processors/model_processor.rb +36 -5
  540. data/lib/brakeman/processors/output_processor.rb +6 -1
  541. data/lib/brakeman/processors/slim_template_processor.rb +16 -0
  542. data/lib/brakeman/processors/template_alias_processor.rb +36 -4
  543. data/lib/brakeman/processors/template_processor.rb +14 -10
  544. data/lib/brakeman/report/ignore/config.rb +12 -5
  545. data/lib/brakeman/report/ignore/interactive.rb +5 -5
  546. data/lib/brakeman/report/pager.rb +1 -0
  547. data/lib/brakeman/report/report_base.rb +64 -165
  548. data/lib/brakeman/report/report_codeclimate.rb +3 -3
  549. data/lib/brakeman/report/report_csv.rb +40 -44
  550. data/lib/brakeman/report/report_github.rb +31 -0
  551. data/lib/brakeman/report/report_hash.rb +1 -1
  552. data/lib/brakeman/report/report_html.rb +36 -33
  553. data/lib/brakeman/report/report_json.rb +1 -3
  554. data/lib/brakeman/report/report_junit.rb +104 -0
  555. data/lib/brakeman/report/report_markdown.rb +13 -7
  556. data/lib/brakeman/report/report_sarif.rb +133 -0
  557. data/lib/brakeman/report/report_sonar.rb +38 -0
  558. data/lib/brakeman/report/report_table.rb +173 -0
  559. data/lib/brakeman/report/report_tabs.rb +4 -2
  560. data/lib/brakeman/report/report_text.rb +61 -23
  561. data/lib/brakeman/report/templates/controller_warnings.html.erb +2 -0
  562. data/lib/brakeman/report/templates/ignored_warnings.html.erb +2 -0
  563. data/lib/brakeman/report/templates/model_warnings.html.erb +2 -0
  564. data/lib/brakeman/report/templates/security_warnings.html.erb +2 -0
  565. data/lib/brakeman/report/templates/view_warnings.html.erb +2 -0
  566. data/lib/brakeman/report.rb +25 -4
  567. data/lib/brakeman/rescanner.rb +18 -15
  568. data/lib/brakeman/scanner.rb +90 -46
  569. data/lib/brakeman/tracker/collection.rb +61 -10
  570. data/lib/brakeman/tracker/config.rb +129 -48
  571. data/lib/brakeman/tracker/constants.rb +10 -8
  572. data/lib/brakeman/tracker/controller.rb +1 -1
  573. data/lib/brakeman/tracker/method_info.rb +70 -0
  574. data/lib/brakeman/tracker.rb +77 -12
  575. data/lib/brakeman/util.rb +78 -185
  576. data/lib/brakeman/version.rb +1 -1
  577. data/lib/brakeman/warning.rb +50 -20
  578. data/lib/brakeman/warning_codes.rb +23 -0
  579. data/lib/brakeman.rb +61 -9
  580. data/lib/ruby_parser/bm_sexp.rb +40 -11
  581. data/lib/ruby_parser/bm_sexp_processor.rb +1 -0
  582. metadata +455 -1218
  583. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/Makefile +0 -6
  584. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/bench.rb +0 -313
  585. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/bench_context.yaml +0 -141
  586. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/templates/_footer.html +0 -4
  587. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/templates/_header.html +0 -52
  588. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +0 -29
  589. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +0 -29
  590. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +0 -29
  591. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/bin/erubis +0 -10
  592. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc/docstyle.css +0 -209
  593. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc/users-guide.html +0 -3551
  594. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +0 -209
  595. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/ActionView.html +0 -105
  596. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/ERB.html +0 -101
  597. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +0 -175
  598. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +0 -120
  599. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +0 -174
  600. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +0 -120
  601. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +0 -327
  602. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +0 -130
  603. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +0 -112
  604. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +0 -215
  605. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +0 -120
  606. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +0 -386
  607. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +0 -113
  608. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +0 -344
  609. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +0 -283
  610. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +0 -382
  611. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +0 -150
  612. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +0 -120
  613. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +0 -126
  614. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +0 -126
  615. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +0 -126
  616. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +0 -126
  617. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +0 -305
  618. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +0 -126
  619. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +0 -126
  620. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +0 -175
  621. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +0 -120
  622. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +0 -117
  623. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +0 -132
  624. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +0 -165
  625. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +0 -120
  626. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +0 -120
  627. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +0 -120
  628. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +0 -120
  629. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +0 -120
  630. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +0 -120
  631. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +0 -127
  632. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +0 -120
  633. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +0 -126
  634. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +0 -212
  635. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +0 -131
  636. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +0 -416
  637. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +0 -267
  638. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +0 -120
  639. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +0 -787
  640. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +0 -213
  641. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +0 -349
  642. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +0 -116
  643. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +0 -305
  644. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +0 -120
  645. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +0 -359
  646. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +0 -386
  647. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +0 -341
  648. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +0 -249
  649. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +0 -120
  650. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +0 -159
  651. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +0 -120
  652. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +0 -119
  653. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +0 -163
  654. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +0 -439
  655. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +0 -163
  656. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +0 -266
  657. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +0 -166
  658. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +0 -166
  659. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +0 -166
  660. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +0 -166
  661. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +0 -122
  662. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +0 -166
  663. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +0 -166
  664. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +0 -155
  665. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +0 -166
  666. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +0 -293
  667. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +0 -125
  668. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +0 -163
  669. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +0 -120
  670. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +0 -344
  671. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +0 -350
  672. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +0 -210
  673. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +0 -120
  674. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +0 -183
  675. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +0 -212
  676. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +0 -212
  677. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +0 -120
  678. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +0 -244
  679. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +0 -120
  680. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +0 -121
  681. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +0 -227
  682. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +0 -328
  683. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +0 -382
  684. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +0 -120
  685. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +0 -191
  686. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +0 -173
  687. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +0 -120
  688. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +0 -121
  689. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +0 -174
  690. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +0 -120
  691. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +0 -120
  692. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +0 -298
  693. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +0 -130
  694. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +0 -255
  695. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Erubis.html +0 -362
  696. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/classes/Kernel.html +0 -155
  697. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/created.rid +0 -1
  698. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/README_txt.html +0 -247
  699. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +0 -107
  700. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +0 -114
  701. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +0 -115
  702. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +0 -115
  703. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +0 -115
  704. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +0 -115
  705. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +0 -115
  706. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +0 -115
  707. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +0 -115
  708. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +0 -115
  709. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +0 -115
  710. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +0 -114
  711. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +0 -117
  712. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +0 -107
  713. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +0 -107
  714. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +0 -115
  715. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +0 -114
  716. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +0 -107
  717. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +0 -107
  718. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +0 -116
  719. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +0 -107
  720. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +0 -129
  721. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +0 -114
  722. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +0 -107
  723. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +0 -107
  724. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +0 -118
  725. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/fr_class_index.html +0 -129
  726. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/fr_file_index.html +0 -53
  727. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/fr_method_index.html +0 -265
  728. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/index.html +0 -24
  729. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/doc-api/rdoc-style.css +0 -208
  730. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/Makefile +0 -58
  731. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.ec +0 -42
  732. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.ecpp +0 -33
  733. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.ejava +0 -45
  734. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.ejs +0 -16
  735. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.eperl +0 -16
  736. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.ephp +0 -17
  737. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.eruby +0 -15
  738. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/basic/example.escheme +0 -26
  739. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/Makefile +0 -54
  740. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.ec +0 -42
  741. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.ejava +0 -45
  742. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.ejs +0 -16
  743. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.eperl +0 -16
  744. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.ephp +0 -17
  745. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.eruby +0 -15
  746. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/examples/pi/example.escheme +0 -26
  747. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/assert-text-equal.rb +0 -44
  748. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +0 -55
  749. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/array_example.result +0 -9
  750. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +0 -9
  751. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +0 -4
  752. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +0 -6
  753. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +0 -10
  754. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +0 -17
  755. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/context.rb +0 -6
  756. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/context.yaml +0 -8
  757. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +0 -14
  758. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/def_method.result +0 -3
  759. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +0 -9
  760. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.ec +0 -27
  761. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +0 -30
  762. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.ejs +0 -20
  763. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.eperl +0 -18
  764. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.ephp +0 -18
  765. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.eruby +0 -6
  766. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example.escheme +0 -28
  767. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +0 -6
  768. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example1.rb +0 -17
  769. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example1.result +0 -16
  770. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example10.rb +0 -4
  771. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example10.result +0 -17
  772. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +0 -14
  773. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +0 -17
  774. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11.php +0 -20
  775. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11.result +0 -23
  776. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +0 -21
  777. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +0 -10
  778. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +0 -16
  779. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +0 -16
  780. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +0 -15
  781. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +0 -9
  782. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +0 -7
  783. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example2.rb +0 -10
  784. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example2.result +0 -27
  785. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +0 -10
  786. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +0 -10
  787. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +0 -6
  788. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example3.rb +0 -10
  789. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example31.result +0 -22
  790. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example32.result +0 -4
  791. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +0 -8
  792. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +0 -3
  793. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example4.rb +0 -11
  794. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example4.result +0 -10
  795. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +0 -5
  796. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +0 -6
  797. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example5.rb +0 -16
  798. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example5.result +0 -7
  799. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example6.rb +0 -12
  800. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example6.result +0 -7
  801. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +0 -8
  802. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example71.result +0 -13
  803. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example72.result +0 -13
  804. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +0 -6
  805. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +0 -7
  806. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +0 -7
  807. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +0 -3
  808. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example9.rb +0 -8
  809. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example9.result +0 -9
  810. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example91.result +0 -5
  811. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example92.result +0 -4
  812. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_c.result +0 -32
  813. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_java.result +0 -56
  814. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_js.result +0 -22
  815. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +0 -20
  816. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_php.result +0 -19
  817. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +0 -30
  818. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +0 -29
  819. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +0 -8
  820. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +0 -18
  821. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +0 -11
  822. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +0 -38
  823. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +0 -15
  824. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +0 -9
  825. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +0 -8
  826. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +0 -10
  827. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +0 -11
  828. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +0 -13
  829. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +0 -9
  830. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +0 -8
  831. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +0 -6
  832. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +0 -8
  833. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +0 -6
  834. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +0 -14
  835. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +0 -20
  836. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +0 -15
  837. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +0 -9
  838. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +0 -11
  839. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +0 -14
  840. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +0 -19
  841. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +0 -20
  842. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +0 -16
  843. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +0 -6
  844. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +0 -9
  845. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +0 -9
  846. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +0 -6
  847. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +0 -9
  848. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +0 -4
  849. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +0 -3
  850. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +0 -8
  851. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +0 -8
  852. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +0 -9
  853. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/stderr.log +0 -3
  854. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +0 -9
  855. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +0 -9
  856. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +0 -4
  857. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +0 -3
  858. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +0 -4
  859. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +0 -4
  860. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test-engines.rb +0 -425
  861. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test-enhancers.rb +0 -646
  862. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test-erubis.rb +0 -887
  863. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test-index-cgi.rb +0 -191
  864. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test-main.rb +0 -752
  865. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test-users-guide.rb +0 -73
  866. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/test.rb +0 -45
  867. data/bundle/ruby/2.5.0/gems/erubis-2.7.0/test/testutil.rb +0 -111
  868. data/bundle/ruby/2.5.0/gems/haml-4.0.7/CHANGELOG.md +0 -1363
  869. data/bundle/ruby/2.5.0/gems/haml-4.0.7/FAQ.md +0 -157
  870. data/bundle/ruby/2.5.0/gems/haml-4.0.7/MIT-LICENSE +0 -20
  871. data/bundle/ruby/2.5.0/gems/haml-4.0.7/README.md +0 -173
  872. data/bundle/ruby/2.5.0/gems/haml-4.0.7/REFERENCE.md +0 -1294
  873. data/bundle/ruby/2.5.0/gems/haml-4.0.7/Rakefile +0 -134
  874. data/bundle/ruby/2.5.0/gems/haml-4.0.7/bin/haml +0 -9
  875. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/buffer.rb +0 -345
  876. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/compiler.rb +0 -540
  877. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/engine.rb +0 -245
  878. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/error.rb +0 -61
  879. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/exec.rb +0 -329
  880. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/filters.rb +0 -404
  881. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/helpers/action_view_extensions.rb +0 -58
  882. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/helpers/action_view_mods.rb +0 -147
  883. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/helpers/action_view_xss_mods.rb +0 -58
  884. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/helpers/safe_erubis_template.rb +0 -29
  885. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/helpers/xss_mods.rb +0 -104
  886. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/helpers.rb +0 -664
  887. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/options.rb +0 -279
  888. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/parser.rb +0 -764
  889. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/railtie.rb +0 -22
  890. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/sass_rails_filter.rb +0 -33
  891. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/template/options.rb +0 -16
  892. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/template/plugin.rb +0 -41
  893. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/template.rb +0 -32
  894. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/util.rb +0 -377
  895. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml/version.rb +0 -3
  896. data/bundle/ruby/2.5.0/gems/haml-4.0.7/lib/haml.rb +0 -23
  897. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/engine_test.rb +0 -2013
  898. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/erb/_av_partial_1.erb +0 -12
  899. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/erb/_av_partial_2.erb +0 -8
  900. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/erb/action_view.erb +0 -62
  901. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/erb/standard.erb +0 -55
  902. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/filters_test.rb +0 -254
  903. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.0.x +0 -5
  904. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.1.x +0 -6
  905. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.2.x +0 -5
  906. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-4.0.x +0 -5
  907. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/haml-spec/LICENSE +0 -14
  908. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/haml-spec/README.md +0 -106
  909. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/haml-spec/lua_haml_spec.lua +0 -38
  910. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/haml-spec/perl_haml_test.pl +0 -81
  911. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/haml-spec/ruby_haml_test.rb +0 -23
  912. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/haml-spec/tests.json +0 -660
  913. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/helper_test.rb +0 -583
  914. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/markaby/standard.mab +0 -52
  915. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/mocks/article.rb +0 -6
  916. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/parser_test.rb +0 -105
  917. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/content_for_layout.xhtml +0 -12
  918. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/eval_suppressed.xhtml +0 -9
  919. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/helpers.xhtml +0 -70
  920. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/helpful.xhtml +0 -10
  921. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/just_stuff.xhtml +0 -70
  922. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/list.xhtml +0 -12
  923. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/nuke_inner_whitespace.xhtml +0 -40
  924. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/nuke_outer_whitespace.xhtml +0 -148
  925. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/original_engine.xhtml +0 -20
  926. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/partial_layout.xhtml +0 -5
  927. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/partial_layout_erb.xhtml +0 -5
  928. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/partials.xhtml +0 -21
  929. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/render_layout.xhtml +0 -3
  930. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/silent_script.xhtml +0 -74
  931. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/standard.xhtml +0 -162
  932. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/tag_parsing.xhtml +0 -23
  933. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/very_basic.xhtml +0 -5
  934. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/results/whitespace_handling.xhtml +0 -90
  935. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/template_test.rb +0 -354
  936. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_av_partial_1.haml +0 -9
  937. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_av_partial_1_ugly.haml +0 -9
  938. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_av_partial_2.haml +0 -5
  939. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_av_partial_2_ugly.haml +0 -5
  940. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_layout.erb +0 -3
  941. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_layout_for_partial.haml +0 -3
  942. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_partial.haml +0 -8
  943. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_text_area.haml +0 -3
  944. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/_text_area_helper.html.haml +0 -4
  945. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/action_view.haml +0 -47
  946. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/action_view_ugly.haml +0 -47
  947. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/breakage.haml +0 -8
  948. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/content_for_layout.haml +0 -8
  949. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/eval_suppressed.haml +0 -11
  950. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/helpers.haml +0 -55
  951. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/helpful.haml +0 -11
  952. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/just_stuff.haml +0 -85
  953. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/list.haml +0 -12
  954. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/nuke_inner_whitespace.haml +0 -32
  955. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/nuke_outer_whitespace.haml +0 -144
  956. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/original_engine.haml +0 -17
  957. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/partial_layout.haml +0 -3
  958. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/partial_layout_erb.erb +0 -4
  959. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/partialize.haml +0 -1
  960. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/partials.haml +0 -12
  961. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/render_layout.haml +0 -2
  962. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/silent_script.haml +0 -45
  963. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/standard.haml +0 -43
  964. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/standard_ugly.haml +0 -43
  965. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/tag_parsing.haml +0 -21
  966. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/very_basic.haml +0 -4
  967. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/templates/whitespace_handling.haml +0 -87
  968. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/test_helper.rb +0 -81
  969. data/bundle/ruby/2.5.0/gems/haml-4.0.7/test/util_test.rb +0 -63
  970. data/bundle/ruby/2.5.0/gems/highline-1.7.10/Changelog.md +0 -421
  971. data/bundle/ruby/2.5.0/gems/highline-1.7.10/Gemfile +0 -11
  972. data/bundle/ruby/2.5.0/gems/highline-1.7.10/INSTALL +0 -59
  973. data/bundle/ruby/2.5.0/gems/highline-1.7.10/README.rdoc +0 -74
  974. data/bundle/ruby/2.5.0/gems/highline-1.7.10/Rakefile +0 -30
  975. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/ansi_colors.rb +0 -38
  976. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/asking_for_arrays.rb +0 -18
  977. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/basic_usage.rb +0 -75
  978. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/color_scheme.rb +0 -32
  979. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/get_character.rb +0 -12
  980. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/limit.rb +0 -12
  981. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/menus.rb +0 -65
  982. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/overwrite.rb +0 -19
  983. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/page_and_wrap.rb +0 -322
  984. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/password.rb +0 -7
  985. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/repeat_entry.rb +0 -21
  986. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/trapping_eof.rb +0 -22
  987. data/bundle/ruby/2.5.0/gems/highline-1.7.10/examples/using_readline.rb +0 -17
  988. data/bundle/ruby/2.5.0/gems/highline-1.7.10/highline.gemspec +0 -37
  989. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/color_scheme.rb +0 -134
  990. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/compatibility.rb +0 -16
  991. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/import.rb +0 -41
  992. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/menu.rb +0 -381
  993. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/question.rb +0 -480
  994. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/simulate.rb +0 -48
  995. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/string_extensions.rb +0 -111
  996. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/style.rb +0 -192
  997. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/system_extensions.rb +0 -254
  998. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline/version.rb +0 -4
  999. data/bundle/ruby/2.5.0/gems/highline-1.7.10/lib/highline.rb +0 -1048
  1000. data/bundle/ruby/2.5.0/gems/highline-1.7.10/setup.rb +0 -1360
  1001. data/bundle/ruby/2.5.0/gems/highline-1.7.10/site/highline.css +0 -65
  1002. data/bundle/ruby/2.5.0/gems/highline-1.7.10/site/images/logo.png +0 -0
  1003. data/bundle/ruby/2.5.0/gems/highline-1.7.10/site/index.html +0 -58
  1004. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/string_methods.rb +0 -32
  1005. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_color_scheme.rb +0 -96
  1006. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_highline.rb +0 -1402
  1007. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_import.rb +0 -52
  1008. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_menu.rb +0 -439
  1009. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_simulator.rb +0 -33
  1010. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_string_extension.rb +0 -33
  1011. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_string_highline.rb +0 -38
  1012. data/bundle/ruby/2.5.0/gems/highline-1.7.10/test/tc_style.rb +0 -578
  1013. data/bundle/ruby/2.5.0/gems/ruby2ruby-2.4.1/History.rdoc +0 -413
  1014. data/bundle/ruby/2.5.0/gems/ruby2ruby-2.4.1/Rakefile +0 -93
  1015. data/bundle/ruby/2.5.0/gems/ruby2ruby-2.4.1/bin/r2r_show +0 -33
  1016. data/bundle/ruby/2.5.0/gems/ruby2ruby-2.4.1/lib/ruby2ruby.rb +0 -1301
  1017. data/bundle/ruby/2.5.0/gems/ruby2ruby-2.4.1/test/test_ruby2ruby.rb +0 -847
  1018. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/History.rdoc +0 -974
  1019. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/Manifest.txt +0 -36
  1020. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/README.rdoc +0 -109
  1021. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/Rakefile +0 -247
  1022. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/bin/ruby_parse +0 -96
  1023. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/bin/ruby_parse_extract_error +0 -156
  1024. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/compare/normalize.rb +0 -146
  1025. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/rp_extensions.rb +0 -81
  1026. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/rp_stringscanner.rb +0 -64
  1027. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby18_parser.rb +0 -5793
  1028. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby18_parser.y +0 -1908
  1029. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby19_parser.rb +0 -6185
  1030. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby19_parser.y +0 -2116
  1031. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby20_parser.rb +0 -6687
  1032. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby20_parser.y +0 -2345
  1033. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby21_parser.rb +0 -6767
  1034. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby21_parser.y +0 -2362
  1035. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby22_parser.rb +0 -6803
  1036. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby22_parser.y +0 -2376
  1037. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby23_parser.rb +0 -6818
  1038. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby23_parser.y +0 -2378
  1039. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby24_parser.rb +0 -6818
  1040. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby24_parser.y +0 -2378
  1041. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby25_parser.rb +0 -6818
  1042. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby25_parser.y +0 -2378
  1043. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby_lexer.rb +0 -1346
  1044. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby_lexer.rex +0 -177
  1045. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby_lexer.rex.rb +0 -323
  1046. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby_parser.rb +0 -88
  1047. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby_parser.yy +0 -2477
  1048. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/lib/ruby_parser_extras.rb +0 -1377
  1049. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/test/test_ruby_lexer.rb +0 -2899
  1050. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/test/test_ruby_parser.rb +0 -3805
  1051. data/bundle/ruby/2.5.0/gems/ruby_parser-3.11.0/test/test_ruby_parser_extras.rb +0 -226
  1052. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/CHANGES.md +0 -149
  1053. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/Rakefile +0 -26
  1054. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/bin/safe_yaml +0 -75
  1055. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/date.rb +0 -35
  1056. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/lib/safe_yaml/version.rb +0 -3
  1057. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/exploit.1.9.2.yaml +0 -2
  1058. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/exploit.1.9.3.yaml +0 -2
  1059. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/issue48.txt +0 -20
  1060. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/issue49.yml +0 -0
  1061. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/libyaml_checker_spec.rb +0 -69
  1062. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/psych_resolver_spec.rb +0 -10
  1063. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/resolver_specs.rb +0 -278
  1064. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/safe_yaml_spec.rb +0 -731
  1065. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/spec_helper.rb +0 -42
  1066. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/support/exploitable_back_door.rb +0 -29
  1067. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/syck_resolver_spec.rb +0 -10
  1068. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/transform/base64_spec.rb +0 -11
  1069. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/transform/to_date_spec.rb +0 -60
  1070. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/transform/to_float_spec.rb +0 -42
  1071. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/transform/to_integer_spec.rb +0 -64
  1072. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/transform/to_symbol_spec.rb +0 -51
  1073. data/bundle/ruby/2.5.0/gems/safe_yaml-1.0.4/spec/yaml_spec.rb +0 -15
  1074. data/bundle/ruby/2.5.0/gems/sass-3.4.25/CODE_OF_CONDUCT.md +0 -10
  1075. data/bundle/ruby/2.5.0/gems/sass-3.4.25/CONTRIBUTING.md +0 -148
  1076. data/bundle/ruby/2.5.0/gems/sass-3.4.25/MIT-LICENSE +0 -20
  1077. data/bundle/ruby/2.5.0/gems/sass-3.4.25/README.md +0 -227
  1078. data/bundle/ruby/2.5.0/gems/sass-3.4.25/REVISION +0 -1
  1079. data/bundle/ruby/2.5.0/gems/sass-3.4.25/Rakefile +0 -453
  1080. data/bundle/ruby/2.5.0/gems/sass-3.4.25/VERSION +0 -1
  1081. data/bundle/ruby/2.5.0/gems/sass-3.4.25/VERSION_DATE +0 -1
  1082. data/bundle/ruby/2.5.0/gems/sass-3.4.25/VERSION_NAME +0 -1
  1083. data/bundle/ruby/2.5.0/gems/sass-3.4.25/bin/sass +0 -13
  1084. data/bundle/ruby/2.5.0/gems/sass-3.4.25/bin/sass-convert +0 -12
  1085. data/bundle/ruby/2.5.0/gems/sass-3.4.25/bin/scss +0 -13
  1086. data/bundle/ruby/2.5.0/gems/sass-3.4.25/extra/sass-spec-ref.sh +0 -32
  1087. data/bundle/ruby/2.5.0/gems/sass-3.4.25/extra/update_watch.rb +0 -13
  1088. data/bundle/ruby/2.5.0/gems/sass-3.4.25/init.rb +0 -18
  1089. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/base.rb +0 -88
  1090. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/chain.rb +0 -34
  1091. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/filesystem.rb +0 -60
  1092. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/memory.rb +0 -46
  1093. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores/null.rb +0 -25
  1094. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/cache_stores.rb +0 -15
  1095. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/callbacks.rb +0 -67
  1096. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/css.rb +0 -408
  1097. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/deprecation.rb +0 -55
  1098. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/engine.rb +0 -1226
  1099. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/environment.rb +0 -215
  1100. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/error.rb +0 -198
  1101. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec/base.rb +0 -199
  1102. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec/sass_convert.rb +0 -283
  1103. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec/sass_scss.rb +0 -440
  1104. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/exec.rb +0 -9
  1105. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/features.rb +0 -47
  1106. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers/base.rb +0 -182
  1107. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers/deprecated_path.rb +0 -51
  1108. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers/filesystem.rb +0 -219
  1109. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/importers.rb +0 -23
  1110. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger/base.rb +0 -36
  1111. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger/delayed.rb +0 -50
  1112. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger/log_level.rb +0 -45
  1113. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/logger.rb +0 -17
  1114. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/media.rb +0 -210
  1115. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb +0 -582
  1116. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/configuration.rb +0 -134
  1117. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/generic.rb +0 -15
  1118. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/merb.rb +0 -48
  1119. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/rack.rb +0 -60
  1120. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/rails.rb +0 -47
  1121. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin/staleness_checker.rb +0 -199
  1122. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/plugin.rb +0 -134
  1123. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/railtie.rb +0 -10
  1124. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/repl.rb +0 -57
  1125. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/root.rb +0 -7
  1126. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/css_lexer.rb +0 -33
  1127. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/css_parser.rb +0 -33
  1128. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/css_variable_warning.rb +0 -52
  1129. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/functions.rb +0 -2693
  1130. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/lexer.rb +0 -464
  1131. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/parser.rb +0 -832
  1132. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/funcall.rb +0 -313
  1133. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/interpolation.rb +0 -223
  1134. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/list_literal.rb +0 -104
  1135. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/literal.rb +0 -49
  1136. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/map_literal.rb +0 -64
  1137. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/node.rb +0 -127
  1138. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/operation.rb +0 -156
  1139. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/selector.rb +0 -26
  1140. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/string_interpolation.rb +0 -125
  1141. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/unary_operation.rb +0 -69
  1142. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree/variable.rb +0 -57
  1143. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/tree.rb +0 -16
  1144. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/arg_list.rb +0 -36
  1145. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/base.rb +0 -241
  1146. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/bool.rb +0 -35
  1147. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/color.rb +0 -698
  1148. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/helpers.rb +0 -272
  1149. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/list.rb +0 -113
  1150. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/map.rb +0 -70
  1151. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/null.rb +0 -44
  1152. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/number.rb +0 -563
  1153. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value/string.rb +0 -138
  1154. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script/value.rb +0 -11
  1155. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/script.rb +0 -66
  1156. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/css_parser.rb +0 -56
  1157. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/parser.rb +0 -1254
  1158. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/rx.rb +0 -140
  1159. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss/static_parser.rb +0 -373
  1160. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/scss.rb +0 -14
  1161. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/abstract_sequence.rb +0 -111
  1162. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/comma_sequence.rb +0 -191
  1163. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/pseudo.rb +0 -266
  1164. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/sequence.rb +0 -636
  1165. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/simple.rb +0 -117
  1166. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector/simple_sequence.rb +0 -344
  1167. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/selector.rb +0 -323
  1168. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/shared.rb +0 -76
  1169. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/source/map.rb +0 -213
  1170. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/source/position.rb +0 -39
  1171. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/source/range.rb +0 -41
  1172. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/stack.rb +0 -120
  1173. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/supports.rb +0 -225
  1174. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/at_root_node.rb +0 -83
  1175. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/charset_node.rb +0 -22
  1176. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/comment_node.rb +0 -82
  1177. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/content_node.rb +0 -9
  1178. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/css_import_node.rb +0 -68
  1179. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/debug_node.rb +0 -18
  1180. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/directive_node.rb +0 -59
  1181. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/each_node.rb +0 -24
  1182. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/error_node.rb +0 -18
  1183. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/extend_node.rb +0 -43
  1184. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/for_node.rb +0 -36
  1185. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/function_node.rb +0 -44
  1186. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/if_node.rb +0 -52
  1187. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/import_node.rb +0 -75
  1188. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/keyframe_rule_node.rb +0 -15
  1189. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/media_node.rb +0 -48
  1190. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/mixin_def_node.rb +0 -38
  1191. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/mixin_node.rb +0 -52
  1192. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/node.rb +0 -240
  1193. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/prop_node.rb +0 -170
  1194. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/return_node.rb +0 -19
  1195. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/root_node.rb +0 -44
  1196. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/rule_node.rb +0 -155
  1197. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/supports_node.rb +0 -38
  1198. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/trace_node.rb +0 -33
  1199. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/variable_node.rb +0 -36
  1200. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/base.rb +0 -72
  1201. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/check_nesting.rb +0 -173
  1202. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/convert.rb +0 -351
  1203. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/cssize.rb +0 -373
  1204. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/deep_copy.rb +0 -107
  1205. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/extend.rb +0 -70
  1206. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/perform.rb +0 -564
  1207. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/set_options.rb +0 -139
  1208. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/visitors/to_css.rb +0 -409
  1209. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/warn_node.rb +0 -18
  1210. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/tree/while_node.rb +0 -18
  1211. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/cross_platform_random.rb +0 -19
  1212. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/multibyte_string_scanner.rb +0 -155
  1213. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/normalized_map.rb +0 -129
  1214. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/ordered_hash.rb +0 -192
  1215. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/subset_map.rb +0 -109
  1216. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util/test.rb +0 -9
  1217. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/util.rb +0 -1375
  1218. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass/version.rb +0 -124
  1219. data/bundle/ruby/2.5.0/gems/sass-3.4.25/lib/sass.rb +0 -109
  1220. data/bundle/ruby/2.5.0/gems/sass-3.4.25/rails/init.rb +0 -1
  1221. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/cache_test.rb +0 -131
  1222. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/callbacks_test.rb +0 -61
  1223. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/compiler_test.rb +0 -236
  1224. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/conversion_test.rb +0 -2188
  1225. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/css2sass_test.rb +0 -526
  1226. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/css_variable_test.rb +0 -132
  1227. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/data/hsl-rgb.txt +0 -319
  1228. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/encoding_test.rb +0 -219
  1229. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/engine_test.rb +0 -3447
  1230. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/exec_test.rb +0 -96
  1231. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/extend_test.rb +0 -1733
  1232. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/fixtures/test_staleness_check_across_importers.css +0 -1
  1233. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/fixtures/test_staleness_check_across_importers.scss +0 -1
  1234. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/functions_test.rb +0 -1977
  1235. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/importer_test.rb +0 -421
  1236. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/logger_test.rb +0 -58
  1237. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/mock_importer.rb +0 -49
  1238. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/more_results/more1.css +0 -9
  1239. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/more_results/more1_with_line_comments.css +0 -26
  1240. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/more_results/more_import.css +0 -29
  1241. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/more_templates/_more_partial.sass +0 -2
  1242. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/more_templates/more1.sass +0 -23
  1243. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/more_templates/more_import.sass +0 -11
  1244. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/plugin_test.rb +0 -556
  1245. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/alt.css +0 -4
  1246. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/basic.css +0 -9
  1247. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/cached_import_option.css +0 -3
  1248. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/compact.css +0 -5
  1249. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/complex.css +0 -86
  1250. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/compressed.css +0 -1
  1251. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/expanded.css +0 -19
  1252. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/filename_fn.css +0 -3
  1253. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/if.css +0 -3
  1254. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/import.css +0 -31
  1255. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/import_charset.css +0 -5
  1256. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/import_charset_1_8.css +0 -5
  1257. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/import_charset_ibm866.css +0 -5
  1258. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/import_content.css +0 -1
  1259. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/line_numbers.css +0 -49
  1260. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/mixins.css +0 -95
  1261. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/multiline.css +0 -24
  1262. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/nested.css +0 -22
  1263. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/options.css +0 -1
  1264. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/parent_ref.css +0 -13
  1265. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/script.css +0 -16
  1266. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/scss_import.css +0 -31
  1267. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/scss_importee.css +0 -2
  1268. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/subdir/nested_subdir/nested_subdir.css +0 -1
  1269. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/subdir/subdir.css +0 -3
  1270. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/units.css +0 -11
  1271. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/warn.css +0 -0
  1272. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/results/warn_imported.css +0 -0
  1273. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/script_conversion_test.rb +0 -357
  1274. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/script_test.rb +0 -1431
  1275. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/scss/css_test.rb +0 -1281
  1276. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/scss/rx_test.rb +0 -160
  1277. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/scss/scss_test.rb +0 -4205
  1278. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/scss/test_helper.rb +0 -37
  1279. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/source_map_test.rb +0 -1055
  1280. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/superselector_test.rb +0 -210
  1281. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_cached_import_option_partial.scss +0 -1
  1282. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_double_import_loop2.sass +0 -1
  1283. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_filename_fn_import.scss +0 -11
  1284. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_imported_charset_ibm866.sass +0 -4
  1285. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_imported_charset_utf8.sass +0 -4
  1286. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_imported_content.sass +0 -3
  1287. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_partial.sass +0 -2
  1288. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/_same_name_different_partiality.scss +0 -1
  1289. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/alt.sass +0 -16
  1290. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/basic.sass +0 -23
  1291. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/bork1.sass +0 -2
  1292. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/bork2.sass +0 -2
  1293. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/bork3.sass +0 -2
  1294. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/bork4.sass +0 -2
  1295. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/bork5.sass +0 -3
  1296. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/cached_import_option.scss +0 -3
  1297. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/compact.sass +0 -17
  1298. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/complex.sass +0 -305
  1299. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/compressed.sass +0 -15
  1300. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/double_import_loop1.sass +0 -1
  1301. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/expanded.sass +0 -17
  1302. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/filename_fn.scss +0 -18
  1303. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/if.sass +0 -11
  1304. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/import.sass +0 -12
  1305. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/import_charset.sass +0 -9
  1306. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/import_charset_1_8.sass +0 -6
  1307. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/import_charset_ibm866.sass +0 -11
  1308. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/import_content.sass +0 -4
  1309. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/importee.less +0 -2
  1310. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/importee.sass +0 -19
  1311. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/line_numbers.sass +0 -13
  1312. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/mixin_bork.sass +0 -5
  1313. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/mixins.sass +0 -76
  1314. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/multiline.sass +0 -20
  1315. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested.sass +0 -25
  1316. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested_bork1.sass +0 -2
  1317. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested_bork2.sass +0 -2
  1318. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested_bork3.sass +0 -2
  1319. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested_bork4.sass +0 -2
  1320. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested_import.sass +0 -2
  1321. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/nested_mixin_bork.sass +0 -6
  1322. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/options.sass +0 -2
  1323. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/parent_ref.sass +0 -25
  1324. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/same_name_different_ext.sass +0 -2
  1325. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/same_name_different_ext.scss +0 -1
  1326. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/same_name_different_partiality.scss +0 -1
  1327. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/script.sass +0 -101
  1328. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/scss_import.scss +0 -12
  1329. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/scss_importee.scss +0 -1
  1330. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/single_import_loop.sass +0 -1
  1331. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/subdir/import_up1.scss +0 -1
  1332. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/subdir/import_up2.scss +0 -1
  1333. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/subdir/nested_subdir/_nested_partial.sass +0 -2
  1334. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/subdir/nested_subdir/nested_subdir.sass +0 -3
  1335. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/subdir/subdir.sass +0 -6
  1336. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/units.sass +0 -11
  1337. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/warn.sass +0 -3
  1338. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/templates/warn_imported.sass +0 -4
  1339. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/test_helper.rb +0 -8
  1340. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/util/multibyte_string_scanner_test.rb +0 -155
  1341. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/util/normalized_map_test.rb +0 -51
  1342. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/util/subset_map_test.rb +0 -91
  1343. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/util_test.rb +0 -438
  1344. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass/value_helpers_test.rb +0 -179
  1345. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/sass-spec.yml +0 -3
  1346. data/bundle/ruby/2.5.0/gems/sass-3.4.25/test/test_helper.rb +0 -110
  1347. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/CHANGELOG.md +0 -1
  1348. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/CONTRIBUTING.md +0 -38
  1349. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Gemfile +0 -20
  1350. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Guardfile +0 -8
  1351. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/LICENSE +0 -20
  1352. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/README.md +0 -349
  1353. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Rakefile +0 -5
  1354. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/Vagrantfile +0 -96
  1355. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapter.rb +0 -327
  1356. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/bsd.rb +0 -75
  1357. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/darwin.rb +0 -48
  1358. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/linux.rb +0 -81
  1359. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/polling.rb +0 -58
  1360. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/adapters/windows.rb +0 -91
  1361. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/directory_record.rb +0 -406
  1362. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/listener.rb +0 -323
  1363. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/turnstile.rb +0 -32
  1364. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen/version.rb +0 -3
  1365. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/lib/listen.rb +0 -54
  1366. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/listen.gemspec +0 -28
  1367. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapter_spec.rb +0 -149
  1368. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/bsd_spec.rb +0 -36
  1369. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/darwin_spec.rb +0 -37
  1370. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/linux_spec.rb +0 -47
  1371. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/polling_spec.rb +0 -68
  1372. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/adapters/windows_spec.rb +0 -30
  1373. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/directory_record_spec.rb +0 -1250
  1374. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/listener_spec.rb +0 -258
  1375. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen/turnstile_spec.rb +0 -56
  1376. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/listen_spec.rb +0 -67
  1377. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/spec_helper.rb +0 -25
  1378. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/adapter_helper.rb +0 -666
  1379. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/directory_record_helper.rb +0 -57
  1380. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/fixtures_helper.rb +0 -29
  1381. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/listeners_helper.rb +0 -179
  1382. data/bundle/ruby/2.5.0/gems/sass-3.4.25/vendor/listen/spec/support/platform_helper.rb +0 -15
  1383. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/History.rdoc +0 -360
  1384. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/Manifest.txt +0 -14
  1385. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/Rakefile +0 -17
  1386. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/lib/pt_testcase.rb +0 -3130
  1387. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/lib/sexp.rb +0 -1420
  1388. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/lib/sexp_processor.rb +0 -754
  1389. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/lib/strict_sexp.rb +0 -126
  1390. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/test/test_composite_sexp_processor.rb +0 -66
  1391. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/test/test_environment.rb +0 -94
  1392. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/test/test_sexp.rb +0 -1643
  1393. data/bundle/ruby/2.5.0/gems/sexp_processor-4.11.0/test/test_sexp_processor.rb +0 -399
  1394. data/bundle/ruby/2.5.0/gems/slim-3.0.7/CHANGES +0 -431
  1395. data/bundle/ruby/2.5.0/gems/slim-3.0.7/Gemfile +0 -69
  1396. data/bundle/ruby/2.5.0/gems/slim-3.0.7/LICENSE +0 -21
  1397. data/bundle/ruby/2.5.0/gems/slim-3.0.7/README.jp.md +0 -1230
  1398. data/bundle/ruby/2.5.0/gems/slim-3.0.7/README.md +0 -1230
  1399. data/bundle/ruby/2.5.0/gems/slim-3.0.7/Rakefile +0 -100
  1400. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/context.rb +0 -11
  1401. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/profile-parser.rb +0 -10
  1402. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/profile-render.rb +0 -12
  1403. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/run-benchmarks.rb +0 -126
  1404. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/run-diffbench.rb +0 -21
  1405. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/view.erb +0 -23
  1406. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/view.haml +0 -18
  1407. data/bundle/ruby/2.5.0/gems/slim-3.0.7/benchmarks/view.slim +0 -17
  1408. data/bundle/ruby/2.5.0/gems/slim-3.0.7/bin/slimrb +0 -6
  1409. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/include.md +0 -20
  1410. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/jp/include.md +0 -20
  1411. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/jp/logic_less.md +0 -137
  1412. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/jp/smart.md +0 -102
  1413. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/jp/translator.md +0 -28
  1414. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/logic_less.md +0 -137
  1415. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/smart.md +0 -103
  1416. data/bundle/ruby/2.5.0/gems/slim-3.0.7/doc/translator.md +0 -28
  1417. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/command.rb +0 -128
  1418. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/embedded.rb +0 -273
  1419. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/engine.rb +0 -39
  1420. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/filter.rb +0 -30
  1421. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/grammar.rb +0 -20
  1422. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/logic_less/context.rb +0 -127
  1423. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/parser.rb +0 -537
  1424. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/smart/parser.rb +0 -36
  1425. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/splat/builder.rb +0 -101
  1426. data/bundle/ruby/2.5.0/gems/slim-3.0.7/lib/slim/version.rb +0 -5
  1427. data/bundle/ruby/2.5.0/gems/slim-3.0.7/slim.gemspec +0 -24
  1428. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/helper.rb +0 -211
  1429. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_code_blocks.rb +0 -183
  1430. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_code_escaping.rb +0 -150
  1431. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_code_evaluation.rb +0 -180
  1432. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_code_output.rb +0 -168
  1433. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_code_structure.rb +0 -186
  1434. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_commands.rb +0 -223
  1435. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_embedded_engines.rb +0 -242
  1436. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_encoding.rb +0 -28
  1437. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_erb_converter.rb +0 -67
  1438. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_html_attributes.rb +0 -268
  1439. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_html_escaping.rb +0 -65
  1440. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_html_structure.rb +0 -553
  1441. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_parser_errors.rb +0 -148
  1442. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_pretty.rb +0 -166
  1443. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_ruby_errors.rb +0 -207
  1444. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_slim_template.rb +0 -77
  1445. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_tabs.rb +0 -169
  1446. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_text_interpolation.rb +0 -79
  1447. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_thread_options.rb +0 -18
  1448. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/core/test_unicode.rb +0 -16
  1449. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/include/files/recursive.slim +0 -1
  1450. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/include/files/slimfile.slim +0 -3
  1451. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/include/files/subdir/test.slim +0 -1
  1452. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/include/files/textfile +0 -1
  1453. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/include/test_include.rb +0 -24
  1454. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/literate/TESTS.md +0 -1290
  1455. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/literate/helper.rb +0 -15
  1456. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/literate/run.rb +0 -92
  1457. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/logic_less/test_logic_less.rb +0 -295
  1458. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/Rakefile +0 -7
  1459. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/controllers/application_controller.rb +0 -2
  1460. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/controllers/entries_controller.rb +0 -5
  1461. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/controllers/slim_controller.rb +0 -40
  1462. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/helpers/application_helper.rb +0 -5
  1463. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/models/entry.rb +0 -16
  1464. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/entries/edit.html.slim +0 -3
  1465. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/layouts/application.html.slim +0 -10
  1466. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/_partial.html.slim +0 -1
  1467. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/content_for.html.slim +0 -7
  1468. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/erb.html.erb +0 -1
  1469. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/form_for.html.slim +0 -2
  1470. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/helper.html.slim +0 -4
  1471. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/integers.html.slim +0 -1
  1472. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/no_layout.html.slim +0 -1
  1473. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/normal.html.slim +0 -1
  1474. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/partial.html.slim +0 -2
  1475. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/splat.html.slim +0 -2
  1476. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/thread_options.html.slim +0 -1
  1477. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/variables.html.slim +0 -1
  1478. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/app/views/slim/xml.slim +0 -1
  1479. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/application.rb +0 -44
  1480. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/boot.rb +0 -10
  1481. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/environment.rb +0 -5
  1482. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/environments/test.rb +0 -34
  1483. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/initializers/backtrace_silencers.rb +0 -7
  1484. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/initializers/inflections.rb +0 -10
  1485. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/initializers/mime_types.rb +0 -5
  1486. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/initializers/secret_token.rb +0 -7
  1487. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/initializers/session_store.rb +0 -8
  1488. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/locales/en.yml +0 -5
  1489. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config/routes.rb +0 -60
  1490. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/config.ru +0 -4
  1491. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/script/rails +0 -6
  1492. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/test/helper.rb +0 -31
  1493. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/rails/test/test_slim.rb +0 -90
  1494. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/smart/test_smart_text.rb +0 -296
  1495. data/bundle/ruby/2.5.0/gems/slim-3.0.7/test/translator/test_translator.rb +0 -76
  1496. data/bundle/ruby/2.5.0/gems/temple-0.7.7/CHANGES +0 -240
  1497. data/bundle/ruby/2.5.0/gems/temple-0.7.7/EXPRESSIONS.md +0 -261
  1498. data/bundle/ruby/2.5.0/gems/temple-0.7.7/README.md +0 -267
  1499. data/bundle/ruby/2.5.0/gems/temple-0.7.7/Rakefile +0 -25
  1500. data/bundle/ruby/2.5.0/gems/temple-0.7.7/lib/temple/filters/static_analyzer.rb +0 -87
  1501. data/bundle/ruby/2.5.0/gems/temple-0.7.7/lib/temple/filters/string_splitter.rb +0 -130
  1502. data/bundle/ruby/2.5.0/gems/temple-0.7.7/lib/temple/mixins/dispatcher.rb +0 -160
  1503. data/bundle/ruby/2.5.0/gems/temple-0.7.7/lib/temple/templates/rails.rb +0 -26
  1504. data/bundle/ruby/2.5.0/gems/temple-0.7.7/lib/temple/version.rb +0 -3
  1505. data/bundle/ruby/2.5.0/gems/temple-0.7.7/lib/temple.rb +0 -66
  1506. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_code_merger.rb +0 -38
  1507. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_control_flow.rb +0 -90
  1508. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_dynamic_inliner.rb +0 -95
  1509. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_eraser.rb +0 -55
  1510. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_escapable.rb +0 -49
  1511. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_multi_flattener.rb +0 -33
  1512. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_static_analyzer.rb +0 -23
  1513. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_static_merger.rb +0 -41
  1514. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/filters/test_string_splitter.rb +0 -18
  1515. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/helper.rb +0 -30
  1516. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/html/test_attribute_merger.rb +0 -76
  1517. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/html/test_attribute_remover.rb +0 -43
  1518. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/html/test_attribute_sorter.rb +0 -48
  1519. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/html/test_fast.rb +0 -97
  1520. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/html/test_pretty.rb +0 -55
  1521. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/mixins/test_dispatcher.rb +0 -70
  1522. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/mixins/test_grammar_dsl.rb +0 -86
  1523. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_engine.rb +0 -189
  1524. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_erb.rb +0 -61
  1525. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_filter.rb +0 -29
  1526. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_generator.rb +0 -158
  1527. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_grammar.rb +0 -47
  1528. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_map.rb +0 -39
  1529. data/bundle/ruby/2.5.0/gems/temple-0.7.7/test/test_utils.rb +0 -39
  1530. data/bundle/ruby/2.5.0/gems/terminal-table-1.8.0/Rakefile +0 -15
  1531. data/bundle/ruby/2.5.0/gems/terminal-table-1.8.0/examples/examples.rb +0 -83
  1532. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/CHANGELOG.md +0 -127
  1533. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/Gemfile +0 -65
  1534. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/HACKING +0 -16
  1535. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/README.md +0 -233
  1536. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/Rakefile +0 -106
  1537. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/bin/tilt +0 -122
  1538. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/docs/TEMPLATES.md +0 -555
  1539. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/docs/common.css +0 -14
  1540. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/commonmarker.rb +0 -21
  1541. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/csv.rb +0 -65
  1542. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/erb.rb +0 -57
  1543. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/haml.rb +0 -86
  1544. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/pandoc.rb +0 -49
  1545. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/redcarpet.rb +0 -83
  1546. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/rst-pandoc.rb +0 -18
  1547. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/sass.rb +0 -41
  1548. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/template.rb +0 -302
  1549. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt.rb +0 -166
  1550. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/man/index.txt +0 -2
  1551. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/man/tilt.1.ronn +0 -59
  1552. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/markaby/locals.mab +0 -1
  1553. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/markaby/markaby.mab +0 -1
  1554. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/markaby/markaby_other_static.mab +0 -1
  1555. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/markaby/render_twice.mab +0 -1
  1556. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/markaby/scope.mab +0 -1
  1557. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/markaby/yielding.mab +0 -2
  1558. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/mytemplate.rb +0 -2
  1559. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/test_helper.rb +0 -64
  1560. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_asciidoctor_test.rb +0 -50
  1561. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_babeltemplate.rb +0 -33
  1562. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_blueclothtemplate_test.rb +0 -33
  1563. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_buildertemplate_test.rb +0 -72
  1564. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_cache_test.rb +0 -43
  1565. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_coffeescripttemplate_test.rb +0 -141
  1566. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_commonmarkertemplate_test.rb +0 -20
  1567. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_compilesite_test.rb +0 -51
  1568. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_creoletemplate_test.rb +0 -24
  1569. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_csv_test.rb +0 -77
  1570. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_erbtemplate_test.rb +0 -239
  1571. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_erubistemplate_test.rb +0 -151
  1572. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_erubitemplate_test.rb +0 -158
  1573. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_etannitemplate_test.rb +0 -174
  1574. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_hamltemplate_test.rb +0 -166
  1575. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_kramdown_test.rb +0 -20
  1576. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_lesstemplate_test.less +0 -1
  1577. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_lesstemplate_test.rb +0 -42
  1578. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_liquidtemplate_test.rb +0 -87
  1579. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_livescripttemplate_test.rb +0 -37
  1580. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_mapping_test.rb +0 -232
  1581. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_markaby_test.rb +0 -88
  1582. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_markdown_test.rb +0 -186
  1583. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_marukutemplate_test.rb +0 -36
  1584. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_metadata_test.rb +0 -42
  1585. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_nokogiritemplate_test.rb +0 -87
  1586. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_pandoctemplate_test.rb +0 -67
  1587. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_prawntemplate.prawn +0 -1
  1588. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_prawntemplate_test.rb +0 -75
  1589. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_radiustemplate_test.rb +0 -75
  1590. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_rdiscounttemplate_test.rb +0 -43
  1591. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_rdoctemplate_test.rb +0 -29
  1592. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_redcarpettemplate_test.rb +0 -54
  1593. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_redclothtemplate_test.rb +0 -36
  1594. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_rstpandoctemplate_test.rb +0 -32
  1595. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_sasstemplate_test.rb +0 -41
  1596. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_sigil_test.rb +0 -41
  1597. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_stringtemplate_test.rb +0 -171
  1598. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_template_test.rb +0 -314
  1599. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_test.rb +0 -60
  1600. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_typescript_test.rb +0 -38
  1601. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_wikiclothtemplate_test.rb +0 -32
  1602. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/test/tilt_yajltemplate_test.rb +0 -101
  1603. data/bundle/ruby/2.5.0/gems/tilt-2.0.8/tilt.gemspec +0 -130
  1604. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/CHANGELOG.md +0 -113
  1605. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/MIT-LICENSE.txt +0 -22
  1606. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/README.md +0 -124
  1607. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/Rakefile +0 -64
  1608. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/data/display_width.marshal.gz +0 -0
  1609. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/lib/unicode/display_width/constants.rb +0 -8
  1610. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/lib/unicode/display_width.rb +0 -51
  1611. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/spec/display_width_spec.rb +0 -156
  1612. data/bundle/ruby/2.5.0/gems/unicode-display_width-1.4.0/unicode-display_width.gemspec +0 -18
@@ -0,0 +1,1297 @@
1
+ === 3.19.1 / 2022-04-05
2
+
3
+ * 2 bug fixes:
4
+
5
+ * Added comments to endless defn and defs. (mvz)
6
+ * Fixed endless method bug handling attrset names.
7
+
8
+ === 3.19.0 / 2022-03-29
9
+
10
+ * 1 major enhancement:
11
+
12
+ * Added tentative 3.1 support.
13
+
14
+ * 7 minor enhancements:
15
+
16
+ * 3.1: bare RHS assoc: { y: } => s(:hash, s(:lit, :y), nil)
17
+ * 3.1: calls w/ unnamed block args (bare &)
18
+ * 3.1: endless defn/defs w/ paren-less calls (aka commands)
19
+ * 3.1: pattern capture to nonlocal vars, eg: ^@a, ^$b, ^@@c
20
+ * 3.1: pattern: ^(expr) => expr
21
+ * Improved steps for adding new versions.
22
+ * Improved steps for running gauntlets.
23
+
24
+ * 2 bug fixes:
25
+
26
+ * Bumped 2.6+ cached versions for rake compare.
27
+ * Skip test_regexp_esc_C_slash on ruby 3.1.0 because of MRI bug.
28
+
29
+ === 3.18.1 / 2021-11-10
30
+
31
+ * 1 minor enhancement:
32
+
33
+ * All parser tests are now explicitly testing line numbers at every level.
34
+
35
+ * 3 bug fixes:
36
+
37
+ * Fixed endless method with noargs. (mitsuru)
38
+ * Fixed line numbers on some yield forms.
39
+ * Handle and clearly report if unifdef is missing.
40
+
41
+ === 3.18.0 / 2021-10-27
42
+
43
+ Holy crap... 58 commits! 2.7 and 3.0 are feature complete. Strings
44
+ & heredocs have been rewritten.
45
+
46
+ * 9 major enhancements:
47
+
48
+ * !!! Rewrote lexer (and friends) for strings, heredocs, and %*[] constructs.
49
+ * Massive overhaul on line numbers.
50
+ * Freeze input! Finally!!! No more modifying the input string for heredocs.
51
+ * Overhauled RPStringScanner. Removed OLD compatibility methods!
52
+ * Removed Sexp methods: value, to_sym, add, add_all, node_type, values.
53
+ * value moved to sexp_processor.
54
+ * Removed String#grep monkey-patch.
55
+ * Removed String#lineno monkey-patch.
56
+ * Removed string_to_pos, charpos, etc hacks for ancient ruby versions.
57
+ * Removed unread_many... NO! NO EDITING THE INPUT STRING!
58
+
59
+ * 31 minor enhancements:
60
+
61
+ * 2.7/3.0: many more pattern edge cases
62
+ * 2.7: Added `mlhs = rhs rescue expr`
63
+ * 2.7: refactored destructured args (`|(k,v)|`) and unfactored(?!) case_body/args.
64
+ * 3.0: excessed_comma
65
+ * 3.0: finished most everything: endless methods, patterns, etc.
66
+ * 3.0: refactored / added new pattern changes
67
+ * Added RubyLexer#in_heredoc? (ie, is there old_ss ?)
68
+ * Added RubyLexer#old_ss and old_lineno and removed much of SSStack(ish).
69
+ * Added Symbol#end_with? when necessary
70
+ * Added TALLY and DEBUG options for ss.getch and ss.scan
71
+ * Added ignore_body_comments to make parser productions more clear.
72
+ * Added support for no_kwarg (eg `def f(**nil)`).
73
+ * Added support for no_kwarg in blocks (eg `f { |**nil| }`).
74
+ * Augmented generated parser files to have frozen_string_literal comments and fixed tests.
75
+ * Broke out 3.0 parser into its own to ease development.
76
+ * Bumped dependencies on sexp_processor and oedipus_lex.
77
+ * Clean generated 3.x files.
78
+ * Extracted all string scanner methods to their own module.
79
+ * Fixed some precedence decls.
80
+ * Implemented most of pattern matching for 2.7+.
81
+ * Improve lex_state= to report location in verbose debug mode.
82
+ * Made it easier to debug with a particular version of ruby via rake.
83
+ * Make sure ripper uses the same version of ruby we specified.
84
+ * Moved all string/heredoc/etc code to ruby_lexer_strings.rb
85
+ * Remove warning from newer bisons.
86
+ * Sprinkled in some frozen_string_literal, but mostly helped by oedipus bump.
87
+ * Switch to comparing against ruby binary since ripper is buggy.
88
+ * bugs task should try both bug*.rb and bad*.rb.
89
+ * endless methods
90
+ * f_any_kwrest refactoring.
91
+ * refactored defn/defs
92
+
93
+ * 15 bug fixes:
94
+
95
+ * Cleaned a bunch of old hacks. Initializing RubyLexer w/ Parser is cleaner now.
96
+ * Corrected some lex_state errors in process_token_keyword.
97
+ * Fixed ancient ruby2 change (use #lines) in ruby_parse_extract_error.
98
+ * Fixed bug where else without rescue only raises on 2.6+
99
+ * Fixed caller for getch and scan when DEBUG=1
100
+ * Fixed comments in the middle of message cascades.
101
+ * Fixed differences w/ symbol productions against ruby 2.7.
102
+ * Fixed dsym to use string_contents production.
103
+ * Fixed error in bdot2/3 in some edge cases. Fixed p_alt line.
104
+ * Fixed heredoc dedenting in the presence of empty lines. (mvz)
105
+ * Fixed some leading whitespace / comment processing
106
+ * Fixed up how class/module/defn/defs comments were collected.
107
+ * Overhauled ripper.rb to deal with buggy ripper w/ yydebug.
108
+ * Removed dsym from literal.
109
+ * Removed tUBANG lexeme but kept it distinct as a method name (eg: `def !@`).
110
+
111
+ === 3.17.0 / 2021-08-03
112
+
113
+ * 1 minor enhancement:
114
+
115
+ * Added support for arg forwarding (eg `def f(...); m(...); end`) (presidentbeef)
116
+
117
+ === 3.16.0 / 2021-05-15
118
+
119
+ * 1 major enhancement:
120
+
121
+ * Added tentative 3.0 support.
122
+
123
+ * 3 minor enhancements:
124
+
125
+ * Added lexing for "beginless range" (bdots).
126
+ * Added parsing for bdots.
127
+ * Updated rake compare task to download xz files, bumped versions, etc
128
+
129
+ * 4 bug fixes:
130
+
131
+ * Bump rake dependency to >= 10, < 15. (presidentbeef)
132
+ * Bump sexp_processor dependency to 4.15.1+. (pravi)
133
+ * Fixed minor state mismatch at the end of parsing to make diffing a little cleaner.
134
+ * Fixed normalizer to deal with new bison token syntax
135
+
136
+ === 3.15.1 / 2021-01-10
137
+
138
+ * 1 bug fix:
139
+
140
+ * Bumped ruby version to include < 4 (trunk).
141
+
142
+ === 3.15.0 / 2020-08-31
143
+
144
+ * 1 major enhancement:
145
+
146
+ * Added tentative 2.7 support.
147
+
148
+ * 1 minor enhancement:
149
+
150
+ * Improved ruby_parse_extract_error's handling of moving slow files out.
151
+
152
+ * 22 bug fixes:
153
+
154
+ * Bumped ruby version to include 3.0 (trunk).
155
+ * Fix an error related to empty ensure bodies. (presidentbeef)
156
+ * Fix handling of bad magic encoding comment.
157
+ * Fixed SystemStackError when parsing a huoooge hash, caused by a splat arg.
158
+ * Fixed a number of errors parsing do blocks in strange edge cases.
159
+ * Fixed a string backslash lexing bug when the string is an invalid encoding. (nijikon, gmcgibbon)
160
+ * Fixed bug assigning line number to some arg nodes.
161
+ * Fixed bug concatinating string literals with differing encodings.
162
+ * Fixed bug lexing heredoc w/ nasty mix of \r\n and \n.
163
+ * Fixed bug lexing multiple codepoints in \u{0000 1111 2222} forms.
164
+ * Fixed bug setting line numbers in empty xstrings in some contexts.
165
+ * Fixed edge case on call w/ begin + do block as an arg.
166
+ * Fixed handling of UTF BOM.
167
+ * Fixed handling of lexer state across string interpolation braces.
168
+ * Fixed infinite loop when lexing backslash+cr+newline (aka dos-files)
169
+ * Fixed lambda + do block edge case.
170
+ * Fixed lexing of some ?\M... and ?\C... edge cases.
171
+ * Fixed more do/brace block edge case failures.
172
+ * Fixed parsing bug where splat was used in the middle of a list.
173
+ * Fixed parsing of interpolation in heredoc-like strings. (presidentbeef)
174
+ * Fixed parsing some esoteric edge cases in op_asgn.
175
+ * Fixed unicode processing in ident chars so now they better mix.
176
+
177
+ === 3.14.2 / 2020-02-06
178
+
179
+ * 1 minor enhancement:
180
+
181
+ * Cleaned up call_args and removed arg_blk_pass from ruby_parser_extras.rb! Yay!
182
+
183
+ === 3.14.1 / 2019-10-29
184
+
185
+ * 1 minor enhancement:
186
+
187
+ * Declared that ruby_parser supports ruby 2.2 and up.
188
+
189
+ * 3 bug fixes:
190
+
191
+ * Fixed a problem with %W with a null-byte terminator. (wtf?) (spohlenz)
192
+ * Fixed line numbering for command (eg methods without parentheses) arguments. (mvz)
193
+ * Fixed lineno on new dxstrs. (presidentbeef)
194
+
195
+ === 3.14.0 / 2019-09-24
196
+
197
+ * 8 minor enhancements:
198
+
199
+ * Added Sexp#line_min & new line number debugging feature.
200
+ * Allow bin/ruby_parse to use RP_TIMEOUT to tweak default timeout for large files & slow debugging modes.
201
+ * Did you know that custom inspect can't be > 65 chars? 65! Me neither. Fixed.
202
+ * For now, value_expr == remove_begin.
203
+ * Improved error messages for unterminated regexps.
204
+ * Moved all STR_* consts into State::Values and made them State instances.
205
+ * Overhauled RubyLexer::State + Values to allow for completely separate groups of States.
206
+ * RubyParserExtras#remove_begin removes nested begins and patches line numbers.
207
+
208
+ * 22 bug fixes:
209
+
210
+ * Changed EOF signaling to return [false, false] per doco.
211
+ * Changed RubyParserStuff#remove_begin to keep inner line number, if any. (mvz)
212
+ * Differentiated between lambda call and stabby proc. Added :lambda sexp. (whitequark)
213
+ * Extended State#== to check equal? first as an optimization.
214
+ * Fixed a bug in tab indent width.
215
+ * Fixed a line numbering bug for assignables.
216
+ * Fixed a line numbering bug for defns w/ nil bodies.
217
+ * Fixed another missing line number, driven out by ruby_to_ruby bootstrap.
218
+ * Fixed dedenting squiggle heredocs if interpolation is in the mix. (mvz)
219
+ * Fixed differentiation of `{ |a| ... }` vs `{ |a,| ... }`. Fixes #236 (whitequark).
220
+ * Fixed lex_state for symbols.
221
+ * Fixed lex_state for tSTRING_END and tREGEXP_END.
222
+ * Fixed line numbers for BEGIN block. (mvz)
223
+ * Fixed op_asgn1 w/ command_call having array instead of arglist. (mvz)
224
+ * Fixed parsing of () in a command-call (eg p).
225
+ * Fixed remaining missing line numbers by forcing extra checks during test and blowing up. They may still be wrong (esp after heredocs, ugh), but they're there! Special thank you to mvz for pushing on this and providing tests and PRs.
226
+ * Fixed some lex_state versioning issues with closing braces/bracket on ruby<25.
227
+ * Keep carriage return escapes in heredocs. (mvz)
228
+ * Massive overhaul of line number code.
229
+ * More line number fixes and extra tests from mvz. Thank you!
230
+ * Parsing BEGIN block when not at top level should raise an error. (mvz)
231
+ * Removed irb task from Rakefile as it has been pushed up to Hoe and doubles up here.
232
+
233
+ === 3.13.1 / 2019-03-25
234
+
235
+ * 1 major enhancement:
236
+
237
+ * Overhauled RubyLexer#lex_state to allow for multi-state value.
238
+
239
+ * 5 minor enhancements:
240
+
241
+ * Added RubyParser#current so scripts can poke around inside.
242
+ * Cleaned up and modernized bin/ruby_parse_extract_error.
243
+ * Removed RubyLexer#in_lex_state? in favor of State#=~ and #==.
244
+ * Renamed RubyLexer#in_arg_state? to is_after_operator?.
245
+ * Replaced all use of :expr_<*> symbols w/ bitfields.
246
+
247
+ * 15 bug fixes:
248
+
249
+ * Added tests to show #233 already fixed.
250
+ * Fixed a lexer state bug dealing with complex edge case in hash key w/ interpolated symbol and an array value. Not a great fix. (presidentbeef)
251
+ * Fixed a number of lex_state check problems.
252
+ * Fixed alias and undef keyword data.
253
+ * Fixed bug normalizing to utf-8 on tail of dstr (post-interpolation). (mvz)
254
+ * Fixed handling of hex chars for bare unicode escape. (mvz)
255
+ * Fixed handling of invalid string octals more gracefully. Needs generalization.
256
+ * Fixed lexing of regexps w/ backslashed unicode. I hope.
257
+ * Fixed parse_percent for EXPR_FITEM edge cases. Fixed bug #125.
258
+ * Fixed parsing of op_asgn on constants (eg ::X ||= 1).
259
+ * Fixed precedence of rescue modifier on assignments. (mvz/whitequark)
260
+ * Fixed some EXPR_FNAME edge cases.
261
+ * Fixed using unicode in gvars. Fixed bug 202. (331299)
262
+ * Handle invalid string literals more gracefully.
263
+ * Minor fix lexing %s[]
264
+
265
+ === 3.13.0 / 2019-03-12
266
+
267
+ * 3 major enhancements:
268
+
269
+ * Removed 1.8 and 1.9 support. Moved to ruby_parser-legacy gem.
270
+ * Added tentative 2.6 support.
271
+ * Updated ruby_parser.yy to ruby 2.4 architecture.
272
+
273
+ * 22 minor enhancements:
274
+
275
+ * Added debug3 and cmp3 rake tasks that use the above tools.
276
+ * Added tLONELY to compare/normalize.rb
277
+ * Added tools/munge.rb, tools/ripper.rb, and debugging.md
278
+ * 2.6: Added trailing .. and ... support.
279
+ * Extended StackState to log more state changes, making debugging easier.
280
+ * Extended StackState#store to take an initial value.
281
+ * Improved logging / debugging in StackState.
282
+ * Improved normalization and parser compare tasks.
283
+ * Improved tools/munge.rb output.
284
+ * In f_arglist, track in_kwarg if no parens.
285
+ * In process_newline_or_comment, handle NL if in_kwarg there vs normal.
286
+ * Refactored normalized values to WORDLIST.
287
+ * Refactored parser: push up to relop and rel_expr.
288
+ * Removed Keyword.keyword18.
289
+ * Removed RubyLexer version attr_accessors.
290
+ * Removed long dead deprecations internal to RubyParserStuff.
291
+ * Removed version arg to RubyLexer#initialize (default nil + no-op).
292
+ * Renamed Keyword.keyword19 to Keyword.keyword.
293
+ * Renamed process_bracing to process_brace_close
294
+ * Renamed process_curly_brace to process_brace_open
295
+ * Report first parse error message if all parser versions fail, not last.
296
+ * Updated parser to track against 2.6.
297
+
298
+ * 11 bug fixes:
299
+
300
+ * Fix some shift/reduce errors.
301
+ * Fixed BEGIN blocks having different arg value that END blocks. (mvz)
302
+ * Fixed all reported unused non-terminals/rules.
303
+ * Fixed bug 272.
304
+ * Fixed bug in interpolated symbol lists. (strviola)
305
+ * Fixed bug where block shadow arguments were not registered as lvars. (akimd)
306
+ * Fixed bug where kwsplat args weren't treated as lvars. (mvz)
307
+ * Fixed lex_state and other internals in many cases.
308
+ * Fixed shebang in compare/normalize.rb to use env. Avoids rubygems freaking.
309
+ * Fixed some more internal state bugs.
310
+ * Fixed tRCURLY -> tSTRING_DEND for interpolation brace closes.
311
+
312
+ === 3.12.0 / 2018-12-04
313
+
314
+ * 3 minor enhancements:
315
+
316
+ * 2.5: Allow rescue/ensure/else in normal do blocks. (presidentbeef)
317
+ * Added stabby proc with do/end as block call argument. (presidentbeef)
318
+ * Holy cow levels of optimization from presidentbeef. I write slow bad code.
319
+
320
+ * 1 bug fix:
321
+
322
+ * Improve handling of single-quoted symbols and labels. (mvz)
323
+
324
+ === 3.11.0 / 2018-02-14
325
+
326
+ * 1 major enhancement:
327
+
328
+ * Expand to support ruby 2.5 parsing.
329
+
330
+ * 3 bug fixes:
331
+
332
+ * Fixed %r lexing when delimiter is also used in (?X) group.
333
+ * Restore newline after label to detect required kwarg. (presidentbeef)
334
+ * Return `s(:self)` target for `self[]` calls. (presidentbeef)
335
+
336
+ === 3.10.1 / 2017-07-21
337
+
338
+ * 2 bug fixes:
339
+
340
+ * Fixed identification of parser version whether Ruby##Parser or Parser::V##.
341
+ * Fixed squiggly heredoc lexing when using 24 parser.
342
+
343
+ === 3.10.0 / 2017-07-17
344
+
345
+ * 4 minor enhancements:
346
+
347
+ * Added support for 'squiggly heredocs' (indented content). (jjoos)
348
+ * Bumped oedipus_lex to ~> 2.5.
349
+ * Bumped sexp_processor to ~> 4.9.
350
+ * Made STRICT_SEXP=1 safe: converted indexed sexps to semantic calls where needed.
351
+
352
+ * 5 bug fixes:
353
+
354
+ * Clear and restore cmdarg stack around defs args and body. (presidentbeef)
355
+ * Conditionalize use of sexp_body= to make it compatible w/ sexp_processor 4.9.0
356
+ * Fix up line numbers in strings with newlines and `#`. (presidentbeef)
357
+ * Fixed line numbers of resbodies.
358
+ * Fixed some tracking of lexical state. Fixes bug #249.
359
+
360
+ === 3.9.0 / 2017-04-13
361
+
362
+ * 1 major enhancement:
363
+
364
+ * Added tentative ruby 2.4 support. Probably missing things.
365
+
366
+ * 13 minor enhancements:
367
+
368
+ * Added RubyParser.latest.
369
+ * Added RubyParser::Parser.version to make version range comparisons easier
370
+ * Changed superclasses of all parsers to RubyParser::Parser
371
+ * Cleaned up a lot of the version specific code to be more generic/flexible.
372
+ * Documented how to add new versions in README.
373
+ * Moved RubyParser from ruby_parser_extras.rb into ruby_parser.rb to fix bootstrap issues.
374
+ * Renamed RubyParserStuff#get_match_node to new_match. Aliased and deprecated.
375
+ * Renamed RubyParserStuff#logop to logical_op. Aliased and deprecated.
376
+ * Renamed RubyParserStuff#node_assign to new_assign. Aliased and deprecated.
377
+ * Renamed all parsers to RubyParser::V##.
378
+ * Revamped grammar preprocessing to make adding new versions easier.
379
+ * RubyParser.for_current_ruby falls back to latest if current not available.
380
+ * Subclasses of RubyParser::Parser register themselves into RubyParser::VERSIONS.
381
+
382
+ * 4 bug fixes:
383
+
384
+ * Fixed `&.` after newline. (presidentbeef)
385
+ * Fixed bug setting line number for hash literals to line of opening brace.
386
+ * Fixed grammar preprocessing bug.
387
+ * Properly handle kDO with no-parens stabby lambda. (presidentbeef)
388
+
389
+ === 3.8.4 / 2017-01-13
390
+
391
+ * 3 bug fixes:
392
+
393
+ * Fix parsing if in LHS label position. (presidentbeef)
394
+ * Fixed parsing of anonymous keyword splat arg (eg f(**)).
395
+ * Fixed ruby 2.4+ deprecation warnings about using Fixnum.
396
+
397
+ === 3.8.3 / 2016-10-09
398
+
399
+ * 1 minor enhancement:
400
+
401
+ * Support Ruby 2.1 number literals. (soutaro)
402
+
403
+ * 3 bug fixes:
404
+
405
+ * Fixed line numbers for strs with backslash-newlines. (maxjacobson)
406
+ * Improved compatibility on tokenizing number. (soutaro)
407
+ * Refactored and fixed multiline array line numbers. (ptoomey3, with changes)
408
+
409
+ === 3.8.2 / 2016-05-05
410
+
411
+ * 2 bug fixes:
412
+
413
+ * Fixed lex_state in interpolated strings. (whitequark)
414
+ * Fixed safe operator for newline/semicolon contexts. (presidentbeef)
415
+
416
+ === 3.8.1 / 2016-02-19
417
+
418
+ * 1 bug fix:
419
+
420
+ * Fixed problems with tLONELY in mlhs_node.
421
+
422
+ === 3.8.0 / 2016-02-18
423
+
424
+ * 1 major enhancement:
425
+
426
+ * Added support for Ruby 2.3.0 and the &. operator. (presidentbeef)
427
+
428
+ * 2 minor enhancements:
429
+
430
+ * Add support for safe attr assign. (presidentbeef)
431
+ * Added support for safe call. (presidentbeef)
432
+
433
+ * 1 bug fix:
434
+
435
+ * Fixed parsing of { 'a': :b }. (presidentbeef)
436
+
437
+ === 3.7.3 / 2016-01-21
438
+
439
+ * 2 bug fixes:
440
+
441
+ * Fixed parsing kwargs in defs with no parens. (presidentbeef)
442
+ * defs should have a nil node if body is empty.
443
+
444
+ === 3.7.2 / 2015-10-26
445
+
446
+ * 1 bug fix:
447
+
448
+ * I hate regexen. Fixed a lexing bug confusing strings vs labels. (phiggins)
449
+
450
+ === 3.7.1 / 2015-08-06
451
+
452
+ * 1 minor enhancement:
453
+
454
+ * Improved understandability of lexing postfix symbols.
455
+
456
+ * 2 bug fixes:
457
+
458
+ * Fixed timeout caused by regexp backtracking bug w/ long strings in 2.2 parser. (presidentbeef)
459
+ * Rename DEBUG env toggle to RB_LINENO_DEBUG. (tenderlove)
460
+
461
+ === 3.7.0 / 2015-05-28
462
+
463
+ * 2 major enhancements:
464
+
465
+ * Added preliminary support for ruby 2.2 syntax.
466
+ * Now writing all 2.x parsers from one source, generating racc files.
467
+
468
+ * 1 minor enhancement:
469
+
470
+ * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions.
471
+
472
+ * 4 bug fixes:
473
+
474
+ * Fixed handling of block_args to be consistent across all parse versions.
475
+ * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf)
476
+ * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef)
477
+ * clear and restore cmdarg stack around def args and body.
478
+
479
+ === 3.6.6 / 2015-04-13
480
+
481
+ * 1 minor enhancement:
482
+
483
+ * Added expr_labelarg state (eg: a:1)
484
+
485
+ * 5 bug fixes:
486
+
487
+ * Fix scan logging backtrace when DEBUG=1
488
+ * Fixed kwsplat on 2.0 & 2.1.
489
+ * Fixed mandatory keyword block args. (cvortmann)
490
+ * Handle #$<x> in expanded strings/regexps where x is NOT a valid gvar name.
491
+ * Invalid gvar names raise a compile error.
492
+
493
+ === 3.6.5 / 2015-03-12
494
+
495
+ * 1 minor enhancement:
496
+
497
+ * Add line numbers from block comments =begin/=end. (presidentbeef)
498
+
499
+ === 3.6.4 / 2015-01-16
500
+
501
+ * 1 bug fix:
502
+
503
+ * Removed shebangs in tests because of bugs (aka 'features') in RPM packaging tools.
504
+
505
+ === 3.6.3 / 2014-09-26
506
+
507
+ * 1 bug fix:
508
+
509
+ * Fixed bug caused by latest version of oedipus_lex not exporting lineno accessor.
510
+
511
+ === 3.6.2 / 2014-07-18
512
+
513
+ * 1 bug fix:
514
+
515
+ * Handle return/next/break/yield w/ block call (WHY).
516
+
517
+ === 3.6.1 / 2014-05-12
518
+
519
+ * 1 bug fix:
520
+
521
+ * Strings that don't match the encoding of the file are now returned as ASCII-8BIT.
522
+
523
+ === 3.6.0 / 2014-04-23
524
+
525
+ * 1 minor enhancement:
526
+
527
+ * Added new_string and switched all parsers to it.
528
+
529
+ * 1 bug fix:
530
+
531
+ * Fixed line numbers of nodes following multi-line strings. (presidentbeef)
532
+
533
+ === 3.5.0 / 2014-03-24
534
+
535
+ * 1 major enhancement:
536
+
537
+ * Added initial support for ruby 2.1 syntax. Doesn't have numeric extensions yet.
538
+
539
+ * 2 minor enhancements:
540
+
541
+ * Converted ruby_lexer.rex to use new grouping mechanism. ~15% improvement in speed.
542
+ * Various lexer cleanup.
543
+
544
+ * 2 bug fixes:
545
+
546
+ * 2.0/2.1: Fixed block kw args.
547
+ * Fixed env for kwargs and friends.
548
+
549
+ === 3.4.1 / 2014-02-14
550
+
551
+ 21 files failed to parse out of ~834k files makes this 99.9975% or 4.21σ.
552
+
553
+ * 1 minor enhancement:
554
+
555
+ * Added StackState#store and #restore.
556
+
557
+ * 1 bug fix:
558
+
559
+ * 1.8/1.9/2.0: Fixed tSTRING_DBEG w/ f'd up amounts of nesting + braces + do/end. yeah. I'm as confused as you are.
560
+
561
+ === 3.4.0 / 2014-02-04
562
+
563
+ 31 files failed to parse out of ~834k files makes this 99.9963% or 4.12σ.
564
+
565
+ * 1 major enhancement:
566
+
567
+ * Replaced hand-written/optimized f'd-up lexer with an oedipus_lex
568
+ generated lexer. This makes it roughly 40-50% faster.
569
+
570
+ * 30 minor enhancements:
571
+
572
+ * 2.0: Added support for a.b c() do d end.e do |f| g end
573
+ * 2.0: Added support for a.b c() do d end.e f do |g| h end
574
+ * Added -s flag to ruby_parse_extract_error to output timings.
575
+ * Added RubyLexer #command_state and #last_state to deal with oedipus_lex differences.
576
+ * Added String#lineno and #lineno= because I'm a bad bad person.
577
+ * Added a bunch of RubyLexer scanning methods: beginning_of_line?, check, scan, etc.
578
+ * Added a bunch of process_* methods extracted from old yylex. process_amper, etc.
579
+ * Added lib/.document to save my laptop's battery from pain and suffering
580
+ * Adjust lineno when we lex a bunch of blank lines.
581
+ * Attach lineno to tIDENTIFIER values (strings, ugh)
582
+ * Cleaned up and re-ordered node_assign to be faster (ordered by actual occurrance).
583
+ * Extend RubyParserStuff#gettable to set the lineno if it comes in with the id.
584
+ * Extended RubyParserStuff#new_case to take line number.
585
+ * Finally dropped RPStringScanner's BS #current_line.
586
+ * Finally dropped RPStringScanner's BS line number calculation (lineno).
587
+ * Implemented Sexp#add_all since we now have a test case for it.
588
+ * Removed :call case of node_assign. I don't think it is possible.
589
+ * Removed RubyLexer #extra_lines_added. No longer used. Complex heredoc lineno's possible screwed up.
590
+ * Removed RubyLexer#parse_number. Handled by oedipus_lex.
591
+ * Removed RubyLexer#yacc_value now that next_token returns pairs.
592
+ * Removed RubyLexer's @src. Now taken care of by oedipus_lex.
593
+ * Removed RubyParser#advance. RubyParser#next_token takes care of everything now.
594
+ * Removed RubyParserExtras#arg_add. (presidentbeef! YAY!)
595
+ * Removed lib/gauntlet_rubyparser.rb. I just don't use it anymore. Too slow.
596
+ * RubyLexer#is_label_possible? doesn't need an arg
597
+ * RubyLexer#process_token is now a normal oedipal lexer method.
598
+ * RubyParser#next_token now expects RubyLexer#next_token to return a pair (type, val).
599
+ * TRYING a new scheme to figure out encodings... but I'm about to throw in the towel. I hate this stuff so much.
600
+ * Turned off oedipus_lex's automatic line counting. (pushing to oedipus_lex soon).
601
+ * Updated to oedipus_lex 2.1+.
602
+
603
+ * 7 bug fixes:
604
+
605
+ * 1.8: Properly parse `a (:b, :c, :d => :e)`. (presidentbeef)
606
+ * Fixed lexing symbol!= vs symbol!. Please use your spacebar. Think of the children.
607
+ * Fixed line for dstr spanning multiple lines via backslash. (presidentbeef)
608
+ * Fixed line numbers for odd cases with trailing whitespace. (presidentbeef)
609
+ * Fixed line numbers on ambiguous calls w/ gvar/ivar args. (presidentbeef)
610
+ * Max out unicode hex values to 2-4 or 2-6 chars or pack will overflow and puke.
611
+ * Removed ESC_RE from RubyLexer. Must have slipped through.
612
+
613
+ === 3.3.0 / 2014-01-14
614
+
615
+ * Notes:
616
+
617
+ 39 files failed to parse out of ~834k files makes this 99.9953% or 4.07σ.
618
+
619
+ * 15 minor enhancements:
620
+
621
+ * 2.0: Parse kwarg as lvars. (chastell)
622
+ * Added RubyLexer#beginning_of_line?, check(re), end_of_stream?
623
+ * Added RubyLexer#process_token_keyword.
624
+ * Added RubyLexer#scan, #matched, #beginning_of_line? and others to decouple from internals.
625
+ * Added lexing of \u### and \u{###}."
626
+ * Added optimizations for simple quoted symbols.
627
+ * Aliased Lexer#src to ss (since that is what it is).
628
+ * Allow for 20 in parser class name.
629
+ * Modified parsers line number calculations for defn nodes.
630
+ * Removed Env#dynamic, #dynamic?, #use, #used?
631
+ * Removed RubyLexer#tern. Introduced and disused during 3.0 alpha. (whitequark)
632
+ * Removed unused RubyLexer#warnings.
633
+ * Renamed *_RE consts to just * (IDENT_CHAR, ESC, etc).
634
+ * new_defn now sets arg node line number directly.
635
+ * zero byte is allowed in symbols for 1.9 / 2.0.
636
+
637
+ * 11 bug fixes:
638
+
639
+ * 2.0: Fixed paren-less kwargs in defn.
640
+ * Don't bother with regexp encoding options on 1.9+ to avoid warnings.
641
+ * Fix constant re-build on ruby 2.0 + rake 10.
642
+ * Fix lexing of %i with extra whitespace. (flori)
643
+ * Fixed RubyParserStuff#new_body to deal with nonsensical code better (begin-empty+else). (snatchev)
644
+ * Fixed bug lexing h[k]=begin ... end. Use your space bars people!
645
+ * Fixed env scoping in new lambdas.
646
+ * Fixed handling of single array arg in attrasgn.
647
+ * Fixed test to call RubyLexer#reset between assertions.
648
+ * No longer assigning ivar/cvars to env. Only locals should be in env.
649
+ * Refactored initialize and reset to more properly re-initialize as needed.
650
+
651
+ === 3.2.2 / 2013-07-11
652
+
653
+ * 5 bug fixes:
654
+
655
+ * 1.9/2.0: fixed assocs in return args. (presidentbeef)
656
+ * Fixed handling of parse error when class is nested in multiple defs. (whitequark)
657
+ * Fixed lexing of %w[] w/ funny whitespace separators. (whitequark)
658
+ * Fixed more call nodes that have trailing comma syntax. (presidentbeef)
659
+ * Fixed more call_args slippage.
660
+
661
+ === 3.2.1 / 2013-07-03
662
+
663
+ * 1 bug fix:
664
+
665
+ * 1.9/2.0: Trailing assocs were being munged into arrays. (presidentbeef)
666
+
667
+ === 3.2.0 / 2013-07-02
668
+
669
+ * 1 major enhancement:
670
+
671
+ * Added (rough draft) 2.0 support. Still missing some small / rare things.
672
+
673
+ * 12 minor enhancements:
674
+
675
+ * Added %i(symbol-names...) support. (%I too)
676
+ * Added 140 more tests, jumping test count from 1376 to 2143. Yay for test reuse!
677
+ * Added RubyLexer#brace_nest.
678
+ * Added compare20 rake task to diff the grammar architecture against MRI.
679
+ * Added lpar_beg and paren_nest to lexer to track state of parens in stabbies
680
+ * Added shadow nodes for scoped block args.
681
+ * Compound RubyParser now defaults to 2.0.
682
+ * Fixed rake to < 10, because 10's file dependency handling is so very broken.
683
+ * Made it possible to specify version in bin/ruby_parse_extract_error w/ -v 18|19|20
684
+ * Refactored to RubyParserStuff::ENCODING_ORDER to allow custom tweaking of encoding guessing. (samlown)
685
+ * Switched `rake debug` to default to 2.0.
686
+ * Translated some fixes across 1.8 and 1.9 from 2.0.
687
+
688
+ * 42 bug fixes:
689
+
690
+ * 2.0: Fixed a number of block args scenarios w/ kwargs
691
+ * 2.0: Fixed args_tail mismatching against lexer.
692
+ * 2.0: Fixed assocs to return a hash node.
693
+ * 2.0: Fixed f_block_kw production.
694
+ * 2.0: Fixed f_block_kwarg production.
695
+ * 2.0: Fixed handling of stabby proc args in parens.
696
+ * 2.0: Fixed lexing of kwsplat nodes.
697
+ * 2.0: Implemented kwsplat nodes.
698
+ * Added tUBANG to lexer.
699
+ * Apparently ruby doesn't warn for escaped octal that goes above 7. wtf.
700
+ * Cleaned up a LOT of arg handling (block and defn, not calls) by using #args.
701
+ * ESC_RE is set to unicode. This seems problematic. *shrug*
702
+ * Either found a bug in MRI and/or fixed paren_nest count for []=? methods.
703
+ * Extended IDENT_CHAR_RE on 1.9+ to top out at \u{10ffff}... because we NEED a million unicode chars.
704
+ * Fixed % strings with interpolation.
705
+ * Fixed BEGIN {} to return a sexp.
706
+ * Fixed a[] += b. (stormbrew)
707
+ * Fixed arg_blk_pass to allow for sub-args nodes.
708
+ * Fixed assignable to allow for sexps to be passed to it.
709
+ * Fixed assoc args in 1.9.
710
+ * Fixed block_command and block_call (eg a.b c d) to #to_sym their args properly.
711
+ * Fixed bug in compound RubyParser so it rescues RubyParser::SyntaxError.
712
+ * Fixed env registration of cdecls.
713
+ * Fixed lex value for { when expr_endfn.
714
+ * Fixed lex_state for close paren/brace/bracket.
715
+ * Fixed lex_state transition for 1.9 if we lexed a defn name. Only 1.8 is odd.
716
+ * Fixed lexer problem with state mgmt of identifiers that also have registered var name.
717
+ * Fixed lexing of "1 *\n" to have the correct lex_state.
718
+ * Fixed lexing of heredocs vs chevron for some lex_states.
719
+ * Fixed op_asgn nodes to #to_sym their args properly.
720
+ * Fixed optional value block args.
721
+ * Fixed parsing of __ENCODING__ on ruby 1.8 (vcall).
722
+ * Fixed some oddity where 1.9 lexing was blowing up on "0o". Seems invalid now.
723
+ * Fixed strings with escaped octals > 128. Also... wtf.
724
+ * Fixed support for empty symbol (wtf?).
725
+ * Lexer is now declared UTF-8 internally. Hopefully this will fix the encoding mess.
726
+ * Made UTF_8 the default guess on encodings when it isn't explicit.
727
+ * Parsing of __ENCODING__ on ruby 1.9+ (in ruby 1.9+) is now colon2 sexp. (whitequark)
728
+ * Renamed RubyLexer#nest to string_nest
729
+ * RubyLexer#unescape ignores bad octal/hex and returns unicode strings.
730
+ * Switched a number of lexical constructs to use IDENT_CHAR_RE instead of \w. I wish there were something cleaner for regexps + unicode.
731
+ * Switched ruby_parse_extract_error to use binread.
732
+
733
+ === 3.1.3 / 2013-04-09
734
+
735
+ * 2 bug fixes:
736
+
737
+ * Fixed begin w/ else but no rescue. (whitequark)
738
+ * Removed literal stripping from block_append. Not its job.
739
+
740
+ === 3.1.2 / 2013-03-18
741
+
742
+ * 1 minor enhancement:
743
+
744
+ * OMG A SECURITY ISSUE FOR CODE NOBODY USES... EVER
745
+
746
+ === 3.1.1 / 2012-12-19
747
+
748
+ * 1 minor enhancement:
749
+
750
+ * Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow files to a sibling directory
751
+
752
+ * 4 bug fixes:
753
+
754
+ * 1.9: Fixed lexing of "0o". (whitequark)
755
+ * 1.9: Fixed parsing of unary plus on literals. (whitequark)
756
+ * Added timeout arg to RubyParser#process to pass through to the real parser
757
+ * Updated Synopsis to reflect new options for running RP. (louismullie)
758
+
759
+ === 3.1.0 / 2012-12-06
760
+
761
+ * 2 minor enhancements:
762
+
763
+ * Added RubyParser.for_current_ruby to provide a parser that matches your runtime. (neilconway)
764
+ * Duck-typed IDENT_CHAR_RE instead of using RUBY_VERSION
765
+
766
+ * 3 bug fixes:
767
+
768
+ * Cleared out body comments in class/module/defn/defs
769
+ * Flipped lexer tests to US-ASCII to avoid encoding hell
770
+ * yyerror is now an alias for syntax_error
771
+
772
+ === 3.0.4 / 2012-11-26
773
+
774
+ * 1 bug fix:
775
+
776
+ * RPStringScanner#lineno was still using byte offset, not char offset. (brynary)
777
+
778
+ === 3.0.3 / 2012-11-23
779
+
780
+ * 1 minor enhancement:
781
+
782
+ * Improved error output on invalid char in expression.
783
+
784
+ * 1 bug fix:
785
+
786
+ * Fixed lexing of no-name ivars. (whitequark)
787
+
788
+ === 3.0.2 / 2012-11-21
789
+
790
+ 52 down makes 99.9767% or 3.7σ. 130 files failed to parse out of 558k.
791
+
792
+ * 4 minor enhancements:
793
+
794
+ * Added RP_TIMEOUT env var to override default timeout of 10 seconds.
795
+ * Minor optimization to RubyLexer#parse_number
796
+ * Only output parseerror output to stderr if $DEBUG.
797
+ * ruby_parse_extract_error modified to include 'it' blocks in its search.
798
+
799
+ * 7 bug fixes:
800
+
801
+ * 1.9: Fixed args in dot-call forms (eg f.(...)).
802
+ * 1.9: Fixed lexing stabby lambda w/ do/end
803
+ * Deal better with DOS files. Ugh.
804
+ * Fix line number of production after heredoc.
805
+ * Fixed RubyParser#process to reuse parser instances across calls.
806
+ * Fixed line numbers for several productions.
807
+ * new_call sets line number to smallest line number of members.
808
+
809
+ === 3.0.1 / 2012-11-02
810
+
811
+ * 2 bug fixes -- both based on MRI bugs... Yay?:
812
+
813
+ * 1.9.2 doesn't have String#byteslice... so I have to do the *HORRIBLE*.
814
+ * Lexing regexps w/ bad character encodings and no declared options will fall back to /.../n.
815
+
816
+ === 3.0.0 / 2012-11-02
817
+
818
+ I've hit 99.967% success rate against 558k files! 3.6σ!! 182 files
819
+ failed to parse and spot checking them shows that they're pretty much
820
+ lost causes. I'm sure I missed some stuff, but it is more important at
821
+ this point to release a version to get more people using it in more
822
+ diverse ways than I can come up with.
823
+
824
+ * 3 minor enhancements:
825
+
826
+ * Added RBStringScanner#charpos using #string_to_pos.
827
+ * Added RBStringScanner#string_to_pos using String#byteslice.
828
+ * Optimized regexp used for escape chars in strings. (presidentbeef)
829
+
830
+ * 3 bug fixes:
831
+
832
+ * Fixed current_line and unread_many depending on StringScanner#pos
833
+ * Fixed parsing of 'a[] = b'
834
+ * Fixed the worst abuse of heredocs EVER. Just because it is valid doesn't mean you should.
835
+
836
+ === 3.0.0.a10 / 2012-10-26
837
+
838
+ * 1 major enhancement:
839
+
840
+ * iter nodes are now structurally the same as defs. Block args are COMPLETELY different.
841
+
842
+ * 4 minor enhancements:
843
+
844
+ * 1.8 and 1.9 now treat f { |(...)| } differently, per MRI.
845
+ * 1.9: Added __ENCODING__ support. (witlessbird)
846
+ * 1.9: Finished coverage for masgn variants in block args
847
+ * 1.9: covered all forms of block args: optional, splat, block, and destructuring
848
+
849
+ === 3.0.0.a9 / 2012-10-22
850
+
851
+ Holy crap! I've hit a 99.92% success rate against 558k files! 492
852
+ failed parses to go. NOW is the time to start testing ruby_parser
853
+ against your code!
854
+
855
+ * 16 minor enhancements:
856
+
857
+ * 1.9 parser: Finished magic encoding and utf-8 bom support.
858
+ * 1.9: Added leading dot support eg "a\n.b".
859
+ * 1.9: Added partial handling for *arg and opt=val args in block args.
860
+ * 1.9: OMFG Encoding is the worst thing ever. Overhauled encoding support once again. It is much better at doing last ditch guessing of the encoding of the source file.
861
+ * 1.9: added String#grep for legacy support.
862
+ * Added Sexp#block_pass?
863
+ * Added ability to delete slow files when they timeout.
864
+ * Added block_dup_check and refactored grammar code to use it for block arg handling.
865
+ * Added in_lex_state?(*states) to clean up lexer code.
866
+ * Added tentative support for optional block args. THIS IS SUBJECT TO CHANGE!!
867
+ * Added toggleable debugging to StackState to make my life easier
868
+ * All untested uses have not moved but have been laced with poison.
869
+ * Finally got good tests for most forms of double-block arg errors.
870
+ * Moved all _known_ uses of SyntaxError to RubyParser::SyntaxError
871
+ * f_block_optarg now always returns a block node.
872
+ * ruby_parse_extract_error uses Find.find instead of globbing so dot files aren't missed.
873
+
874
+ * 12 bug fixes:
875
+
876
+ * 1.9: Completely ignore IndexError in unread_many because... you know... it sucks.
877
+ * 1.9: Fixed lex state after lexing ? in trinary.
878
+ * 1.9: Fixed lex state in some ternarys.
879
+ * 1.9: Fixed parsing of "1 ? b('') : 2\na d: 3"... ARE YOU NOT GLAD?!?!
880
+ * Fix Timeout differences between 1.8 and 1.9 :(
881
+ * Fixed emacs-style encodings to deal with no whitespace.
882
+ * Fixed error message for bad % codes. (whitequark)
883
+ * Fixed lexing of :a==>b vs :a===b vs :a==>b. P.S. Your space bar is broken. chump.
884
+ * Fixed lexing of rare numeric formats.
885
+ * Fixed magic comment encodings on DOS files ... :/
886
+ * Fixed ruby_parse_extract_error to exit non-zero on errors.
887
+ * Removed Symbol#is_argument and switch usage to is_arg?
888
+
889
+ === 3.0.0.a8 / 2012-09-26
890
+
891
+ * 1 bug fix:
892
+
893
+ * Remove method #d from global namespace. (alexch)
894
+
895
+ === 3.0.0.a7 / 2012-09-21
896
+
897
+ * 3 minor enhancements:
898
+
899
+ * Reorganized ruby_parse_extract_error so it will start much faster with a bunch of glob directories
900
+ * RubyParserStuff#process takes optional time arg and raises Timeout::Error if it goes too long. You should rescue that, ya know...
901
+ * ruby_parse_extract_error now checks *.rake and Rakefile on dir scan.
902
+
903
+ * 3 bug fixes:
904
+
905
+ * 1.9: Fixed ternary state tracking so {a:f{f()},b:nil} won't trip up the lexer.
906
+ * Fixed optional values in block args (no20/no21)
907
+ * ruby_parse_extract_error skips non-files. Some asshats put .rb on their dirs. :(
908
+
909
+ === 3.0.0.a6 / 2012-08-20
910
+
911
+ * 2 minor enhancements:
912
+
913
+ * 1.8: Added basic encoding support to 1.8 parser. Assumes -Ku.
914
+ * 1.9: Added encoding magic comment support to 1.9 parser.
915
+
916
+ * 8 bug fixes:
917
+
918
+ * 1.9: Fixed lexing of -1 w/in conditionals. yeah... I dunno.
919
+ * 1.9: Fixed parsing of a do | | end.
920
+ * 1.9: Fixed parsing of not(x).
921
+ * 1.9: Fixed parsing of op_asgn + rescue: 'a ||= b rescue nil'
922
+ * 1.9: added \r to the EOL backslash handler. dos files blow
923
+ * 1.9: hacked in a workaround for 1.9 specific regexps running in 1.8.
924
+ * Added #reset to RubyParser proxy class
925
+ * Fixed lexing of conditional w/ %() tokens
926
+
927
+ === 3.0.0.a5 / 2012-07-31
928
+
929
+ * 5 bug fixes:
930
+
931
+ * 1.9: Fix construction of 'f(:x, y: nil,)' w/ trailing comma.
932
+ * 1.9: cleaned up lexing exit lex_state handling. Fixes bug parsing 'if f :x; end'
933
+ * 1.9: fixed building of right-leaning masgns: 'f { |a, (b, c)| }'
934
+ * 1.9: fixed lexing 'when *splat'
935
+ * 1.9: fixed lexing of regexps in whens
936
+
937
+ === 3.0.0.a4 / 2012-07-26
938
+
939
+ * 10 minor enhancements:
940
+
941
+ * 'rake debug' defaults to 1.9 parser since that's all I'm doing these days
942
+ * 1.9: Fixed f { |(a, b, ...), ...| ... } handling.
943
+ * Added 'rake extract F=path' task to quickly extract errors from large files
944
+ * Added on_error handler to provide more readable error message.
945
+ * Aliased #process to #parse.
946
+ * Renamed #parse to #process (legacy name), added default path of '(string)'
947
+ * cleaned ruby_parse_extract_error output and fixed to 1.9 parser
948
+ * ruby_parse_extract_error expands shell globs from ARGV
949
+ * ruby_parse_extract_error should also capture RuntimeError
950
+ * yyerror(msg) now warns with the message instead of ignoring it.
951
+
952
+ * 3 bug fixes:
953
+
954
+ * 1.9: Fixed bug lexing/parsing [ in rhs.
955
+ * 1.9: Fixed f { |((a, b), c)| ... } handling
956
+ * 1.9: fixed newline handling during expr_value
957
+
958
+ === 3.0.0.a3 / 2012-07-03
959
+
960
+ * 1 major enhancement:
961
+
962
+ * OMG! Implemented all the 1.9 arg crap and I went from 500 lines of
963
+ structural diff to 32!
964
+
965
+ * 17 minor enhancements:
966
+
967
+ * 1.9: !(...) is now a method call. ugh
968
+ * 1.9: Added __ENCODING__ keyword (returns Unsupported atm).
969
+ * 1.9: Added support for "a.()" thingy. whatever you call it. Have I ever mentioned that ruby has too much syntax? I mean really...
970
+ * 1.9: Moved kRETURN/kBREAK/kNEXT from command_call to command
971
+ * 1.9: Removed when_args and refactored into args production.
972
+ * 1.9: Support for not/! being a call to #!. why matz? why?!?
973
+ * 1.9: Support for trailing comma support in opt call args.
974
+ * 1.9: Switched keyword support to deal with 1.8 vs 1.9 differences.
975
+ * 1.9: refactored and created command_asgn
976
+ * 1.9: removed case/else from primary
977
+ * 1.9: reworked mlhs and family. Now horrible things like 'a, *, c = f' work
978
+ * 1.9: reworked top level rules from program to expr. Lots of lame refactorings in mri.
979
+ * Moved 'a[]' from primary down to method_call
980
+ * Removed 'args trailer' production from assoc_list (eg {1, 2}).
981
+ * Removed 1.9 support for : as a terminator in do/then
982
+ * RubyParser no longer subclasses the 18 parser, so I had to change some consts around.
983
+ * Undeprecated RubyParser - but now it is a compound parser that tries 1.9 first.
984
+
985
+ * 3 bug fixes:
986
+
987
+ * 1.9: fixed bang method name.
988
+ * Fixed case/when/splat handling on both 1.8 and 1.9.
989
+ * Removed lambda_body production from lambda
990
+
991
+ === 3.0.0.a2 / 2012-06-19
992
+
993
+ * 1 minor enhancement:
994
+
995
+ * Updated to sexp_processor ~> 4.0
996
+
997
+ * 1 bug fix:
998
+
999
+ * Fixed new_module to remove scope/block. Not enough tests on module variance.
1000
+
1001
+ * 1 known issue:
1002
+
1003
+ * No parsing of "a.()" thingy. (reported by julian7) (patches welcome!)
1004
+
1005
+ === 3.0.0.a1 / 2012-05-22
1006
+
1007
+ This is the first alpha release of the 3.0.0 series. It is probably
1008
+ woefully incomplete, bug ridden, and hasn't showered in several days.
1009
+ Please please please beat the crap out of it and send
1010
+ bugs/patches/complaints/suggestions.
1011
+
1012
+ * 5 major enhancements:
1013
+
1014
+ * 1.9 parsing! Thanks to EVERYONE for submitting patches for this!
1015
+ * Removed :arglist from everything but :op_asgn1
1016
+ * Removed :block from resbody
1017
+ * Removed :block from when
1018
+ * Removed :block nodes inside of scope nodes (defn/defs/class/sclass).
1019
+ * Removed :scope nodes in defn/defs/class/sclass nodes.
1020
+ * (probably more sexp cleanup to come before 3.0.0 final)
1021
+
1022
+ * 25 minor enhancements:
1023
+
1024
+ * 1.9: Fix \!a. (wanabe)
1025
+ * 1.9: Method calling with postargs. (wanabe)
1026
+ * 1.9: Method definition with postargs. (wanabe)
1027
+ * 1.9: Support lambda args without parentheses. (wanabe)
1028
+ * Added R arg to `rake debug` to debug ruby straight up
1029
+ * Added RubyParser, subclassing Ruby18Parser but warning on instantiation.
1030
+ * Added backref_assign_error (needs tests)
1031
+ * Added bin/ruby_parse_extract_error to help with error submissions
1032
+ * Added debug task to help quickly get into a bug
1033
+ * Added more 18 vs 19 lexing tests for ?c.
1034
+ * Added ruby_parser.rb that pulls everything together in proper order.
1035
+ * Added tLABEL. (brynary)
1036
+ * Branched ruby_parser.y to ruby18_parser.y
1037
+ * Fix to pass test_lambda_args_block__19 test. (mrmargolis)
1038
+ * Got rid of one instance of unread_many. (Confusion)
1039
+ * Moved everything from RubyParser to RubyParserStuff and included module in both.
1040
+ * Refactored 1.9 args handling
1041
+ * Refactored and added new_resbody to ruby_parser_extras.
1042
+ * Refactored and added new_when
1043
+ * Refactored tests infrastructure and added both 1.8 and 1.9 test branches.
1044
+ * Removed unused methods: unread, begin_of_line? was_begin_of_line. (YAY!) (Confusion)
1045
+ * Renamed ruby_parser.y to ruby19_parser.y
1046
+ * RubyLexer now takes a version specifier.
1047
+ * Started doing comparative refactoring between MRI's 1.9 parser and RP's. Shouldn't differ functionally except where we missed stuff in RP.
1048
+ * `rake debug` prints the output if it succeeds.
1049
+
1050
+ * 21 bug fixes:
1051
+
1052
+ * Added missing gvar arg error. (1.8)
1053
+ * Attach parser files to isolate to ensure they can build
1054
+ * Conditionalize handling of tLABEL to ruby19+. Fixes issue #33.
1055
+ * DOH. I deactivated some tests and never reactivated them. (Confusion ftw)
1056
+ * Duplicate the input so that heredoc processing doesn't morph original. (banister)
1057
+ * Entirely reworked block arg handling. (1.8)
1058
+ * Fix ?x char literal. (nobu)
1059
+ * Fixed 4/5 of literal lambda tests (jamie)
1060
+ * Fixed deps for parser
1061
+ * Fixed lexing of ?c for ruby 1.8 and 1.9.
1062
+ * Fixed more Ruby 1.9 args tests (brynary)
1063
+ * Fixed reswords to match MRI (1.8, 1.9)
1064
+ * Fixed symbols with no spaces in method calls (e.g. foo:bar) (YAY! brynary)
1065
+ * Fixed ternary_nil_no_space and other ternary edge cases for 1.9. (lastobelus)
1066
+ * Fixed test_call_not_equal__19. First bug bounty! (albus522)
1067
+ * Made lambda w/o arg list zero out the arg slot.
1068
+ * Renamed awords to qwords to match stupid MRI naming. (1.8, 1.9) :(
1069
+ * Rolled out brynary's symbols-no-spaces (foo:bar) changes when parsing 1.8 code
1070
+ * Split 1.8 from 1.9 open paren lexer. Gawd that's ugly code.
1071
+ * Split block_var from for_var. (1.8, 1.9)
1072
+ * Use binread (and emulate in ruby 1.8) to avoid encoding issues
1073
+
1074
+ === 2.3.1 / 2011-09-21
1075
+
1076
+ * 2 bug fixes:
1077
+
1078
+ * Fixed line numbers at end of special var+whitespace (larsch)
1079
+ * Holy crap I was smokin' something good... Fixed 1.9.3 warning
1080
+
1081
+ === 2.3.0 / 2011-09-06
1082
+
1083
+ * 2 minor enhancements:
1084
+
1085
+ * Add -g flag to parser compile if DEBUG
1086
+ * Lexer now embeds line number in yacc_value for keywords, helping fix up line numbers
1087
+
1088
+ * 3 bug fixes:
1089
+
1090
+ * Fix method line numbers when no args and no parens (quix)
1091
+ * Fixed line numbers on return/break/next w/ result expr. (pjnz)
1092
+ * Fixed some lexing state in order to parse: 'f (1), 2' as 'f(1, 2)'. (invernizzi)
1093
+
1094
+ === 2.2.0 / 2011-08-23
1095
+
1096
+ * 2 minor enhancements:
1097
+
1098
+ * Moved Keyword, Environment, and StackState inside of RubyParser
1099
+ * Added proper dsym and dsym->sym support.
1100
+
1101
+ * 3 bug fixes:
1102
+
1103
+ * Added extra (failing) tests for call/iter line number checking (quix)
1104
+ * Fixed line numbers for certain call/iter edge cases
1105
+ * Fixed parsing of: alias :"<<" :">>".
1106
+
1107
+ === 2.1.0 / 2011-08-15
1108
+
1109
+ * 2 minor enhancements:
1110
+
1111
+ * Added new accessor canonicalize_conditions to toggle conditional canonicalization (on by default). (confused)
1112
+ * Awesome cleanup: Replaced call to append_block by block_append. (Confusion)
1113
+
1114
+ * 2 bug fixes:
1115
+
1116
+ * Fixed handling last line of =begin/=end. (raybaxter)
1117
+ * Fixed source line numbers after heredocs. (jbarreneche)
1118
+
1119
+ === 2.0.6 / 2011-02-18
1120
+
1121
+ * 1 minor enhancement:
1122
+
1123
+ * Switched to hoe's racc plugin to clean up rakefile and builds
1124
+
1125
+ * 1 bug fix:
1126
+
1127
+ * Fixed empty =begin/end.
1128
+
1129
+ === 2.0.5 / 2010-09-01
1130
+
1131
+ * 1 minor enhancement:
1132
+
1133
+ * Started merging like lexical cases to try to squeeze some optimization out
1134
+
1135
+ === 2.0.4 / 2009-08-18
1136
+
1137
+ * 1 minor enhancement:
1138
+
1139
+ * Changed requires around to be more accurate.
1140
+
1141
+ * 4 bug fixes:
1142
+
1143
+ * Fixed .autotest for minitest
1144
+ * Fixed emacs escape lexing bug: "\C-\\" (maglev/gemstone)
1145
+ * Fixed octal lexing edgecases. (maglev/gemstone)
1146
+ * Fixed regexp lexing edgecases. (maglev/gemstone)
1147
+
1148
+ === 2.0.3 / 2009-06-23
1149
+
1150
+ * 4 minor enhancements:
1151
+
1152
+ * Removed dead code handling d/regex match node cruft.
1153
+ * Switched to minitest
1154
+ * Updated .autotest and rakefile wrt rcov for new hoe capabilities
1155
+ * Updated hoe for new capabilities
1156
+
1157
+ * 4 bug fixes:
1158
+
1159
+ * Environment#all now deals with strange edge cases in RAD.
1160
+ * Fixed packaging/compilation issue.
1161
+ * Minor 1.9 fixes
1162
+ * hoe -> flay -> rubyparser rakefile circularity fixed
1163
+
1164
+ === 2.0.2 / 2009-01-20
1165
+
1166
+ * 2 minor enhancements:
1167
+
1168
+ * Added gauntlet_rubyparser plugin. YAY for easy massive bug-hunting.
1169
+ * Promoted Sexp's file/line/comments to sexp_processor.
1170
+
1171
+ * 4 bug fixes:
1172
+
1173
+ * Fixed and improved the readme
1174
+ * Fixed lexing heredoc newlines.
1175
+ * Fixed line numbers on defns.
1176
+ * Fixed rdoc generation bug pointed out by hugh sasse (who rocks)
1177
+
1178
+ === 2.0.1 / 2008-11-04
1179
+
1180
+ * 2 minor enhancements:
1181
+
1182
+ * Updated for changes to splat node in many contexts.
1183
+ * Made PT a developer dep
1184
+
1185
+ === 2.0.0 / 2008-10-22
1186
+
1187
+ * 1 major enhancement
1188
+
1189
+ * Brought on the AWESOME! 4x faster! no known lexing/parsing bugs!
1190
+
1191
+ * 71 minor enhancements
1192
+
1193
+ * 1.9: Added Fixnum#ord.
1194
+ * 1.9: Added missing Regexp constants and did it so it'd work on 1.9.
1195
+ * Added #store_comment and #comments
1196
+ * Added StringScanner #begin_of_line?
1197
+ * Added a bunch of tests for regexp escape chars, #parse_string, #read_escape, ? numbers, ? whitespace.
1198
+ * Added a hack for rubinius' r2l eval bug.
1199
+ * Added a new token type tSTRING that bypasses tSTRING_BEG/END entirely. Only does non-interpolated strings and then falls back to the old way. MUCH cleaner tho.
1200
+ * Added bin/ruby_parse
1201
+ * Added compare rule to Rakefile.
1202
+ * Added coverage files/dirs to clean rule.
1203
+ * Added file and line numbers to all sexp nodes. Column/ranges to come.
1204
+ * Added lex_state change for lvars at the end of yylex.
1205
+ * Added lexed comments to defn/defs/class/module nodes.
1206
+ * Added stats gathering for yylex. Reordered yylex for avg data
1207
+ * Added tSYMBOL token type and parser rule to speed up symbol lexing.
1208
+ * Added tally output for getch, unread, and unread_many.
1209
+ * Added tests for ambigous uminus/uplus, backtick in cmdarg, square and curly brackets, numeric gvars, eos edge cases, string quoting %<> and %%%.
1210
+ * All cases throughout yylex now return directly if they match, no passthroughs.
1211
+ * All lexer cases now slurp entire token in one swoop.
1212
+ * All zarrays are now just empty arrays.
1213
+ * Changed s(:block_arg, :blah) to :"&blah" in args sexp.
1214
+ * Cleaned up lexer error handling. Now just raises all over.
1215
+ * Cleaned up read_escape and regx_options
1216
+ * Cleaned up tokadd_string (for some definition of cleaned).
1217
+ * Converted single quoted strings to new tSTRING token type.
1218
+ * Coverage is currently 94.4% on lexer.
1219
+ * Done what I can to clean up heredoc lexing... still sucks.
1220
+ * Flattened resbodies in rescue node. Fixed .autotest file.
1221
+ * Folded lex_keywords back in now that it screams.
1222
+ * Found very last instanceof ILiteralNode in the code. haha!
1223
+ * Got the tests subclassing PTTC and cleaned up a lot. YAY
1224
+ * Handle yield(*ary) properly
1225
+ * MASSIVELY cleaned out =begin/=end comment processor.
1226
+ * Massive overhaul on Keyword class. All hail the mighty Hash!
1227
+ * Massively cleaned up ident= edge cases and fixed a stupid bug from jruby.
1228
+ * Merged @/@@ scanner together, going to try to do the same everywhere.
1229
+ * Refactored fix_arg_lex_state, common across the lexer.
1230
+ * Refactored new_fcall into new_call.
1231
+ * Refactored some code to get better profile numbers.
1232
+ * Refactored some more #fix_arg_lex_state.
1233
+ * Refactored tail of yylex into its own method.
1234
+ * Removed Module#kill
1235
+ * Removed Token, replaced with Sexp.
1236
+ * Removed all parse_number and parse_quote tests.
1237
+ * Removed argspush, argscat. YAY!
1238
+ * Removed as many token_buffer.split(//)'s as possible. 1 to go.
1239
+ * Removed begins from compstmts
1240
+ * Removed buffer arg for tokadd_string.
1241
+ * Removed crufty (?) solo '@' token... wtf was that anyhow?
1242
+ * Removed most jruby/stringio cruft from StringScanner.
1243
+ * Removed one unread_many... 2 to go. They're harder.
1244
+ * Removed store_comment, now done directly.
1245
+ * Removed token_buffer. Now I just use token ivar.
1246
+ * Removed use of s() from lexer. Changed the way line numbers are gathered.
1247
+ * Renamed *qwords to *awords.
1248
+ * Renamed StringScanner to RPStringScanner (a subclass) to fix namespace trashing.
1249
+ * Renamed parse to process and aliased to parse.
1250
+ * Renamed token_buffer to string_buffer since that arcane shit still needs it.
1251
+ * Resolved the rest of the lexing issues I brought up w/ ruby-core.
1252
+ * Revamped tokadd_escape.
1253
+ * Rewrote Keyword and KWtable.
1254
+ * Rewrote RubyLexer using StringScanner.
1255
+ * Rewrote tokadd_escape. 79 lines down to 21.
1256
+ * Split out lib/ruby_parser_extras.rb so lexer is standalone.
1257
+ * Started to clean up the parser and make it as skinny as possible
1258
+ * Stripped out as much code as possible.
1259
+ * Stripped yylex of some dead code.
1260
+ * Switched from StringIO to StringScanner.
1261
+ * Updated rakefile for new hoe.
1262
+ * Uses pure ruby racc if ENV['PURE_RUBY'], otherwise use c.
1263
+ * Wrote a ton of lexer tests. Coverage is as close to 100% as possible.
1264
+ * Wrote args to clean up the big nasty args processing grammar section.
1265
+ * lex_strterm is now a plain array, removed RubyLexer#s(...).
1266
+ * yield and super now flatten args.
1267
+
1268
+ * 21 bug fixes:
1269
+
1270
+ * I'm sure this list is missing a lot:
1271
+ * Fixed 2 bugs both involving attrasgn (and ilk) esp when lhs is an array.
1272
+ * Fixed a bug in the lexer for strings with single digit hex escapes.
1273
+ * Fixed a bug parsing: a (args) { expr }... the space caused a different route to be followed and all hell broke loose.
1274
+ * Fixed a bug with x\n=beginvar not putting begin back.
1275
+ * Fixed attrasgn to have arglists, not arrays.
1276
+ * Fixed bug in defn/defs with block fixing.
1277
+ * Fixed class/module's name slot if colon2/3.
1278
+ * Fixed dstr with empty interpolation body.
1279
+ * Fixed for 1.9 string/char changes.
1280
+ * Fixed lexer BS wrt determining token type of words.
1281
+ * Fixed lexer BS wrt pass through values and lexing words. SO STUPID.
1282
+ * Fixed lexing of floats.
1283
+ * Fixed lexing of identifiers followed by equals. I hope.
1284
+ * Fixed masgn with splat on lhs
1285
+ * Fixed new_super to deal with block_pass correctly.
1286
+ * Fixed parser's treatment of :colon2 and :colon3.
1287
+ * Fixed regexp scanning of escaped numbers, ANY number is valid, not just octs.
1288
+ * Fixed string scanning of escaped octs, allowing 1-3 chars.
1289
+ * Fixed unescape for \n
1290
+ * Fixed: omg this is stupid. '()' was returning bare nil
1291
+ * Fixed: remove_begin now goes to the end, not sure why it didn't before.
1292
+
1293
+ === 1.0.0 / 2007-12-20
1294
+
1295
+ * 1 major enhancement
1296
+ * Birthday!
1297
+