zuora_connect_ui 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2203) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/zuora_connect_ui/datatable.js +6 -3
  3. data/app/assets/stylesheets/zuora_connect_ui/input.scss +4 -2
  4. data/app/helpers/zuora_connect_ui/application_helper.rb +2 -2
  5. data/app/views/partials/_table.html.erb +10 -2
  6. data/lib/zuora_connect_ui.rb +1 -0
  7. data/lib/zuora_connect_ui/serializer.rb +87 -0
  8. data/lib/zuora_connect_ui/version.rb +1 -1
  9. data/vendor/ruby/2.6.0/cache/autoprefixer-rails-9.7.3.gem +0 -0
  10. data/vendor/ruby/2.6.0/cache/brakeman-4.7.2.gem +0 -0
  11. data/vendor/ruby/2.6.0/cache/ffi-1.11.3.gem +0 -0
  12. data/vendor/ruby/2.6.0/cache/loofah-2.4.0.gem +0 -0
  13. data/vendor/ruby/2.6.0/cache/nokogiri-1.10.7.gem +0 -0
  14. data/vendor/ruby/2.6.0/cache/oj-3.10.0.gem +0 -0
  15. data/vendor/ruby/2.6.0/cache/parallel-1.19.1.gem +0 -0
  16. data/vendor/ruby/2.6.0/cache/rubocop-0.77.0.gem +0 -0
  17. data/vendor/ruby/2.6.0/cache/zeitwerk-2.2.2.gem +0 -0
  18. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/ffi_c.so +0 -0
  19. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/gem.build_complete +0 -0
  20. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/gem_make.out +47 -0
  21. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/mkmf.log +432 -0
  22. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/gem.build_complete +0 -0
  23. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/gem_make.out +437 -0
  24. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/mkmf.log +558 -0
  25. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/nokogiri/nokogiri.so +0 -0
  26. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/oj-3.10.0/gem.build_complete +0 -0
  27. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/oj-3.10.0/gem_make.out +54 -0
  28. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/oj-3.10.0/oj/oj.so +0 -0
  29. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/CHANGELOG.md +1111 -0
  30. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/Gemfile +10 -0
  31. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/LICENSE +20 -0
  32. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/README.md +237 -0
  33. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/Rakefile +53 -0
  34. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/autoprefixer-rails.gemspec +32 -0
  35. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails.rb +41 -0
  36. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/processor.rb +194 -0
  37. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/railtie.rb +50 -0
  38. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/result.rb +24 -0
  39. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/sprockets.rb +62 -0
  40. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/version.rb +3 -0
  41. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/rake/autoprefixer_tasks.rb +28 -0
  42. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/Rakefile +2 -0
  43. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/config/manifest.js +0 -0
  44. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/evaluate.css.erb +1 -0
  45. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/loaded.sass +2 -0
  46. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/sass.sass +1 -0
  47. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/test.css +3 -0
  48. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/wrong.css +2 -0
  49. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/controllers/application_controller.rb +2 -0
  50. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/controllers/css_controller.rb +6 -0
  51. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config.ru +2 -0
  52. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/application.rb +16 -0
  53. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/autoprefixer.yml +2 -0
  54. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/boot.rb +2 -0
  55. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/environment.rb +3 -0
  56. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/environments/test.rb +9 -0
  57. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/initializers/secret_token.rb +1 -0
  58. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/routes.rb +3 -0
  59. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/autoprefixer_spec.rb +121 -0
  60. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/processor_spec.rb +25 -0
  61. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/rails_spec.rb +40 -0
  62. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/railtie_spec.rb +29 -0
  63. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/spec_helper.rb +16 -0
  64. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/vendor/autoprefixer.js +68026 -0
  65. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/CHANGES.md +1185 -0
  66. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/FEATURES +16 -0
  67. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/README.md +199 -0
  68. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bin/brakeman +10 -0
  69. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/load.rb +14 -0
  70. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/CHANGES.txt +828 -0
  71. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/MIT-LICENSE +20 -0
  72. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/README.txt +102 -0
  73. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis +3468 -0
  74. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
  75. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/inline-require +179 -0
  76. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis.rb +73 -0
  77. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
  78. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
  79. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
  80. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
  81. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
  82. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
  83. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
  84. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
  85. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
  86. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
  87. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
  88. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
  89. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
  90. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
  91. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
  92. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
  93. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
  94. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
  95. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
  96. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
  97. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
  98. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
  99. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
  100. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
  101. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
  102. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/setup.rb +1331 -0
  103. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/CHANGELOG.md +1481 -0
  104. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/FAQ.md +147 -0
  105. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/Gemfile +19 -0
  106. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/MIT-LICENSE +20 -0
  107. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/README.md +211 -0
  108. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/REFERENCE.md +1351 -0
  109. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/TODO +24 -0
  110. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/haml.gemspec +44 -0
  111. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml.rb +25 -0
  112. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/attribute_builder.rb +164 -0
  113. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/attribute_compiler.rb +224 -0
  114. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/attribute_parser.rb +150 -0
  115. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/buffer.rb +238 -0
  116. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/compiler.rb +330 -0
  117. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/engine.rb +238 -0
  118. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/error.rb +65 -0
  119. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/escapable.rb +50 -0
  120. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/exec.rb +347 -0
  121. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/filters.rb +399 -0
  122. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/generator.rb +42 -0
  123. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers.rb +703 -0
  124. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/action_view_extensions.rb +60 -0
  125. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/action_view_mods.rb +132 -0
  126. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/action_view_xss_mods.rb +60 -0
  127. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/safe_erubi_template.rb +20 -0
  128. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/safe_erubis_template.rb +33 -0
  129. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/xss_mods.rb +111 -0
  130. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/options.rb +273 -0
  131. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/parser.rb +828 -0
  132. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/plugin.rb +37 -0
  133. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/railtie.rb +48 -0
  134. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/sass_rails_filter.rb +47 -0
  135. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/template.rb +39 -0
  136. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/template/options.rb +27 -0
  137. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/temple_engine.rb +123 -0
  138. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/temple_line_counter.rb +30 -0
  139. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/util.rb +258 -0
  140. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/version.rb +5 -0
  141. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/yard/default/fulldoc/html/css/common.sass +15 -0
  142. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/yard/default/layout/html/footer.erb +12 -0
  143. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/AUTHORS +3 -0
  144. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/COPYING +339 -0
  145. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/Changelog.md +620 -0
  146. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/Gemfile +22 -0
  147. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/LICENSE +7 -0
  148. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/README.md +202 -0
  149. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/TODO +6 -0
  150. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/appveyor.yml +37 -0
  151. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/highline.gemspec +35 -0
  152. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline.rb +650 -0
  153. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/builtin_styles.rb +129 -0
  154. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/color_scheme.rb +151 -0
  155. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/compatibility.rb +23 -0
  156. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/custom_errors.rb +57 -0
  157. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/import.rb +48 -0
  158. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/io_console_compatible.rb +37 -0
  159. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/list.rb +177 -0
  160. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/list_renderer.rb +261 -0
  161. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/menu.rb +576 -0
  162. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/menu/item.rb +32 -0
  163. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/paginator.rb +52 -0
  164. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/question.rb +630 -0
  165. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/question/answer_converter.rb +103 -0
  166. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/question_asker.rb +150 -0
  167. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/simulate.rb +59 -0
  168. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/statement.rb +88 -0
  169. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/string.rb +36 -0
  170. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/string_extensions.rb +130 -0
  171. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/style.rb +325 -0
  172. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/template_renderer.rb +62 -0
  173. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal.rb +190 -0
  174. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal/io_console.rb +36 -0
  175. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal/ncurses.rb +38 -0
  176. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal/unix_stty.rb +51 -0
  177. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/version.rb +6 -0
  178. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/wrapper.rb +53 -0
  179. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/History.rdoc +435 -0
  180. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/Manifest.txt +8 -0
  181. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/README.rdoc +87 -0
  182. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/lib/ruby2ruby.rb +1309 -0
  183. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/History.rdoc +1115 -0
  184. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/Manifest.txt +37 -0
  185. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/README.rdoc +109 -0
  186. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/compare/normalize.rb +173 -0
  187. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/debugging.md +18 -0
  188. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/rp_extensions.rb +74 -0
  189. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/rp_stringscanner.rb +64 -0
  190. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby20_parser.rb +7045 -0
  191. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby20_parser.y +2575 -0
  192. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby21_parser.rb +7116 -0
  193. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby21_parser.y +2594 -0
  194. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby22_parser.rb +7149 -0
  195. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby22_parser.y +2603 -0
  196. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby23_parser.rb +7166 -0
  197. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby23_parser.y +2605 -0
  198. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby24_parser.rb +7178 -0
  199. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby24_parser.y +2613 -0
  200. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby25_parser.rb +7178 -0
  201. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby25_parser.y +2613 -0
  202. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby26_parser.rb +7198 -0
  203. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby26_parser.y +2627 -0
  204. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_lexer.rb +1441 -0
  205. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_lexer.rex +179 -0
  206. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_lexer.rex.rb +365 -0
  207. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_parser.rb +92 -0
  208. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_parser.yy +2732 -0
  209. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_parser_extras.rb +1604 -0
  210. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/tools/munge.rb +217 -0
  211. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/tools/ripper.rb +39 -0
  212. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +6 -0
  213. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +19 -0
  214. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +54 -0
  215. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +5 -0
  216. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.rb +5794 -0
  217. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.y +1909 -0
  218. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.rb +6186 -0
  219. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.y +2117 -0
  220. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +1412 -0
  221. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +179 -0
  222. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +323 -0
  223. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +30 -0
  224. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser_extras.rb +1388 -0
  225. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md +154 -0
  226. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile +11 -0
  227. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt +22 -0
  228. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md +191 -0
  229. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/bundle_install_all_ruby_versions.sh +11 -0
  230. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml.rb +94 -0
  231. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/deep.rb +34 -0
  232. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/libyaml_checker.rb +36 -0
  233. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb +181 -0
  234. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +37 -0
  235. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/hexadecimal.rb +12 -0
  236. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/sexagesimal.rb +26 -0
  237. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_handler.rb +99 -0
  238. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_resolver.rb +52 -0
  239. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/resolver.rb +94 -0
  240. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/safe_to_ruby_visitor.rb +29 -0
  241. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +39 -0
  242. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_hack.rb +36 -0
  243. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_node_monkeypatch.rb +43 -0
  244. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_resolver.rb +38 -0
  245. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb +41 -0
  246. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_boolean.rb +21 -0
  247. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_date.rb +13 -0
  248. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_float.rb +33 -0
  249. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_integer.rb +26 -0
  250. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_nil.rb +18 -0
  251. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_symbol.rb +17 -0
  252. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/transformation_map.rb +47 -0
  253. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +3 -0
  254. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/run_specs_all_ruby_versions.sh +38 -0
  255. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/safe_yaml.gemspec +19 -0
  256. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/History.rdoc +393 -0
  257. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/Manifest.txt +15 -0
  258. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/README.rdoc +93 -0
  259. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/composite_sexp_processor.rb +49 -0
  260. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/pt_testcase.rb +3128 -0
  261. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/sexp.rb +381 -0
  262. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/sexp_matcher.rb +1063 -0
  263. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/sexp_processor.rb +754 -0
  264. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/strict_sexp.rb +126 -0
  265. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/unique.rb +21 -0
  266. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/CHANGES +456 -0
  267. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/Gemfile +71 -0
  268. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/LICENSE +21 -0
  269. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/README.jp.md +1289 -0
  270. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/README.md +1290 -0
  271. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim.rb +14 -0
  272. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/code_attributes.rb +67 -0
  273. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/command.rb +128 -0
  274. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/controls.rb +60 -0
  275. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/do_inserter.rb +33 -0
  276. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/embedded.rb +248 -0
  277. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/end_inserter.rb +62 -0
  278. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/engine.rb +39 -0
  279. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/erb_converter.rb +14 -0
  280. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/filter.rb +30 -0
  281. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/grammar.rb +23 -0
  282. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/include.rb +57 -0
  283. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/interpolation.rb +35 -0
  284. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less.rb +5 -0
  285. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/context.rb +127 -0
  286. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/filter.rb +80 -0
  287. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/parser.rb +548 -0
  288. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart.rb +8 -0
  289. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/escaper.rb +42 -0
  290. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/filter.rb +96 -0
  291. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/parser.rb +34 -0
  292. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/builder.rb +107 -0
  293. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/filter.rb +91 -0
  294. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/template.rb +19 -0
  295. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/translator.rb +118 -0
  296. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/version.rb +5 -0
  297. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/slim.gemspec +24 -0
  298. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/CHANGES +260 -0
  299. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/EXPRESSIONS.md +262 -0
  300. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/Gemfile +3 -0
  301. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/LICENSE +20 -0
  302. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/README.md +267 -0
  303. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple.rb +67 -0
  304. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/engine.rb +67 -0
  305. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/engine.rb +15 -0
  306. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/parser.rb +40 -0
  307. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/template.rb +11 -0
  308. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/trimming.rb +23 -0
  309. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/exceptions.rb +13 -0
  310. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filter.rb +9 -0
  311. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/code_merger.rb +30 -0
  312. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/control_flow.rb +42 -0
  313. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/dynamic_inliner.rb +71 -0
  314. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/encoding.rb +24 -0
  315. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/eraser.rb +22 -0
  316. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/escapable.rb +40 -0
  317. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/multi_flattener.rb +25 -0
  318. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/remove_bom.rb +13 -0
  319. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/static_analyzer.rb +30 -0
  320. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/static_merger.rb +37 -0
  321. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/string_splitter.rb +130 -0
  322. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/validator.rb +15 -0
  323. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generator.rb +88 -0
  324. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/array.rb +21 -0
  325. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/array_buffer.rb +29 -0
  326. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/erb.rb +32 -0
  327. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/rails_output_buffer.rb +35 -0
  328. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/string_buffer.rb +25 -0
  329. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/grammar.rb +57 -0
  330. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/attribute_merger.rb +42 -0
  331. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/attribute_remover.rb +35 -0
  332. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/attribute_sorter.rb +21 -0
  333. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/dispatcher.rb +31 -0
  334. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/fast.rb +130 -0
  335. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/filter.rb +21 -0
  336. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/pretty.rb +103 -0
  337. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/safe.rb +23 -0
  338. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/map.rb +105 -0
  339. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/dispatcher.rb +161 -0
  340. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/engine_dsl.rb +145 -0
  341. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/grammar_dsl.rb +170 -0
  342. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/options.rb +87 -0
  343. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/template.rb +28 -0
  344. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/parser.rb +8 -0
  345. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/static_analyzer.rb +77 -0
  346. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/templates.rb +11 -0
  347. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/templates/rails.rb +26 -0
  348. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/templates/tilt.rb +46 -0
  349. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/utils.rb +101 -0
  350. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/version.rb +3 -0
  351. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/temple.gemspec +29 -0
  352. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Gemfile +6 -0
  353. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/History.rdoc +85 -0
  354. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/LICENSE.txt +21 -0
  355. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Manifest +27 -0
  356. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/README.rdoc +247 -0
  357. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Todo.rdoc +14 -0
  358. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table.rb +26 -0
  359. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/cell.rb +94 -0
  360. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/import.rb +3 -0
  361. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/row.rb +52 -0
  362. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/separator.rb +14 -0
  363. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/style.rb +79 -0
  364. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table.rb +343 -0
  365. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table_helper.rb +9 -0
  366. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/version.rb +5 -0
  367. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/terminal-table.gemspec +26 -0
  368. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/COPYING +18 -0
  369. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt.rb +166 -0
  370. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/asciidoc.rb +27 -0
  371. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/babel.rb +16 -0
  372. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/bluecloth.rb +24 -0
  373. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/builder.rb +37 -0
  374. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/coffee.rb +58 -0
  375. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/commonmarker.rb +78 -0
  376. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/creole.rb +25 -0
  377. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/csv.rb +65 -0
  378. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/dummy.rb +3 -0
  379. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/erb.rb +63 -0
  380. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/erubi.rb +32 -0
  381. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/erubis.rb +43 -0
  382. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/etanni.rb +27 -0
  383. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/haml.rb +86 -0
  384. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/kramdown.rb +25 -0
  385. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/less.rb +30 -0
  386. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/liquid.rb +44 -0
  387. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/livescript.rb +23 -0
  388. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/mapping.rb +293 -0
  389. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/markaby.rb +45 -0
  390. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/maruku.rb +22 -0
  391. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/nokogiri.rb +36 -0
  392. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/pandoc.rb +49 -0
  393. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/plain.rb +16 -0
  394. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/prawn.rb +43 -0
  395. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/radius.rb +48 -0
  396. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/rdiscount.rb +39 -0
  397. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/rdoc.rb +40 -0
  398. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/redcarpet.rb +83 -0
  399. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/redcloth.rb +23 -0
  400. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/rst-pandoc.rb +18 -0
  401. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/sass.rb +52 -0
  402. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/sigil.rb +34 -0
  403. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/string.rb +21 -0
  404. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/template.rb +297 -0
  405. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/typescript.rb +26 -0
  406. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/wikicloth.rb +22 -0
  407. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/yajl.rb +87 -0
  408. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/CHANGELOG.md +125 -0
  409. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/MIT-LICENSE.txt +22 -0
  410. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/README.md +124 -0
  411. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/data/display_width.marshal.gz +0 -0
  412. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width.rb +51 -0
  413. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/constants.rb +8 -0
  414. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/index.rb +12 -0
  415. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/no_string_ext.rb +7 -0
  416. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/string_ext.rb +17 -0
  417. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman.rb +553 -0
  418. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/app_tree.rb +217 -0
  419. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/call_index.rb +261 -0
  420. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks.rb +217 -0
  421. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/base_check.rb +507 -0
  422. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_basic_auth.rb +88 -0
  423. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_basic_auth_timing_attack.rb +33 -0
  424. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_content_tag.rb +212 -0
  425. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_cookie_serialization.rb +22 -0
  426. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_create_with.rb +74 -0
  427. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_cross_site_scripting.rb +386 -0
  428. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_default_routes.rb +91 -0
  429. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_deserialize.rb +105 -0
  430. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_detailed_exceptions.rb +55 -0
  431. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_digest_dos.rb +38 -0
  432. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_divide_by_zero.rb +42 -0
  433. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_dynamic_finders.rb +48 -0
  434. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_escape_function.rb +21 -0
  435. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_evaluation.rb +34 -0
  436. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_execute.rb +233 -0
  437. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_file_access.rb +87 -0
  438. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_file_disclosure.rb +35 -0
  439. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_filter_skipping.rb +31 -0
  440. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_force_ssl.rb +27 -0
  441. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_forgery_setting.rb +81 -0
  442. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_header_dos.rb +31 -0
  443. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_i18n_xss.rb +48 -0
  444. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_jruby_xml.rb +36 -0
  445. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_json_encoding.rb +47 -0
  446. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_json_parsing.rb +109 -0
  447. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_link_to.rb +132 -0
  448. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_link_to_href.rb +151 -0
  449. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_mail_to.rb +49 -0
  450. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_mass_assignment.rb +196 -0
  451. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_mime_type_dos.rb +39 -0
  452. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_model_attr_accessible.rb +55 -0
  453. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_model_attributes.rb +81 -0
  454. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_model_serialize.rb +67 -0
  455. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_nested_attributes.rb +38 -0
  456. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_nested_attributes_bypass.rb +58 -0
  457. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_number_to_currency.rb +74 -0
  458. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_permit_attributes.rb +43 -0
  459. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_quote_table_name.rb +40 -0
  460. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_redirect.rb +256 -0
  461. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_regex_dos.rb +68 -0
  462. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_render.rb +97 -0
  463. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_render_dos.rb +37 -0
  464. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_render_inline.rb +53 -0
  465. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_response_splitting.rb +21 -0
  466. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_reverse_tabnabbing.rb +58 -0
  467. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_route_dos.rb +42 -0
  468. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_safe_buffer_manipulation.rb +31 -0
  469. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sanitize_methods.rb +112 -0
  470. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_secrets.rb +40 -0
  471. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_select_tag.rb +59 -0
  472. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_select_vulnerability.rb +60 -0
  473. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_send.rb +46 -0
  474. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_send_file.rb +19 -0
  475. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_session_manipulation.rb +34 -0
  476. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_session_settings.rb +179 -0
  477. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_simple_format.rb +63 -0
  478. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_single_quotes.rb +105 -0
  479. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_skip_before_filter.rb +60 -0
  480. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sprockets_path_traversal.rb +39 -0
  481. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sql.rb +709 -0
  482. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sql_cves.rb +106 -0
  483. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_ssl_verify.rb +48 -0
  484. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_strip_tags.rb +91 -0
  485. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_symbol_dos.rb +71 -0
  486. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_symbol_dos_cve.rb +30 -0
  487. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_translate_bug.rb +45 -0
  488. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_unsafe_reflection.rb +50 -0
  489. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_unscoped_find.rb +57 -0
  490. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_validation_regex.rb +116 -0
  491. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_weak_hash.rb +147 -0
  492. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_without_protection.rb +80 -0
  493. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_xml_dos.rb +45 -0
  494. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_yaml_parsing.rb +113 -0
  495. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/codeclimate/engine_configuration.rb +97 -0
  496. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/commandline.rb +179 -0
  497. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/differ.rb +54 -0
  498. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/file_parser.rb +52 -0
  499. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/file_path.rb +85 -0
  500. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/format/style.css +141 -0
  501. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/messages.rb +220 -0
  502. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/options.rb +359 -0
  503. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/haml_embedded.rb +44 -0
  504. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/rails2_erubis.rb +6 -0
  505. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/rails2_xss_plugin_erubis.rb +48 -0
  506. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/rails3_erubis.rb +81 -0
  507. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/slim_embedded.rb +44 -0
  508. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/template_parser.rb +108 -0
  509. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processor.rb +101 -0
  510. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/alias_processor.rb +1278 -0
  511. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/base_processor.rb +298 -0
  512. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/config_processor.rb +17 -0
  513. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/controller_alias_processor.rb +281 -0
  514. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/controller_processor.rb +245 -0
  515. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/erb_template_processor.rb +77 -0
  516. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/erubis_template_processor.rb +92 -0
  517. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/gem_processor.rb +100 -0
  518. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/haml_template_processor.rb +160 -0
  519. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/basic_processor.rb +37 -0
  520. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/call_conversion_helper.rb +96 -0
  521. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/find_all_calls.rb +247 -0
  522. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/find_call.rb +122 -0
  523. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/find_return_value.rb +166 -0
  524. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/module_helper.rb +111 -0
  525. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/processor_helper.rb +88 -0
  526. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails2_config_processor.rb +145 -0
  527. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails2_route_processor.rb +313 -0
  528. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails3_config_processor.rb +132 -0
  529. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails3_route_processor.rb +306 -0
  530. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails4_config_processor.rb +18 -0
  531. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/render_helper.rb +186 -0
  532. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/render_path.rb +139 -0
  533. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/route_helper.rb +68 -0
  534. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/safe_call_helper.rb +16 -0
  535. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/library_processor.rb +74 -0
  536. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/model_processor.rb +90 -0
  537. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/output_processor.rb +149 -0
  538. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/route_processor.rb +17 -0
  539. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/slim_template_processor.rb +127 -0
  540. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/template_alias_processor.rb +145 -0
  541. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/template_processor.rb +89 -0
  542. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report.rb +88 -0
  543. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/config/remediation.yml +71 -0
  544. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/ignore/config.rb +152 -0
  545. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/ignore/interactive.rb +362 -0
  546. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/pager.rb +113 -0
  547. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/renderer.rb +24 -0
  548. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_base.rb +193 -0
  549. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_codeclimate.rb +79 -0
  550. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_csv.rb +72 -0
  551. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_hash.rb +23 -0
  552. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_html.rb +219 -0
  553. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_json.rb +43 -0
  554. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_markdown.rb +114 -0
  555. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_table.rb +290 -0
  556. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_tabs.rb +19 -0
  557. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_text.rb +213 -0
  558. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/controller_overview.html.erb +22 -0
  559. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/controller_warnings.html.erb +21 -0
  560. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/error_overview.html.erb +29 -0
  561. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/header.html.erb +58 -0
  562. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/ignored_warnings.html.erb +25 -0
  563. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/model_warnings.html.erb +21 -0
  564. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/overview.html.erb +38 -0
  565. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/security_warnings.html.erb +23 -0
  566. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/template_overview.html.erb +21 -0
  567. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/view_warnings.html.erb +34 -0
  568. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/warning_overview.html.erb +17 -0
  569. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/rescanner.rb +484 -0
  570. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/scanner.rb +331 -0
  571. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker.rb +390 -0
  572. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/collection.rb +94 -0
  573. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/config.rb +150 -0
  574. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/constants.rb +172 -0
  575. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/controller.rb +161 -0
  576. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/library.rb +17 -0
  577. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/model.rb +90 -0
  578. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/template.rb +33 -0
  579. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/util.rb +359 -0
  580. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/version.rb +3 -0
  581. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/warning.rb +313 -0
  582. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/warning_codes.rb +122 -0
  583. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/ruby_parser/bm_sexp.rb +631 -0
  584. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/ruby_parser/bm_sexp_processor.rb +117 -0
  585. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/CHANGELOG.md +154 -0
  586. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/COPYING +49 -0
  587. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/Gemfile +15 -0
  588. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/LICENSE +24 -0
  589. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/LICENSE.SPECS +22 -0
  590. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/README.md +115 -0
  591. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/Rakefile +196 -0
  592. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/AbstractMemory.c +1105 -0
  593. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/AbstractMemory.h +175 -0
  594. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/AbstractMemory.o +0 -0
  595. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ArrayType.c +162 -0
  596. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ArrayType.h +59 -0
  597. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ArrayType.o +0 -0
  598. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Buffer.c +365 -0
  599. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Buffer.o +0 -0
  600. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Call.c +499 -0
  601. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Call.h +107 -0
  602. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Call.o +0 -0
  603. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ClosurePool.c +283 -0
  604. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ClosurePool.h +57 -0
  605. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ClosurePool.o +0 -0
  606. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/DynamicLibrary.c +339 -0
  607. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/DynamicLibrary.h +98 -0
  608. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/DynamicLibrary.o +0 -0
  609. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Function.c +917 -0
  610. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Function.h +87 -0
  611. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Function.o +0 -0
  612. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/FunctionInfo.c +271 -0
  613. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/FunctionInfo.o +0 -0
  614. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LastError.c +229 -0
  615. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LastError.h +47 -0
  616. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LastError.o +0 -0
  617. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LongDouble.c +63 -0
  618. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LongDouble.h +51 -0
  619. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LongDouble.o +0 -0
  620. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Makefile +266 -0
  621. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MappedType.c +168 -0
  622. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MappedType.h +59 -0
  623. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MappedType.o +0 -0
  624. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MemoryPointer.c +197 -0
  625. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MemoryPointer.h +53 -0
  626. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MemoryPointer.o +0 -0
  627. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MethodHandle.c +358 -0
  628. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MethodHandle.h +55 -0
  629. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MethodHandle.o +0 -0
  630. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Platform.c +82 -0
  631. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Platform.h +45 -0
  632. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Platform.o +0 -0
  633. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Pointer.c +508 -0
  634. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Pointer.h +63 -0
  635. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Pointer.o +0 -0
  636. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Struct.c +829 -0
  637. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Struct.h +106 -0
  638. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Struct.o +0 -0
  639. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructByValue.c +150 -0
  640. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructByValue.h +55 -0
  641. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructByValue.o +0 -0
  642. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructLayout.c +698 -0
  643. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructLayout.o +0 -0
  644. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Thread.c +137 -0
  645. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Thread.h +84 -0
  646. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Thread.o +0 -0
  647. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Type.c +379 -0
  648. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Type.h +61 -0
  649. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Type.o +0 -0
  650. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Types.c +139 -0
  651. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Types.h +89 -0
  652. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Types.o +0 -0
  653. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Variadic.c +298 -0
  654. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Variadic.o +0 -0
  655. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/compat.h +78 -0
  656. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/extconf.h +12 -0
  657. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/extconf.rb +86 -0
  658. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ffi.c +93 -0
  659. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ffi.o +0 -0
  660. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ffi_c.so +0 -0
  661. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.bsd.mk +40 -0
  662. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.darwin.mk +105 -0
  663. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.gnu.mk +32 -0
  664. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.mk +18 -0
  665. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.vc.mk +26 -0
  666. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.vc64.mk +26 -0
  667. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.libffi +584 -0
  668. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +6000 -0
  669. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.libgcj +40 -0
  670. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.v1 +764 -0
  671. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/LICENSE +21 -0
  672. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +353 -0
  673. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/Makefile.am +158 -0
  674. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/Makefile.in +1809 -0
  675. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/README.md +470 -0
  676. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/acinclude.m4 +479 -0
  677. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/autogen.sh +2 -0
  678. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/config.guess +1466 -0
  679. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/config.sub +1836 -0
  680. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/configure +21978 -0
  681. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/configure.ac +394 -0
  682. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/configure.host +303 -0
  683. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/Makefile.am +3 -0
  684. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/Makefile.in +811 -0
  685. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/libffi.texi +985 -0
  686. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/version.texi +4 -0
  687. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/fficonfig.h.in +210 -0
  688. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +203 -0
  689. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/Makefile.am +9 -0
  690. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/Makefile.in +604 -0
  691. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/ffi.h.in +515 -0
  692. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/ffi_cfi.h +55 -0
  693. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/ffi_common.h +153 -0
  694. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/install-sh +508 -0
  695. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libffi.map.in +80 -0
  696. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libffi.pc.in +11 -0
  697. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +1043 -0
  698. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libtool-ldflags +106 -0
  699. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libtool-version +29 -0
  700. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ltmain.sh +11156 -0
  701. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/asmcfi.m4 +13 -0
  702. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_append_flag.m4 +71 -0
  703. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +194 -0
  704. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +122 -0
  705. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +74 -0
  706. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +87 -0
  707. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_configure_args.m4 +70 -0
  708. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +302 -0
  709. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +263 -0
  710. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +89 -0
  711. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_require_defined.m4 +37 -0
  712. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/make_sunver.pl +333 -0
  713. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/Makefile.am +8 -0
  714. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/Makefile.in +558 -0
  715. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi.3 +41 -0
  716. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
  717. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi_prep_cif.3 +68 -0
  718. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +73 -0
  719. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/missing +215 -0
  720. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +33 -0
  721. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +130 -0
  722. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +57 -0
  723. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +4 -0
  724. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
  725. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +219 -0
  726. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvcc.sh +353 -0
  727. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/ffi.c +1009 -0
  728. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/ffitarget.h +92 -0
  729. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/internal.h +67 -0
  730. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/sysv.S +440 -0
  731. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +506 -0
  732. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/ffi.c +521 -0
  733. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/ffitarget.h +57 -0
  734. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/internal.h +23 -0
  735. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/osf.S +282 -0
  736. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arc/arcompact.S +135 -0
  737. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arc/ffi.c +266 -0
  738. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arc/ffitarget.h +53 -0
  739. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/ffi.c +854 -0
  740. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
  741. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/internal.h +7 -0
  742. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/sysv.S +385 -0
  743. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +311 -0
  744. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
  745. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/avr32/ffitarget.h +55 -0
  746. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
  747. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/bfin/ffi.c +196 -0
  748. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/bfin/ffitarget.h +43 -0
  749. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/bfin/sysv.S +179 -0
  750. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/closures.c +990 -0
  751. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/cris/ffi.c +386 -0
  752. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/cris/ffitarget.h +56 -0
  753. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
  754. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/debug.c +64 -0
  755. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/dlmalloc.c +5166 -0
  756. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
  757. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
  758. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/frv/ffitarget.h +62 -0
  759. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/ffi.c +604 -0
  760. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/ffitarget.h +56 -0
  761. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
  762. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/unix.S +567 -0
  763. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/java_raw_api.c +374 -0
  764. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m32r/ffi.c +232 -0
  765. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m32r/ffitarget.h +53 -0
  766. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
  767. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m68k/ffi.c +362 -0
  768. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m68k/ffitarget.h +54 -0
  769. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m68k/sysv.S +357 -0
  770. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m88k/ffi.c +400 -0
  771. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m88k/ffitarget.h +49 -0
  772. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m88k/obsd.S +209 -0
  773. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/metag/ffi.c +330 -0
  774. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/metag/ffitarget.h +53 -0
  775. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/metag/sysv.S +311 -0
  776. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/microblaze/ffi.c +321 -0
  777. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/microblaze/ffitarget.h +53 -0
  778. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/microblaze/sysv.S +302 -0
  779. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/ffi.c +1130 -0
  780. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/ffitarget.h +244 -0
  781. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/n32.S +663 -0
  782. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/o32.S +502 -0
  783. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/moxie/eabi.S +101 -0
  784. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/moxie/ffi.c +285 -0
  785. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/moxie/ffitarget.h +52 -0
  786. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/nios2/ffi.c +304 -0
  787. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/nios2/ffitarget.h +52 -0
  788. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/nios2/sysv.S +136 -0
  789. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/or1k/ffi.c +328 -0
  790. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/or1k/ffitarget.h +58 -0
  791. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/or1k/sysv.S +107 -0
  792. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/ffi.c +719 -0
  793. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/ffitarget.h +85 -0
  794. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/hpux32.S +368 -0
  795. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/linux.S +378 -0
  796. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/aix.S +566 -0
  797. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/aix_closure.S +694 -0
  798. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
  799. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/darwin.S +378 -0
  800. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +571 -0
  801. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi.c +174 -0
  802. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1440 -0
  803. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1007 -0
  804. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +94 -0
  805. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +923 -0
  806. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffitarget.h +198 -0
  807. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/linux64.S +228 -0
  808. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +488 -0
  809. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +397 -0
  810. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/sysv.S +175 -0
  811. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/prep_cif.c +263 -0
  812. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/raw_api.c +267 -0
  813. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/riscv/ffi.c +481 -0
  814. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/riscv/ffitarget.h +69 -0
  815. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/riscv/sysv.S +293 -0
  816. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/ffi.c +756 -0
  817. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/ffitarget.h +70 -0
  818. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/internal.h +11 -0
  819. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/sysv.S +325 -0
  820. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh/ffi.c +717 -0
  821. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh/ffitarget.h +54 -0
  822. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
  823. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh64/ffi.c +469 -0
  824. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh64/ffitarget.h +58 -0
  825. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
  826. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/ffi.c +468 -0
  827. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/ffi64.c +608 -0
  828. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/ffitarget.h +81 -0
  829. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/internal.h +26 -0
  830. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/v8.S +443 -0
  831. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/v9.S +440 -0
  832. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/tile/ffi.c +355 -0
  833. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/tile/ffitarget.h +65 -0
  834. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/tile/tile.S +360 -0
  835. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/types.c +108 -0
  836. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/vax/elfbsd.S +195 -0
  837. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/vax/ffi.c +276 -0
  838. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/vax/ffitarget.h +49 -0
  839. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/asmnames.h +30 -0
  840. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffi.c +761 -0
  841. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffi64.c +886 -0
  842. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffitarget.h +147 -0
  843. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffiw64.c +311 -0
  844. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/internal.h +29 -0
  845. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/internal64.h +22 -0
  846. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/sysv.S +1129 -0
  847. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +995 -0
  848. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/unix64.S +566 -0
  849. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/win64.S +237 -0
  850. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/win64_intel.S +237 -0
  851. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/xtensa/ffi.c +298 -0
  852. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/xtensa/ffitarget.h +53 -0
  853. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/xtensa/sysv.S +258 -0
  854. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/stamp-h.in +1 -0
  855. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/Makefile.am +119 -0
  856. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/Makefile.in +608 -0
  857. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/config/default.exp +1 -0
  858. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +657 -0
  859. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +283 -0
  860. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +45 -0
  861. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +28 -0
  862. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +78 -0
  863. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +50 -0
  864. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +58 -0
  865. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1745 -0
  866. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +2885 -0
  867. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +743 -0
  868. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +46 -0
  869. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +46 -0
  870. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +43 -0
  871. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +89 -0
  872. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +81 -0
  873. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +81 -0
  874. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +82 -0
  875. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +89 -0
  876. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +92 -0
  877. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +90 -0
  878. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +95 -0
  879. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +55 -0
  880. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +94 -0
  881. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +95 -0
  882. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +96 -0
  883. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +102 -0
  884. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +89 -0
  885. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +91 -0
  886. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +93 -0
  887. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +113 -0
  888. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +90 -0
  889. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +95 -0
  890. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +90 -0
  891. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +90 -0
  892. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3float.c +95 -0
  893. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +98 -0
  894. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +90 -0
  895. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +109 -0
  896. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +98 -0
  897. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +124 -0
  898. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +113 -0
  899. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +99 -0
  900. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +117 -0
  901. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +97 -0
  902. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +88 -0
  903. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +90 -0
  904. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +91 -0
  905. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +93 -0
  906. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +91 -0
  907. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +92 -0
  908. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +132 -0
  909. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +115 -0
  910. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +95 -0
  911. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +91 -0
  912. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +91 -0
  913. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +92 -0
  914. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +91 -0
  915. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +91 -0
  916. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +93 -0
  917. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +66 -0
  918. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +43 -0
  919. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +61 -0
  920. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +42 -0
  921. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +105 -0
  922. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +61 -0
  923. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +70 -0
  924. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +55 -0
  925. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +74 -0
  926. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +74 -0
  927. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +86 -0
  928. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +91 -0
  929. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +74 -0
  930. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +86 -0
  931. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +74 -0
  932. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +142 -0
  933. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +44 -0
  934. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +42 -0
  935. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +42 -0
  936. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +114 -0
  937. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +42 -0
  938. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +44 -0
  939. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +43 -0
  940. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +45 -0
  941. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +45 -0
  942. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +47 -0
  943. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +43 -0
  944. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +44 -0
  945. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +36 -0
  946. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +26 -0
  947. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +138 -0
  948. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float.c +59 -0
  949. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +60 -0
  950. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +61 -0
  951. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +74 -0
  952. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +62 -0
  953. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +107 -0
  954. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +341 -0
  955. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many.c +59 -0
  956. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +57 -0
  957. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +70 -0
  958. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +78 -0
  959. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +52 -0
  960. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +152 -0
  961. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +161 -0
  962. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +134 -0
  963. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +121 -0
  964. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +110 -0
  965. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +111 -0
  966. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +111 -0
  967. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +112 -0
  968. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +131 -0
  969. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +111 -0
  970. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +131 -0
  971. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +131 -0
  972. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +46 -0
  973. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +127 -0
  974. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +90 -0
  975. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +59 -0
  976. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +114 -0
  977. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +36 -0
  978. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +43 -0
  979. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +42 -0
  980. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +35 -0
  981. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +36 -0
  982. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +49 -0
  983. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +42 -0
  984. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +34 -0
  985. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +41 -0
  986. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +43 -0
  987. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +36 -0
  988. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +38 -0
  989. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +38 -0
  990. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +38 -0
  991. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +145 -0
  992. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +148 -0
  993. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +124 -0
  994. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +125 -0
  995. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +44 -0
  996. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +49 -0
  997. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +49 -0
  998. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +55 -0
  999. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +67 -0
  1000. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +57 -0
  1001. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +67 -0
  1002. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +60 -0
  1003. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +64 -0
  1004. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +66 -0
  1005. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +64 -0
  1006. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +74 -0
  1007. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +81 -0
  1008. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +68 -0
  1009. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +70 -0
  1010. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +61 -0
  1011. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +117 -0
  1012. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +54 -0
  1013. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +196 -0
  1014. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +121 -0
  1015. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +123 -0
  1016. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +125 -0
  1017. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +91 -0
  1018. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +10 -0
  1019. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +10 -0
  1020. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +10 -0
  1021. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +42 -0
  1022. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +10 -0
  1023. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +10 -0
  1024. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +10 -0
  1025. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +71 -0
  1026. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +10 -0
  1027. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +10 -0
  1028. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +10 -0
  1029. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +80 -0
  1030. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +10 -0
  1031. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +16 -0
  1032. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +10 -0
  1033. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +36 -0
  1034. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +51 -0
  1035. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +7 -0
  1036. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +7 -0
  1037. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +7 -0
  1038. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +10 -0
  1039. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +10 -0
  1040. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +86 -0
  1041. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +10 -0
  1042. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +1 -0
  1043. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +78 -0
  1044. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +10 -0
  1045. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +10 -0
  1046. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +10 -0
  1047. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +37 -0
  1048. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +41 -0
  1049. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +10 -0
  1050. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +10 -0
  1051. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +10 -0
  1052. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +44 -0
  1053. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +10 -0
  1054. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +10 -0
  1055. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +10 -0
  1056. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +10 -0
  1057. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +10 -0
  1058. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +10 -0
  1059. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +34 -0
  1060. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +28 -0
  1061. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +1 -0
  1062. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +36 -0
  1063. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +19 -0
  1064. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/rbffi.h +55 -0
  1065. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/rbffi_endian.h +59 -0
  1066. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/win32/stdbool.h +8 -0
  1067. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/win32/stdint.h +201 -0
  1068. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ffi.gemspec +43 -0
  1069. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi.rb +20 -0
  1070. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/autopointer.rb +203 -0
  1071. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/buffer.rb +4 -0
  1072. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/callback.rb +4 -0
  1073. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/data_converter.rb +67 -0
  1074. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/enum.rb +296 -0
  1075. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/errno.rb +43 -0
  1076. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/ffi.rb +45 -0
  1077. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/io.rb +62 -0
  1078. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/library.rb +588 -0
  1079. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/managedstruct.rb +84 -0
  1080. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/memorypointer.rb +1 -0
  1081. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform.rb +175 -0
  1082. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
  1083. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/aarch64-freebsd12/types.conf +128 -0
  1084. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/aarch64-linux/types.conf +104 -0
  1085. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/arm-freebsd/types.conf +152 -0
  1086. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
  1087. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/arm-linux/types.conf +104 -0
  1088. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-cygwin/types.conf +3 -0
  1089. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-darwin/types.conf +100 -0
  1090. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-freebsd/types.conf +152 -0
  1091. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
  1092. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-gnu/types.conf +107 -0
  1093. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-linux/types.conf +103 -0
  1094. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-netbsd/types.conf +126 -0
  1095. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-openbsd/types.conf +128 -0
  1096. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-solaris/types.conf +122 -0
  1097. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-windows/types.conf +105 -0
  1098. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/ia64-linux/types.conf +104 -0
  1099. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mips-linux/types.conf +102 -0
  1100. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mips64-linux/types.conf +104 -0
  1101. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mips64el-linux/types.conf +104 -0
  1102. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsel-linux/types.conf +102 -0
  1103. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
  1104. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
  1105. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
  1106. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
  1107. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc-aix/types.conf +180 -0
  1108. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
  1109. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc-linux/types.conf +100 -0
  1110. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
  1111. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/s390-linux/types.conf +102 -0
  1112. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/s390x-linux/types.conf +102 -0
  1113. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparc-linux/types.conf +102 -0
  1114. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparc-solaris/types.conf +128 -0
  1115. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparc64-linux/types.conf +102 -0
  1116. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
  1117. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
  1118. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-darwin/types.conf +126 -0
  1119. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-dragonflybsd/types.conf +148 -0
  1120. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
  1121. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
  1122. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-linux/types.conf +111 -0
  1123. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
  1124. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
  1125. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
  1126. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-windows/types.conf +120 -0
  1127. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/pointer.rb +160 -0
  1128. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct.rb +311 -0
  1129. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct_by_reference.rb +72 -0
  1130. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct_layout.rb +96 -0
  1131. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct_layout_builder.rb +227 -0
  1132. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/const_generator.rb +230 -0
  1133. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/generator.rb +105 -0
  1134. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/generator_task.rb +32 -0
  1135. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/struct_generator.rb +194 -0
  1136. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/types_generator.rb +135 -0
  1137. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/types.rb +194 -0
  1138. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/union.rb +43 -0
  1139. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/variadic.rb +78 -0
  1140. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/version.rb +3 -0
  1141. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi_c.so +0 -0
  1142. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/getlogin.rb +8 -0
  1143. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/getpid.rb +8 -0
  1144. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/gettimeofday.rb +18 -0
  1145. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/hello.rb +7 -0
  1146. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/inotify.rb +60 -0
  1147. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/pty.rb +76 -0
  1148. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/qsort.rb +21 -0
  1149. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/sample_helper.rb +6 -0
  1150. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/CHANGELOG.md +345 -0
  1151. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/Gemfile +23 -0
  1152. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/MIT-LICENSE.txt +23 -0
  1153. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/Manifest.txt +41 -0
  1154. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/README.md +363 -0
  1155. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/Rakefile +91 -0
  1156. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/SECURITY.md +18 -0
  1157. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/benchmark.rb +149 -0
  1158. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/fragment.html +96 -0
  1159. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/helper.rb +73 -0
  1160. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/www.slashdot.com.html +2560 -0
  1161. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah.rb +84 -0
  1162. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/elements.rb +93 -0
  1163. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/helpers.rb +104 -0
  1164. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html/document.rb +19 -0
  1165. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html/document_fragment.rb +41 -0
  1166. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html5/libxml2_workarounds.rb +27 -0
  1167. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html5/safelist.rb +798 -0
  1168. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html5/scrub.rb +134 -0
  1169. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/instance_methods.rb +128 -0
  1170. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/metahelpers.rb +14 -0
  1171. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/scrubber.rb +134 -0
  1172. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/scrubbers.rb +298 -0
  1173. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/xml/document.rb +14 -0
  1174. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/xml/document_fragment.rb +24 -0
  1175. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/assets/msword.html +63 -0
  1176. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/assets/testdata_sanitizer_tests1.dat +502 -0
  1177. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/helper.rb +18 -0
  1178. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/html5/test_sanitizer.rb +414 -0
  1179. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/html5/test_scrub.rb +10 -0
  1180. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_ad_hoc.rb +220 -0
  1181. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_helpers.rb +43 -0
  1182. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_html.rb +72 -0
  1183. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_scrubbers.rb +400 -0
  1184. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_xml.rb +55 -0
  1185. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_api.rb +142 -0
  1186. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_encoding.rb +20 -0
  1187. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_helpers.rb +62 -0
  1188. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_scrubber.rb +229 -0
  1189. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_scrubbers.rb +14 -0
  1190. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/LICENSE-DEPENDENCIES.md +1614 -0
  1191. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/LICENSE.md +9 -0
  1192. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/README.md +198 -0
  1193. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/bin/nokogiri +118 -0
  1194. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/dependencies.yml +74 -0
  1195. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/Makefile +628 -0
  1196. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/depend +358 -0
  1197. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/extconf.rb +686 -0
  1198. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_document.c +170 -0
  1199. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_document.h +10 -0
  1200. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_document.o +0 -0
  1201. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_element_description.c +279 -0
  1202. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_element_description.h +10 -0
  1203. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_element_description.o +0 -0
  1204. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_entity_lookup.c +32 -0
  1205. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_entity_lookup.h +8 -0
  1206. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_entity_lookup.o +0 -0
  1207. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_parser_context.c +116 -0
  1208. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_parser_context.h +11 -0
  1209. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_parser_context.o +0 -0
  1210. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_push_parser.c +87 -0
  1211. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_push_parser.h +9 -0
  1212. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_push_parser.o +0 -0
  1213. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.c +141 -0
  1214. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.h +121 -0
  1215. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.o +0 -0
  1216. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.so +0 -0
  1217. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attr.c +103 -0
  1218. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attr.h +9 -0
  1219. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attr.o +0 -0
  1220. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attribute_decl.c +70 -0
  1221. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attribute_decl.h +9 -0
  1222. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attribute_decl.o +0 -0
  1223. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_cdata.c +62 -0
  1224. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_cdata.h +9 -0
  1225. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_cdata.o +0 -0
  1226. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_comment.c +69 -0
  1227. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_comment.h +9 -0
  1228. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_comment.o +0 -0
  1229. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document.c +608 -0
  1230. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document.h +23 -0
  1231. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document.o +0 -0
  1232. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document_fragment.c +48 -0
  1233. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document_fragment.h +10 -0
  1234. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document_fragment.o +0 -0
  1235. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_dtd.c +202 -0
  1236. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_dtd.h +10 -0
  1237. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_dtd.o +0 -0
  1238. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_content.c +123 -0
  1239. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_content.h +10 -0
  1240. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_content.o +0 -0
  1241. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_decl.c +69 -0
  1242. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_decl.h +9 -0
  1243. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_decl.o +0 -0
  1244. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_encoding_handler.c +79 -0
  1245. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_encoding_handler.h +8 -0
  1246. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_encoding_handler.o +0 -0
  1247. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_decl.c +110 -0
  1248. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_decl.h +10 -0
  1249. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_decl.o +0 -0
  1250. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_reference.c +52 -0
  1251. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_reference.h +9 -0
  1252. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_reference.o +0 -0
  1253. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_io.c +61 -0
  1254. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_io.h +11 -0
  1255. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_io.o +0 -0
  1256. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_libxml2_hacks.c +112 -0
  1257. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_libxml2_hacks.h +12 -0
  1258. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  1259. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_namespace.c +111 -0
  1260. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_namespace.h +14 -0
  1261. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_namespace.o +0 -0
  1262. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node.c +1753 -0
  1263. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node.h +13 -0
  1264. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node.o +0 -0
  1265. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node_set.c +486 -0
  1266. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node_set.h +12 -0
  1267. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node_set.o +0 -0
  1268. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_processing_instruction.c +56 -0
  1269. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_processing_instruction.h +9 -0
  1270. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_processing_instruction.o +0 -0
  1271. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_reader.c +668 -0
  1272. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_reader.h +10 -0
  1273. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_reader.o +0 -0
  1274. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_relax_ng.c +161 -0
  1275. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_relax_ng.h +9 -0
  1276. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_relax_ng.o +0 -0
  1277. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser.c +310 -0
  1278. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser.h +39 -0
  1279. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser.o +0 -0
  1280. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser_context.c +262 -0
  1281. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser_context.h +10 -0
  1282. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser_context.o +0 -0
  1283. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_push_parser.c +159 -0
  1284. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_push_parser.h +9 -0
  1285. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_push_parser.o +0 -0
  1286. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_schema.c +205 -0
  1287. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_schema.h +9 -0
  1288. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_schema.o +0 -0
  1289. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_syntax_error.c +64 -0
  1290. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_syntax_error.h +13 -0
  1291. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_syntax_error.o +0 -0
  1292. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_text.c +52 -0
  1293. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_text.h +9 -0
  1294. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_text.o +0 -0
  1295. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_xpath_context.c +298 -0
  1296. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_xpath_context.h +10 -0
  1297. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_xpath_context.o +0 -0
  1298. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xslt_stylesheet.c +270 -0
  1299. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xslt_stylesheet.h +14 -0
  1300. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xslt_stylesheet.o +0 -0
  1301. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri.rb +144 -0
  1302. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css.rb +27 -0
  1303. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/node.rb +52 -0
  1304. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/parser.rb +750 -0
  1305. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/parser.y +272 -0
  1306. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/parser_extras.rb +91 -0
  1307. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/syntax_error.rb +7 -0
  1308. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/tokenizer.rb +153 -0
  1309. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/tokenizer.rex +55 -0
  1310. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/xpath_visitor.rb +230 -0
  1311. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/decorators/slop.rb +42 -0
  1312. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html.rb +37 -0
  1313. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/builder.rb +35 -0
  1314. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/document.rb +335 -0
  1315. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/document_fragment.rb +49 -0
  1316. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/element_description.rb +23 -0
  1317. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/element_description_defaults.rb +671 -0
  1318. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/entity_lookup.rb +13 -0
  1319. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/sax/parser.rb +62 -0
  1320. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/sax/parser_context.rb +16 -0
  1321. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/sax/push_parser.rb +36 -0
  1322. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/nokogiri.so +0 -0
  1323. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/syntax_error.rb +4 -0
  1324. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/version.rb +109 -0
  1325. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml.rb +75 -0
  1326. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/attr.rb +14 -0
  1327. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/attribute_decl.rb +18 -0
  1328. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/builder.rb +446 -0
  1329. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/cdata.rb +11 -0
  1330. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/character_data.rb +7 -0
  1331. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/document.rb +285 -0
  1332. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/document_fragment.rb +160 -0
  1333. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/dtd.rb +32 -0
  1334. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/element_content.rb +36 -0
  1335. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/element_decl.rb +13 -0
  1336. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/entity_decl.rb +19 -0
  1337. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/entity_reference.rb +18 -0
  1338. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/namespace.rb +13 -0
  1339. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/node.rb +902 -0
  1340. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/node/save_options.rb +61 -0
  1341. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/node_set.rb +371 -0
  1342. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/notation.rb +6 -0
  1343. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/parse_options.rb +120 -0
  1344. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/pp.rb +2 -0
  1345. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/pp/character_data.rb +18 -0
  1346. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/pp/node.rb +56 -0
  1347. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/processing_instruction.rb +8 -0
  1348. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/reader.rb +112 -0
  1349. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/relax_ng.rb +32 -0
  1350. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax.rb +4 -0
  1351. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/document.rb +171 -0
  1352. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/parser.rb +122 -0
  1353. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/parser_context.rb +16 -0
  1354. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/push_parser.rb +60 -0
  1355. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/schema.rb +63 -0
  1356. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/searchable.rb +230 -0
  1357. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/syntax_error.rb +70 -0
  1358. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/text.rb +9 -0
  1359. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/xpath.rb +10 -0
  1360. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
  1361. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/xpath_context.rb +16 -0
  1362. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xslt.rb +56 -0
  1363. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xslt/stylesheet.rb +25 -0
  1364. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/xsd/xmlparser/nokogiri.rb +102 -0
  1365. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch +78 -0
  1366. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0002-Remove-script-macro-support.patch +40 -0
  1367. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch +44 -0
  1368. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch +25 -0
  1369. data/vendor/ruby/2.6.0/gems/oj-3.10.0/LICENSE +21 -0
  1370. data/vendor/ruby/2.6.0/gems/oj-3.10.0/README.md +104 -0
  1371. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/Makefile +266 -0
  1372. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/buf.h +103 -0
  1373. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/cache8.c +107 -0
  1374. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/cache8.h +48 -0
  1375. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/cache8.o +0 -0
  1376. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/circarray.c +68 -0
  1377. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/circarray.h +23 -0
  1378. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/circarray.o +0 -0
  1379. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/code.c +235 -0
  1380. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/code.h +42 -0
  1381. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/code.o +0 -0
  1382. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/compat.c +299 -0
  1383. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/compat.o +0 -0
  1384. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/custom.c +1216 -0
  1385. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/custom.o +0 -0
  1386. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump.c +1249 -0
  1387. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump.h +96 -0
  1388. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump.o +0 -0
  1389. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_compat.c +974 -0
  1390. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_compat.o +0 -0
  1391. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_leaf.c +252 -0
  1392. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_leaf.o +0 -0
  1393. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_object.c +842 -0
  1394. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_object.o +0 -0
  1395. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_strict.c +433 -0
  1396. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_strict.o +0 -0
  1397. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/encode.h +45 -0
  1398. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/err.c +57 -0
  1399. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/err.h +70 -0
  1400. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/err.o +0 -0
  1401. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/extconf.rb +48 -0
  1402. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/fast.c +1771 -0
  1403. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/fast.o +0 -0
  1404. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash.c +163 -0
  1405. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash.h +46 -0
  1406. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash.o +0 -0
  1407. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash_test.c +512 -0
  1408. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash_test.o +0 -0
  1409. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/mimic_json.c +880 -0
  1410. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/mimic_json.o +0 -0
  1411. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/object.c +774 -0
  1412. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/object.o +0 -0
  1413. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/odd.c +231 -0
  1414. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/odd.h +44 -0
  1415. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/odd.o +0 -0
  1416. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.c +1721 -0
  1417. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.h +387 -0
  1418. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.o +0 -0
  1419. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.so +0 -0
  1420. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/parse.c +1099 -0
  1421. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/parse.h +112 -0
  1422. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/parse.o +0 -0
  1423. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rails.c +1500 -0
  1424. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rails.h +21 -0
  1425. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rails.o +0 -0
  1426. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/reader.c +231 -0
  1427. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/reader.h +151 -0
  1428. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/reader.o +0 -0
  1429. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/resolve.c +102 -0
  1430. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/resolve.h +14 -0
  1431. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/resolve.o +0 -0
  1432. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rxclass.c +147 -0
  1433. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rxclass.h +27 -0
  1434. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rxclass.o +0 -0
  1435. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/saj.c +714 -0
  1436. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/saj.o +0 -0
  1437. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/scp.c +224 -0
  1438. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/scp.o +0 -0
  1439. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/sparse.c +914 -0
  1440. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/sparse.o +0 -0
  1441. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/stream_writer.c +363 -0
  1442. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/stream_writer.o +0 -0
  1443. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/strict.c +212 -0
  1444. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/strict.o +0 -0
  1445. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/string_writer.c +534 -0
  1446. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/string_writer.o +0 -0
  1447. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/trace.c +79 -0
  1448. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/trace.h +28 -0
  1449. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/trace.o +0 -0
  1450. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.c +136 -0
  1451. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.h +19 -0
  1452. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.o +0 -0
  1453. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/val_stack.c +118 -0
  1454. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/val_stack.h +185 -0
  1455. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/val_stack.o +0 -0
  1456. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/wab.c +631 -0
  1457. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/wab.o +0 -0
  1458. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj.rb +21 -0
  1459. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/active_support_helper.rb +41 -0
  1460. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/bag.rb +88 -0
  1461. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/easy_hash.rb +52 -0
  1462. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/error.rb +22 -0
  1463. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/json.rb +176 -0
  1464. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/mimic.rb +267 -0
  1465. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/oj.so +0 -0
  1466. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/saj.rb +66 -0
  1467. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/schandler.rb +142 -0
  1468. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/state.rb +131 -0
  1469. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/version.rb +5 -0
  1470. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Advanced.md +22 -0
  1471. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Compatibility.md +25 -0
  1472. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Custom.md +23 -0
  1473. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Encoding.md +65 -0
  1474. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/JsonGem.md +79 -0
  1475. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Modes.md +155 -0
  1476. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Options.md +287 -0
  1477. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Rails.md +116 -0
  1478. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Security.md +20 -0
  1479. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/WAB.md +13 -0
  1480. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/_test_active.rb +76 -0
  1481. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/_test_active_mimic.rb +96 -0
  1482. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/_test_mimic_rails.rb +126 -0
  1483. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activerecord/result_test.rb +27 -0
  1484. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport4/decoding_test.rb +108 -0
  1485. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport4/encoding_test.rb +531 -0
  1486. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport4/test_helper.rb +41 -0
  1487. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/abstract_unit.rb +45 -0
  1488. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/decoding_test.rb +133 -0
  1489. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/encoding_test.rb +500 -0
  1490. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/encoding_test_cases.rb +98 -0
  1491. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/test_helper.rb +72 -0
  1492. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/time_zone_test_helpers.rb +39 -0
  1493. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/abstract_unit.rb +44 -0
  1494. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/decoding_test.rb +133 -0
  1495. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/encoding_test.rb +507 -0
  1496. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/encoding_test_cases.rb +98 -0
  1497. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/test_common.rb +17 -0
  1498. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/test_helper.rb +163 -0
  1499. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/time_zone_test_helpers.rb +39 -0
  1500. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/bar.rb +22 -0
  1501. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/baz.rb +16 -0
  1502. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/files.rb +29 -0
  1503. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/foo.rb +167 -0
  1504. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/helper.rb +26 -0
  1505. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/shared.rb +308 -0
  1506. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_after.rb +13 -0
  1507. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_alone.rb +12 -0
  1508. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_as_json.rb +45 -0
  1509. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_before.rb +13 -0
  1510. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_define.rb +28 -0
  1511. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_rails_after.rb +22 -0
  1512. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_rails_before.rb +21 -0
  1513. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_redefine.rb +15 -0
  1514. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_addition_test.rb +216 -0
  1515. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_common_interface_test.rb +148 -0
  1516. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_encoding_test.rb +107 -0
  1517. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_ext_parser_test.rb +20 -0
  1518. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_fixtures_test.rb +35 -0
  1519. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_generator_test.rb +383 -0
  1520. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_generic_object_test.rb +90 -0
  1521. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_parser_test.rb +470 -0
  1522. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_string_matching_test.rb +42 -0
  1523. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/test_helper.rb +18 -0
  1524. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf.rb +107 -0
  1525. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_compat.rb +130 -0
  1526. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_fast.rb +164 -0
  1527. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_file.rb +64 -0
  1528. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_object.rb +138 -0
  1529. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_saj.rb +109 -0
  1530. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_scp.rb +151 -0
  1531. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_simple.rb +287 -0
  1532. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_strict.rb +145 -0
  1533. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_wab.rb +131 -0
  1534. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample.rb +54 -0
  1535. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/change.rb +14 -0
  1536. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/dir.rb +19 -0
  1537. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/doc.rb +36 -0
  1538. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/file.rb +48 -0
  1539. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/group.rb +16 -0
  1540. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/hasprops.rb +16 -0
  1541. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/layer.rb +12 -0
  1542. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/line.rb +20 -0
  1543. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/oval.rb +10 -0
  1544. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/rect.rb +10 -0
  1545. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/shape.rb +35 -0
  1546. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/text.rb +20 -0
  1547. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample_json.rb +37 -0
  1548. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_compat.rb +502 -0
  1549. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_custom.rb +507 -0
  1550. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_debian.rb +53 -0
  1551. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_fast.rb +470 -0
  1552. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_file.rb +239 -0
  1553. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_gc.rb +49 -0
  1554. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_hash.rb +29 -0
  1555. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_integer_range.rb +72 -0
  1556. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_null.rb +376 -0
  1557. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_object.rb +1019 -0
  1558. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_saj.rb +186 -0
  1559. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_scp.rb +433 -0
  1560. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_strict.rb +433 -0
  1561. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_various.rb +720 -0
  1562. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_wab.rb +307 -0
  1563. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_writer.rb +380 -0
  1564. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/tests.rb +24 -0
  1565. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/tests_mimic.rb +14 -0
  1566. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/tests_mimic_addition.rb +7 -0
  1567. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/zoo.rb +13 -0
  1568. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/MIT-LICENSE.txt +20 -0
  1569. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/lib/parallel.rb +523 -0
  1570. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/lib/parallel/processor_count.rb +42 -0
  1571. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/lib/parallel/version.rb +3 -0
  1572. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/LICENSE.txt +20 -0
  1573. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/README.md +217 -0
  1574. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/assets/logo.png +0 -0
  1575. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/assets/output.html.erb +261 -0
  1576. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/bin/console +10 -0
  1577. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/bin/setup +7 -0
  1578. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/config/default.yml +3951 -0
  1579. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/exe/rubocop +17 -0
  1580. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop.rb +616 -0
  1581. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/builder.rb +82 -0
  1582. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node.rb +644 -0
  1583. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/alias_node.rb +24 -0
  1584. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/and_node.rb +29 -0
  1585. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/args_node.rb +29 -0
  1586. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/array_node.rb +57 -0
  1587. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/block_node.rb +117 -0
  1588. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/break_node.rb +17 -0
  1589. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/case_node.rb +56 -0
  1590. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/class_node.rb +31 -0
  1591. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/def_node.rb +71 -0
  1592. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/defined_node.rb +17 -0
  1593. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/ensure_node.rb +17 -0
  1594. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/float_node.rb +12 -0
  1595. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/for_node.rb +53 -0
  1596. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/hash_node.rb +109 -0
  1597. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/if_node.rb +175 -0
  1598. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/int_node.rb +12 -0
  1599. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/keyword_splat_node.rb +45 -0
  1600. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
  1601. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
  1602. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/collection_node.rb +15 -0
  1603. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
  1604. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/hash_element_node.rb +125 -0
  1605. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +261 -0
  1606. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +114 -0
  1607. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
  1608. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/numeric_node.rb +21 -0
  1609. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/parameterized_node.rb +61 -0
  1610. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +35 -0
  1611. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/module_node.rb +24 -0
  1612. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/or_node.rb +29 -0
  1613. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/pair_node.rb +63 -0
  1614. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/range_node.rb +18 -0
  1615. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/regexp_node.rb +35 -0
  1616. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/resbody_node.rb +24 -0
  1617. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/retry_node.rb +17 -0
  1618. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/return_node.rb +24 -0
  1619. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/self_class_node.rb +24 -0
  1620. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/send_node.rb +13 -0
  1621. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/str_node.rb +16 -0
  1622. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/super_node.rb +21 -0
  1623. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/symbol_node.rb +12 -0
  1624. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/until_node.rb +35 -0
  1625. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/when_node.rb +53 -0
  1626. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/while_node.rb +35 -0
  1627. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/yield_node.rb +21 -0
  1628. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/sexp.rb +16 -0
  1629. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/traversal.rb +183 -0
  1630. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cached_data.rb +58 -0
  1631. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli.rb +127 -0
  1632. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command.rb +21 -0
  1633. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/auto_genenerate_config.rb +105 -0
  1634. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/base.rb +33 -0
  1635. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/execute_runner.rb +76 -0
  1636. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/init_dotfile.rb +45 -0
  1637. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/show_cops.rb +73 -0
  1638. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/version.rb +17 -0
  1639. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/environment.rb +21 -0
  1640. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/comment_config.rb +201 -0
  1641. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config.rb +251 -0
  1642. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_loader.rb +273 -0
  1643. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_loader_resolver.rb +195 -0
  1644. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_obsoletion.rb +275 -0
  1645. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_store.rb +48 -0
  1646. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_validator.rb +246 -0
  1647. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/autocorrect_logic.rb +103 -0
  1648. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/badge.rb +73 -0
  1649. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/duplicated_gem.rb +73 -0
  1650. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/gem_comment.rb +64 -0
  1651. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/insecure_protocol_source.rb +69 -0
  1652. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/ordered_gems.rb +73 -0
  1653. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/commissioner.rb +145 -0
  1654. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/cop.rb +294 -0
  1655. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/corrector.rb +172 -0
  1656. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/alignment_corrector.rb +146 -0
  1657. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/condition_corrector.rb +28 -0
  1658. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/each_to_for_corrector.rb +53 -0
  1659. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/empty_line_corrector.rb +26 -0
  1660. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/for_to_each_corrector.rb +73 -0
  1661. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
  1662. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/line_break_corrector.rb +61 -0
  1663. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +68 -0
  1664. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +44 -0
  1665. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/parentheses_corrector.rb +31 -0
  1666. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/percent_literal_corrector.rb +117 -0
  1667. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/punctuation_corrector.rb +29 -0
  1668. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/space_corrector.rb +48 -0
  1669. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/string_literal_corrector.rb +25 -0
  1670. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/unused_arg_corrector.rb +43 -0
  1671. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/force.rb +42 -0
  1672. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/duplicated_assignment.rb +104 -0
  1673. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/ordered_dependencies.rb +106 -0
  1674. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/required_ruby_version.rb +85 -0
  1675. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +55 -0
  1676. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/generator.rb +223 -0
  1677. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/generator/configuration_injector.rb +66 -0
  1678. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/generator/require_file_injector.rb +78 -0
  1679. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/ignored_node.rb +38 -0
  1680. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs.rb +9 -0
  1681. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/method_name_equal.rb +59 -0
  1682. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/node_destructuring.rb +44 -0
  1683. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +44 -0
  1684. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +54 -0
  1685. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +48 -0
  1686. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +73 -0
  1687. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +52 -0
  1688. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/access_modifier_indentation.rb +98 -0
  1689. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/argument_alignment.rb +93 -0
  1690. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/array_alignment.rb +39 -0
  1691. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/assignment_indentation.rb +55 -0
  1692. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/block_alignment.rb +244 -0
  1693. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/block_end_newline.rb +62 -0
  1694. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/case_indentation.rb +161 -0
  1695. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/class_structure.rb +340 -0
  1696. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +126 -0
  1697. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +203 -0
  1698. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/comment_indentation.rb +141 -0
  1699. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/condition_position.rb +56 -0
  1700. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/def_end_alignment.rb +74 -0
  1701. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/dot_position.rb +105 -0
  1702. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/else_alignment.rb +134 -0
  1703. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_comment.rb +151 -0
  1704. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +157 -0
  1705. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
  1706. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_line_between_defs.rb +151 -0
  1707. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines.rb +76 -0
  1708. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +215 -0
  1709. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +99 -0
  1710. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +45 -0
  1711. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +41 -0
  1712. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +88 -0
  1713. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +136 -0
  1714. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +45 -0
  1715. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +62 -0
  1716. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/end_alignment.rb +189 -0
  1717. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/end_of_line.rb +92 -0
  1718. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/extra_spacing.rb +201 -0
  1719. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_argument_indentation.rb +249 -0
  1720. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_array_element_indentation.rb +167 -0
  1721. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_array_element_line_break.rb +45 -0
  1722. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_hash_element_indentation.rb +184 -0
  1723. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_hash_element_line_break.rb +37 -0
  1724. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_method_argument_line_break.rb +55 -0
  1725. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +46 -0
  1726. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_parameter_indentation.rb +100 -0
  1727. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/hash_alignment.rb +362 -0
  1728. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +289 -0
  1729. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/heredoc_indentation.rb +256 -0
  1730. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/indentation_consistency.rb +202 -0
  1731. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/indentation_width.rb +364 -0
  1732. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/initial_indentation.rb +59 -0
  1733. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/leading_comment_space.rb +88 -0
  1734. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/leading_empty_lines.rb +53 -0
  1735. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +118 -0
  1736. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +39 -0
  1737. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_assignment_layout.rb +95 -0
  1738. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_block_layout.rb +146 -0
  1739. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +122 -0
  1740. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +50 -0
  1741. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +54 -0
  1742. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +134 -0
  1743. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +220 -0
  1744. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +131 -0
  1745. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_operation_indentation.rb +114 -0
  1746. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/parameter_alignment.rb +118 -0
  1747. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +191 -0
  1748. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_colon.rb +47 -0
  1749. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_comma.rb +35 -0
  1750. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_method_name.rb +42 -0
  1751. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_not.rb +40 -0
  1752. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_semicolon.rb +32 -0
  1753. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_block_parameters.rb +169 -0
  1754. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +92 -0
  1755. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_keyword.rb +244 -0
  1756. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_operators.rb +182 -0
  1757. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_block_braces.rb +119 -0
  1758. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_comma.rb +31 -0
  1759. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_comment.rb +35 -0
  1760. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_first_arg.rb +67 -0
  1761. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_semicolon.rb +27 -0
  1762. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_in_lambda_literal.rb +82 -0
  1763. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +231 -0
  1764. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +53 -0
  1765. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_block_braces.rb +248 -0
  1766. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +207 -0
  1767. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_parens.rb +113 -0
  1768. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +65 -0
  1769. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_range_literal.rb +63 -0
  1770. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +150 -0
  1771. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +65 -0
  1772. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/tab.rb +75 -0
  1773. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/trailing_empty_lines.rb +113 -0
  1774. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/trailing_whitespace.rb +77 -0
  1775. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ambiguous_block_association.rb +62 -0
  1776. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ambiguous_operator.rb +55 -0
  1777. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +43 -0
  1778. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/assignment_in_condition.rb +97 -0
  1779. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
  1780. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/boolean_symbol.rb +38 -0
  1781. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
  1782. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/debugger.rb +77 -0
  1783. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/deprecated_class_methods.rb +111 -0
  1784. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +81 -0
  1785. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/duplicate_case_condition.rb +53 -0
  1786. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/duplicate_hash_key.rb +38 -0
  1787. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/duplicate_methods.rb +239 -0
  1788. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/each_with_object_argument.rb +42 -0
  1789. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/else_layout.rb +66 -0
  1790. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_ensure.rb +60 -0
  1791. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_expression.rb +42 -0
  1792. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_interpolation.rb +36 -0
  1793. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_when.rb +38 -0
  1794. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/end_in_method.rb +40 -0
  1795. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ensure_return.rb +46 -0
  1796. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/erb_new_arguments.rb +164 -0
  1797. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/flip_flop.rb +32 -0
  1798. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/float_out_of_range.rb +35 -0
  1799. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/format_parameter_mismatch.rb +159 -0
  1800. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/heredoc_method_call_position.rb +156 -0
  1801. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/implicit_string_concatenation.rb +101 -0
  1802. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ineffective_access_modifier.rb +127 -0
  1803. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/inherit_exception.rb +100 -0
  1804. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/interpolation_check.rb +40 -0
  1805. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/literal_as_condition.rb +138 -0
  1806. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/literal_in_interpolation.rb +98 -0
  1807. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/loop.rb +63 -0
  1808. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +84 -0
  1809. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/multiple_comparison.rb +48 -0
  1810. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/nested_method_definition.rb +104 -0
  1811. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/nested_percent_literal.rb +51 -0
  1812. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/next_without_accumulator.rb +50 -0
  1813. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +83 -0
  1814. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/number_conversion.rb +81 -0
  1815. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ordered_magic_comments.rb +86 -0
  1816. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +64 -0
  1817. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/percent_string_array.rb +73 -0
  1818. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/percent_symbol_array.rb +69 -0
  1819. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/rand_one.rb +45 -0
  1820. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +263 -0
  1821. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +114 -0
  1822. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_require_statement.rb +50 -0
  1823. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_splat_expansion.rb +172 -0
  1824. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_string_coercion.rb +59 -0
  1825. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_with_index.rb +82 -0
  1826. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_with_object.rb +83 -0
  1827. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/regexp_as_condition.rb +29 -0
  1828. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
  1829. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/rescue_exception.rb +46 -0
  1830. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/rescue_type.rb +94 -0
  1831. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/return_in_void_context.rb +74 -0
  1832. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/safe_navigation_chain.rb +65 -0
  1833. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/safe_navigation_consistency.rb +94 -0
  1834. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +38 -0
  1835. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/script_permission.rb +70 -0
  1836. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/send_with_mixin_argument.rb +91 -0
  1837. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/shadowed_argument.rb +182 -0
  1838. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/shadowed_exception.rb +178 -0
  1839. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +53 -0
  1840. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/suppressed_exception.rb +95 -0
  1841. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/syntax.rb +59 -0
  1842. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/to_json.rb +41 -0
  1843. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +82 -0
  1844. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unified_integer.rb +45 -0
  1845. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unreachable_code.rb +99 -0
  1846. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unused_block_argument.rb +165 -0
  1847. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unused_method_argument.rb +86 -0
  1848. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/uri_escape_unescape.rb +76 -0
  1849. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/uri_regexp.rb +73 -0
  1850. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_access_modifier.rb +274 -0
  1851. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_assignment.rb +129 -0
  1852. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_comparison.rb +28 -0
  1853. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_else_without_rescue.rb +49 -0
  1854. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_setter_call.rb +164 -0
  1855. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/void.rb +151 -0
  1856. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/message_annotator.rb +129 -0
  1857. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/abc_size.rb +24 -0
  1858. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/block_length.rb +50 -0
  1859. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/block_nesting.rb +65 -0
  1860. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/class_length.rb +36 -0
  1861. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +32 -0
  1862. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/line_length.rb +321 -0
  1863. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/method_length.rb +36 -0
  1864. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/module_length.rb +36 -0
  1865. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/parameter_lists.rb +54 -0
  1866. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/perceived_complexity.rb +61 -0
  1867. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +84 -0
  1868. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/migration/department_name.rb +44 -0
  1869. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/alignment.rb +74 -0
  1870. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/annotation_comment.rb +37 -0
  1871. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/array_min_size.rb +59 -0
  1872. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
  1873. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
  1874. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/check_line_breakable.rb +190 -0
  1875. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/classish_length.rb +37 -0
  1876. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/code_length.rb +38 -0
  1877. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_enforced_style.rb +98 -0
  1878. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_formatting.rb +47 -0
  1879. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_max.rb +23 -0
  1880. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
  1881. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_numbering.rb +17 -0
  1882. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/def_node.rb +33 -0
  1883. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
  1884. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/duplication.rb +46 -0
  1885. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/empty_lines_around_body.rb +172 -0
  1886. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/empty_parameter.rb +24 -0
  1887. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/end_keyword_alignment.rb +67 -0
  1888. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/enforce_superclass.rb +30 -0
  1889. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/first_element_line_break.rb +46 -0
  1890. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/frozen_string_literal.rb +53 -0
  1891. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/hash_alignment_styles.rb +147 -0
  1892. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/heredoc.rb +32 -0
  1893. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/ignored_methods.rb +19 -0
  1894. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/ignored_pattern.rb +29 -0
  1895. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/integer_node.rb +14 -0
  1896. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/interpolation.rb +27 -0
  1897. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/match_range.rb +26 -0
  1898. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/method_complexity.rb +57 -0
  1899. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/method_preference.rb +31 -0
  1900. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
  1901. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_element_indentation.rb +86 -0
  1902. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +33 -0
  1903. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +255 -0
  1904. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +141 -0
  1905. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/negative_conditional.rb +32 -0
  1906. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/nil_methods.rb +25 -0
  1907. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
  1908. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/ordered_gem_node.rb +56 -0
  1909. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/parentheses.rb +17 -0
  1910. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/parser_diagnostic.rb +37 -0
  1911. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/percent_array.rb +52 -0
  1912. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/percent_literal.rb +38 -0
  1913. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
  1914. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/preferred_delimiters.rb +53 -0
  1915. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/range_help.rb +117 -0
  1916. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/rescue_node.rb +22 -0
  1917. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/safe_assignment.rb +23 -0
  1918. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/space_after_punctuation.rb +55 -0
  1919. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
  1920. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/statement_modifier.rb +71 -0
  1921. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/string_help.rb +35 -0
  1922. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/string_literals_help.rb +23 -0
  1923. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/surrounding_space.rb +146 -0
  1924. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/target_ruby_version.rb +16 -0
  1925. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/too_many_lines.rb +35 -0
  1926. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/trailing_body.rb +26 -0
  1927. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/trailing_comma.rb +218 -0
  1928. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/uncommunicative_name.rb +111 -0
  1929. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/unused_argument.rb +33 -0
  1930. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/accessor_method_name.rb +55 -0
  1931. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/ascii_identifiers.rb +72 -0
  1932. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +43 -0
  1933. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/block_parameter_name.rb +49 -0
  1934. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/class_and_module_camel_case.rb +33 -0
  1935. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/constant_name.rb +81 -0
  1936. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/file_name.rb +212 -0
  1937. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +62 -0
  1938. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
  1939. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +171 -0
  1940. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/method_name.rb +53 -0
  1941. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/method_parameter_name.rb +58 -0
  1942. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/predicate_name.rb +108 -0
  1943. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +112 -0
  1944. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/variable_name.rb +52 -0
  1945. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/variable_number.rb +61 -0
  1946. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/offense.rb +205 -0
  1947. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/registry.rb +211 -0
  1948. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/eval.rb +31 -0
  1949. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/json_load.rb +46 -0
  1950. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/marshal_load.rb +39 -0
  1951. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/open.rb +71 -0
  1952. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/yaml_load.rb +37 -0
  1953. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/severity.rb +77 -0
  1954. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/access_modifier_declarations.rb +112 -0
  1955. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/alias.rb +147 -0
  1956. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/and_or.rb +146 -0
  1957. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/array_join.rb +39 -0
  1958. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/ascii_comments.rb +61 -0
  1959. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/attr.rb +62 -0
  1960. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/auto_resource_cleanup.rb +51 -0
  1961. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/bare_percent_literals.rb +78 -0
  1962. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/begin_block.rb +22 -0
  1963. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/block_comments.rb +70 -0
  1964. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/block_delimiters.rb +331 -0
  1965. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/braces_around_hash_parameters.rb +209 -0
  1966. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/case_equality.rb +30 -0
  1967. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/character_literal.rb +53 -0
  1968. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_and_module_children.rb +151 -0
  1969. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_check.rb +59 -0
  1970. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_methods.rb +60 -0
  1971. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_vars.rb +48 -0
  1972. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/collection_methods.rb +77 -0
  1973. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/colon_method_call.rb +48 -0
  1974. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
  1975. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/command_literal.rb +187 -0
  1976. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/comment_annotation.rb +97 -0
  1977. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/commented_keyword.rb +73 -0
  1978. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/conditional_assignment.rb +668 -0
  1979. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/constant_visibility.rb +77 -0
  1980. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/copyright.rb +99 -0
  1981. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/date_time.rb +77 -0
  1982. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/def_with_parentheses.rb +57 -0
  1983. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/dir.rb +48 -0
  1984. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/documentation.rb +97 -0
  1985. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/documentation_method.rb +125 -0
  1986. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/double_cop_disable_directive.rb +55 -0
  1987. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/double_negation.rb +35 -0
  1988. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/each_for_simple_loop.rb +58 -0
  1989. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/each_with_object.rb +110 -0
  1990. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_block_parameter.rb +48 -0
  1991. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_case_condition.rb +107 -0
  1992. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_else.rb +175 -0
  1993. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_lambda_parameter.rb +45 -0
  1994. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_literal.rb +123 -0
  1995. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_method.rb +115 -0
  1996. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/encoding.rb +56 -0
  1997. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/end_block.rb +25 -0
  1998. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/eval_with_location.rb +148 -0
  1999. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/even_odd.rb +58 -0
  2000. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/expand_path_arguments.rb +194 -0
  2001. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/float_division.rb +94 -0
  2002. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/for.rb +88 -0
  2003. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/format_string.rb +127 -0
  2004. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/format_string_token.rb +121 -0
  2005. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/frozen_string_literal_comment.rb +159 -0
  2006. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/global_vars.rb +80 -0
  2007. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/guard_clause.rb +121 -0
  2008. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/hash_syntax.rb +214 -0
  2009. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/identical_conditional_branches.rb +130 -0
  2010. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_inside_else.rb +87 -0
  2011. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_unless_modifier.rb +134 -0
  2012. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +39 -0
  2013. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_with_semicolon.rb +30 -0
  2014. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/implicit_runtime_error.rb +32 -0
  2015. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/infinite_loop.rb +128 -0
  2016. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/inline_comment.rb +34 -0
  2017. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/inverse_methods.rb +193 -0
  2018. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/ip_addresses.rb +76 -0
  2019. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/lambda.rb +131 -0
  2020. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/lambda_call.rb +93 -0
  2021. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/line_end_concatenation.rb +125 -0
  2022. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +388 -0
  2023. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +77 -0
  2024. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_called_on_do_end_block.rb +46 -0
  2025. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_def_parentheses.rb +166 -0
  2026. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_missing_super.rb +34 -0
  2027. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/min_max.rb +68 -0
  2028. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/missing_else.rb +180 -0
  2029. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/missing_respond_to_missing.rb +46 -0
  2030. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/mixin_grouping.rb +148 -0
  2031. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/mixin_usage.rb +90 -0
  2032. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/module_function.rb +104 -0
  2033. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_block_chain.rb +40 -0
  2034. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_if_modifier.rb +67 -0
  2035. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_if_then.rb +50 -0
  2036. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_memoization.rb +94 -0
  2037. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_method_signature.rb +61 -0
  2038. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_ternary_operator.rb +38 -0
  2039. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_when_then.rb +55 -0
  2040. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiple_comparison.rb +92 -0
  2041. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/mutable_constant.rb +174 -0
  2042. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/negated_if.rb +99 -0
  2043. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/negated_unless.rb +89 -0
  2044. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/negated_while.rb +48 -0
  2045. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nested_modifier.rb +107 -0
  2046. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nested_parenthesized_calls.rb +67 -0
  2047. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nested_ternary_operator.rb +32 -0
  2048. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/next.rb +244 -0
  2049. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nil_comparison.rb +75 -0
  2050. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/non_nil_check.rb +136 -0
  2051. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/not.rb +82 -0
  2052. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/numeric_literal_prefix.rb +124 -0
  2053. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/numeric_literals.rb +114 -0
  2054. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/numeric_predicate.rb +137 -0
  2055. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/one_line_conditional.rb +101 -0
  2056. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/option_hash.rb +55 -0
  2057. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/optional_arguments.rb +58 -0
  2058. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/or_assignment.rb +95 -0
  2059. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/parallel_assignment.rb +287 -0
  2060. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/parentheses_around_condition.rb +117 -0
  2061. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/percent_literal_delimiters.rb +127 -0
  2062. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/percent_q_literals.rb +73 -0
  2063. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/perl_backrefs.rb +38 -0
  2064. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/preferred_hash_methods.rb +75 -0
  2065. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/proc.rb +34 -0
  2066. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/raise_args.rb +145 -0
  2067. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/random_with_offset.rb +158 -0
  2068. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_begin.rb +91 -0
  2069. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_capital_w.rb +51 -0
  2070. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_condition.rb +112 -0
  2071. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_conditional.rb +97 -0
  2072. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_exception.rb +60 -0
  2073. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_freeze.rb +67 -0
  2074. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_interpolation.rb +98 -0
  2075. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_parentheses.rb +231 -0
  2076. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_percent_q.rb +112 -0
  2077. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_return.rb +171 -0
  2078. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_self.rb +171 -0
  2079. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_sort.rb +165 -0
  2080. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_sort_by.rb +50 -0
  2081. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/regexp_literal.rb +228 -0
  2082. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/rescue_modifier.rb +73 -0
  2083. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/rescue_standard_error.rb +124 -0
  2084. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/return_nil.rb +89 -0
  2085. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/safe_navigation.rb +275 -0
  2086. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/sample.rb +144 -0
  2087. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/self_assignment.rb +97 -0
  2088. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/semicolon.rb +101 -0
  2089. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/send.rb +31 -0
  2090. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/signal_exception.rb +211 -0
  2091. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/single_line_block_params.rb +95 -0
  2092. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/single_line_methods.rb +83 -0
  2093. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/special_global_vars.rb +211 -0
  2094. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +86 -0
  2095. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/stderr_puts.rb +61 -0
  2096. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_hash_keys.rb +50 -0
  2097. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_literals.rb +129 -0
  2098. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_literals_in_interpolation.rb +49 -0
  2099. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_methods.rb +46 -0
  2100. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/strip.rb +46 -0
  2101. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/struct_inheritance.rb +39 -0
  2102. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/symbol_array.rb +119 -0
  2103. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/symbol_literal.rb +32 -0
  2104. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/symbol_proc.rb +110 -0
  2105. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/ternary_parentheses.rb +223 -0
  2106. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_body_on_class.rb +43 -0
  2107. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +54 -0
  2108. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_body_on_module.rb +43 -0
  2109. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +96 -0
  2110. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +58 -0
  2111. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +56 -0
  2112. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_method_end_statement.rb +91 -0
  2113. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_underscore_variable.rb +161 -0
  2114. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trivial_accessors.rb +191 -0
  2115. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/unless_else.rb +55 -0
  2116. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/unpack_first.rb +65 -0
  2117. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/variable_interpolation.rb +48 -0
  2118. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/when_then.rb +37 -0
  2119. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/while_until_do.rb +59 -0
  2120. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/while_until_modifier.rb +61 -0
  2121. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/word_array.rb +102 -0
  2122. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/yoda_condition.rb +141 -0
  2123. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/zero_length_predicate.rb +117 -0
  2124. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/team.rb +196 -0
  2125. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/util.rb +127 -0
  2126. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/utils/format_string.rb +120 -0
  2127. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force.rb +466 -0
  2128. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/assignment.rb +96 -0
  2129. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/branch.rb +322 -0
  2130. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/branchable.rb +23 -0
  2131. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/reference.rb +49 -0
  2132. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/scope.rb +109 -0
  2133. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/variable.rb +117 -0
  2134. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/variable_table.rb +129 -0
  2135. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/core_ext/string.rb +23 -0
  2136. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/error.rb +34 -0
  2137. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/file_finder.rb +42 -0
  2138. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/auto_gen_config_formatter.rb +16 -0
  2139. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/base_formatter.rb +123 -0
  2140. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/clang_style_formatter.rb +57 -0
  2141. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/colorizable.rb +41 -0
  2142. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/disabled_config_formatter.rb +224 -0
  2143. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/disabled_lines_formatter.rb +57 -0
  2144. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/emacs_style_formatter.rb +37 -0
  2145. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/file_list_formatter.rb +20 -0
  2146. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/formatter_set.rb +106 -0
  2147. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
  2148. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/html_formatter.rb +141 -0
  2149. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/json_formatter.rb +80 -0
  2150. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/offense_count_formatter.rb +74 -0
  2151. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/pacman_formatter.rb +80 -0
  2152. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/progress_formatter.rb +63 -0
  2153. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/quiet_formatter.rb +13 -0
  2154. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/simple_text_formatter.rb +138 -0
  2155. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/tap_formatter.rb +82 -0
  2156. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/text_util.rb +20 -0
  2157. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/worst_offenders_formatter.rb +62 -0
  2158. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/magic_comment.rb +214 -0
  2159. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/name_similarity.rb +21 -0
  2160. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/node_pattern.rb +801 -0
  2161. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/options.rb +460 -0
  2162. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/path_util.rb +85 -0
  2163. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/platform.rb +11 -0
  2164. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/processed_source.rb +216 -0
  2165. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rake_task.rb +80 -0
  2166. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/remote_config.rb +106 -0
  2167. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/result_cache.rb +205 -0
  2168. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/cop_helper.rb +94 -0
  2169. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/expect_offense.rb +240 -0
  2170. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
  2171. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/shared_contexts.rb +90 -0
  2172. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/support.rb +13 -0
  2173. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/runner.rb +375 -0
  2174. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/string_interpreter.rb +57 -0
  2175. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/string_util.rb +14 -0
  2176. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/target_finder.rb +196 -0
  2177. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/token.rb +114 -0
  2178. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/version.rb +21 -0
  2179. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/warning.rb +11 -0
  2180. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/yaml_duplication_checker.rb +39 -0
  2181. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/MIT-LICENSE +20 -0
  2182. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/README.md +676 -0
  2183. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk.rb +12 -0
  2184. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/error.rb +10 -0
  2185. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/explicit_namespace.rb +80 -0
  2186. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/gem_inflector.rb +19 -0
  2187. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/inflector.rb +49 -0
  2188. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/kernel.rb +33 -0
  2189. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/loader.rb +765 -0
  2190. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/loader/callbacks.rb +71 -0
  2191. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/real_mod_name.rb +21 -0
  2192. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/registry.rb +147 -0
  2193. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/version.rb +5 -0
  2194. data/vendor/ruby/2.6.0/specifications/autoprefixer-rails-9.7.3.gemspec +47 -0
  2195. data/vendor/ruby/2.6.0/specifications/brakeman-4.7.2.gemspec +24 -0
  2196. data/vendor/ruby/2.6.0/specifications/ffi-1.11.3.gemspec +50 -0
  2197. data/vendor/ruby/2.6.0/specifications/loofah-2.4.0.gemspec +75 -0
  2198. data/vendor/ruby/2.6.0/specifications/nokogiri-1.10.7.gemspec +85 -0
  2199. data/vendor/ruby/2.6.0/specifications/oj-3.10.0.gemspec +48 -0
  2200. data/vendor/ruby/2.6.0/specifications/parallel-1.19.1.gemspec +21 -0
  2201. data/vendor/ruby/2.6.0/specifications/rubocop-0.77.0.gemspec +56 -0
  2202. data/vendor/ruby/2.6.0/specifications/zeitwerk-2.2.2.gemspec +21 -0
  2203. metadata +2211 -2
@@ -0,0 +1,18 @@
1
+ # Security and Vulnerability Reporting
2
+
3
+ The Loofah core contributors take security very seriously and investigate all reported vulnerabilities.
4
+
5
+ If you would like to report a vulnerablity or have a security concern regarding Loofah, please [report it via HackerOne](https://hackerone.com/loofah/reports/new).
6
+
7
+ Your report will be acknowledged within 24 hours, and you'll receive a more detailed response within 72 hours indicating next steps in handling your report.
8
+
9
+ If you have not received a reply to your submission within 48 hours, there are a few steps you can take:
10
+
11
+ * Contact the current security coordinator (Mike Dalessio <mike.dalessio@gmail.com>)
12
+ * Email the Loofah user group at loofah-talk@googlegroups.com (archive at https://groups.google.com/forum/#!forum/loofah-talk)
13
+
14
+ Please note, the user group list is a public area. When escalating in that venue, please do not discuss your issue. Simply say that you're trying to get a hold of someone from the core team.
15
+
16
+ The information you share with the Loofah core contributors as part of this process will be kept confidential within the team, unless or until we need to share information upstream with our dependent libraries' core teams, at which point we will notify you.
17
+
18
+ If a vulnerability is first reported by you, we will credit you with the discovery in the public disclosure.
@@ -0,0 +1,149 @@
1
+ #!/usr/bin/env ruby
2
+ require "#{File.dirname(__FILE__)}/helper.rb"
3
+
4
+ def compare_scrub_methods
5
+ snip = "<div>foo</div><foo>fuxx <b>quux</b></foo><script>i have a chair</script>"
6
+ puts "starting with:\n#{snip}"
7
+ puts
8
+ puts RailsSanitize.new.sanitize(snip) # => Rails.sanitize / scrub!(:prune).to_s
9
+ puts Loofah::Helpers.sanitize(snip)
10
+ puts "--"
11
+ puts RailsSanitize.new.strip_tags(snip) # => Rails.strip_tags / parse().text
12
+ puts Loofah::Helpers.strip_tags(snip)
13
+ puts "--"
14
+ puts Sanitize.clean(snip, Sanitize::Config::RELAXED) # => scrub!(:strip).to_s
15
+ puts Loofah.scrub_fragment(snip, :strip).to_s
16
+ puts "--"
17
+ puts HTML5libSanitize.new.sanitize(snip) # => scrub!(:escape).to_s
18
+ puts Loofah.scrub_fragment(snip, :escape).to_s
19
+ puts "--"
20
+ puts HTMLFilter.new.filter(snip)
21
+ puts Loofah.scrub_fragment(snip, :strip).to_s
22
+ puts
23
+ end
24
+
25
+ module TestSet
26
+ def test_set options={}
27
+ scale = options[:rehearse] ? 10 : 1
28
+ puts self.class.name
29
+
30
+ n = 100 / scale
31
+ puts " Large document, #{BIG_FILE.length} bytes (x#{n})"
32
+ bench BIG_FILE, n, false
33
+ puts
34
+
35
+ n = 1000 / scale
36
+ puts " Small fragment, #{FRAGMENT.length} bytes (x#{n})"
37
+ bench FRAGMENT, n, true
38
+ puts
39
+
40
+ n = 10_000 / scale
41
+ puts " Text snippet, #{SNIPPET.length} bytes (x#{n})"
42
+ bench SNIPPET, n, true
43
+ puts
44
+ end
45
+ end
46
+
47
+ class HeadToHead < Measure
48
+ end
49
+
50
+ class HeadToHeadRailsSanitize < Measure
51
+ include TestSet
52
+ def bench(content, ntimes, fragment_p)
53
+ clear_measure
54
+
55
+ measure "Loofah::Helpers.sanitize", ntimes do
56
+ Loofah::Helpers.sanitize content
57
+ end
58
+
59
+ sanitizer = RailsSanitize.new
60
+ measure "ActionView sanitize", ntimes do
61
+ sanitizer.sanitize(content)
62
+ end
63
+ end
64
+ end
65
+
66
+ class HeadToHeadRailsStripTags < Measure
67
+ include TestSet
68
+ def bench(content, ntimes, fragment_p)
69
+ clear_measure
70
+
71
+ measure "Loofah::Helpers.strip_tags", ntimes do
72
+ Loofah::Helpers.strip_tags content
73
+ end
74
+
75
+ sanitizer = RailsSanitize.new
76
+ measure "ActionView strip_tags", ntimes do
77
+ sanitizer.strip_tags(content)
78
+ end
79
+ end
80
+ end
81
+
82
+ class HeadToHeadSanitizerSanitize < Measure
83
+ include TestSet
84
+ def bench(content, ntimes, fragment_p)
85
+ clear_measure
86
+
87
+ measure "Loofah :strip", ntimes do
88
+ if fragment_p
89
+ Loofah.scrub_fragment(content, :strip).to_s
90
+ else
91
+ Loofah.scrub_document(content, :strip).to_s
92
+ end
93
+ end
94
+
95
+ measure "Sanitize.clean", ntimes do
96
+ Sanitize.clean(content, Sanitize::Config::RELAXED)
97
+ end
98
+ end
99
+ end
100
+
101
+ class HeadToHeadHtml5LibSanitize < Measure
102
+ include TestSet
103
+ def bench(content, ntimes, fragment_p)
104
+ clear_measure
105
+
106
+ measure "Loofah :escape", ntimes do
107
+ if fragment_p
108
+ Loofah.scrub_fragment(content, :escape).to_s
109
+ else
110
+ Loofah.scrub_document(content, :escape).to_s
111
+ end
112
+ end
113
+
114
+ html5_sanitizer = HTML5libSanitize.new
115
+ measure "HTML5lib.sanitize", ntimes do
116
+ html5_sanitizer.sanitize(content)
117
+ end
118
+ end
119
+ end
120
+
121
+ class HeadToHeadHTMLFilter < Measure
122
+ include TestSet
123
+ def bench(content, ntimes, fragment_p)
124
+ clear_measure
125
+
126
+ measure "Loofah::Helpers.sanitize", ntimes do
127
+ Loofah::Helpers.sanitize content
128
+ end
129
+
130
+ sanitizer = HTMLFilter.new
131
+ measure "HTMLFilter.filter", ntimes do
132
+ sanitizer.filter(content)
133
+ end
134
+ end
135
+ end
136
+
137
+ puts "Nokogiri version: #{Nokogiri::VERSION_INFO.inspect}"
138
+ puts "Loofah version: #{Loofah::VERSION.inspect}"
139
+
140
+ benches = []
141
+ benches << HeadToHeadRailsSanitize.new
142
+ benches << HeadToHeadRailsStripTags.new
143
+ benches << HeadToHeadSanitizerSanitize.new
144
+ benches << HeadToHeadHtml5LibSanitize.new
145
+ benches << HeadToHeadHTMLFilter.new
146
+ puts "---------- rehearsal ----------"
147
+ benches.each { |bench| bench.test_set :rehearse => true }
148
+ puts "---------- realsies ----------"
149
+ benches.each { |bench| bench.test_set }
@@ -0,0 +1,96 @@
1
+ <div id="top_parent"></div>
2
+
3
+ <div id="jump">
4
+ <a href="#main-articles">Stories</a>
5
+ <br>
6
+ <a href="#blocks">Slash Boxes</a>
7
+ <br>
8
+ <a href="#comments">Comments</a>
9
+ </div>
10
+ <a name="topothepage"></a>
11
+ <div id="doc3" class="yui-t6 index2 mainpage ac ">
12
+ <div id="hd" >
13
+ <div id="logo" >
14
+
15
+
16
+
17
+ <h1><a href="//slashdot.org"><span>Slashdot</span></a></h1>
18
+ <div id="slogan"><h2>News for nerds, stuff that matters</h2></div>
19
+ </div>
20
+ <a href="#articles" class="hidden">Jump to articles</a>
21
+ <div class="nav">
22
+ <ul>
23
+
24
+
25
+
26
+ <li><a href="//slashdot.org/submit.pl" title="Submit a story to Slashdot">Submit Story</a></li>
27
+ <li><a href="//slashdot.org/help" title="Frequently asked questions on Slashdot">Help</a></li>
28
+ <li><a href="//slashdot.org/login.pl" onclick="show_login_box(); return false;">Log In</a></li>
29
+
30
+ </ul>
31
+ </div>
32
+
33
+
34
+
35
+
36
+
37
+ <div id="fh_picker_search" style="display: block;">
38
+ <form method="get" action="//slashdot.org/index2.pl">
39
+ <fieldset class="mode-filter mode-anon">
40
+ <legend>Search</legend>
41
+
42
+
43
+ <input class="query" type="text" name="fhfilter" value="" id="searchquery"> <input type="button" class="setfhfilter" value="Filter" id="viewsearch" style="display:none"> <input type="submit" class="setsearchfilter" value="Search" id="fhsearch" style="display:none">
44
+ <noscript><input type="submit" class="setsearchfilter" value="Search"></noscript>
45
+
46
+ <script type="text/javascript">
47
+ var slash_search;
48
+ $(function(){
49
+ if (has_hose()) {
50
+ var $search_text = $any('searchquery'),
51
+ $panel = $search_text.closest('fieldset');
52
+ $search_buttons = $('#viewsearch,#fhsearch'),
53
+ ws = /\s+/;
54
+
55
+
56
+
57
+ // The search buttons set the firehose option named by their class.
58
+ $search_buttons.
59
+ click(function(){
60
+ var which=this.className;
61
+ $search_text.each(function(){
62
+ firehose_set_options(which, this.value);
63
+ });
64
+ return false;
65
+ });
66
+
67
+ // Provide a globally available function that does whatever clicking the search button would do.
68
+ slash_search = function( query ){
69
+ query!==undefined && $search_text.val(query);
70
+ $search_buttons.filter(':visible:first').click();
71
+ };
72
+
73
+ $search_text.
74
+ keydown(function( e ){ // ESCAPE restores the filter in-effect.
75
+ if ( e.which == $.ui.keyCode.ESCAPE ) {
76
+ $search_text.val(firehose_settings.fhfilter||'');
77
+ return true;
78
+ }
79
+ if ( e.which == $.ui.keyCode.ENTER ) {
80
+ slash_search();
81
+ return false;
82
+ }
83
+ });
84
+
85
+ $(document).
86
+ bind('firehose-setting-setfhfilter firehose-setting-setsearchfilter', function( e, new_query ){
87
+ $('fieldset input[type=text]').each(function(){
88
+ $(this).blur().val(new_query);
89
+ });
90
+ }).
91
+ bind('set-options.firehose', function( e, data ){
92
+ data.select_section && $panel.toggleClass('mode-filter', data.id!=='unsaved');
93
+ });
94
+ }
95
+ });
96
+ </script>
@@ -0,0 +1,73 @@
1
+ require 'rubygems'
2
+ require 'open-uri'
3
+ require 'hpricot'
4
+ require File.expand_path(File.dirname(__FILE__) + "/../lib/loofah")
5
+ require 'benchmark'
6
+ require "action_view"
7
+ require "action_controller/vendor/html-scanner"
8
+ require "sanitize"
9
+ require 'hitimes'
10
+ require 'htmlfilter'
11
+
12
+ unless defined?(HTMLFilter)
13
+ HTMLFilter = HtmlFilter
14
+ end
15
+
16
+ class RailsSanitize
17
+ include ActionView::Helpers::SanitizeHelper
18
+ extend ActionView::Helpers::SanitizeHelper::ClassMethods
19
+ end
20
+
21
+ class HTML5libSanitize
22
+ require 'html5/html5parser'
23
+ require 'html5/liberalxmlparser'
24
+ require 'html5/treewalkers'
25
+ require 'html5/treebuilders'
26
+ require 'html5/serializer'
27
+ require 'html5/sanitizer'
28
+
29
+ include HTML5
30
+
31
+ def sanitize(html)
32
+ HTMLParser.parse_fragment(html, {
33
+ :tokenizer => HTMLSanitizer,
34
+ :encoding => 'utf-8',
35
+ :tree => TreeBuilders::REXML::TreeBuilder
36
+ }).to_s
37
+ end
38
+ end
39
+
40
+ BIG_FILE = File.read(File.join(File.dirname(__FILE__), "www.slashdot.com.html"))
41
+ FRAGMENT = File.read(File.join(File.dirname(__FILE__), "fragment.html"))
42
+ SNIPPET = "This is typical form field input in <b>length and content."
43
+
44
+ class Measure
45
+ def initialize
46
+ clear_measure
47
+ end
48
+
49
+ def clear_measure
50
+ @first_time = true
51
+ @baseline = nil
52
+ end
53
+
54
+ def measure(name, ntimes)
55
+ if @first_time
56
+ printf " %-30s %7s %8s %5s\n", "", "total", "single", "rel"
57
+ @first_time = false
58
+ end
59
+ timer = Hitimes::TimedMetric.new(name)
60
+ timer.start
61
+ ntimes.times do |j|
62
+ yield
63
+ end
64
+ timer.stop
65
+ if @baseline
66
+ printf " %30s %7.3f (%8.6f) %5.2fx\n", timer.name, timer.sum, timer.sum / ntimes, timer.sum / @baseline
67
+ else
68
+ @baseline = timer.sum
69
+ printf " %30s %7.3f (%8.6f) %5s\n", timer.name, timer.sum, timer.sum / ntimes, "-"
70
+ end
71
+ timer.sum
72
+ end
73
+ end
@@ -0,0 +1,2560 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
+ "http://www.w3.org/TR/html4/strict.dtd">
3
+ <html>
4
+ <head>
5
+ <script id="before-content" type="text/javascript">
6
+ var pageload = {
7
+ pagemark: '202832641597314907',
8
+ before_content: (new Date).getTime()
9
+ };
10
+ function pageload_done( $, console, maybe ){
11
+ pageload.after_readycode = (new Date).getTime();
12
+ pageload.content_ready_time = pageload.content_ready - pageload.before_content;
13
+ pageload.script_ready_time = pageload.after_readycode - pageload.content_ready;
14
+ pageload.ready_time = pageload.after_readycode - pageload.before_content;
15
+ // Only report 1% of cases.
16
+ maybe || (Math.random()>0.01) || $.ajax({ data: {
17
+ op: 'page_profile',
18
+ pagemark: pageload.pagemark,
19
+ dom: pageload.content_ready_time,
20
+ js: pageload.script_ready_time
21
+ } });
22
+ }
23
+ </script>
24
+
25
+ <title>Slashdot - News for nerds, stuff that matters</title>
26
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
27
+
28
+
29
+
30
+
31
+
32
+
33
+ <link rel="stylesheet" rev="stylesheet" href="//c.fsdn.com/sd/idlecore-tidied.css?T_2_5_0_262b" media="screen">
34
+
35
+
36
+
37
+ <!-- -->
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+ <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="//c.fsdn.com/sd/ie7-idle.css?T_2_5_0_262b" /><![endif]-->
46
+ <!--[if lt IE 7]><link rel="stylesheet" type="text/css" media="screen" href="//c.fsdn.com/sd/ie6-idle.css?T_2_5_0_262b" /><![endif]-->
47
+ <!--[if gte IE 8]><link rel="stylesheet" type="text/css" media="screen" href="//c.fsdn.com/sd/ie8-idle.css?T_2_5_0_262b" /><![endif]-->
48
+
49
+
50
+
51
+ <script src="//c.fsdn.com/sd/all-minified.js?T_2_5_0_262b" type="text/javascript"></script>
52
+ <script id="after-jquery" type="text/javascript">
53
+ (function( $, pageload, pageload_done, console ){
54
+ $ && pageload && $(function(){
55
+ pageload.content_ready = (new Date).getTime();
56
+ pageload_done && $(function(){ pageload_done($, console, 'maybe'); });
57
+ });
58
+ })(window.jQuery, window.pageload, window.pageload_done, window.console);
59
+ </script>
60
+ <script type="text/javascript">
61
+ (function(){
62
+ var regexp=/^\s*(?:\d+|many)\s+more\s*$/i;
63
+
64
+
65
+ var auto_more_count = 2;
66
+
67
+ function auto_more(){
68
+ var $more_link = $('#more-experiment a');
69
+ $more_link.each(function(){
70
+ if ( Bounds.intersect(window, $('#firehoselist>div.fhitem:visible:last')) ) {
71
+ setFirehoseAction();
72
+ $more_link.click();
73
+ !--auto_more_count && (auto_more=undefined);
74
+ // don't allow a call till the next paginate gets built and |more_possible|
75
+ $(document).unbind('scroll', call_auto_more);
76
+ }
77
+ });
78
+ };
79
+
80
+ function call_auto_more(){ auto_more && auto_more(); }
81
+
82
+
83
+
84
+
85
+
86
+
87
+ $('#more-experiment a').
88
+ live('more-possible', function( event ){
89
+ var $more_link=$(this);
90
+ if ( regexp.test($more_link.text()) ) {
91
+
92
+
93
+ $(document).bind('scroll', call_auto_more);
94
+ } else {
95
+ $(document).unbind('scroll', call_auto_more);
96
+
97
+ }
98
+ });
99
+ })();
100
+ </script>
101
+
102
+
103
+ <script type="text/javascript">
104
+ var suggestions_for_context = {
105
+ nod: 'fresh funny insightful interesting maybe ',
106
+ nix: 'binspam dupe notthebest offtopic slownewsday stale stupid ',
107
+
108
+ feedback: 'typo dupe error',
109
+ metanod: 'insightful interesting informative funny underrated',
110
+ metanix: 'offtopic flamebait troll redundant overrated'
111
+ };
112
+
113
+ </script>
114
+
115
+
116
+ <script id="lazyload-script" type="text/javascript">
117
+ $(function() {
118
+ // $("img[src*='images.slashdot.org']").lazyload({ threshold : 150 });
119
+ });
120
+ </script>
121
+ <meta http-equiv="X-XRDS-Location" content="http://slashdot.org/slashdot.xrds"><link rel="top" title="News for nerds, stuff that matters" href="//slashdot.org/" >
122
+ <link rel="search" title="Search Slashdot" href="//slashdot.org/search.pl">
123
+ <link rel="alternate" title="Slashdot RSS" href="http://rss.slashdot.org/Slashdot/slashdot" type="application/rss+xml">
124
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
125
+ <!-- DoubleClick Random Number -->
126
+ <script type="text/javascript">
127
+ dfp_ord=Math.random()*10000000000000000;
128
+ dfp_tile = 1;
129
+ </script>
130
+ <!-- End DoubleClick Random Number -->
131
+
132
+
133
+ <script type="text/javascript">
134
+ var pageTracker = _gat._getTracker("UA-32013-5");
135
+ pageTracker._setDomainName("slashdot.org");
136
+ pageTracker._initData();
137
+ </script>
138
+
139
+ </head>
140
+ <body>
141
+ <div id="top_parent"></div>
142
+
143
+ <div id="jump">
144
+ <a href="#main-articles">Stories</a>
145
+ <br>
146
+ <a href="#blocks">Slash Boxes</a>
147
+ <br>
148
+ <a href="#comments">Comments</a>
149
+ </div>
150
+ <a name="topothepage"></a>
151
+ <div id="doc3" class="yui-t6 index2 mainpage ac ">
152
+ <div id="hd" >
153
+ <div id="logo" >
154
+
155
+
156
+
157
+ <h1><a href="//slashdot.org"><span>Slashdot</span></a></h1>
158
+ <div id="slogan"><h2>News for nerds, stuff that matters</h2></div>
159
+ </div>
160
+ <a href="#articles" class="hidden">Jump to articles</a>
161
+ <div class="nav">
162
+ <ul>
163
+
164
+
165
+
166
+ <li><a href="//slashdot.org/submit.pl" title="Submit a story to Slashdot">Submit Story</a></li>
167
+ <li><a href="//slashdot.org/help" title="Frequently asked questions on Slashdot">Help</a></li>
168
+ <li><a href="//slashdot.org/login.pl" onclick="show_login_box(); return false;">Log In</a></li>
169
+
170
+ </ul>
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+ <div id="fh_picker_search" style="display: block;">
178
+ <form method="get" action="//slashdot.org/index2.pl">
179
+ <fieldset class="mode-filter mode-anon">
180
+ <legend>Search</legend>
181
+
182
+
183
+ <input class="query" type="text" name="fhfilter" value="" id="searchquery"> <input type="button" class="setfhfilter" value="Filter" id="viewsearch" style="display:none"> <input type="submit" class="setsearchfilter" value="Search" id="fhsearch" style="display:none">
184
+ <noscript><input type="submit" class="setsearchfilter" value="Search"></noscript>
185
+
186
+ <script type="text/javascript">
187
+ var slash_search;
188
+ $(function(){
189
+ if (has_hose()) {
190
+ var $search_text = $any('searchquery'),
191
+ $panel = $search_text.closest('fieldset');
192
+ $search_buttons = $('#viewsearch,#fhsearch'),
193
+ ws = /\s+/;
194
+
195
+
196
+
197
+ // The search buttons set the firehose option named by their class.
198
+ $search_buttons.
199
+ click(function(){
200
+ var which=this.className;
201
+ $search_text.each(function(){
202
+ firehose_set_options(which, this.value);
203
+ });
204
+ return false;
205
+ });
206
+
207
+ // Provide a globally available function that does whatever clicking the search button would do.
208
+ slash_search = function( query ){
209
+ query!==undefined && $search_text.val(query);
210
+ $search_buttons.filter(':visible:first').click();
211
+ };
212
+
213
+ $search_text.
214
+ keydown(function( e ){ // ESCAPE restores the filter in-effect.
215
+ if ( e.which == $.ui.keyCode.ESCAPE ) {
216
+ $search_text.val(firehose_settings.fhfilter||'');
217
+ return true;
218
+ }
219
+ if ( e.which == $.ui.keyCode.ENTER ) {
220
+ slash_search();
221
+ return false;
222
+ }
223
+ });
224
+
225
+ $(document).
226
+ bind('firehose-setting-setfhfilter firehose-setting-setsearchfilter', function( e, new_query ){
227
+ $('fieldset input[type=text]').each(function(){
228
+ $(this).blur().val(new_query);
229
+ });
230
+ }).
231
+ bind('set-options.firehose', function( e, data ){
232
+ data.select_section && $panel.toggleClass('mode-filter', data.id!=='unsaved');
233
+ });
234
+ }
235
+ });
236
+ </script>
237
+
238
+ </fieldset>
239
+
240
+ <script type="text/javascript">
241
+ $(document).
242
+ one('unsaved.firehose', function(){
243
+ $any('searchquery').closest('fieldset').removeClass('mode-anon');
244
+ });
245
+ </script>
246
+
247
+ </form>
248
+ </div>
249
+
250
+ </div>
251
+ <div id="bd" ><!-- body begin -->
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ <div class="nav">
265
+ <ul class="menu" id="fhtablist">
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+ <li class="active Stories"><a href="//slashdot.org/stories" >Stories</a><span class="tab_rss"><a href="http://rss.slashdot.org/Slashdot/slashdot" title="RSS for stories">RSS</a></span></li>
276
+
277
+
278
+
279
+
280
+
281
+ <li ><a href="//slashdot.org/recent" >Recent</a></li>
282
+
283
+
284
+
285
+
286
+
287
+ <li ><a href="//slashdot.org/popular" >Popular</a></li>
288
+
289
+
290
+
291
+
292
+
293
+ <li ><a href="//slashdot.org/search" >Search</a></li>
294
+
295
+
296
+ </ul>
297
+
298
+ <script type="text/javascript">
299
+ $(function(){ // on document ready
300
+
301
+ $('input[id^=tab-input-]').
302
+ each(function(){
303
+ var tab_id = this.id.substr('tab-input-'.length);
304
+ $(this).
305
+ blur(function(){
306
+ firehose_save_tab(tab_id);
307
+ }).
308
+ keypress(function(event){
309
+ var RETURN=13, SPACE=32;
310
+
311
+ var $this = $(this);
312
+ switch ( event.which || event.keyCode ) {
313
+ case RETURN:
314
+ case SPACE:
315
+ firehose_save_tab(tab_id);
316
+ return false;
317
+ default:
318
+ return true;
319
+ }
320
+ });
321
+ })
322
+
323
+ });
324
+ </script>
325
+ <div id="fhupdatestatus">
326
+ <a href="//slashdot.org/login.pl?op=newuserform" title="">Create Account</a>
327
+
328
+ <span class="busy"><img src="//c.fsdn.com/sd/spinner_tr.gif" alt="*"></span>
329
+ <a id="local_last_update_time" href="//slashdot.org/faq/UI.shtml#ui700" onclick="firehose_more(1); return false;">21:58</a>
330
+ <a id="gmt_update_time" href="//slashdot.org/faq/UI.shtml#ui700" onclick="firehose_more(1); return false;"></a>
331
+
332
+ </div>
333
+
334
+ <div id="fhoptions" class="options">
335
+
336
+
337
+
338
+
339
+ <ul>
340
+
341
+
342
+
343
+
344
+
345
+ <li id="pref"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false" title="Toggle preferences">Preferences</a></li>
346
+
347
+
348
+
349
+ <li id="slashboxen">
350
+
351
+ <script type="text/javascript">
352
+ $(function(){
353
+ $("#slashboxen a").click(function(){
354
+ var hide = $(this).setClass(applyMap('expanded', 'collapsed')).is('.collapsed');
355
+
356
+ $('div#yui-main div.yui-b, div#slashboxes, div#topfoot div.rightcontent, div#doc3 div.railad').toggleClass('hideslashboxes', hide);
357
+ firehose_set_options('noslashboxes', hide, 'global');
358
+ return false;
359
+ });
360
+ });
361
+ </script>
362
+ </li>
363
+
364
+ </ul>
365
+
366
+ </div>
367
+ </div>
368
+
369
+
370
+ <div class="ad1 advertisement"><!-- placeholder for ad position 1 --></div><div class="railad"><div class="ad6 advertisement"><!-- placeholder for ad position 6 --></div><div class="ad2 advertisement"><!-- ad position 2 -->
371
+ <!-- DoubleClick Ad Tag -->
372
+
373
+ <script type="text/javascript">
374
+ var ad6 = 'inactive';
375
+ </script>
376
+
377
+ <div id="fad2">
378
+
379
+
380
+ <script type="text/javascript">
381
+ //<![CDATA[
382
+
383
+ var hint = 'mainpage';
384
+
385
+ document.write('<script type="text/javascript" src="http://ad.doubleclick.net/adj/ostg.slashdot/mainpage_p2_sky;pg=index;logged_in=0;tile='+dfp_tile+';ord='+dfp_ord+'?"><\/script>');
386
+ dfp_tile++;
387
+ //]]>
388
+ </script>
389
+
390
+ </div>
391
+ <!-- End DoubleClick Ad Tag --></div></div>
392
+
393
+ <div id="yui-main">
394
+
395
+ <div class="yui-b">
396
+
397
+
398
+
399
+ <div class="yui-gf" style="position: relative">
400
+ <div class="yui-u first" id="links">
401
+ <div class="block" id="links-sections">
402
+ <div class="title" id="links-sections-title">
403
+
404
+ <h4 class='active'>
405
+
406
+ <a class="data-title" href="//slashdot.org" >Slashdot</a>
407
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
408
+
409
+ <script type="data">{ color: "", viewname: "stories", filter: "", name: "Main", id: 13 }</script>
410
+
411
+
412
+ </h4>
413
+ </div>
414
+ <div class="content" id="links-sections-content">
415
+
416
+ <ul id="firehose-sections">
417
+ <script type="data">{ active_id:13, default_id:1 }</script>
418
+
419
+
420
+
421
+
422
+ <li class="hide" id="fhsection-45">
423
+ <a id="fhsectiontitle-45" class="data-title" href="//amd.vendors.slashdot.org">AMD</a>
424
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
425
+ <script type="data">{ color: "", viewname: "stories", filter: "vendor_amd", name: "AMD", id: 45 }</script>
426
+ </li>
427
+
428
+
429
+
430
+
431
+ <li class="hide" id="fhsection-11">
432
+ <a id="fhsectiontitle-11" class="data-title" href="//apache.slashdot.org">Apache</a>
433
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
434
+ <script type="data">{ color: "", viewname: "stories", filter: "apache", name: "Apache", id: 11 }</script>
435
+ </li>
436
+
437
+
438
+
439
+
440
+ <li class="" id="fhsection-53">
441
+ <a id="fhsectiontitle-53" class="data-title" href="//apple.slashdot.org">Apple</a>
442
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
443
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_apple.css?T_2_5_0_262b\" title=\"apple\">", color: "", viewname: "stories", filter: "apple", name: "Apple", id: 53 }</script>
444
+ </li>
445
+
446
+
447
+
448
+
449
+ <li class="" id="fhsection-63">
450
+ <a id="fhsectiontitle-63" class="data-title" href="//ask.slashdot.org">Ask Slashdot</a>
451
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
452
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_askslashdot.css?T_2_5_0_262b\" title=\"askslashdot\">", color: "", viewname: "stories", filter: "askslashdot", name: "Ask Slashdot", id: 63 }</script>
453
+ </li>
454
+
455
+
456
+
457
+
458
+ <li class="hide" id="fhsection-31">
459
+ <a id="fhsectiontitle-31" class="data-title" href="//backslash.slashdot.org">Backslash</a>
460
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
461
+ <script type="data">{ color: "", viewname: "stories", filter: "backslash", name: "Backslash", id: 31 }</script>
462
+ </li>
463
+
464
+
465
+
466
+
467
+ <li class="" id="fhsection-49">
468
+ <a id="fhsectiontitle-49" class="data-title" href="//books.slashdot.org">Book Reviews</a>
469
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
470
+ <script type="data">{ color: "", viewname: "stories", filter: "books", name: "Book Reviews", id: 49 }</script>
471
+ </li>
472
+
473
+
474
+
475
+
476
+ <li class="hide" id="fhsection-5">
477
+ <a id="fhsectiontitle-5" class="data-title" href="//bsd.slashdot.org">BSD</a>
478
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
479
+ <script type="data">{ color: "", viewname: "stories", filter: "bsd", name: "BSD", id: 5 }</script>
480
+ </li>
481
+
482
+
483
+
484
+
485
+ <li class="hide" id="fhsection-61">
486
+ <a id="fhsectiontitle-61" class="data-title" href="//developers.slashdot.org">Developers</a>
487
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
488
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_developers.css?T_2_5_0_262b\" title=\"developers\">", color: "", viewname: "stories", filter: "developers", name: "Developers", id: 61 }</script>
489
+ </li>
490
+
491
+
492
+
493
+
494
+ <li class="hide" id="fhsection-1">
495
+ <a id="fhsectiontitle-1" class="data-title" href="//entertainment.slashdot.org">Entertainment</a>
496
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
497
+ <script type="data">{ color: "", viewname: "stories", filter: "entertainment", name: "Entertainment", id: 1 }</script>
498
+ </li>
499
+
500
+
501
+
502
+
503
+ <li class="hide" id="fhsection-55">
504
+ <a id="fhsectiontitle-55" class="data-title" href="//features.slashdot.org">Features</a>
505
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
506
+ <script type="data">{ color: "", viewname: "stories", filter: "features", name: "Features", id: 55 }</script>
507
+ </li>
508
+
509
+
510
+
511
+
512
+ <li class="" id="fhsection-33">
513
+ <a id="fhsectiontitle-33" class="data-title" href="//games.slashdot.org">Games</a>
514
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
515
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_games.css?T_2_5_0_262b\" title=\"games\">", color: "", viewname: "stories", filter: "games", name: "Games", id: 33 }</script>
516
+ </li>
517
+
518
+
519
+
520
+
521
+ <li class="hide" id="fhsection-43">
522
+ <a id="fhsectiontitle-43" class="data-title" href="//radio.slashdot.org">Geeks in Space</a>
523
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
524
+ <script type="data">{ color: "", viewname: "stories", filter: "radio", name: "Geeks in Space", id: 43 }</script>
525
+ </li>
526
+
527
+
528
+
529
+
530
+ <li class="" id="fhsection-3">
531
+ <a id="fhsectiontitle-3" class="data-title" href="//hardware.slashdot.org">Hardware</a>
532
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
533
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_hardware.css?T_2_5_0_262b\" title=\"hardware\">", color: "", viewname: "stories", filter: "hardware", name: "Hardware", id: 3 }</script>
534
+ </li>
535
+
536
+
537
+
538
+
539
+ <li class="" id="fhsection-25">
540
+ <a id="fhsectiontitle-25" class="data-title" href="//idle.slashdot.org">Idle</a>
541
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
542
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_idle.css?T_2_5_0_262b\" title=\"idle\">", color: "", viewname: "stories", filter: "idle", name: "Idle", id: 25 }</script>
543
+ </li>
544
+
545
+
546
+
547
+
548
+ <li class="hide" id="fhsection-7">
549
+ <a id="fhsectiontitle-7" class="data-title" href="//intel.vendors.slashdot.org">Intel</a>
550
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
551
+ <script type="data">{ color: "", viewname: "stories", filter: "vendor_intel", name: "Intel", id: 7 }</script>
552
+ </li>
553
+
554
+
555
+
556
+
557
+ <li class="" id="fhsection-39">
558
+ <a id="fhsectiontitle-39" class="data-title" href="//interviews.slashdot.org">Interviews</a>
559
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
560
+ <script type="data">{ color: "", viewname: "stories", filter: "interviews", name: "Interviews", id: 39 }</script>
561
+ </li>
562
+
563
+
564
+
565
+
566
+ <li class="hide" id="fhsection-15">
567
+ <a id="fhsectiontitle-15" class="data-title" href="//it.slashdot.org">IT</a>
568
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
569
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_it.css?T_2_5_0_262b\" title=\"it\">", color: "", viewname: "stories", filter: "it", name: "IT", id: 15 }</script>
570
+ </li>
571
+
572
+
573
+
574
+
575
+ <li class="" id="fhsection-65">
576
+ <a id="fhsectiontitle-65" class="data-title" href="//linux.slashdot.org">Linux</a>
577
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
578
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_linux.css?T_2_5_0_262b\" title=\"linux\">", color: "", viewname: "stories", filter: "linux", name: "Linux", id: 65 }</script>
579
+ </li>
580
+
581
+
582
+
583
+
584
+ <li class="hide" id="fhsection-21">
585
+ <a id="fhsectiontitle-21" class="data-title" href="//meta.slashdot.org">Meta</a>
586
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
587
+ <script type="data">{ color: "", viewname: "stories", filter: "meta", name: "Meta", id: 21 }</script>
588
+ </li>
589
+
590
+
591
+
592
+
593
+ <li class="" id="fhsection-47">
594
+ <a id="fhsectiontitle-47" class="data-title" href="//mobile.slashdot.org">Mobile</a>
595
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
596
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_mobile.css?T_2_5_0_262b\" title=\"mobile\">", color: "", viewname: "stories", filter: "mobile", name: "Mobile", id: 47 }</script>
597
+ </li>
598
+
599
+
600
+
601
+
602
+ <li class="hide" id="fhsection-35">
603
+ <a id="fhsectiontitle-35" class="data-title" href="//news.slashdot.org">News</a>
604
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
605
+ <script type="data">{ color: "", viewname: "stories", filter: "news", name: "News", id: 35 }</script>
606
+ </li>
607
+
608
+
609
+
610
+
611
+ <li class="hide" id="fhsection-23">
612
+ <a id="fhsectiontitle-23" class="data-title" href="//oracle.vendors.slashdot.org">Oracle</a>
613
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
614
+ <script type="data">{ color: "", viewname: "stories", filter: "vendor_oracle", name: "Oracle", id: 23 }</script>
615
+ </li>
616
+
617
+
618
+
619
+
620
+ <li class="hide" id="fhsection-27">
621
+ <a id="fhsectiontitle-27" class="data-title" href="//politics.slashdot.org">Politics</a>
622
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
623
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_politics.css?T_2_5_0_262b\" title=\"politics\">", color: "", viewname: "stories", filter: "politics", name: "Politics", id: 27 }</script>
624
+ </li>
625
+
626
+
627
+
628
+
629
+ <li class="hide" id="fhsection-57">
630
+ <a id="fhsectiontitle-57" class="data-title" href="//polls.slashdot.org">Polls</a>
631
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
632
+ <script type="data">{ color: "", viewname: "stories", filter: "polls", name: "Polls", id: 57 }</script>
633
+ </li>
634
+
635
+
636
+
637
+
638
+ <li class="" id="fhsection-29">
639
+ <a id="fhsectiontitle-29" class="data-title" href="//science.slashdot.org">Science</a>
640
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
641
+ <script type="data">{ color: "", viewname: "stories", filter: "science", name: "Science", id: 29 }</script>
642
+ </li>
643
+
644
+
645
+
646
+
647
+ <li class="hide" id="fhsection-59">
648
+ <a id="fhsectiontitle-59" class="data-title" href="//search.slashdot.org">Search</a>
649
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
650
+ <script type="data">{ color: "", viewname: "stories", filter: "search", name: "Search", id: 59 }</script>
651
+ </li>
652
+
653
+
654
+
655
+
656
+ <li class="hide" id="fhsection-37">
657
+ <a id="fhsectiontitle-37" class="data-title" href="slashdot.sourceforge.net">SF.net Auth</a>
658
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
659
+ <script type="data">{ color: "", viewname: "stories", filter: "sfauth", name: "SF.net Auth", id: 37 }</script>
660
+ </li>
661
+
662
+
663
+
664
+
665
+ <li class="hide" id="fhsection-19">
666
+ <a id="fhsectiontitle-19" class="data-title" href="//slashdot.org">Taco Hell</a>
667
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
668
+ <script type="data">{ color: "", viewname: "stories", filter: "tacohell", name: "Taco Hell", id: 19 }</script>
669
+ </li>
670
+
671
+
672
+
673
+
674
+ <li class="hide" id="fhsection-17">
675
+ <a id="fhsectiontitle-17" class="data-title" href="//tech.slashdot.org">Technology</a>
676
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
677
+ <script type="data">{ color: "", viewname: "stories", filter: "tech", name: "Technology", id: 17 }</script>
678
+ </li>
679
+
680
+
681
+
682
+
683
+ <li class="hide" id="fhsection-67">
684
+ <a id="fhsectiontitle-67" class="data-title" href="//slashdot.org">The 2000 Beanies</a>
685
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
686
+ <script type="data">{ color: "", viewname: "stories", filter: "awards", name: "The 2000 Beanies", id: 67 }</script>
687
+ </li>
688
+
689
+
690
+
691
+
692
+ <li class="hide" id="fhsection-51">
693
+ <a id="fhsectiontitle-51" class="data-title" href="//thinkgeek.shill.slashdot.org">ThinkGeek</a>
694
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
695
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_thinkgeek.css?T_2_5_0_262b\" title=\"thinkgeek\">", color: "", viewname: "stories", filter: "thinkgeek", name: "ThinkGeek", id: 51 }</script>
696
+ </li>
697
+
698
+
699
+
700
+
701
+ <li class="hide" id="fhsection-41">
702
+ <a id="fhsectiontitle-41" class="data-title" href="//vendors.slashdot.org">Vendors</a>
703
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
704
+ <script type="data">{ color: "", viewname: "stories", filter: "vendors", name: "Vendors", id: 41 }</script>
705
+ </li>
706
+
707
+
708
+
709
+
710
+ <li class="" id="fhsection-9">
711
+ <a id="fhsectiontitle-9" class="data-title" href="//yro.slashdot.org">YRO</a>
712
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="show_login_box(); return false;" class="links-sections-edit">[e]</a>
713
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//c.fsdn.com/sd/yui_yro.css?T_2_5_0_262b\" title=\"yro\">", color: "", viewname: "stories", filter: "yro", name: "YRO", id: 9 }</script>
714
+ </li>
715
+
716
+ </ul>
717
+ <script type="text/javascript">
718
+
719
+ var firehose_delete_section, update_section;
720
+
721
+ (function(){
722
+ var $section_menu = $any('firehose-sections');
723
+
724
+
725
+
726
+ function save_menu(){
727
+ if ( !check_logged_in() ) { return false; }
728
+
729
+ // tell the server our current (ordered) list of sections
730
+ ajax_update({
731
+ op: 'firehose_save_section_menu',
732
+ reskey: reskey_static,
733
+ fsids: $section_menu.
734
+ children('li:not(#fhsection-unsaved)').
735
+ map(function(){ return this.id.slice(10); }).get().join(',')
736
+ });
737
+ }
738
+
739
+
740
+ function unsaved(){
741
+ var $unsaved = $any('fhsection-unsaved');
742
+ if ( !$unsaved.length ) {
743
+ ($unsaved = $(unsaved.template).prependTo($section_menu)).metadata().id = 'unsaved';
744
+ }
745
+ return $unsaved;
746
+ }
747
+
748
+ var section_matching;
749
+ (function(){
750
+ var signatures={}, ids={}, ws=/\s+/, id_prefix=/^fhsection-/, default_color = {
751
+ stories: 'green',
752
+ recent: 'blue',
753
+ popular: 'green',
754
+ daddypants: 'indigo'
755
+ };
756
+
757
+ function init_metadata( el ){
758
+ var $el=$(el), result=$el.metadata({ type:'elem', name:'script' });
759
+ $el.find('script[type=data]').remove();
760
+ return result;
761
+ }
762
+
763
+ function signature( section ){
764
+ return section.viewname + ';'
765
+ + (section.color||default_color[section.viewname]) + ';'
766
+ + $.trim(section.filter).toLowerCase().split(ws).sort().join(' ');
767
+ }
768
+
769
+ section_matching = function( data ){
770
+ var have_id = $section_menu.metadata().active_id,
771
+ have = signatures[have_id],
772
+ want = signature(data),
773
+ want_id = (have_id==='unsaved'||want!==have) ? ids[want] : have_id,
774
+ $want = want_id && firehose_section_menu_item(want_id),
775
+ want_section = want_id && $want.length && $want.metadata();
776
+
777
+
778
+
779
+
780
+ return want_section;
781
+ };
782
+
783
+ update_section = function( el, update, opts ){
784
+ var section = init_metadata(el),
785
+ id = section.id, // assert(id);
786
+ oldsig = signatures[id],
787
+ newsig = signature($.extend(section,
788
+ // Make the color explicit.
789
+ !section.color && { color:default_color[section.viewname] },
790
+ // Roll-in the updated data, if any; but protect the id.
791
+ update, { id:id }
792
+ ));
793
+
794
+ // Update the signatures that let us match properties to existing sections.
795
+ if ( id!=='unsaved' && newsig!==oldsig ) {
796
+ ids[ signatures[id]=newsig ] = id;
797
+ if ( oldsig ) {
798
+ delete ids[ oldsig ];
799
+ // Discard cached skin if the search has changed.
800
+ section.skin && oldsig.split(';')[2]!==newsig.split(';')[2] && delete section.skin;
801
+
802
+ // This must be a change to an existing menu item, so let's save the menu as a whole.
803
+ save_menu();
804
+ }
805
+ }
806
+
807
+ if ( opts ) {
808
+ opts.highlight && highlight_menu_item(id);
809
+ opts.make_default && ($section_menu.metadata().default_id=id);
810
+ }
811
+ };
812
+
813
+ // Force-initialize the metadata and build the section_matching map.
814
+ var $sections=$any('links-sections').find('div.title,li');
815
+ $sections.add($section_menu).each(function(){ init_metadata(this); });
816
+ $('#links-sections-title').metadata().name = "Slashdot";
817
+ $sections.each(function(){ update_section(this); });
818
+ })();
819
+
820
+
821
+ function highlight_menu_item( section_id ){
822
+ return firehose_section_menu_item(section_id).each(function(){
823
+ $('#links-sections .active').not(this).removeClass('active');
824
+ $( $('h4', this)[0] || this ).addClass('active');
825
+ $section_menu.metadata().active_id = section_id;
826
+ firehose_style_switch(section_id);
827
+ });
828
+ }
829
+
830
+
831
+ $any('links-sections').
832
+ mousedown(function( event ){ // "activate" a section (immediately) on mousedown in the section menu
833
+ $(event.originalTarget||event.target). // mouseDown was on this element...
834
+ closest('li,div.title').not('.active,:has(.active)').
835
+ each(function(){
836
+ var section = $(this).metadata();
837
+ if ( section.id !== 'unsaved' ) {
838
+
839
+ } else {
840
+
841
+ }
842
+ });
843
+ // allow other handlers to run (by not returning false)
844
+ }).
845
+ click(function( event ){ // edit only for a click in the edit button
846
+ var handled;
847
+ $(event.originalTarget||event.target). // mouseDown was on this element...
848
+ closest('a.links-sections-edit'). // ...in this edit icon (if any)
849
+ each(function(){
850
+ var id = $(this).closest('li,div.title').metadata().id;
851
+ id==='unsaved' && (id=void(0));
852
+ getModalPrefs('firehoseview', 'Save Custom Section', 0, { id: id });
853
+ handled = true;
854
+ });
855
+ return !handled;
856
+ });
857
+
858
+
859
+ // Drag items in the section-menu to reorder it permanently.
860
+ $section_menu.
861
+ sortable({
862
+ axis: 'y',
863
+ containment: '#links-sections',
864
+ opacity: 0.8,
865
+ update: save_menu
866
+ });
867
+
868
+
869
+ $(document).
870
+ bind('firehose-setting-section', function( e, section_id ){
871
+ // Request to change sections is on its way to the server; update the UI now (don't wait for response)
872
+ var section = highlight_menu_item(section_id).metadata();
873
+ $(document).
874
+ trigger('firehose-setting-setfhfilter', section.filter).
875
+ trigger('firehose-setting-view', section.viewname).
876
+ trigger('firehose-setting-color', section.color);
877
+ }).
878
+ bind('set-options.firehose', function( e, data ){
879
+ // Changing some option (possibly even the 'section' option)
880
+ if ( !data.select_section ) {
881
+ // OK, _not_ the 'section' option. Activate a section that matches the new options, or else "unsaved"
882
+ delete data.id;
883
+
884
+ data = section_matching(data)||data;
885
+ if ( !data.id ) {
886
+ var $unsaved = unsaved();
887
+ data = $.extend($unsaved.metadata(), data);
888
+ $(document).
889
+ one('update.firehose', function( e, updated ){
890
+ $unsaved.find('a span').text(updated.local_time);
891
+ if ( updated.skin ) {
892
+ data.skin = updated.skin;
893
+ firehose_style_switch('unsaved');
894
+ }
895
+ }).
896
+ trigger('unsaved.firehose', data);
897
+ }
898
+ }
899
+ highlight_menu_item(data.id);
900
+ });
901
+
902
+ unsaved.template = (
903
+ '<li id="fhsection-unsaved">'
904
+ + '<a><i class="data-title">unsaved</i> <span></span></a>'
905
+ + '<a href="//slashdot.org/faq/UI.shtml#ui700"'
906
+ + ' onclick="show_login_box(); return false;"'
907
+ + ' class="links-sections-edit">'
908
+ + '[e]'
909
+ + '</a>'
910
+ + '</li>'
911
+ );
912
+
913
+ })();
914
+ </script>
915
+
916
+ </div>
917
+
918
+ </div>
919
+ <div class="block" id="links-help">
920
+ <div class="title" id="links-help-title">
921
+ <h4><a href="//slashdot.org/help">Site Info</a></h4>
922
+ </div>
923
+ <div class="content" id="links-help-content">
924
+ <ul>
925
+ <li><a href="//slashdot.org/faq/">FAQ</a></li>
926
+ <li><a href="http://sourceforge.net/tracker/?func=add&amp;group_id=4421&amp;atid=104421">Bugs</a></li>
927
+ <li><a href="//slashdot.org/code.shtml">Code</a></li>
928
+ </ul>
929
+ </div>
930
+ </div>
931
+ <div class="block" id="links-stories">
932
+ <div class="title" id="links-stories-title">
933
+ <h4>Stories</h4>
934
+ </div>
935
+ <div class="content" id="links-stories-content">
936
+ <ul>
937
+ <li><a href="//slashdot.org/search.pl">Old Stories</a></li>
938
+ <li><a href="//polls.slashdot.org/">Old Polls</a></li>
939
+ <li><a href="//slashdot.org/hof.shtml">Hall of Fame</a></li>
940
+ <li><a href="//slashdot.org/submit.pl">Submit Story</a></li>
941
+ </ul>
942
+ </div>
943
+ </div>
944
+ </div>
945
+ </div>
946
+
947
+
948
+ <div class="yui-u maincol first">
949
+
950
+
951
+ <div class="message">
952
+
953
+ <p>Slashdot is powered by <strong><a href="//slashdot.org/submit.pl">your submissions</a></strong>, so send in your scoop</p>
954
+
955
+ </div>
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+ <div id="firehose" class="nothumbs">
964
+ <div id="firehoselist" class="fhroot ">
965
+ <div id="firehose-5047353" class="fhitem fhitem-story article usermode thumbs">
966
+ <span class="sd-info-block" style="display: none">
967
+ <span class="sd-key-firehose-id">5047353</span>
968
+ <span class="type">story</span>
969
+
970
+ </span>
971
+
972
+
973
+
974
+ <span id="updown-5047353" class="vote">
975
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
976
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
977
+ </span>
978
+
979
+
980
+
981
+
982
+ <h3 class="story" id="title-5047353">
983
+
984
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//it.slashdot.org" title="Filter to IT" class="skin" onclick='return addfhfilter("it"); return false;'>IT:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//it.slashdot.org/story/09/06/30/2237256/New-Click-Fraud-Attack-Is-Stealthiest-Yet" class="datitle">New Click-Fraud Attack Is Stealthiest Yet</a> <span class="date">on Tuesday June 30, @09:35PM</span> <span class="nickname"></span>
985
+
986
+ </h3>
987
+ <div class="details" id="details-5047353">
988
+
989
+ <strong>
990
+ Posted
991
+ by
992
+
993
+
994
+
995
+ kdawson
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+ <span id="fhtime-5047353">on Tuesday June 30, @09:35PM</span></strong>
1003
+
1004
+ <br>
1005
+
1006
+ <strong>from the <strong>penny-here-penny-there</strong> dept.</strong>
1007
+
1008
+
1009
+ </div>
1010
+ <div class="body" id="fhbody-5047353">
1011
+
1012
+ <div class="media">
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+ <div class="maybe-sprite tid-172">
1025
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicsecurity.gif); width:59px; height:78px;</span>
1026
+ <a style="width:59px; height:78px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=security" onclick="return addfhfilter('security');">security</a>
1027
+ </div>
1028
+
1029
+
1030
+
1031
+
1032
+ </div>
1033
+
1034
+
1035
+
1036
+ <div id="text-5047353">
1037
+ An anonymous reader sends news from The Washington Post's Security Fix blog of a new Trojan horse program that takes click fraud to the next level. The Trojan, dubbed <a href="http://secureworks.com/research/threats/ffsearcher/">FFsearcher</a> by SecureWorks, was among the pieces of malware installed by sites hacked with the <a href="http://securitylabs.websense.com/content/Alerts/3421.aspx">Nine-Ball mass compromise</a>, which attacked some 40,000 Web sites this month. The Trojan takes advantage of Google's "AdSense for Search" API, which allows Web sites to embed Google search results alongside the usual Google AdSense ads. (SecureWorks' writeup indicates that Yahoo search is targeted too, but the researchers saw no evidence if the malware redirecting Yahoo searches.) While most search hijackers give themselves away on the victim's machine by redirecting the browser through some no-name search engine, FFsearcher <i>"...converts every search a victim makes through Google.com, so that each query is invisibly redirected through the attackers' own Web sites, via Google's Custom Search API. Meanwhile, the Trojan manipulates the victim's PC and browser so that the victim never actually sees the attacker-controlled Web site that is hijacking the search, but instead sees the search results as though they were returned directly from Google.com (and with Google.com in the victim browser's address bar, not the address of the attacker controlled site). Adding to the stealth is the fact that search results themselves aren't altered by the attackers, who are merely going after the referral payments should victims click on any of the displayed ads. What's more, the attackers aren't diverting clicks or ad revenue away from advertisers or publishers, as in traditional click fraud: They are simply forcing Google to pay commissions that it wouldn't otherwise have to pay."</i> If FFSearcher were the only piece of malware on the machine, it would have a better chance of staying under the radar.</div>
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+ <div class="article-foot a">
1044
+
1045
+ <span class="reader">
1046
+
1047
+ <a href="//it.slashdot.org/story/09/06/30/2237256/New-Click-Fraud-Attack-Is-Stealthiest-Yet" class="more">Read More...</a>
1048
+
1049
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287781" id="commentcnt-5047353">10</a> comments</span>
1050
+ </span>
1051
+
1052
+ <div id="tag-widget-5047353" class="tag-widget-stub body-widget">
1053
+
1054
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1055
+
1056
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">google security firefox</span>
1057
+ <span class="tag-display-stub" context="system">it security</span>
1058
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1059
+ </div>
1060
+ </div>
1061
+
1062
+ </div>
1063
+
1064
+ <span class="vballoon-firehoselist rd_5">
1065
+ <span>Comments:</span>
1066
+ <a href="//it.slashdot.org/comments.pl?sid=1287781" id="commentcnt-5047353">10</a>
1067
+ </span>
1068
+
1069
+
1070
+
1071
+ <hr>
1072
+
1073
+
1074
+ </div><div id="firehose-5046963" class="fhitem fhitem-story article usermode thumbs">
1075
+ <span class="sd-info-block" style="display: none">
1076
+ <span class="sd-key-firehose-id">5046963</span>
1077
+ <span class="type">story</span>
1078
+
1079
+ </span>
1080
+
1081
+
1082
+
1083
+ <span id="updown-5046963" class="vote">
1084
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1085
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1086
+ </span>
1087
+
1088
+
1089
+
1090
+
1091
+ <h3 class="story" id="title-5046963">
1092
+
1093
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=tech" title="Filter to Technology" class="skin" onclick='return addfhfilter("tech"); return false;'>Technology:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//tech.slashdot.org/story/09/06/30/224233/One-Year-Later-Dead-XP-Still-Going-Strong" class="datitle">One Year Later, "Dead" XP Still Going Strong</a> <span class="date">on Tuesday June 30, @07:32PM</span> <span class="nickname"></span>
1094
+
1095
+ </h3>
1096
+ <div class="details" id="details-5046963">
1097
+
1098
+ <strong>
1099
+ Posted
1100
+ by
1101
+
1102
+
1103
+
1104
+ kdawson
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+ <span id="fhtime-5046963">on Tuesday June 30, @07:32PM</span></strong>
1112
+
1113
+ <br>
1114
+
1115
+ <strong>from the <strong>killed-the-wrong-one</strong> dept.</strong>
1116
+
1117
+
1118
+ </div>
1119
+ <div class="body" id="fhbody-5046963">
1120
+
1121
+ <div class="media">
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ <div class="maybe-sprite tid-201">
1134
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicwindows.gif); width:49px; height:65px;</span>
1135
+ <a style="width:49px; height:65px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=windows" onclick="return addfhfilter('windows');">windows</a>
1136
+ </div>
1137
+
1138
+
1139
+
1140
+
1141
+ </div>
1142
+
1143
+
1144
+
1145
+ <div id="text-5046963">
1146
+ <a href="http://www.infoworld.com/" rel="nofollow">snydeq</a> writes <i>"Microsoft pulled the plug on Windows XP a year ago today, no longer selling new copies in most venues. Yet according to a report from InfoWorld, various <a href="http://infoworld.com/d/windows/year-after-windows-xps-death-users-keep-it-alive-and-kicking-247">downgrade paths to XP are keeping the operating system very much alive</a>, particularly among businesses. In fact, despite Microsoft trumpeting Vista as the most successful version of Windows ever sold, more than half of business PCs have subsequently downgraded Vista-based machines to XP, according to data provided by <a href="http://www.xpnet.com/">community-based performance-monitoring network of PCs</a>. Microsoft recently planned to <a href="http://tech.slashdot.org/story/09/06/16/1756229/Windows-7-Licensing-a-Disaster-For-XP-Shops?art_pos=1">further limit the ability to downgrade to XP</a> now that Windows 7 is in the pipeline, but backlash against the licensing scheme prompted the company to change course, <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9134528">extending downgrade rights on new PCs from April 2010 to April 2011</a>."</i></div>
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+ <div class="article-foot a">
1153
+
1154
+ <span class="reader">
1155
+
1156
+ <a href="//tech.slashdot.org/story/09/06/30/224233/One-Year-Later-Dead-XP-Still-Going-Strong" class="more">Read More...</a>
1157
+
1158
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287729" id="commentcnt-5046963">137</a> comments</span>
1159
+ </span>
1160
+
1161
+ <div id="tag-widget-5046963" class="tag-widget-stub body-widget">
1162
+
1163
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1164
+
1165
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">os windows microsoft !deadyet itsgoodenough</span>
1166
+ <span class="tag-display-stub" context="system">tech windows</span>
1167
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1168
+ </div>
1169
+ </div>
1170
+
1171
+ </div>
1172
+
1173
+ <span class="vballoon-firehoselist rd_5">
1174
+ <span>Comments:</span>
1175
+ <a href="//tech.slashdot.org/comments.pl?sid=1287729" id="commentcnt-5046963">137</a>
1176
+ </span>
1177
+
1178
+
1179
+
1180
+ <hr>
1181
+
1182
+
1183
+ </div><div id="firehose-5046127" class="fhitem fhitem-story article usermode thumbs">
1184
+ <span class="sd-info-block" style="display: none">
1185
+ <span class="sd-key-firehose-id">5046127</span>
1186
+ <span class="type">story</span>
1187
+
1188
+ </span>
1189
+
1190
+
1191
+
1192
+ <span id="updown-5046127" class="vote">
1193
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1194
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1195
+ </span>
1196
+
1197
+
1198
+
1199
+
1200
+ <h3 class="story" id="title-5046127">
1201
+
1202
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=tech" title="Filter to Technology" class="skin" onclick='return addfhfilter("tech"); return false;'>Technology:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//tech.slashdot.org/story/09/06/30/2044224/Malcolm-Gladwell-Challenges-the-Idea-of-Free" class="datitle">Malcolm Gladwell Challenges the Idea of "Free"</a> <span class="date">on Tuesday June 30, @06:46PM</span> <span class="nickname"></span>
1203
+
1204
+ </h3>
1205
+ <div class="details" id="details-5046127">
1206
+
1207
+ <strong>
1208
+ Posted
1209
+ by
1210
+
1211
+
1212
+
1213
+ kdawson
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+ <span id="fhtime-5046127">on Tuesday June 30, @06:46PM</span></strong>
1221
+
1222
+ <br>
1223
+
1224
+ <strong>from the <strong>crying-out-from-a-world-of-hurt</strong> dept.</strong>
1225
+
1226
+
1227
+ </div>
1228
+ <div class="body" id="fhbody-5046127">
1229
+
1230
+ <div class="media">
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+ <div class="maybe-sprite tid-95">
1243
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicinternet.gif); width:70px; height:73px;</span>
1244
+ <a style="width:70px; height:73px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=internet" onclick="return addfhfilter('internet');">internet</a>
1245
+ </div>
1246
+
1247
+
1248
+
1249
+
1250
+ </div>
1251
+
1252
+
1253
+
1254
+ <div id="text-5046127">
1255
+ An anonymous reader brings us another bump on the <a href="//tech.slashdot.org/story/09/06/24/1528204">bumpy road</a> of Chris Anderson's new book, <em>Free: The Future of a Radical Price</em>, which we discussed a week ago. Now the Times (UK) is <a href="http://timesonline.typepad.com/technology/2009/06/malcolm-gladwell-vs-chris-anderson-a-very-intellectual-bust-up.html">reporting on a dustup</a> between Anderson and <a href="http://en.wikipedia.org/wiki/Gladwell">Malcolm Gladwell</a>, author of <em>The Tipping Point</em>, <em>Blink</em>, and <a href="//books.slashdot.org/article.pl?sid=09/03/04/1426234&amp;tid=146">Outliers</a>. Recently <a href="http://www.newyorker.com/arts/critics/books/2009/07/06/090706crbo_books_gladwell?printable=true">Gladwell reviewed, or rather deconstructed, Anderson's book</a> in the New Yorker. <a href="http://www.wired.com/epicenter/2009/06/dear-malcolm-why-so-threatened/">Anderson has responded</a> with a blog post that addresses some, but by no means all, of Gladwell's criticisms, and The Times is inclined to award the match to Gladwell on points. Although their reviewer didn't notice that Gladwell, in setting up the idea of "Free" as a straw man, omitted a critical half of <a href="http://en.wikipedia.org/wiki/Information_wants_to_be_free">Stewart Brand's seminal quote</a>.</div>
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+ <div class="article-foot a">
1262
+
1263
+ <span class="reader">
1264
+
1265
+ <a href="//tech.slashdot.org/story/09/06/30/2044224/Malcolm-Gladwell-Challenges-the-Idea-of-Free" class="more">Read More...</a>
1266
+
1267
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287667" id="commentcnt-5046127">86</a> comments</span>
1268
+ </span>
1269
+
1270
+ <div id="tag-widget-5046127" class="tag-widget-stub body-widget">
1271
+
1272
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1273
+
1274
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">books media internet omgwtfsummary egoclash</span>
1275
+ <span class="tag-display-stub" context="system">tech internet</span>
1276
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1277
+ </div>
1278
+ </div>
1279
+
1280
+ </div>
1281
+
1282
+ <span class="vballoon-firehoselist rd_5">
1283
+ <span>Comments:</span>
1284
+ <a href="//tech.slashdot.org/comments.pl?sid=1287667" id="commentcnt-5046127">86</a>
1285
+ </span>
1286
+
1287
+
1288
+
1289
+ <hr>
1290
+
1291
+
1292
+ </div><div id="firehose-5045029" class="fhitem fhitem-story article usermode thumbs">
1293
+ <span class="sd-info-block" style="display: none">
1294
+ <span class="sd-key-firehose-id">5045029</span>
1295
+ <span class="type">story</span>
1296
+
1297
+ </span>
1298
+
1299
+
1300
+
1301
+ <span id="updown-5045029" class="vote">
1302
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1303
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1304
+ </span>
1305
+
1306
+
1307
+
1308
+
1309
+ <h3 class="story" id="title-5045029">
1310
+
1311
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//yro.slashdot.org" title="Filter to Your Rights Online" class="skin" onclick='return addfhfilter("yro"); return false;'>Your Rights Online:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//yro.slashdot.org/story/09/06/30/1917212/Ranchers-Have-Beef-With-USDA-Program-To-ID-Cattle" class="datitle">Ranchers Have Beef With USDA Program To ID Cattle</a> <span class="date">on Tuesday June 30, @05:57PM</span> <span class="nickname"></span>
1312
+
1313
+ </h3>
1314
+ <div class="details" id="details-5045029">
1315
+
1316
+ <strong>
1317
+ Posted
1318
+ by
1319
+
1320
+
1321
+
1322
+ kdawson
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+ <span id="fhtime-5045029">on Tuesday June 30, @05:57PM</span></strong>
1330
+
1331
+ <br>
1332
+
1333
+ <strong>from the <strong>chipping-in</strong> dept.</strong>
1334
+
1335
+
1336
+ </div>
1337
+ <div class="body" id="fhbody-5045029">
1338
+
1339
+ <div class="media">
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+
1351
+ <div class="maybe-sprite tid-158">
1352
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicprivacy.gif); width:71px; height:53px;</span>
1353
+ <a style="width:71px; height:53px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=privacy" onclick="return addfhfilter('privacy');">privacy</a>
1354
+ </div>
1355
+
1356
+
1357
+
1358
+
1359
+ </div>
1360
+
1361
+
1362
+
1363
+ <div id="text-5045029">
1364
+ <a href="http://poncacityweloveyou.com/" rel="nofollow">Ponca City, We Love You</a> writes <i>"The NY Times reports that farmers and ranchers oppose a <a href="http://www.nytimes.com/2009/06/28/us/28livestock.html">government program to identify livestock with microchip tags</a> that would allow the computerized recording of livestock movements from birth to the slaughterhouse. Proponents of the <a href="http://animalid.aphis.usda.gov/nais/">USDA's National Animal Identification System</a> say that computer records of cattle movements mean that when a cow is discovered with bovine tuberculosis or mad cow disease, its prior contacts can be swiftly traced. Ranchers say the extra cost of the electronic tags places an onerous burden on a teetering industry. Small groups of cattle are often rounded up in distant spots and herded into a truck by a single person who could not simultaneously wield the hand-held scanner needed to record individual animal identities. The ranchers also note that there is no Internet connection on many ranches for filing to a regional database. 'Lobbyists from corporate mega-agribusiness designed this program to destroy traditional small sustainable agriculture,' says Genell Pridgen, an owner of Rainbow Meadow Farms. The notion of centralized data banks, even for animals, has also <a href="http://www.lpmo.org/media/releases/2009/PR-20090606-01.shtml">set off alarms among libertarians who oppose NAIS</a>. One group has issued a bumper sticker that reads, 'Tracking cattle now, tracking you soon.' 'They can't comprehend the vastness of a ranch like this,' says Jay Platt, the third-generation owner of a 22,000 acre New Mexico ranch. 'This plan is expensive, it's intrusive, and there's no need for it.'"</i></div>
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+ <div class="article-foot a">
1371
+
1372
+ <span class="reader">
1373
+
1374
+ <a href="//yro.slashdot.org/story/09/06/30/1917212/Ranchers-Have-Beef-With-USDA-Program-To-ID-Cattle" class="more">Read More...</a>
1375
+
1376
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287609" id="commentcnt-5045029">243</a> comments</span>
1377
+ </span>
1378
+
1379
+ <div id="tag-widget-5045029" class="tag-widget-stub body-widget">
1380
+
1381
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1382
+
1383
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">business privacy government moo pun</span>
1384
+ <span class="tag-display-stub" context="system">yro privacy</span>
1385
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1386
+ </div>
1387
+ </div>
1388
+
1389
+ </div>
1390
+
1391
+ <span class="vballoon-firehoselist rd_5">
1392
+ <span>Comments:</span>
1393
+ <a href="//yro.slashdot.org/comments.pl?sid=1287609" id="commentcnt-5045029">243</a>
1394
+ </span>
1395
+
1396
+
1397
+
1398
+ <hr>
1399
+
1400
+
1401
+ </div><div id="firehose-5044897" class="fhitem fhitem-story article usermode thumbs">
1402
+ <span class="sd-info-block" style="display: none">
1403
+ <span class="sd-key-firehose-id">5044897</span>
1404
+ <span class="type">story</span>
1405
+
1406
+ </span>
1407
+
1408
+
1409
+
1410
+ <span id="updown-5044897" class="vote">
1411
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1412
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1413
+ </span>
1414
+
1415
+
1416
+
1417
+
1418
+ <h3 class="story" id="title-5044897">
1419
+
1420
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=tech" title="Filter to Technology" class="skin" onclick='return addfhfilter("tech"); return false;'>Technology:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//tech.slashdot.org/story/09/06/30/197212/SoftMaker-Office-2008-vs-OpenOfficeorg-31" class="datitle">SoftMaker Office 2008 vs. OpenOffice.org 3.1</a> <span class="date">on Tuesday June 30, @05:11PM</span> <span class="nickname"></span>
1421
+
1422
+ </h3>
1423
+ <div class="details" id="details-5044897">
1424
+
1425
+ <strong>
1426
+ Posted
1427
+ by
1428
+
1429
+
1430
+
1431
+ kdawson
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+ <span id="fhtime-5044897">on Tuesday June 30, @05:11PM</span></strong>
1439
+
1440
+ <br>
1441
+
1442
+ <strong>from the <strong>attempted-dethroning-using-nerf-bats</strong> dept.</strong>
1443
+
1444
+
1445
+ </div>
1446
+ <div class="body" id="fhbody-5044897">
1447
+
1448
+ <div class="media">
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+ <div class="maybe-sprite tid-185">
1461
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicsoftware.gif); width:65px; height:65px;</span>
1462
+ <a style="width:65px; height:65px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=software" onclick="return addfhfilter('software');">software</a>
1463
+ </div>
1464
+
1465
+
1466
+
1467
+
1468
+ </div>
1469
+
1470
+
1471
+
1472
+ <div id="text-5044897">
1473
+ <a href="http://www.infoworld.com/" rel="nofollow">snydeq</a> writes <i>"InfoWorld's Randall Kennedy <a href="http://infoworld.com/d/applications/better-office-alternative-softmaker-office-bests-openofficeorg-445">examines would-be Microsoft Office competitors SoftMaker Office and OpenOffice.org</a> and finds the results surprising. OpenOffice.org &mdash; frequently cited as the most viable Office competitor &mdash; has pushed for Office interoperability in version 3.1, adding import support for files in Office 2007's native Open XML format. But, as Kennedy found in <a href="http://www.infoworld.com/d/applications/office-compatibility-torture-test-302">Office-compatibility testing</a>, that support remains mostly skin deep. 'Factor in OpenOffice's other well-documented warts &mdash; buggy Java implementation, CPU-hogging auto-update system, quirky font rendering &mdash; and it's easy to see why the vast majority of IT shops continue to reject this pretender to the <a href="http://www.infoworld.com/d/applications/why-microsoft-office-so-hard-kill-264">Microsoft Office throne</a>,' Kennedy writes. SoftMaker Office, however, 'shows that good things often still come in small packages.' Geared more toward mobile computing, the suite's 'compact footprint and low overhead make it ideal for underpowered systems, and its excellent compatibility with Office 2003 file formats means it's a safe choice for heterogeneous environments where external data access isn't a priority.'"</i> Note that SoftMaker Office is not free software &mdash; it costs $79.95 &mdash; and there is no version for Macintosh.</div>
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+ <div class="article-foot a">
1480
+
1481
+ <span class="reader">
1482
+
1483
+ <a href="//tech.slashdot.org/story/09/06/30/197212/SoftMaker-Office-2008-vs-OpenOfficeorg-31" class="more">Read More...</a>
1484
+
1485
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287593" id="commentcnt-5044897">124</a> comments</span>
1486
+ </span>
1487
+
1488
+ <div id="tag-widget-5044897" class="tag-widget-stub body-widget">
1489
+
1490
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1491
+
1492
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">software microsoft !opensource slashvertisement slashdotted</span>
1493
+ <span class="tag-display-stub" context="system">tech software</span>
1494
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1495
+ </div>
1496
+ </div>
1497
+
1498
+ </div>
1499
+
1500
+ <span class="vballoon-firehoselist rd_5">
1501
+ <span>Comments:</span>
1502
+ <a href="//tech.slashdot.org/comments.pl?sid=1287593" id="commentcnt-5044897">124</a>
1503
+ </span>
1504
+
1505
+
1506
+
1507
+ <hr>
1508
+
1509
+
1510
+ </div><div id="firehose-5044569" class="fhitem fhitem-story article usermode thumbs">
1511
+ <span class="sd-info-block" style="display: none">
1512
+ <span class="sd-key-firehose-id">5044569</span>
1513
+ <span class="type">story</span>
1514
+
1515
+ </span>
1516
+
1517
+
1518
+
1519
+ <span id="updown-5044569" class="vote">
1520
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1521
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1522
+ </span>
1523
+
1524
+
1525
+
1526
+
1527
+ <h3 class="story" id="title-5044569">
1528
+
1529
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=yro" title="Filter to Your Rights Online" class="skin" onclick='return addfhfilter("yro"); return false;'>Your Rights Online:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//yro.slashdot.org/story/09/06/30/1840247/In-Canada-No-Expectation-of-Privacy-On-the-Net" class="datitle">In Canada, No Expectation of Privacy On the Net</a> <span class="date">on Tuesday June 30, @04:23PM</span> <span class="nickname"></span>
1530
+
1531
+ </h3>
1532
+ <div class="details" id="details-5044569">
1533
+
1534
+ <strong>
1535
+ Posted
1536
+ by
1537
+
1538
+
1539
+
1540
+ kdawson
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+ <span id="fhtime-5044569">on Tuesday June 30, @04:23PM</span></strong>
1548
+
1549
+ <br>
1550
+
1551
+ <strong>from the <strong>if-you're-not-doing-anything-wrong</strong> dept.</strong>
1552
+
1553
+
1554
+ </div>
1555
+ <div class="body" id="fhbody-5044569">
1556
+
1557
+ <div class="media">
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+ <div class="maybe-sprite tid-158">
1570
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicprivacy.gif); width:71px; height:53px;</span>
1571
+ <a style="width:71px; height:53px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=privacy" onclick="return addfhfilter('privacy');">privacy</a>
1572
+ </div>
1573
+
1574
+
1575
+
1576
+
1577
+ </div>
1578
+
1579
+
1580
+
1581
+ <div id="text-5044569">
1582
+ <a href="http://www.andrewshouts.com/" rel="nofollow">The_AV8R</a> writes <i>"In a recent interview, Peter Van Loan, the new Canadian Public Safety minister, says <a href="http://www.tvo.org/cfmx/tvoorg/theagenda/index.cfm?page_id=3&amp;action=blog&amp;subaction=viewpost&amp;blog_id=81&amp;post_id=10544">ISPs should be able to provide private user information without a warrant</a>. (The only example he gave was cases of child pornography; the interviewer pointed out that in these cases ISPs are already at liberty to divulge customer information without a warrant, but that the proposed rules would make that mandatory whenever the police ask.) He was adamant that in regard to IP addresses, names, cell phone numbers, and email addresses: '...that is not the kind of information about which Canadians have a legitimate expectation of privacy.' The minister denied &mdash; even when presented with an audio clip proving otherwise &mdash; that his predecessor had promised never to allow the police to wiretap the Internet without a warrant."</i></div>
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+ <div class="article-foot a">
1589
+
1590
+ <span class="reader">
1591
+
1592
+ <a href="//yro.slashdot.org/story/09/06/30/1840247/In-Canada-No-Expectation-of-Privacy-On-the-Net" class="more">Read More...</a>
1593
+
1594
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287569" id="commentcnt-5044569">138</a> comments</span>
1595
+ </span>
1596
+
1597
+ <div id="tag-widget-5044569" class="tag-widget-stub body-widget">
1598
+
1599
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1600
+
1601
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">privacy politics government tor fascism</span>
1602
+ <span class="tag-display-stub" context="system">yro privacy</span>
1603
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1604
+ </div>
1605
+ </div>
1606
+
1607
+ </div>
1608
+
1609
+ <span class="vballoon-firehoselist rd_5">
1610
+ <span>Comments:</span>
1611
+ <a href="//yro.slashdot.org/comments.pl?sid=1287569" id="commentcnt-5044569">138</a>
1612
+ </span>
1613
+
1614
+
1615
+
1616
+ <hr>
1617
+
1618
+
1619
+ </div><div id="firehose-5043813" class="fhitem fhitem-story article usermode thumbs">
1620
+ <span class="sd-info-block" style="display: none">
1621
+ <span class="sd-key-firehose-id">5043813</span>
1622
+ <span class="type">story</span>
1623
+
1624
+ </span>
1625
+
1626
+
1627
+
1628
+ <span id="updown-5043813" class="vote">
1629
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1630
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1631
+ </span>
1632
+
1633
+
1634
+
1635
+
1636
+ <h3 class="story" id="title-5043813">
1637
+
1638
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=news" title="Filter to News" class="skin" onclick='return addfhfilter("news"); return false;'>News:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//news.slashdot.org/story/09/06/30/1752220/The-Hidden-Cost-of-Using-Microsoft-Software" class="datitle">The Hidden Cost of Using Microsoft Software</a> <span class="date">on Tuesday June 30, @03:37PM</span> <span class="nickname"></span>
1639
+
1640
+ </h3>
1641
+ <div class="details" id="details-5043813">
1642
+
1643
+ <strong>
1644
+ Posted
1645
+ by
1646
+
1647
+
1648
+
1649
+ kdawson
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+ <span id="fhtime-5043813">on Tuesday June 30, @03:37PM</span></strong>
1657
+
1658
+ <br>
1659
+
1660
+ <strong>from the <strong>badware-tax</strong> dept.</strong>
1661
+
1662
+
1663
+ </div>
1664
+ <div class="body" id="fhbody-5043813">
1665
+
1666
+ <div class="media">
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+ <div class="maybe-sprite tid-109">
1679
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicms.gif); width:75px; height:55px;</span>
1680
+ <a style="width:75px; height:55px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=microsoft" onclick="return addfhfilter('microsoft');">microsoft</a>
1681
+ </div>
1682
+
1683
+
1684
+
1685
+
1686
+ </div>
1687
+
1688
+
1689
+
1690
+ <div id="text-5043813">
1691
+ <a href="http://opendotdotdot.blogspot.com/" rel="nofollow">Glyn Moody</a> writes <i>"Detractors of free software like to point out it's not really 'free,' and claim that its Total Cost of Ownership is often comparable with closed-source solutions if you take everything into account. And yet, despite their enthusiasm for including all the costs, they never include a very real extra that users of Microsoft's products frequently have to pay: the <a href="http://www.computerworlduk.com/community/blogs/index.cfm?entryid=2316&amp;blogid=14">cost of cleaning up malware infections</a>. For example, the UK city of Manchester has <a href="http://www.manchestereveningnews.co.uk/news/s/1121846_bus_lane_fines_axed_over_bug?rss=yes">just paid out nearly $2.5 million</a> to clean up the Conficker worm, most of which was 'a &pound;1.2m [$2million] bill in the IT department, including &pound;600,000 [$1 million] getting "consultancy support" to fix the problems, which including drafting in experts from Microsoft.' To make the comparisons fair, isn't it about time these often massive costs were included in TCO calculations?"</i></div>
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+ <div class="article-foot a">
1698
+
1699
+ <span class="reader">
1700
+
1701
+ <a href="//news.slashdot.org/story/09/06/30/1752220/The-Hidden-Cost-of-Using-Microsoft-Software" class="more">Read More...</a>
1702
+
1703
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287529" id="commentcnt-5043813">458</a> comments</span>
1704
+ </span>
1705
+
1706
+ <div id="tag-widget-5043813" class="tag-widget-stub body-widget">
1707
+
1708
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1709
+
1710
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">money microsoft freeasinbeer tco flamebait</span>
1711
+ <span class="tag-display-stub" context="system">news microsoft</span>
1712
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1713
+ </div>
1714
+ </div>
1715
+
1716
+ </div>
1717
+
1718
+ <span class="vballoon-firehoselist rd_5">
1719
+ <span>Comments:</span>
1720
+ <a href="//news.slashdot.org/comments.pl?sid=1287529" id="commentcnt-5043813">458</a>
1721
+ </span>
1722
+
1723
+
1724
+
1725
+ <hr>
1726
+
1727
+
1728
+ </div><div id="firehose-5043411" class="fhitem fhitem-story article usermode thumbs">
1729
+ <span class="sd-info-block" style="display: none">
1730
+ <span class="sd-key-firehose-id">5043411</span>
1731
+ <span class="type">story</span>
1732
+
1733
+ </span>
1734
+
1735
+
1736
+
1737
+ <span id="updown-5043411" class="vote">
1738
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1739
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1740
+ </span>
1741
+
1742
+
1743
+
1744
+
1745
+ <h3 class="story" id="title-5043411">
1746
+
1747
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=interviews" title="Filter to Interviews" class="skin" onclick='return addfhfilter("interviews"); return false;'>Interviews:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//interviews.slashdot.org/story/09/06/30/1728254/Ask-Jazz-Technical-Lead-Dr-Erich-Gamma" class="datitle">Ask Jazz Technical Lead Dr. Erich Gamma</a> <span class="date">on Tuesday June 30, @02:49PM</span> <span class="nickname"></span>
1748
+
1749
+ </h3>
1750
+ <div class="details" id="details-5043411">
1751
+
1752
+ <strong>
1753
+ Posted
1754
+ by
1755
+
1756
+
1757
+
1758
+ <a href="http://slashdot.org/~ScuttleMonkey/" rel="nofollow">ScuttleMonkey</a>
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+ <span id="fhtime-5043411">on Tuesday June 30, @02:49PM</span></strong>
1766
+
1767
+ <br>
1768
+
1769
+ <strong>from the <strong>sing-me-a-tune</strong> dept.</strong>
1770
+
1771
+
1772
+ </div>
1773
+ <div class="body" id="fhbody-5043411">
1774
+
1775
+ <div class="media">
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+ <div class="maybe-sprite tid-108">
1788
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicjava.gif); width:43px; height:60px;</span>
1789
+ <a style="width:43px; height:60px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=java" onclick="return addfhfilter('java');">java</a>
1790
+ </div>
1791
+
1792
+
1793
+
1794
+
1795
+ </div>
1796
+
1797
+
1798
+
1799
+ <div id="text-5043411">
1800
+ As IBM continues to build out, <a href="http://jazz.net/about/">Jazz</a>, their community-oriented development site, technical lead Dr. Erich Gamma has offered to answer questions about Jazz or anything else in his realm of expertise. Among his many accomplishments, Erich worked for Kent Beck on the Java unit testing framework, JUnit, and was actively involved until JUnit 4. Dr Gamma was also one of the fathers of Eclipse and the original lead on the Eclipse Java development tools. Feel free to fire away on Eclipse, Java, JUnit, the Rational suite, the Jazz site, or anything else you think Erich might be able to answer. Usual Slashdot <a href="https://slashdot.org/faq/interviews.shtml">interview rules</a> apply. <b>Update 19:05 GMT by SM:</b> As pointed out by user Hop-Frog, Dr Gamma is also co-author of the influential computer science textbook <em> <a href="http://en.wikipedia.org/wiki/Design_Patterns_(book)">Design Patterns: Elements of Reusable Object-Oriented Software</a> </em>.</div>
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+ <div class="article-foot a">
1807
+
1808
+ <span class="reader">
1809
+
1810
+ <a href="//interviews.slashdot.org/story/09/06/30/1728254/Ask-Jazz-Technical-Lead-Dr-Erich-Gamma" class="more">Read More...</a>
1811
+
1812
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287509" id="commentcnt-5043411">54</a> comments</span>
1813
+ </span>
1814
+
1815
+ <div id="tag-widget-5043411" class="tag-widget-stub body-widget">
1816
+
1817
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1818
+
1819
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">java programming jackrabbit !satchmo gangoffour</span>
1820
+ <span class="tag-display-stub" context="system">interviews java</span>
1821
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1822
+ </div>
1823
+ </div>
1824
+
1825
+ </div>
1826
+
1827
+ <span class="vballoon-firehoselist rd_5">
1828
+ <span>Comments:</span>
1829
+ <a href="//interviews.slashdot.org/comments.pl?sid=1287509" id="commentcnt-5043411">54</a>
1830
+ </span>
1831
+
1832
+
1833
+
1834
+ <hr>
1835
+
1836
+
1837
+ </div><div id="firehose-5044165" class="fhitem fhitem-story article usermode thumbs">
1838
+ <span class="sd-info-block" style="display: none">
1839
+ <span class="sd-key-firehose-id">5044165</span>
1840
+ <span class="type">story</span>
1841
+
1842
+ </span>
1843
+
1844
+
1845
+
1846
+ <span id="updown-5044165" class="vote">
1847
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1848
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1849
+ </span>
1850
+
1851
+
1852
+
1853
+
1854
+ <h3 class="story" id="title-5044165">
1855
+
1856
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//slashdot.org/index2.pl?fhfilter=tech" title="Filter to Technology" class="skin" onclick='return addfhfilter("tech"); return false;'>Technology:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//tech.slashdot.org/story/09/06/30/1814235/Moblin-V20-Beta-For-Netbooks-and-Nettops" class="datitle">Moblin V2.0 Beta For Netbooks and Nettops</a> <span class="date">on Tuesday June 30, @02:31PM</span> <span class="nickname"></span>
1857
+
1858
+ </h3>
1859
+ <div class="details" id="details-5044165">
1860
+
1861
+ <strong>
1862
+ Posted
1863
+ by
1864
+
1865
+
1866
+
1867
+ kdawson
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+ <span id="fhtime-5044165">on Tuesday June 30, @02:31PM</span></strong>
1875
+
1876
+ <br>
1877
+
1878
+ <strong>from the <strong>get-your-mobility-on</strong> dept.</strong>
1879
+
1880
+
1881
+ </div>
1882
+ <div class="body" id="fhbody-5044165">
1883
+
1884
+ <div class="media">
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+ <div class="maybe-sprite tid-190">
1897
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topicos.gif); width:66px; height:49px;</span>
1898
+ <a style="width:66px; height:49px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=os" onclick="return addfhfilter('os');">os</a>
1899
+ </div>
1900
+
1901
+
1902
+
1903
+
1904
+ </div>
1905
+
1906
+
1907
+
1908
+ <div id="text-5044165">
1909
+ superbubba writes <i>"The Moblin steering committee is happy to release the <a href="http://moblin.org/community/blogs/imad/2009/moblin-v20-beta-netbooks-and-nettops-its-here">Moblin v2.0 beta for netbooks and nettops</a> for developer testing. With this release, developers can begin to experience and work with the source code of the visually rich, interactive user interface designed for Intel Atom based netbooks."</i></div>
1910
+
1911
+
1912
+
1913
+
1914
+
1915
+ <div class="article-foot a">
1916
+
1917
+ <span class="reader">
1918
+
1919
+ <a href="//tech.slashdot.org/story/09/06/30/1814235/Moblin-V20-Beta-For-Netbooks-and-Nettops" class="more">Read More...</a>
1920
+
1921
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287555" id="commentcnt-5044165">40</a> comments</span>
1922
+ </span>
1923
+
1924
+ <div id="tag-widget-5044165" class="tag-widget-stub body-widget">
1925
+
1926
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
1927
+
1928
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">linux os !zelda !goblin !laptops</span>
1929
+ <span class="tag-display-stub" context="system">tech os</span>
1930
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
1931
+ </div>
1932
+ </div>
1933
+
1934
+ </div>
1935
+
1936
+ <span class="vballoon-firehoselist rd_5">
1937
+ <span>Comments:</span>
1938
+ <a href="//tech.slashdot.org/comments.pl?sid=1287555" id="commentcnt-5044165">40</a>
1939
+ </span>
1940
+
1941
+
1942
+
1943
+ <hr>
1944
+
1945
+
1946
+ </div><div id="firehose-5042969" class="fhitem fhitem-story article usermode thumbs">
1947
+ <span class="sd-info-block" style="display: none">
1948
+ <span class="sd-key-firehose-id">5042969</span>
1949
+ <span class="type">story</span>
1950
+
1951
+ </span>
1952
+
1953
+
1954
+
1955
+ <span id="updown-5042969" class="vote">
1956
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="up" title="Vote this item up">+</a>
1957
+ <a href="//slashdot.org/faq/UI.shtml#ui700" class="down" title="Vote this item down">-</a>
1958
+ </span>
1959
+
1960
+
1961
+
1962
+
1963
+ <h3 class="story" id="title-5042969">
1964
+
1965
+ <span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a href="//yro.slashdot.org" title="Filter to Your Rights Online" class="skin" onclick='return addfhfilter("yro"); return false;'>Your Rights Online:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//yro.slashdot.org/story/09/06/30/175250/China-Delays-Green-Dam-Internet-Filter" class="datitle">China Delays "Green Dam" Internet Filter</a> <span class="date">on Tuesday June 30, @02:01PM</span> <span class="nickname"></span>
1966
+
1967
+ </h3>
1968
+ <div class="details" id="details-5042969">
1969
+
1970
+ <strong>
1971
+ Posted
1972
+ by
1973
+
1974
+
1975
+
1976
+ kdawson
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+ <span id="fhtime-5042969">on Tuesday June 30, @02:01PM</span></strong>
1984
+
1985
+ <br>
1986
+
1987
+ <strong>from the <strong>step-too-far</strong> dept.</strong>
1988
+
1989
+
1990
+ </div>
1991
+ <div class="body" id="fhbody-5042969">
1992
+
1993
+ <div class="media">
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+ <div class="maybe-sprite tid-153">
2006
+ <span class="no-sprite" style="display: none">background: url(//c.fsdn.com/sd/topics/topiccensorship.gif); width:44px; height:55px;</span>
2007
+ <a style="width:44px; height:55px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=censorship" onclick="return addfhfilter('censorship');">censorship</a>
2008
+ </div>
2009
+
2010
+
2011
+
2012
+
2013
+ </div>
2014
+
2015
+
2016
+
2017
+ <div id="text-5042969">
2018
+ <a href="http://www.sailorspork.org/" rel="nofollow">SailorSpork</a> sends in a BBC report that "<a href="http://news.bbc.co.uk/2/hi/asia-pacific/8126832.stm">China is delaying a controversial plan</a> requiring all new computers sold in the country to be equipped with an Internet filtering software, state media says. The filter, called Green Dam Youth Escort, was to have been required from Wednesday, but the ministry of industry said computer makers needed more time." The submitter adds: <i>"Except of course for Sony, who as reported earlier lacked the moral fiber to hold off installing the spyware, which reportedly is <a href="http://it.slashdot.org/story/09/06/11/1347219/Chinese-Govt-Spyware-Puts-Computers-At-Risk"> ridden with security holes</a> and <a href="http://yro.slashdot.org/story/09/06/16/1422235/Chinas-Green-Dam-No-Longer-Compulsory-May-Have-Lifted-Code">uses stolen code</a>. Sony actually managed to ship <a href="http://yro.slashdot.org/story/09/06/30/0128231/Sony-Begins-Shipping-PCs-With-Green-Dam-In-China">ahead of the schedule.</a>"</i></div>
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+ <div class="article-foot a">
2025
+
2026
+ <span class="reader">
2027
+
2028
+ <a href="//yro.slashdot.org/story/09/06/30/175250/China-Delays-Green-Dam-Internet-Filter" class="more">Read More...</a>
2029
+
2030
+ <span class="commentcnt"> <a href="/comments.pl?sid=1287475" id="commentcnt-5042969">73</a> comments</span>
2031
+ </span>
2032
+
2033
+ <div id="tag-widget-5042969" class="tag-widget-stub body-widget">
2034
+
2035
+ <a class="edit-toggle" href="//slashdot.org/faq/UI.shtml#ui700" onclick="this.blur(); show_login_box(); return false"><span class="button collapse"></span></a>
2036
+
2037
+ <span class="tag-display-stub" context="top" init="legend:'top&nbsp;tags'">censorship realpolitik grassmudhorse sony greenwash</span>
2038
+ <span class="tag-display-stub" context="system">yro censorship</span>
2039
+ <span class="tag-display-stub" context="datatype" init="menu:false">story</span>
2040
+ </div>
2041
+ </div>
2042
+
2043
+ </div>
2044
+
2045
+ <span class="vballoon-firehoselist rd_5">
2046
+ <span>Comments:</span>
2047
+ <a href="//yro.slashdot.org/comments.pl?sid=1287475" id="commentcnt-5042969">73</a>
2048
+ </span>
2049
+
2050
+
2051
+
2052
+ <hr>
2053
+
2054
+
2055
+ </div>
2056
+ </div>
2057
+ <script id="init-sprites" type="text/javascript">
2058
+ sprite_rules({ "tid-108": ".tid-108 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -777px; width: 43px; height: 60px; }", "tid-201": ".tid-201 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -216px; width: 49px; height: 65px; }", "tid-158": ".tid-158 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -454px; width: 71px; height: 53px; }", "tid-109": ".tid-109 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -672px; width: 75px; height: 55px; }", "tid-172": ".tid-172 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px 0px; width: 59px; height: 78px; }", "tid-217": ".tid-217 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -128px; width: 104px; height: 38px; }", "tid-153": ".tid-153 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -986px; width: 44px; height: 55px; }", "tid-95": ".tid-95 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -331px; width: 70px; height: 73px; }", "tid-185": ".tid-185 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -557px; width: 65px; height: 65px; }", "tid-190": ".tid-190 { background: url(//c.fsdn.com/sd/firehose/005/047/5047353.png?1) no-repeat top left; background-position: 0px -887px; width: 66px; height: 49px; }" });
2059
+ use_sprites($dom("firehoselist"));
2060
+ $('script:last#init-sprites').remove();
2061
+ </script>
2062
+ <span id="itemsreturned">
2063
+
2064
+ </span>
2065
+ </div>
2066
+
2067
+ <div class="paginate" id="fh-pag-div">
2068
+ <div class="currcolor green ">&nbsp;</div>
2069
+ <div class="menu" id="fh-paginate">
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+ <span class="active">
2078
+ <a onclick="firehose_set_options('startdate','20090630'); return false;" href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20090630">Today</a>
2079
+ </span>
2080
+
2081
+ <span class="inactive">
2082
+ <a onclick="firehose_set_options('startdate','20090629'); return false;" href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20090629">Yesterday</a>
2083
+ </span>
2084
+
2085
+ <span class="inactive">
2086
+ <a onclick="firehose_set_options('startdate','20090628'); return false;" href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20090628">Sunday</a>
2087
+ </span>
2088
+
2089
+
2090
+ <span class="inactive">
2091
+ <span id="firehose_more"><span class="busy"><img src="//c.fsdn.com/sd/spinner_tr.gif"></span>
2092
+
2093
+
2094
+
2095
+ <span id="more-experiment" class="future "><a href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20090630&amp;page=1" onclick=" firehose_more(); return false;">Many more</a></span>
2096
+ <script type="text/javascript">more_possible('Many more');</script>
2097
+
2098
+ </span>
2099
+ </span>
2100
+
2101
+
2102
+ <span class="submit"><a href="//slashdot.org/submit.pl?primaryskid=1" >Submit Story</a></span>
2103
+
2104
+
2105
+
2106
+ </div>
2107
+ </div>
2108
+
2109
+
2110
+
2111
+ </div>
2112
+
2113
+
2114
+
2115
+ </div> <!-- yui-b -->
2116
+
2117
+ </div>
2118
+
2119
+
2120
+ <div id="slashboxes" class="yui-b">
2121
+
2122
+
2123
+ <div class="block">
2124
+ <div class="title" id="srandblock-title">
2125
+ <h4>
2126
+ <a href="//idle.slashdot.org">Idle Video</a>
2127
+ </h4>
2128
+ </div>
2129
+ <div class="content" id="srandblock-content">
2130
+ <table>
2131
+
2132
+ <tr>
2133
+
2134
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/05/27/1645236"><img src="//c.fsdn.com/sd/articles/09/05/27/1645236-1-thumb.png" width="50" height="37"></a></td>
2135
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/05/27/1645236">The Kindle 3</a></td>
2136
+
2137
+ </tr>
2138
+
2139
+ <tr>
2140
+
2141
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/05/01/1532210"><img src="//c.fsdn.com/sd/articles/09/05/01/1532210-1-thumb.png" width="50" height="37"></a></td>
2142
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/05/01/1532210">Hastily Made Cleveland Tourism Video Take 2</a></td>
2143
+
2144
+ </tr>
2145
+
2146
+ <tr>
2147
+
2148
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/04/28/1611212"><img src="//c.fsdn.com/sd/articles/09/04/28/1611212-1-thumb.png" width="50" height="37"></a></td>
2149
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/04/28/1611212">The Waterboarding Torture Memos In Song</a></td>
2150
+
2151
+ </tr>
2152
+
2153
+ <tr>
2154
+
2155
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/04/22/1553220"><img src="//c.fsdn.com/sd/articles/09/04/22/1553220-1-thumb.png" width="50" height="37"></a></td>
2156
+ <td><a href="//idle.slashdot.org/article.pl?sid=09/04/22/1553220">Woman Hires Stripper to Impersonate Her At Reunion</a></td>
2157
+
2158
+ </tr>
2159
+
2160
+ </table>
2161
+ </div>
2162
+ </div><div class="block" id="poll">
2163
+ <div class="title" id="poll-title">
2164
+ <h4><a href="">Slashdot Poll</a></h4>
2165
+ </div>
2166
+
2167
+ <div class="content" id="poll-content">
2168
+ <form action="//slashdot.org/pollBooth.pl" method="post">
2169
+ <fieldset>
2170
+ <legend>Poll</legend>
2171
+ <input type="hidden" name="qid" value="1809">
2172
+
2173
+ <input type="hidden" name="section" value="mainpage">
2174
+
2175
+ <b>I am about to select ...</b>
2176
+
2177
+
2178
+ <br><input type="radio" name="aid" value="1">The most popular answer.
2179
+
2180
+ <br><input type="radio" name="aid" value="2">The least popular answer.
2181
+
2182
+ <br><input type="radio" name="aid" value="3">An answer between the most and least popular.
2183
+
2184
+ <br><input type="radio" name="aid" value="4">No answer at all; I refuse to vote.
2185
+
2186
+ <br><input type="radio" name="aid" value="5">Why won't this thing let me vote straight ticket?
2187
+
2188
+
2189
+ <br><input type="submit" value="Vote">
2190
+
2191
+ [ <a href="//slashdot.org/pollBooth.pl?qid=1809&amp;aid=-1"><b>Results</b></a> |
2192
+ <a href="//slashdot.org/pollBooth.pl"><b>Polls</b></a> ] <br>
2193
+ Comments:<b>239</b> | Votes:<b>19100</b>
2194
+ </fieldset>
2195
+ </form>
2196
+
2197
+ </div>
2198
+ </div><div class="block" id="activetags">
2199
+ <div class="title" id="activetags-title">
2200
+ <h4><a href="/tags">Recent Tags</a></h4>
2201
+ </div>
2202
+
2203
+ <div class="content" id="activetags-content">
2204
+ <ul><li><a href="/tags/government">government</a></li><li><a href="/tags/privacy">privacy</a></li><li><a href="/tags/it">it</a></li><li><a href="/tags/usa">usa</a></li><li><a href="/tags/internet">internet</a></li><li><a href="/tags/storage">storage</a></li><li><a href="/tags/moon">moon</a></li></ul>
2205
+
2206
+ </div>
2207
+ </div><div class="block">
2208
+ <div class="title" id="login-title">
2209
+ <h4>
2210
+ Slashdot Login
2211
+ </h4>
2212
+ </div>
2213
+ <div class="content" id="login-content">
2214
+ <form action="//slashdot.org/login.pl" method="post">
2215
+ <fieldset>
2216
+ <legend>Log In</legend>
2217
+ <label>
2218
+ Nickname
2219
+ </label>
2220
+ <input type="text" name="unickname" size="20" value="">
2221
+ <label>
2222
+ Password
2223
+ </label>
2224
+ <input type="hidden" name="returnto" value="//slashdot.org/">
2225
+ <input type="hidden" name="op" value="userlogin">
2226
+ <input type="password" name="upasswd" size="20">
2227
+ <label class="checkbox">
2228
+ <input type="checkbox" name="login_temp" value="yes">
2229
+ Public Terminal
2230
+ </label>
2231
+ <input type="submit" name="userlogin" value="Log in" class="button">
2232
+ </fieldset>
2233
+ </form>
2234
+
2235
+
2236
+
2237
+ <hr>
2238
+
2239
+
2240
+ <form action="//slashdot.org/login.pl" method="post">
2241
+ <fieldset>
2242
+ <input type="hidden" name="slash_returnto" value="//slashdot.org/">
2243
+ <input type="hidden" name="op" value="claim_openid">
2244
+ <input type="hidden" name="openid_login" value="1">
2245
+ <label for="openid_url" class="openid_url">
2246
+ <input type="text" name="openid_url" value="http://" size="32" maxlength="255">
2247
+ </label>
2248
+ <input type="submit" value="Log in with OpenID" class="button">
2249
+ </fieldset>
2250
+ </form>
2251
+
2252
+
2253
+ <p>
2254
+ <b>
2255
+ <a href="//slashdot.org/login.pl?op=newuserform">Create Account</a>
2256
+ &nbsp;|&nbsp;<a href="//slashdot.org/login.pl?op=mailpasswdform" onclick="javascript:getModalPrefs('sendPasswdModal', 'Retrieve Password'); return false;">Retrieve Password</a>
2257
+ </b>
2258
+ </p>
2259
+ </div>
2260
+ </div><div class="block" id="srandblock_ostg">
2261
+ <div class="title" id="srandblock_ostg-title">
2262
+ <h4><a href="http://fossfor.us/recent_reviews">Fossfor.us</a></h4>
2263
+ </div>
2264
+
2265
+ <div class="content" id="srandblock_ostg-content">
2266
+ <ul><li><a href="http://fossfor.us/software/name/Tremulous?review=642" rel="alternate">Tremulous - <em>Great</em></a><br>I don't know why they said it was unbalanced, but depending on one's skill, the...</li><li><a href="http://fossfor.us/software/name/X-Moto?review=641" rel="alternate">X-Moto - <em>Just OK</em></a><br>Controls too touchy, doesn't act like other tilty bike games.</li><li><a href="http://fossfor.us/software/name/Blender?review=640" rel="alternate">Blender - <em>Great</em></a><br></li><li><a href="http://fossfor.us/software/name/OpenOffice?review=636" rel="alternate">OpenOffice - <em>Great</em></a><br>Though it has its flaws, it triumphs over star-office (how?) and Office 2007....</li><li><a href="http://fossfor.us/software/name/Inkscape?review=635" rel="alternate">Inkscape - <em>Great</em></a><br>Though it has its flaws, it triumphs over star-office (how?) and Office 2007....</li></ul>
2267
+
2268
+ </div>
2269
+ </div><div class="block" id="books">
2270
+ <div class="title" id="books-title">
2271
+ <h4><a href="//books.slashdot.org/">Book Reviews</a></h4>
2272
+ </div>
2273
+
2274
+ <div class="content" id="books-content">
2275
+ Recent reviews from Slashdot readers:
2276
+
2277
+ <ul>
2278
+
2279
+
2280
+ <li> <a href="http://www.amazon.com/dp/0195152751/ref=nosim/?tag=slashdot0c-20"><cite>Advanced Excel for Scientific Data Analysis</cite></a> Learn to turn Excel into something that rivals Mathematica using VBA, brains, and a heaping helping of fortitude.(<a href="http://books.slashdot.org/article.pl?sid=08/10/01/1329243">Jack Herrington's review.</a>)</li>
2281
+
2282
+ <li> <a
2283
+ href="http://www.amazon.com/dp/1597492671/ref=nosim/?tag=slashdot0c-20"><cite>Nagios 3 Enterprise Network Monitoring</cite></a> A great book for anyone using Nagios as more than a casual user.(<a href="http://books.slashdot.org/article.pl?sid=08/10/08/1328247">jgoguen's review.</a>)</li>
2284
+
2285
+
2286
+ <li> <a href="http://www.amazon.com/dp/0470395354/ref=nosim/?tag=slashdot0c-20"><cite>Schneier on Security</cite></a> Schneier argues that security is not something you can buy; it is something you must get.(<a href="http://books.slashdot.org/article.pl?sid=08/10/20/1344203">Ben Rothke's review.</a>)</li>
2287
+ </ul>
2288
+
2289
+ <p><a href="https://slashdot.org/submit.pl">Submitting a review</a> for
2290
+ consideration is easy; please first read <a
2291
+ href="//slashdot.org/book.review.guidelines.shtml">Slashdot's
2292
+ book review guidelines</a>. Updated: 2008114 by samzenpus</p>
2293
+
2294
+
2295
+ </div>
2296
+ </div><div class="block" id="index_qlinks">
2297
+ <div class="title" id="index_qlinks-title">
2298
+ <h4><a href="">Quick Links</a></h4>
2299
+ </div>
2300
+
2301
+ <div class="content" id="index_qlinks-content">
2302
+ <B>Cool Sites:</B>
2303
+ <br>&middot; <A href="http://www.xkcd.com">XKCD</A> (It's teh funz0rz)
2304
+ <br>&middot; <A href="http://www.animefu.com">AnimeFu</A> (Addicted to Anime?)
2305
+ <br>&middot; <A href="http://www.penny-arcade.com">Penny Arcade</A> (The First one is always Free)
2306
+ <br>&middot; <A href="http://everything2.com">Everything</A> (Blow your Mind)
2307
+ <br>&middot; <A href="http://themes.freshmeat.net">Themes.freshmeat.net</A> (Make X Perty)
2308
+ <br>&middot; <A href="http://slashdot.jp">Slashdot.jp</A> (So familiar...)
2309
+ <br>&middot; <A href="http://CmdrTaco.net">CmdrTaco.net</A> (I used to be in charge)
2310
+ <P><B>Support Slashdot:</B>
2311
+ <br>&middot; <A href="http://www.thinkgeek.com">ThinkGeek</A> (Clothe Yourself in Slashdot)
2312
+
2313
+ </div>
2314
+ </div><div id="slug-Crown" class="block nosort slug"><div class="content"></div></div><div id="slug-Top" class="block nosort slug"><div class="content"></div></div>
2315
+
2316
+
2317
+
2318
+
2319
+ </div>
2320
+
2321
+
2322
+ <script type="text/javascript">
2323
+ firehose_exists = 1;
2324
+ $(function(){
2325
+ $('#firehose-filter').
2326
+ focus(function(event){
2327
+ gFocusedText = this;
2328
+ }).
2329
+ blur(function(event){
2330
+ if ( gFocusedText === this ) {
2331
+ gFocusedText = null;
2332
+ }
2333
+ });
2334
+
2335
+ var $fhitems = firehose_init_tag_ui();
2336
+ firehose_init_idle($fhitems);
2337
+
2338
+ apply_updates_when( 'at-end', true);
2339
+ });
2340
+
2341
+
2342
+ firehose_settings.startdate = "";
2343
+ firehose_settings.mode = "mixed";
2344
+ firehose_settings.fhfilter = "";
2345
+ firehose_settings.orderdir = "DESC";
2346
+ firehose_settings.orderby = "createtime";
2347
+ firehose_settings.duration = -1;
2348
+ firehose_settings.color = "green";
2349
+ firehose_settings.view = "stories";
2350
+ firehose_settings.viewtitle = "Stories";
2351
+ firehose_settings.tab = "";
2352
+ firehose_settings.base_filter = "";
2353
+ firehose_settings.user_view_uid = "";
2354
+ firehose_settings.sectionname = "Main";
2355
+
2356
+ firehose_settings.issue = "";
2357
+ firehose_settings.section = 13;
2358
+ $('#searchquery').val(firehose_settings.fhfilter);
2359
+ view_change_hide_show(firehose_settings.view);
2360
+
2361
+
2362
+ firehose_sitename = "Slashdot";
2363
+ firehose_slogan = "News for nerds, stuff that matters";
2364
+ firehose_update_title_count();
2365
+ fh_idle_skin = 1;
2366
+
2367
+
2368
+
2369
+
2370
+ firehose_settings.index = 1;
2371
+
2372
+
2373
+
2374
+
2375
+ var firehose_action_time = 0;
2376
+ var firehose_user_class = 0;
2377
+
2378
+
2379
+ var fh_color = "green";
2380
+ fh_colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "black" ];
2381
+ var fh_colors_hash = new Array(0);
2382
+ for (var i=0; i< fh_colors.length; i++) {
2383
+ fh_colors_hash[fh_colors[i]] = i;
2384
+ }
2385
+ var fh_view_mode = "mixed";
2386
+ firehose_settings.page = 0;
2387
+
2388
+ fh_is_admin = 0;
2389
+ var updateIntervalType = 2;
2390
+ var inactivity_timeout = 3600;
2391
+ setFirehoseAction();
2392
+ var update_time = "2009-07-01 01:58:36";
2393
+
2394
+ var maxtime = "2009-07-01 01:58:36";
2395
+ var insert_new_at = "top";
2396
+ firehose_play("init");
2397
+
2398
+
2399
+ fh_adTimerUrl = '/images/iframe/firehose.html';
2400
+
2401
+
2402
+ fh_ticksize = 15;
2403
+ sitename = 'idle.slashdot.org';
2404
+
2405
+
2406
+
2407
+ </script>
2408
+
2409
+
2410
+
2411
+
2412
+ <!-- body end --></div>
2413
+ <div id="ft" >
2414
+ <div id="topfoot">
2415
+
2416
+ <div class="search">
2417
+
2418
+ <form method="get" action="//slashdot.org/search.pl">
2419
+ <fieldset>
2420
+ <legend>Search</legend>
2421
+ <input type="text" name="query" value="" size="20">
2422
+ <input type="submit" value="Search" class="button">
2423
+ </fieldset>
2424
+ </form>
2425
+
2426
+ </div>
2427
+
2428
+ <div class="rightcontent">
2429
+
2430
+ <small>A girl's best friend is her mutter.
2431
+ -- Dorothy Parker</small>
2432
+
2433
+ </div>
2434
+ <div id="slug-Bottom" class="slug"></div>
2435
+ </div>
2436
+
2437
+ <div class="copyright">
2438
+ <p>
2439
+ All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster. The Rest &copy; 1997-2009 <a href="http://sourceforge.com/">SourceForge</a>, Inc.
2440
+ </p>
2441
+ </div>
2442
+ <div id="login_cover" style="display:none" onclick="hide_login_box()"></div>
2443
+ <div id="login_box" style="display:none">
2444
+ <div class="generaltitle" >
2445
+ <div class="title">
2446
+ <h3 >
2447
+ Please Log In to Continue<a href="#" onclick="hide_login_box(); return false" class="close" title="Close this box">x</a>
2448
+
2449
+ </h3>
2450
+ </div>
2451
+ </div>
2452
+ <div id="login_box_content">
2453
+ <form action="//slashdot.org/login.pl" method="post">
2454
+ <fieldset>
2455
+ <legend>Log In</legend>
2456
+ <label>
2457
+ Nickname
2458
+ </label>
2459
+ <input type="text" name="unickname" size="20" value="">
2460
+ <label>
2461
+ Password
2462
+ </label>
2463
+ <input type="hidden" name="returnto" value="//slashdot.org/">
2464
+ <input type="hidden" name="op" value="userlogin">
2465
+ <input type="password" name="upasswd" size="20">
2466
+ <label class="checkbox">
2467
+ <input type="checkbox" name="login_temp" value="yes">
2468
+ Public Terminal
2469
+ </label>
2470
+ <input type="submit" name="userlogin" value="Log in" class="button">
2471
+ </fieldset>
2472
+ </form>
2473
+
2474
+
2475
+
2476
+ <hr>
2477
+
2478
+
2479
+ <form action="//slashdot.org/login.pl" method="post">
2480
+ <fieldset>
2481
+ <input type="hidden" name="slash_returnto" value="//slashdot.org/">
2482
+ <input type="hidden" name="op" value="claim_openid">
2483
+ <input type="hidden" name="openid_login" value="1">
2484
+ <label for="openid_url" class="openid_url">
2485
+ <input type="text" name="openid_url" value="http://" size="32" maxlength="255">
2486
+ </label>
2487
+ <input type="submit" value="Log in with OpenID" class="button">
2488
+ </fieldset>
2489
+ </form>
2490
+
2491
+
2492
+ <p>
2493
+ <b>
2494
+ <a href="//slashdot.org/login.pl?op=newuserform">Create Account</a>
2495
+
2496
+ </b>
2497
+ </p>
2498
+ </div></div>
2499
+ <script type="text/javascript">logged_in = 0</script>
2500
+ <div class="nav">
2501
+ <ul>
2502
+ <li>
2503
+ <a href="//slashdot.org/">home</a>
2504
+ </li>
2505
+ <li>
2506
+ <a href="//slashdot.org/submit.pl">submit story</a>
2507
+ </li>
2508
+ <li>
2509
+ <a href="//slashdot.org/help">help</a>
2510
+ </li>
2511
+ <li>
2512
+ <a href="http://web.sourceforge.com/advertising">advertise</a>
2513
+ </li>
2514
+ <li>
2515
+ <a href="http://web.sourceforge.com/terms.php">terms of service</a>
2516
+ </li>
2517
+ <li>
2518
+ <a href="http://web.sourceforge.com/privacy.php">privacy</a>
2519
+ </li>
2520
+ <li>
2521
+ <a href="http://rss.slashdot.org/Slashdot/slashdot">rss</a>
2522
+ </li>
2523
+ </ul>
2524
+ </div>
2525
+ </div>
2526
+ </div>
2527
+
2528
+ <a href="#topothepage" class="hidden">Jump to top of page</a>
2529
+ <div id="modal_cover" style="display:none"></div>
2530
+ <div id="modal_box" style="display:none">
2531
+ <div class="generaltitle" >
2532
+ <div class="title"><h3><span id="preference_title"></span> <a href="#" onclick="hide_modal_box(); return false">Close</a></h3></div>
2533
+ </div>
2534
+ <div id="modal_box_content"></div>
2535
+ </div>
2536
+
2537
+
2538
+ <script type="text/javascript">
2539
+ pageTracker._trackPageview();
2540
+ (function() {
2541
+ // coremetrics
2542
+ var basedomain = 'slashdot.org';
2543
+ var site = basedomain.replace(/\..*/gi,'');
2544
+ var subsite = location.hostname.replace(/\..*/gi,'');
2545
+ var section = subsite;
2546
+ var t = $('title').text();
2547
+ var title = ( t.indexOf('|') >= 0 ? t.replace(/.* \| /gi,'') : 'SECTION PAGE: ' + section );
2548
+ if( window.location.hostname === 'slashdot.org' ) {
2549
+ cmSetProduction();
2550
+ }
2551
+ cmCreatePageviewTag && cmCreatePageviewTag('ARTICLE DETAIL: ' + section, null, null, null, title + '-_-' + section ) && (cmCreatePageviewTag = null);
2552
+ })();
2553
+ </script>
2554
+ <script id="after-content" type="text/javascript">
2555
+ (function( $, fn, console ){
2556
+ $ && fn && $(function(){ fn($, console); });
2557
+ })(window.jQuery, window.pageload_done, window.console);
2558
+ </script>
2559
+ </body>
2560
+ </html>