zuora_connect_ui 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/zuora_connect_ui/app.js.erb +9 -3
- data/app/assets/javascripts/zuora_connect_ui/datatable.js +9 -8
- data/app/assets/javascripts/zuora_connect_ui/fetch.js +36 -27
- data/app/assets/javascripts/zuora_connect_ui/noty.js +6 -0
- data/app/assets/stylesheets/_zuora_connect_ui.scss +2 -3
- data/app/helpers/zuora_connect_ui/application_helper.rb +1 -1
- data/app/views/partials/_row_actions.html.erb +2 -2
- data/app/views/partials/_table.html.erb +2 -2
- data/lib/zuora_connect_ui.rb +0 -1
- data/lib/zuora_connect_ui/version.rb +1 -1
- data/vendor/assets/anjuna/css/anjuna-application.css +2 -0
- data/vendor/assets/anjuna/css/anjuna-theme.css +2 -2
- data/vendor/ruby/2.6.0/cache/brakeman-4.6.1.gem +0 -0
- data/vendor/ruby/2.6.0/cache/nokogiri-1.10.4.gem +0 -0
- data/vendor/ruby/2.6.0/cache/rails-html-sanitizer-1.2.0.gem +0 -0
- data/vendor/ruby/2.6.0/cache/rubocop-0.74.0.gem +0 -0
- data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/gem.build_complete +0 -0
- data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/gem_make.out +438 -0
- data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/mkmf.log +558 -0
- data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/nokogiri/nokogiri.so +0 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/CHANGES.md +1156 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/FEATURES +16 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/README.md +199 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bin/brakeman +10 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/load.rb +14 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/CHANGES.txt +828 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/MIT-LICENSE +20 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/README.txt +102 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis +3468 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/inline-require +179 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis.rb +73 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/setup.rb +1331 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/CHANGELOG.md +1363 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/FAQ.md +157 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/MIT-LICENSE +20 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/README.md +173 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/REFERENCE.md +1294 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/buffer.rb +345 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/compiler.rb +540 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/engine.rb +245 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/error.rb +61 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/exec.rb +329 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/filters.rb +404 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers.rb +664 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/action_view_extensions.rb +58 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/action_view_mods.rb +147 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/action_view_xss_mods.rb +58 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/safe_erubis_template.rb +29 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/xss_mods.rb +104 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/options.rb +279 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/parser.rb +764 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/railtie.rb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/sass_rails_filter.rb +33 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/template.rb +32 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/template/options.rb +16 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/template/plugin.rb +41 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/util.rb +377 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/version.rb +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/AUTHORS +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/COPYING +339 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/Changelog.md +617 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/Gemfile +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/LICENSE +7 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/README.md +202 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/TODO +6 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/appveyor.yml +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/highline.gemspec +35 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline.rb +650 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/builtin_styles.rb +129 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/color_scheme.rb +151 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/compatibility.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/custom_errors.rb +57 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/import.rb +48 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/io_console_compatible.rb +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/list.rb +177 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/list_renderer.rb +261 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/menu.rb +576 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/menu/item.rb +32 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/paginator.rb +52 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/question.rb +630 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/question/answer_converter.rb +103 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/question_asker.rb +150 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/simulate.rb +59 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/statement.rb +88 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/string.rb +36 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/string_extensions.rb +130 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/style.rb +325 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/template_renderer.rb +62 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal.rb +190 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal/io_console.rb +36 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal/ncurses.rb +38 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal/unix_stty.rb +51 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/version.rb +6 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/wrapper.rb +53 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/History.rdoc +429 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/Manifest.txt +8 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/README.rdoc +87 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/lib/ruby2ruby.rb +1309 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/History.rdoc +1065 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/Manifest.txt +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/README.rdoc +109 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/compare/normalize.rb +173 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/debugging.md +18 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/rp_extensions.rb +74 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/rp_stringscanner.rb +64 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby20_parser.rb +6869 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby20_parser.y +2431 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby21_parser.rb +6944 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby21_parser.y +2449 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby22_parser.rb +6968 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby22_parser.y +2458 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby23_parser.rb +6987 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby23_parser.y +2460 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby24_parser.rb +6994 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby24_parser.y +2466 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby25_parser.rb +6994 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby25_parser.y +2466 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby26_parser.rb +7012 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby26_parser.y +2478 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_lexer.rb +1449 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_lexer.rex +179 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_lexer.rex.rb +365 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_parser.rb +92 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_parser.yy +2582 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_parser_extras.rb +1381 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/tools/munge.rb +217 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/tools/ripper.rb +28 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +6 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +19 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +54 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +5 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.rb +5794 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.y +1909 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.rb +6186 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.y +2117 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +1412 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +179 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +323 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +30 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser_extras.rb +1388 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md +154 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile +11 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md +191 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/bundle_install_all_ruby_versions.sh +11 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml.rb +94 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/deep.rb +34 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/libyaml_checker.rb +36 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb +181 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/hexadecimal.rb +12 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/sexagesimal.rb +26 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_handler.rb +99 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_resolver.rb +52 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/resolver.rb +94 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/safe_to_ruby_visitor.rb +29 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +39 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_hack.rb +36 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_node_monkeypatch.rb +43 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_resolver.rb +38 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb +41 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_boolean.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_date.rb +13 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_float.rb +33 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_integer.rb +26 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_nil.rb +18 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_symbol.rb +17 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/transformation_map.rb +47 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/run_specs_all_ruby_versions.sh +38 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/safe_yaml.gemspec +19 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/History.rdoc +380 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/Manifest.txt +14 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/README.rdoc +93 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/composite_sexp_processor.rb +49 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/pt_testcase.rb +3128 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/sexp.rb +1423 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/sexp_processor.rb +754 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/strict_sexp.rb +126 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/unique.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/CHANGES +456 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/Gemfile +71 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/LICENSE +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/README.jp.md +1289 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/README.md +1290 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim.rb +14 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/code_attributes.rb +67 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/command.rb +128 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/controls.rb +60 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/do_inserter.rb +33 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/embedded.rb +248 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/end_inserter.rb +62 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/engine.rb +39 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/erb_converter.rb +14 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/filter.rb +30 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/grammar.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/include.rb +57 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/interpolation.rb +35 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less.rb +5 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/context.rb +127 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/filter.rb +80 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/parser.rb +548 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart.rb +8 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/escaper.rb +42 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/filter.rb +96 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/parser.rb +34 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/builder.rb +107 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/filter.rb +91 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/template.rb +19 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/translator.rb +118 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/version.rb +5 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/slim.gemspec +24 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/CHANGES +255 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/EXPRESSIONS.md +262 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/Gemfile +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/LICENSE +20 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/README.md +267 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple.rb +67 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/engine.rb +67 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/engine.rb +15 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/parser.rb +40 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/template.rb +11 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/trimming.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/exceptions.rb +13 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filter.rb +9 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/code_merger.rb +30 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/control_flow.rb +42 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/dynamic_inliner.rb +71 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/encoding.rb +24 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/eraser.rb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/escapable.rb +40 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/multi_flattener.rb +25 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/remove_bom.rb +13 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/static_analyzer.rb +30 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/static_merger.rb +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/string_splitter.rb +130 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/validator.rb +15 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generator.rb +88 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/array.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/array_buffer.rb +29 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/erb.rb +32 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/rails_output_buffer.rb +35 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/string_buffer.rb +25 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/grammar.rb +57 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/attribute_merger.rb +42 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/attribute_remover.rb +35 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/attribute_sorter.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/dispatcher.rb +31 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/fast.rb +130 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/filter.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/pretty.rb +103 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/safe.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/map.rb +105 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/dispatcher.rb +161 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/engine_dsl.rb +145 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/grammar_dsl.rb +170 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/options.rb +87 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/template.rb +28 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/parser.rb +8 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/static_analyzer.rb +77 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/templates.rb +11 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/templates/rails.rb +26 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/templates/tilt.rb +46 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/utils.rb +101 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/version.rb +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/temple.gemspec +29 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Gemfile +6 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/History.rdoc +85 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/LICENSE.txt +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Manifest +27 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/README.rdoc +247 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Todo.rdoc +14 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table.rb +26 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/cell.rb +94 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/import.rb +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/row.rb +52 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/separator.rb +14 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/style.rb +79 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table.rb +343 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table_helper.rb +9 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/version.rb +5 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/terminal-table.gemspec +26 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/CHANGELOG.md +132 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/COPYING +18 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/Gemfile +70 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/HACKING +16 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/README.md +233 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt.rb +166 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/asciidoc.rb +27 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/babel.rb +16 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/bluecloth.rb +24 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/builder.rb +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/coffee.rb +58 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/commonmarker.rb +78 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb +25 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/csv.rb +65 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/dummy.rb +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/erb.rb +63 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/erubi.rb +32 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/erubis.rb +43 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/etanni.rb +27 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/haml.rb +86 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/kramdown.rb +25 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/less.rb +30 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/liquid.rb +44 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/livescript.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/mapping.rb +293 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/markaby.rb +45 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/maruku.rb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/nokogiri.rb +36 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/pandoc.rb +49 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/plain.rb +16 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/prawn.rb +43 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/radius.rb +48 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/rdiscount.rb +39 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/rdoc.rb +40 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/redcarpet.rb +83 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/redcloth.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/rst-pandoc.rb +18 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/sass.rb +52 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/sigil.rb +34 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/string.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/template.rb +302 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/typescript.rb +26 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/wikicloth.rb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/yajl.rb +87 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/tilt.gemspec +130 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/CHANGELOG.md +125 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/MIT-LICENSE.txt +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/README.md +124 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/data/display_width.marshal.gz +0 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width.rb +51 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/constants.rb +8 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/index.rb +12 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/no_string_ext.rb +7 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/string_ext.rb +17 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman.rb +553 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/app_tree.rb +217 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/call_index.rb +261 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks.rb +217 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/base_check.rb +485 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_basic_auth.rb +88 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_basic_auth_timing_attack.rb +33 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_content_tag.rb +212 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_cookie_serialization.rb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_create_with.rb +74 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_cross_site_scripting.rb +386 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_default_routes.rb +91 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_deserialize.rb +105 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_detailed_exceptions.rb +55 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_digest_dos.rb +38 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_divide_by_zero.rb +42 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_dynamic_finders.rb +48 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_escape_function.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_evaluation.rb +34 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_execute.rb +208 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_file_access.rb +87 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_file_disclosure.rb +35 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_filter_skipping.rb +31 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_force_ssl.rb +27 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_forgery_setting.rb +81 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_header_dos.rb +31 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_i18n_xss.rb +48 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_jruby_xml.rb +36 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_json_encoding.rb +47 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_json_parsing.rb +109 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_link_to.rb +132 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_link_to_href.rb +151 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_mail_to.rb +49 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_mass_assignment.rb +196 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_mime_type_dos.rb +39 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_model_attr_accessible.rb +55 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_model_attributes.rb +81 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_model_serialize.rb +67 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_nested_attributes.rb +38 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_nested_attributes_bypass.rb +58 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_number_to_currency.rb +74 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_permit_attributes.rb +43 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_quote_table_name.rb +40 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_redirect.rb +256 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_regex_dos.rb +68 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_render.rb +97 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_render_dos.rb +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_render_inline.rb +53 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_response_splitting.rb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_reverse_tabnabbing.rb +54 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_route_dos.rb +42 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_safe_buffer_manipulation.rb +31 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sanitize_methods.rb +112 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_secrets.rb +40 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_select_tag.rb +59 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_select_vulnerability.rb +60 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_send.rb +46 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_send_file.rb +19 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_session_manipulation.rb +34 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_session_settings.rb +179 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_simple_format.rb +63 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_single_quotes.rb +105 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_skip_before_filter.rb +60 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sprockets_path_traversal.rb +39 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sql.rb +707 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sql_cves.rb +106 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_ssl_verify.rb +48 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_strip_tags.rb +91 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_symbol_dos.rb +71 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_symbol_dos_cve.rb +30 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_translate_bug.rb +45 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_unsafe_reflection.rb +50 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_unscoped_find.rb +57 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_validation_regex.rb +116 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_weak_hash.rb +147 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_without_protection.rb +80 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_xml_dos.rb +45 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_yaml_parsing.rb +113 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/codeclimate/engine_configuration.rb +97 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/commandline.rb +179 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/differ.rb +66 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/file_parser.rb +52 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/file_path.rb +85 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/format/style.css +141 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/messages.rb +220 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/options.rb +359 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/haml_embedded.rb +44 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/rails2_erubis.rb +6 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/rails2_xss_plugin_erubis.rb +48 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/rails3_erubis.rb +81 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/slim_embedded.rb +44 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/template_parser.rb +106 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processor.rb +101 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/alias_processor.rb +1268 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/base_processor.rb +296 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/config_processor.rb +17 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/controller_alias_processor.rb +281 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/controller_processor.rb +245 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/erb_template_processor.rb +77 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/erubis_template_processor.rb +92 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/gem_processor.rb +100 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/haml_template_processor.rb +196 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/basic_processor.rb +37 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/call_conversion_helper.rb +95 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/find_all_calls.rb +247 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/find_call.rb +122 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/find_return_value.rb +166 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/module_helper.rb +111 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/processor_helper.rb +88 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails2_config_processor.rb +145 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails2_route_processor.rb +313 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails3_config_processor.rb +132 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails3_route_processor.rb +306 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails4_config_processor.rb +18 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/render_helper.rb +186 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/render_path.rb +139 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/route_helper.rb +68 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/safe_call_helper.rb +16 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/library_processor.rb +74 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/model_processor.rb +90 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/output_processor.rb +149 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/route_processor.rb +17 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/slim_template_processor.rb +127 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/template_alias_processor.rb +117 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/template_processor.rb +89 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report.rb +88 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/config/remediation.yml +71 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/ignore/config.rb +152 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/ignore/interactive.rb +362 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/pager.rb +113 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/renderer.rb +24 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_base.rb +193 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_codeclimate.rb +79 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_csv.rb +72 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_hash.rb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_html.rb +219 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_json.rb +43 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_markdown.rb +114 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_table.rb +290 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_tabs.rb +19 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_text.rb +214 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/controller_overview.html.erb +22 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/controller_warnings.html.erb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/error_overview.html.erb +29 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/header.html.erb +58 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/ignored_warnings.html.erb +25 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/model_warnings.html.erb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/overview.html.erb +38 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/security_warnings.html.erb +23 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/template_overview.html.erb +21 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/view_warnings.html.erb +34 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/warning_overview.html.erb +17 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/rescanner.rb +484 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/scanner.rb +331 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker.rb +390 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/collection.rb +94 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/config.rb +209 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/constants.rb +172 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/controller.rb +161 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/library.rb +17 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/model.rb +90 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/template.rb +33 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/util.rb +357 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/version.rb +3 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/warning.rb +313 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/warning_codes.rb +122 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/ruby_parser/bm_sexp.rb +626 -0
- data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/ruby_parser/bm_sexp_processor.rb +117 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/LICENSE-DEPENDENCIES.md +1614 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/LICENSE.md +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/README.md +198 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/bin/nokogiri +118 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/dependencies.yml +72 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/Makefile +628 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/depend +358 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/extconf.rb +686 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_document.c +170 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_document.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_document.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_element_description.c +279 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_element_description.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_entity_lookup.c +32 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_entity_lookup.h +8 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_parser_context.c +116 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_parser_context.h +11 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_push_parser.c +87 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_push_parser.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.c +141 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.h +121 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.so +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attr.c +103 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attr.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attribute_decl.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_cdata.c +62 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_cdata.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_comment.c +69 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_comment.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document.c +608 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document.h +23 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document_fragment.c +48 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document_fragment.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_dtd.c +202 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_dtd.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_content.c +123 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_content.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_decl.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_encoding_handler.c +79 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_encoding_handler.h +8 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_decl.c +110 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_decl.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_reference.c +52 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_reference.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_io.c +61 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_io.h +11 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_io.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_libxml2_hacks.c +112 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_libxml2_hacks.h +12 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_namespace.c +111 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_namespace.h +14 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node.c +1753 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node.h +13 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node_set.c +486 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node_set.h +12 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_processing_instruction.c +56 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_processing_instruction.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_reader.c +668 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_reader.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_relax_ng.c +161 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_relax_ng.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser.c +310 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser.h +39 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser_context.c +262 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser_context.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_push_parser.c +159 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_push_parser.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_schema.c +205 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_schema.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_syntax_error.c +64 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_syntax_error.h +13 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_text.c +52 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_text.h +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_text.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_xpath_context.c +298 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_xpath_context.h +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xslt_stylesheet.c +270 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xslt_stylesheet.h +14 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri.rb +144 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css.rb +27 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/node.rb +52 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/parser.rb +750 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/parser.y +272 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/parser_extras.rb +91 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/syntax_error.rb +7 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/tokenizer.rb +153 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/tokenizer.rex +55 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/xpath_visitor.rb +230 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/decorators/slop.rb +42 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html.rb +37 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/builder.rb +35 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/document.rb +335 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/document_fragment.rb +49 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/element_description.rb +23 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/element_description_defaults.rb +671 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/entity_lookup.rb +13 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/sax/parser.rb +62 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/sax/parser_context.rb +16 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/sax/push_parser.rb +36 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/nokogiri.so +0 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/syntax_error.rb +4 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/version.rb +109 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml.rb +75 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/attr.rb +14 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/attribute_decl.rb +18 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/builder.rb +446 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/cdata.rb +11 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/character_data.rb +7 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/document.rb +285 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/document_fragment.rb +160 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/dtd.rb +32 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/element_content.rb +36 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/element_decl.rb +13 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/entity_decl.rb +19 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/entity_reference.rb +18 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/namespace.rb +13 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/node.rb +902 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/node/save_options.rb +61 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/node_set.rb +371 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/notation.rb +6 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/parse_options.rb +120 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/pp.rb +2 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/pp/character_data.rb +18 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/pp/node.rb +56 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/processing_instruction.rb +8 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/reader.rb +112 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/relax_ng.rb +32 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax.rb +4 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/document.rb +171 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/parser.rb +122 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/parser_context.rb +16 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/push_parser.rb +60 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/schema.rb +63 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/searchable.rb +230 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/syntax_error.rb +70 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/text.rb +9 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/xpath.rb +10 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xslt.rb +56 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xslt/stylesheet.rb +25 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/xsd/xmlparser/nokogiri.rb +102 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch +78 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxml2/0002-Remove-script-macro-support.patch +40 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch +44 -0
- data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxslt/0001-Fix-security-framework-bypass.patch +120 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/CHANGELOG.md +38 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/MIT-LICENSE +23 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/README.md +140 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails-html-sanitizer.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails/html/sanitizer.rb +155 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails/html/sanitizer/version.rb +7 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails/html/scrubbers.rb +201 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/test/sanitizer_test.rb +568 -0
- data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/test/scrubbers_test.rb +174 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/LICENSE.txt +20 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/README.md +216 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/assets/logo.png +0 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/assets/output.html.erb +261 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/bin/console +10 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/bin/setup +7 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/config/default.yml +3915 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/exe/rubocop +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop.rb +603 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/builder.rb +81 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node.rb +640 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/alias_node.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/and_node.rb +29 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/args_node.rb +29 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/array_node.rb +57 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/block_node.rb +115 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/break_node.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/case_node.rb +56 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/class_node.rb +31 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/def_node.rb +71 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/defined_node.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/ensure_node.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/float_node.rb +12 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/for_node.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/hash_node.rb +109 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/if_node.rb +175 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/int_node.rb +12 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/keyword_splat_node.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/collection_node.rb +15 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/hash_element_node.rb +125 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +272 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +114 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/numeric_node.rb +21 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/parameterized_node.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/module_node.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/or_node.rb +29 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/pair_node.rb +63 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/range_node.rb +18 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/regexp_node.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/resbody_node.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/retry_node.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/self_class_node.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/send_node.rb +13 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/str_node.rb +16 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/super_node.rb +21 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/symbol_node.rb +12 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/until_node.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/when_node.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/while_node.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/yield_node.rb +21 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/sexp.rb +16 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/traversal.rb +183 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cached_data.rb +58 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cli.rb +343 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/comment_config.rb +200 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config.rb +240 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_loader.rb +255 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_loader_resolver.rb +194 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_obsoletion.rb +201 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_store.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_validator.rb +239 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/autocorrect_logic.rb +103 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/badge.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/duplicated_gem.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/gem_comment.rb +64 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/insecure_protocol_source.rb +69 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/ordered_gems.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/commissioner.rb +137 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/cop.rb +270 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/corrector.rb +171 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/alignment_corrector.rb +120 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/condition_corrector.rb +28 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/each_to_for_corrector.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/empty_line_corrector.rb +26 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/for_to_each_corrector.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/line_break_corrector.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +68 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +44 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/parentheses_corrector.rb +31 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/percent_literal_corrector.rb +117 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/punctuation_corrector.rb +29 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/space_corrector.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/string_literal_corrector.rb +25 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/unused_arg_corrector.rb +43 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/force.rb +42 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/duplicated_assignment.rb +104 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/ordered_dependencies.rb +106 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/required_ruby_version.rb +85 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/generator.rb +223 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/generator/configuration_injector.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/generator/require_file_injector.rb +78 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/ignored_node.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs.rb +8 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/node_destructuring.rb +44 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +44 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +54 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +52 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/access_modifier_indentation.rb +98 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_arguments.rb +93 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_array.rb +39 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_hash.rb +358 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_parameters.rb +118 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/block_alignment.rb +244 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/block_end_newline.rb +62 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/case_indentation.rb +161 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/class_structure.rb +340 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +126 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +203 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/comment_indentation.rb +144 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/condition_position.rb +56 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/def_end_alignment.rb +74 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/dot_position.rb +105 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/else_alignment.rb +134 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_comment.rb +160 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +142 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_line_between_defs.rb +151 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines.rb +76 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +215 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +99 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +41 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +88 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +136 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +62 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/end_alignment.rb +189 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/end_of_line.rb +87 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/extra_spacing.rb +207 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_array_element_line_break.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_hash_element_line_break.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_method_argument_line_break.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +289 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_assignment.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_argument.rb +247 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_array_element.rb +167 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_hash_element.rb +184 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_parameter.rb +100 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_heredoc.rb +256 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indentation_consistency.rb +202 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indentation_width.rb +364 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/initial_indentation.rb +59 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/leading_blank_lines.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/leading_comment_space.rb +88 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +118 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +39 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_assignment_layout.rb +95 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_block_layout.rb +124 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +122 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +54 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +134 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +220 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +131 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_operation_indentation.rb +114 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +189 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_colon.rb +47 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_comma.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_method_name.rb +42 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_not.rb +40 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_semicolon.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_block_parameters.rb +165 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +92 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_keyword.rb +232 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_operators.rb +182 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_block_braces.rb +119 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_comma.rb +31 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_comment.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_first_arg.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_semicolon.rb +27 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_in_lambda_literal.rb +80 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +228 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_block_braces.rb +241 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +207 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_parens.rb +113 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +65 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_range_literal.rb +63 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +150 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +63 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/tab.rb +75 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/trailing_blank_lines.rb +113 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/trailing_whitespace.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ambiguous_block_association.rb +62 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ambiguous_operator.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +43 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/assignment_in_condition.rb +84 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/boolean_symbol.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/debugger.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/deprecated_class_methods.rb +111 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +81 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/duplicate_case_condition.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/duplicate_methods.rb +239 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/duplicated_key.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/each_with_object_argument.rb +42 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/else_layout.rb +66 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_ensure.rb +60 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_expression.rb +42 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_interpolation.rb +36 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_when.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/end_in_method.rb +40 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ensure_return.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/erb_new_arguments.rb +163 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/flip_flop.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/float_out_of_range.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/format_parameter_mismatch.rb +185 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/handle_exceptions.rb +95 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/heredoc_method_call_position.rb +156 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/implicit_string_concatenation.rb +101 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ineffective_access_modifier.rb +127 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/inherit_exception.rb +100 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/interpolation_check.rb +40 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/literal_as_condition.rb +138 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/literal_in_interpolation.rb +98 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/loop.rb +63 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +84 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/multiple_compare.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/nested_method_definition.rb +104 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/nested_percent_literal.rb +51 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/next_without_accumulator.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +83 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/number_conversion.rb +81 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ordered_magic_comments.rb +86 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +64 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/percent_string_array.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/percent_symbol_array.rb +69 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/rand_one.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/redundant_with_index.rb +82 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/redundant_with_object.rb +83 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/regexp_as_condition.rb +29 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/rescue_exception.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/rescue_type.rb +94 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/return_in_void_context.rb +74 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/safe_navigation_chain.rb +66 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/safe_navigation_consistency.rb +94 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/script_permission.rb +70 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/shadowed_argument.rb +182 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/shadowed_exception.rb +178 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/string_conversion_in_interpolation.rb +59 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/syntax.rb +59 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/to_json.rb +41 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +82 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unified_integer.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_cop_disable_directive.rb +263 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_cop_enable_directive.rb +116 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_require_statement.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_splat_expansion.rb +172 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unreachable_code.rb +99 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unused_block_argument.rb +149 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unused_method_argument.rb +68 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/uri_escape_unescape.rb +76 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/uri_regexp.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_access_modifier.rb +240 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_assignment.rb +129 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_comparison.rb +28 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_else_without_rescue.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_setter_call.rb +164 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/void.rb +170 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/message_annotator.rb +120 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/abc_size.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/block_length.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/block_nesting.rb +65 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/class_length.rb +36 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/line_length.rb +321 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/method_length.rb +36 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/module_length.rb +36 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/parameter_lists.rb +54 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/perceived_complexity.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/alignment.rb +74 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/annotation_comment.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/array_min_size.rb +59 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/check_line_breakable.rb +190 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/classish_length.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/code_length.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_enforced_style.rb +98 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_formatting.rb +47 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_max.rb +23 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_numbering.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/def_node.rb +33 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/duplication.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/empty_lines_around_body.rb +172 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/empty_parameter.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/end_keyword_alignment.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/enforce_superclass.rb +30 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/first_element_line_break.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/frozen_string_literal.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/hash_alignment.rb +147 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/heredoc.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ignored_method_patterns.rb +19 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ignored_methods.rb +19 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ignored_pattern.rb +29 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/integer_node.rb +14 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/interpolation.rb +27 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/match_range.rb +26 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/method_complexity.rb +56 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/method_preference.rb +31 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_element_indentation.rb +86 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +33 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +255 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +141 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/negative_conditional.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/nil_methods.rb +25 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ordered_gem_node.rb +56 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/parentheses.rb +17 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/parser_diagnostic.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/percent_array.rb +52 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/percent_literal.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/preferred_delimiters.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/range_help.rb +117 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/rescue_node.rb +22 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/safe_assignment.rb +23 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/safe_mode.rb +22 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/space_after_punctuation.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/statement_modifier.rb +68 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/string_help.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/string_literals_help.rb +23 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/surrounding_space.rb +146 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/target_ruby_version.rb +16 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/too_many_lines.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/trailing_body.rb +26 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/trailing_comma.rb +216 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/uncommunicative_name.rb +111 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/unused_argument.rb +33 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/accessor_method_name.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/ascii_identifiers.rb +72 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +43 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/class_and_module_camel_case.rb +33 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/constant_name.rb +81 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/file_name.rb +205 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +62 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +171 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/method_name.rb +42 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/predicate_name.rb +108 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +112 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/uncommunicative_block_param_name.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/uncommunicative_method_param_name.rb +58 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/variable_name.rb +51 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/variable_number.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/offense.rb +194 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/registry.rb +190 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/eval.rb +31 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/json_load.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/marshal_load.rb +39 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/open.rb +71 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/yaml_load.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/severity.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/access_modifier_declarations.rb +111 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/alias.rb +147 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/and_or.rb +146 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/array_join.rb +39 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/ascii_comments.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/attr.rb +62 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/auto_resource_cleanup.rb +51 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/bare_percent_literals.rb +78 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/begin_block.rb +22 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/block_comments.rb +70 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/block_delimiters.rb +330 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/braces_around_hash_parameters.rb +190 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/case_equality.rb +30 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/character_literal.rb +53 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_and_module_children.rb +151 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_check.rb +59 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_methods.rb +60 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_vars.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/collection_methods.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/colon_method_call.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/command_literal.rb +187 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/comment_annotation.rb +97 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/commented_keyword.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/conditional_assignment.rb +668 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/constant_visibility.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/copyright.rb +95 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/date_time.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/def_with_parentheses.rb +57 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/dir.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/documentation.rb +97 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/documentation_method.rb +81 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/double_cop_disable_directive.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/double_negation.rb +35 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/each_for_simple_loop.rb +58 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/each_with_object.rb +110 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_block_parameter.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_case_condition.rb +107 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_else.rb +175 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_lambda_parameter.rb +45 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_literal.rb +123 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_method.rb +115 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/encoding.rb +56 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/end_block.rb +25 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/eval_with_location.rb +148 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/even_odd.rb +58 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/expand_path_arguments.rb +194 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/float_division.rb +94 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/for.rb +88 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/format_string.rb +124 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/format_string_token.rb +170 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/frozen_string_literal_comment.rb +164 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/global_vars.rb +80 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/guard_clause.rb +121 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/hash_syntax.rb +214 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/identical_conditional_branches.rb +130 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_inside_else.rb +87 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_unless_modifier.rb +91 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +39 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_with_semicolon.rb +30 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/implicit_runtime_error.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/infinite_loop.rb +127 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/inline_comment.rb +34 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/inverse_methods.rb +187 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/ip_addresses.rb +76 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/lambda.rb +131 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/lambda_call.rb +93 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/line_end_concatenation.rb +121 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +388 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +77 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_called_on_do_end_block.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_def_parentheses.rb +158 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_missing_super.rb +34 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/min_max.rb +68 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/missing_else.rb +180 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/missing_respond_to_missing.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/mixin_grouping.rb +148 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/mixin_usage.rb +80 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/module_function.rb +104 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_block_chain.rb +40 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_if_modifier.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_if_then.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_memoization.rb +94 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_method_signature.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_ternary_operator.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_when_then.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiple_comparison.rb +92 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/mutable_constant.rb +174 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/negated_if.rb +99 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/negated_unless.rb +89 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/negated_while.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nested_modifier.rb +89 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nested_parenthesized_calls.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nested_ternary_operator.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/next.rb +244 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nil_comparison.rb +75 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/non_nil_check.rb +124 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/not.rb +82 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/numeric_literal_prefix.rb +124 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/numeric_literals.rb +110 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/numeric_predicate.rb +137 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/one_line_conditional.rb +101 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/option_hash.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/optional_arguments.rb +58 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/or_assignment.rb +90 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/parallel_assignment.rb +287 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/parentheses_around_condition.rb +103 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/percent_literal_delimiters.rb +127 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/percent_q_literals.rb +73 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/perl_backrefs.rb +38 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/preferred_hash_methods.rb +75 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/proc.rb +34 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/raise_args.rb +145 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/random_with_offset.rb +158 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_begin.rb +91 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_conditional.rb +97 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_exception.rb +60 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_freeze.rb +67 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_parentheses.rb +222 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_return.rb +161 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_self.rb +154 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_sort_by.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/regexp_literal.rb +228 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/rescue_modifier.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/rescue_standard_error.rb +124 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/return_nil.rb +89 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/safe_navigation.rb +255 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/sample.rb +144 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/self_assignment.rb +97 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/semicolon.rb +90 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/send.rb +31 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/signal_exception.rb +211 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/single_line_block_params.rb +95 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/single_line_methods.rb +76 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/special_global_vars.rb +213 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +86 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/stderr_puts.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_hash_keys.rb +50 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_literals.rb +129 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_literals_in_interpolation.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_methods.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/strip.rb +46 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/struct_inheritance.rb +39 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/symbol_array.rb +119 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/symbol_literal.rb +32 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/symbol_proc.rb +110 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/ternary_parentheses.rb +204 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_body_on_class.rb +43 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +54 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_body_on_module.rb +43 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +96 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +58 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +56 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_method_end_statement.rb +91 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_underscore_variable.rb +161 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trivial_accessors.rb +191 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unless_else.rb +55 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_capital_w.rb +51 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_condition.rb +112 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_interpolation.rb +98 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_percent_q.rb +112 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_sort.rb +165 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unpack_first.rb +65 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/variable_interpolation.rb +48 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/when_then.rb +37 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/while_until_do.rb +59 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/while_until_modifier.rb +61 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/word_array.rb +102 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/yoda_condition.rb +141 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/zero_length_predicate.rb +117 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/team.rb +191 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/util.rb +127 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force.rb +464 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/assignment.rb +96 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/branch.rb +322 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/branchable.rb +23 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/reference.rb +49 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/scope.rb +109 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/variable.rb +104 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/variable_table.rb +129 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/core_ext/string.rb +47 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/error.rb +34 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/file_finder.rb +42 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/auto_gen_config_formatter.rb +16 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/base_formatter.rb +123 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/clang_style_formatter.rb +54 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/colorizable.rb +41 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/disabled_config_formatter.rb +224 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/disabled_lines_formatter.rb +57 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/emacs_style_formatter.rb +24 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/file_list_formatter.rb +20 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/formatter_set.rb +105 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/html_formatter.rb +141 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/json_formatter.rb +80 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/offense_count_formatter.rb +74 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/progress_formatter.rb +63 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/quiet_formatter.rb +13 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/simple_text_formatter.rb +126 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/tap_formatter.rb +71 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/text_util.rb +20 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/worst_offenders_formatter.rb +62 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/magic_comment.rb +210 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/name_similarity.rb +21 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/node_pattern.rb +799 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/options.rb +465 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/path_util.rb +85 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/platform.rb +11 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/processed_source.rb +216 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rake_task.rb +79 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/remote_config.rb +106 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/result_cache.rb +191 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/cop_helper.rb +94 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/expect_offense.rb +240 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/shared_contexts.rb +90 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/support.rb +13 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/runner.rb +352 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/string_interpreter.rb +57 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/string_util.rb +14 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/target_finder.rb +190 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/token.rb +114 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/version.rb +21 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/warning.rb +11 -0
- data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/yaml_duplication_checker.rb +39 -0
- data/vendor/ruby/2.6.0/specifications/brakeman-4.6.1.gemspec +23 -0
- data/vendor/ruby/2.6.0/specifications/nokogiri-1.10.4.gemspec +83 -0
- data/vendor/ruby/2.6.0/specifications/rails-html-sanitizer-1.2.0.gemspec +44 -0
- data/vendor/ruby/2.6.0/specifications/rubocop-0.74.0.gemspec +56 -0
- metadata +1311 -2
@@ -0,0 +1,339 @@
|
|
1
|
+
GNU GENERAL PUBLIC LICENSE
|
2
|
+
Version 2, June 1991
|
3
|
+
|
4
|
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
5
|
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
6
|
+
Everyone is permitted to copy and distribute verbatim copies
|
7
|
+
of this license document, but changing it is not allowed.
|
8
|
+
|
9
|
+
Preamble
|
10
|
+
|
11
|
+
The licenses for most software are designed to take away your
|
12
|
+
freedom to share and change it. By contrast, the GNU General Public
|
13
|
+
License is intended to guarantee your freedom to share and change free
|
14
|
+
software--to make sure the software is free for all its users. This
|
15
|
+
General Public License applies to most of the Free Software
|
16
|
+
Foundation's software and to any other program whose authors commit to
|
17
|
+
using it. (Some other Free Software Foundation software is covered by
|
18
|
+
the GNU Lesser General Public License instead.) You can apply it to
|
19
|
+
your programs, too.
|
20
|
+
|
21
|
+
When we speak of free software, we are referring to freedom, not
|
22
|
+
price. Our General Public Licenses are designed to make sure that you
|
23
|
+
have the freedom to distribute copies of free software (and charge for
|
24
|
+
this service if you wish), that you receive source code or can get it
|
25
|
+
if you want it, that you can change the software or use pieces of it
|
26
|
+
in new free programs; and that you know you can do these things.
|
27
|
+
|
28
|
+
To protect your rights, we need to make restrictions that forbid
|
29
|
+
anyone to deny you these rights or to ask you to surrender the rights.
|
30
|
+
These restrictions translate to certain responsibilities for you if you
|
31
|
+
distribute copies of the software, or if you modify it.
|
32
|
+
|
33
|
+
For example, if you distribute copies of such a program, whether
|
34
|
+
gratis or for a fee, you must give the recipients all the rights that
|
35
|
+
you have. You must make sure that they, too, receive or can get the
|
36
|
+
source code. And you must show them these terms so they know their
|
37
|
+
rights.
|
38
|
+
|
39
|
+
We protect your rights with two steps: (1) copyright the software, and
|
40
|
+
(2) offer you this license which gives you legal permission to copy,
|
41
|
+
distribute and/or modify the software.
|
42
|
+
|
43
|
+
Also, for each author's protection and ours, we want to make certain
|
44
|
+
that everyone understands that there is no warranty for this free
|
45
|
+
software. If the software is modified by someone else and passed on, we
|
46
|
+
want its recipients to know that what they have is not the original, so
|
47
|
+
that any problems introduced by others will not reflect on the original
|
48
|
+
authors' reputations.
|
49
|
+
|
50
|
+
Finally, any free program is threatened constantly by software
|
51
|
+
patents. We wish to avoid the danger that redistributors of a free
|
52
|
+
program will individually obtain patent licenses, in effect making the
|
53
|
+
program proprietary. To prevent this, we have made it clear that any
|
54
|
+
patent must be licensed for everyone's free use or not licensed at all.
|
55
|
+
|
56
|
+
The precise terms and conditions for copying, distribution and
|
57
|
+
modification follow.
|
58
|
+
|
59
|
+
GNU GENERAL PUBLIC LICENSE
|
60
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
61
|
+
|
62
|
+
0. This License applies to any program or other work which contains
|
63
|
+
a notice placed by the copyright holder saying it may be distributed
|
64
|
+
under the terms of this General Public License. The "Program", below,
|
65
|
+
refers to any such program or work, and a "work based on the Program"
|
66
|
+
means either the Program or any derivative work under copyright law:
|
67
|
+
that is to say, a work containing the Program or a portion of it,
|
68
|
+
either verbatim or with modifications and/or translated into another
|
69
|
+
language. (Hereinafter, translation is included without limitation in
|
70
|
+
the term "modification".) Each licensee is addressed as "you".
|
71
|
+
|
72
|
+
Activities other than copying, distribution and modification are not
|
73
|
+
covered by this License; they are outside its scope. The act of
|
74
|
+
running the Program is not restricted, and the output from the Program
|
75
|
+
is covered only if its contents constitute a work based on the
|
76
|
+
Program (independent of having been made by running the Program).
|
77
|
+
Whether that is true depends on what the Program does.
|
78
|
+
|
79
|
+
1. You may copy and distribute verbatim copies of the Program's
|
80
|
+
source code as you receive it, in any medium, provided that you
|
81
|
+
conspicuously and appropriately publish on each copy an appropriate
|
82
|
+
copyright notice and disclaimer of warranty; keep intact all the
|
83
|
+
notices that refer to this License and to the absence of any warranty;
|
84
|
+
and give any other recipients of the Program a copy of this License
|
85
|
+
along with the Program.
|
86
|
+
|
87
|
+
You may charge a fee for the physical act of transferring a copy, and
|
88
|
+
you may at your option offer warranty protection in exchange for a fee.
|
89
|
+
|
90
|
+
2. You may modify your copy or copies of the Program or any portion
|
91
|
+
of it, thus forming a work based on the Program, and copy and
|
92
|
+
distribute such modifications or work under the terms of Section 1
|
93
|
+
above, provided that you also meet all of these conditions:
|
94
|
+
|
95
|
+
a) You must cause the modified files to carry prominent notices
|
96
|
+
stating that you changed the files and the date of any change.
|
97
|
+
|
98
|
+
b) You must cause any work that you distribute or publish, that in
|
99
|
+
whole or in part contains or is derived from the Program or any
|
100
|
+
part thereof, to be licensed as a whole at no charge to all third
|
101
|
+
parties under the terms of this License.
|
102
|
+
|
103
|
+
c) If the modified program normally reads commands interactively
|
104
|
+
when run, you must cause it, when started running for such
|
105
|
+
interactive use in the most ordinary way, to print or display an
|
106
|
+
announcement including an appropriate copyright notice and a
|
107
|
+
notice that there is no warranty (or else, saying that you provide
|
108
|
+
a warranty) and that users may redistribute the program under
|
109
|
+
these conditions, and telling the user how to view a copy of this
|
110
|
+
License. (Exception: if the Program itself is interactive but
|
111
|
+
does not normally print such an announcement, your work based on
|
112
|
+
the Program is not required to print an announcement.)
|
113
|
+
|
114
|
+
These requirements apply to the modified work as a whole. If
|
115
|
+
identifiable sections of that work are not derived from the Program,
|
116
|
+
and can be reasonably considered independent and separate works in
|
117
|
+
themselves, then this License, and its terms, do not apply to those
|
118
|
+
sections when you distribute them as separate works. But when you
|
119
|
+
distribute the same sections as part of a whole which is a work based
|
120
|
+
on the Program, the distribution of the whole must be on the terms of
|
121
|
+
this License, whose permissions for other licensees extend to the
|
122
|
+
entire whole, and thus to each and every part regardless of who wrote it.
|
123
|
+
|
124
|
+
Thus, it is not the intent of this section to claim rights or contest
|
125
|
+
your rights to work written entirely by you; rather, the intent is to
|
126
|
+
exercise the right to control the distribution of derivative or
|
127
|
+
collective works based on the Program.
|
128
|
+
|
129
|
+
In addition, mere aggregation of another work not based on the Program
|
130
|
+
with the Program (or with a work based on the Program) on a volume of
|
131
|
+
a storage or distribution medium does not bring the other work under
|
132
|
+
the scope of this License.
|
133
|
+
|
134
|
+
3. You may copy and distribute the Program (or a work based on it,
|
135
|
+
under Section 2) in object code or executable form under the terms of
|
136
|
+
Sections 1 and 2 above provided that you also do one of the following:
|
137
|
+
|
138
|
+
a) Accompany it with the complete corresponding machine-readable
|
139
|
+
source code, which must be distributed under the terms of Sections
|
140
|
+
1 and 2 above on a medium customarily used for software interchange; or,
|
141
|
+
|
142
|
+
b) Accompany it with a written offer, valid for at least three
|
143
|
+
years, to give any third party, for a charge no more than your
|
144
|
+
cost of physically performing source distribution, a complete
|
145
|
+
machine-readable copy of the corresponding source code, to be
|
146
|
+
distributed under the terms of Sections 1 and 2 above on a medium
|
147
|
+
customarily used for software interchange; or,
|
148
|
+
|
149
|
+
c) Accompany it with the information you received as to the offer
|
150
|
+
to distribute corresponding source code. (This alternative is
|
151
|
+
allowed only for noncommercial distribution and only if you
|
152
|
+
received the program in object code or executable form with such
|
153
|
+
an offer, in accord with Subsection b above.)
|
154
|
+
|
155
|
+
The source code for a work means the preferred form of the work for
|
156
|
+
making modifications to it. For an executable work, complete source
|
157
|
+
code means all the source code for all modules it contains, plus any
|
158
|
+
associated interface definition files, plus the scripts used to
|
159
|
+
control compilation and installation of the executable. However, as a
|
160
|
+
special exception, the source code distributed need not include
|
161
|
+
anything that is normally distributed (in either source or binary
|
162
|
+
form) with the major components (compiler, kernel, and so on) of the
|
163
|
+
operating system on which the executable runs, unless that component
|
164
|
+
itself accompanies the executable.
|
165
|
+
|
166
|
+
If distribution of executable or object code is made by offering
|
167
|
+
access to copy from a designated place, then offering equivalent
|
168
|
+
access to copy the source code from the same place counts as
|
169
|
+
distribution of the source code, even though third parties are not
|
170
|
+
compelled to copy the source along with the object code.
|
171
|
+
|
172
|
+
4. You may not copy, modify, sublicense, or distribute the Program
|
173
|
+
except as expressly provided under this License. Any attempt
|
174
|
+
otherwise to copy, modify, sublicense or distribute the Program is
|
175
|
+
void, and will automatically terminate your rights under this License.
|
176
|
+
However, parties who have received copies, or rights, from you under
|
177
|
+
this License will not have their licenses terminated so long as such
|
178
|
+
parties remain in full compliance.
|
179
|
+
|
180
|
+
5. You are not required to accept this License, since you have not
|
181
|
+
signed it. However, nothing else grants you permission to modify or
|
182
|
+
distribute the Program or its derivative works. These actions are
|
183
|
+
prohibited by law if you do not accept this License. Therefore, by
|
184
|
+
modifying or distributing the Program (or any work based on the
|
185
|
+
Program), you indicate your acceptance of this License to do so, and
|
186
|
+
all its terms and conditions for copying, distributing or modifying
|
187
|
+
the Program or works based on it.
|
188
|
+
|
189
|
+
6. Each time you redistribute the Program (or any work based on the
|
190
|
+
Program), the recipient automatically receives a license from the
|
191
|
+
original licensor to copy, distribute or modify the Program subject to
|
192
|
+
these terms and conditions. You may not impose any further
|
193
|
+
restrictions on the recipients' exercise of the rights granted herein.
|
194
|
+
You are not responsible for enforcing compliance by third parties to
|
195
|
+
this License.
|
196
|
+
|
197
|
+
7. If, as a consequence of a court judgment or allegation of patent
|
198
|
+
infringement or for any other reason (not limited to patent issues),
|
199
|
+
conditions are imposed on you (whether by court order, agreement or
|
200
|
+
otherwise) that contradict the conditions of this License, they do not
|
201
|
+
excuse you from the conditions of this License. If you cannot
|
202
|
+
distribute so as to satisfy simultaneously your obligations under this
|
203
|
+
License and any other pertinent obligations, then as a consequence you
|
204
|
+
may not distribute the Program at all. For example, if a patent
|
205
|
+
license would not permit royalty-free redistribution of the Program by
|
206
|
+
all those who receive copies directly or indirectly through you, then
|
207
|
+
the only way you could satisfy both it and this License would be to
|
208
|
+
refrain entirely from distribution of the Program.
|
209
|
+
|
210
|
+
If any portion of this section is held invalid or unenforceable under
|
211
|
+
any particular circumstance, the balance of the section is intended to
|
212
|
+
apply and the section as a whole is intended to apply in other
|
213
|
+
circumstances.
|
214
|
+
|
215
|
+
It is not the purpose of this section to induce you to infringe any
|
216
|
+
patents or other property right claims or to contest validity of any
|
217
|
+
such claims; this section has the sole purpose of protecting the
|
218
|
+
integrity of the free software distribution system, which is
|
219
|
+
implemented by public license practices. Many people have made
|
220
|
+
generous contributions to the wide range of software distributed
|
221
|
+
through that system in reliance on consistent application of that
|
222
|
+
system; it is up to the author/donor to decide if he or she is willing
|
223
|
+
to distribute software through any other system and a licensee cannot
|
224
|
+
impose that choice.
|
225
|
+
|
226
|
+
This section is intended to make thoroughly clear what is believed to
|
227
|
+
be a consequence of the rest of this License.
|
228
|
+
|
229
|
+
8. If the distribution and/or use of the Program is restricted in
|
230
|
+
certain countries either by patents or by copyrighted interfaces, the
|
231
|
+
original copyright holder who places the Program under this License
|
232
|
+
may add an explicit geographical distribution limitation excluding
|
233
|
+
those countries, so that distribution is permitted only in or among
|
234
|
+
countries not thus excluded. In such case, this License incorporates
|
235
|
+
the limitation as if written in the body of this License.
|
236
|
+
|
237
|
+
9. The Free Software Foundation may publish revised and/or new versions
|
238
|
+
of the General Public License from time to time. Such new versions will
|
239
|
+
be similar in spirit to the present version, but may differ in detail to
|
240
|
+
address new problems or concerns.
|
241
|
+
|
242
|
+
Each version is given a distinguishing version number. If the Program
|
243
|
+
specifies a version number of this License which applies to it and "any
|
244
|
+
later version", you have the option of following the terms and conditions
|
245
|
+
either of that version or of any later version published by the Free
|
246
|
+
Software Foundation. If the Program does not specify a version number of
|
247
|
+
this License, you may choose any version ever published by the Free Software
|
248
|
+
Foundation.
|
249
|
+
|
250
|
+
10. If you wish to incorporate parts of the Program into other free
|
251
|
+
programs whose distribution conditions are different, write to the author
|
252
|
+
to ask for permission. For software which is copyrighted by the Free
|
253
|
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
254
|
+
make exceptions for this. Our decision will be guided by the two goals
|
255
|
+
of preserving the free status of all derivatives of our free software and
|
256
|
+
of promoting the sharing and reuse of software generally.
|
257
|
+
|
258
|
+
NO WARRANTY
|
259
|
+
|
260
|
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
261
|
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
262
|
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
263
|
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
264
|
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
265
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
266
|
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
267
|
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
268
|
+
REPAIR OR CORRECTION.
|
269
|
+
|
270
|
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
271
|
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
272
|
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
273
|
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
274
|
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
275
|
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
276
|
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
277
|
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
278
|
+
POSSIBILITY OF SUCH DAMAGES.
|
279
|
+
|
280
|
+
END OF TERMS AND CONDITIONS
|
281
|
+
|
282
|
+
How to Apply These Terms to Your New Programs
|
283
|
+
|
284
|
+
If you develop a new program, and you want it to be of the greatest
|
285
|
+
possible use to the public, the best way to achieve this is to make it
|
286
|
+
free software which everyone can redistribute and change under these terms.
|
287
|
+
|
288
|
+
To do so, attach the following notices to the program. It is safest
|
289
|
+
to attach them to the start of each source file to most effectively
|
290
|
+
convey the exclusion of warranty; and each file should have at least
|
291
|
+
the "copyright" line and a pointer to where the full notice is found.
|
292
|
+
|
293
|
+
<one line to give the program's name and a brief idea of what it does.>
|
294
|
+
Copyright (C) <year> <name of author>
|
295
|
+
|
296
|
+
This program is free software; you can redistribute it and/or modify
|
297
|
+
it under the terms of the GNU General Public License as published by
|
298
|
+
the Free Software Foundation; either version 2 of the License, or
|
299
|
+
(at your option) any later version.
|
300
|
+
|
301
|
+
This program is distributed in the hope that it will be useful,
|
302
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
303
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
304
|
+
GNU General Public License for more details.
|
305
|
+
|
306
|
+
You should have received a copy of the GNU General Public License along
|
307
|
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
308
|
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
309
|
+
|
310
|
+
Also add information on how to contact you by electronic and paper mail.
|
311
|
+
|
312
|
+
If the program is interactive, make it output a short notice like this
|
313
|
+
when it starts in an interactive mode:
|
314
|
+
|
315
|
+
Gnomovision version 69, Copyright (C) year name of author
|
316
|
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
317
|
+
This is free software, and you are welcome to redistribute it
|
318
|
+
under certain conditions; type `show c' for details.
|
319
|
+
|
320
|
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
321
|
+
parts of the General Public License. Of course, the commands you use may
|
322
|
+
be called something other than `show w' and `show c'; they could even be
|
323
|
+
mouse-clicks or menu items--whatever suits your program.
|
324
|
+
|
325
|
+
You should also get your employer (if you work as a programmer) or your
|
326
|
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
327
|
+
necessary. Here is a sample; alter the names:
|
328
|
+
|
329
|
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
330
|
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
331
|
+
|
332
|
+
<signature of Ty Coon>, 1 April 1989
|
333
|
+
Ty Coon, President of Vice
|
334
|
+
|
335
|
+
This General Public License does not permit incorporating your program into
|
336
|
+
proprietary programs. If your program is a subroutine library, you may
|
337
|
+
consider it more useful to permit linking proprietary applications with the
|
338
|
+
library. If this is what you want to do, use the GNU Lesser General
|
339
|
+
Public License instead of this License.
|
@@ -0,0 +1,617 @@
|
|
1
|
+
## Change Log
|
2
|
+
|
3
|
+
Below is a complete listing of changes for each revision of HighLine.
|
4
|
+
|
5
|
+
### 2.0.2 / 2019-04-08
|
6
|
+
* PR #243 - Add new capital_letter option to menu index (@Ana06)
|
7
|
+
* This is a really special PR. It has come from "The Biggest
|
8
|
+
Mobprogramming Session Ever" and around 250 people
|
9
|
+
participated in crafting it!
|
10
|
+
* PR #241 - CI: Add 2.6 (@olleolleolle)
|
11
|
+
* PR #240 - Avoid YARD warning UnknownParam (@olleolleolle)
|
12
|
+
|
13
|
+
### 2.0.1 / 2019-01-23
|
14
|
+
* PR #238 / I #237 - Rescue Errno::ENOTTY when pipeing
|
15
|
+
|
16
|
+
### 2.0.0 / 2018-06-10
|
17
|
+
* Release 2.0.0 (major version release).
|
18
|
+
|
19
|
+
### 2.0.0-develop.16 / 2018-05-12
|
20
|
+
* PR #231 - Deprecate safe_level of ERB.new in Ruby 2.6 (@koic)
|
21
|
+
* PR #230 - Fix behavior when shell and gather options are selected together
|
22
|
+
|
23
|
+
### 2.0.0-develop.15 / 2017-12-28
|
24
|
+
* PR #229 - Update .travis.yml. Add Ruby 2.5 to matrix (@abinoam)
|
25
|
+
|
26
|
+
### 2.0.0-develop.14 / 2017-11-21
|
27
|
+
* PR #222 / I #221 - Fix inconsistent behaviour when using agree with readline (@abinoam, @ailisp)
|
28
|
+
|
29
|
+
### 2.0.0-develop.13 / 2017-11-05
|
30
|
+
* PR #219 - Make possible to use a callable as response (@abinoam)
|
31
|
+
|
32
|
+
### 2.0.0-develop.12 / 2017-10-19
|
33
|
+
* PR #218 - Ease transition from 1.7.x to 2.0.x (@abinoam)
|
34
|
+
* Copy use_color from HighLine.default_instance
|
35
|
+
* Expose IOConsoleCompatible
|
36
|
+
* PR #216 - Update .appveyor.yml - Fix Windows CI (@abinoam)
|
37
|
+
|
38
|
+
### 2.0.0-develop.11 / 2017-09-25
|
39
|
+
* PR #215 - Apply several Rubocop stylistic suggestions (@abinoam)
|
40
|
+
* Update gemspec/Gemfile to newer standards
|
41
|
+
* Update travis configuration fixing 1.9 problem
|
42
|
+
* Adjust .rubocop.yml with things we don't want to change
|
43
|
+
|
44
|
+
### 2.0.0-develop.10 / 2017-06-29
|
45
|
+
* PR #214 - Remove `$terminal` (global variable) (@abinoam)
|
46
|
+
* Use HighLine.default_instance instead
|
47
|
+
* Reorganize/Group code at lib/highline.rb
|
48
|
+
|
49
|
+
### 2.0.0-develop.9 / 2017-06-24
|
50
|
+
|
51
|
+
* PR #211 / PR #212 - HighLine#use_color= and use_color? as instance methods (@abinoam, @phiggins)
|
52
|
+
* PR #203 / I #191 - Default values are shown in menus by Frederico (@fredrb)
|
53
|
+
* PR #201 / I #198 - Confirm in question now accepts Proc (@mmihira)
|
54
|
+
* PR #197 - Some HighLine::Menu improvements
|
55
|
+
* Move Menu::MenuItem to Menu::Item with its own file
|
56
|
+
* Some small refactorings
|
57
|
+
|
58
|
+
### 2.0.0-develop.8 / 2016-06-03
|
59
|
+
|
60
|
+
* PR #195 - Add PRONTO to development group at Gemfile by Abinoam Jr. (@abinoam)
|
61
|
+
|
62
|
+
### 2.0.0-develop.7 / 2016-05-31
|
63
|
+
|
64
|
+
* PR #194 - Indices coloring on HighLine::Menu by Aregic (@aregic)
|
65
|
+
* PR #190 - Add Ruby 2.3.0 to travis matrix by Koichi (@koic/ruby-23)
|
66
|
+
* PR #189 - Improve #agree tests by @kevinoid
|
67
|
+
|
68
|
+
### 2.0.0-develop.6 / 2016-02-01
|
69
|
+
|
70
|
+
* PR #184 - Menu improvements, bug fixes, and more tests by Geoff Lee (@matrinox)
|
71
|
+
* Add third arg to menu that overides the choice displayed to the user
|
72
|
+
* FIX: autocomplete prompt does not include menu choices after the first
|
73
|
+
* Add specs to cover the new features and the bug fix
|
74
|
+
* PR #183 - Fix menu example in README.md by Fabien Foerster (@fabienfoerster)
|
75
|
+
|
76
|
+
### 2.0.0-develop.5 / 2015-12-27
|
77
|
+
|
78
|
+
* Fix #180 with PR #181 - Make it possible to overwrite the menu prompt shown on errors.
|
79
|
+
|
80
|
+
### 2.0.0-develop.4 / 2015-12-14
|
81
|
+
|
82
|
+
This versions makes the code documentation 100% 'A' grade on inch.
|
83
|
+
We have used inch and http://inch-ci.org to guide the priorities
|
84
|
+
on documentation production.
|
85
|
+
|
86
|
+
The grade 'A' (on inch) number of objects on master branch was 44,22% (153/346).
|
87
|
+
After this PR we have a 100% grade 'A' (344 objects).
|
88
|
+
|
89
|
+
There's already a inch-ci.org badge on README.md. And now it's all green!
|
90
|
+
|
91
|
+
We also bring some improvement on CodeClimate scores.
|
92
|
+
|
93
|
+
#### CHANGES SUMMARY
|
94
|
+
|
95
|
+
* PR #179 - Make inch happy. Grade "A" for the whole HighLine documentation. By Abinoam Jr. (@abinoam)
|
96
|
+
* PR #178 - Improve score on Code Climate by applying some refactoring. By Abinoam Jr. (@abinoam)
|
97
|
+
* PR #172 - Initial work on documentation by Abinoam Jr. (@abinoam)
|
98
|
+
* Use yard
|
99
|
+
* Use inch
|
100
|
+
* New Readme file
|
101
|
+
* Fix #166 with PR #173 by (@matugm)
|
102
|
+
|
103
|
+
|
104
|
+
### 2.0.0-develop.3 / 2015-10-28
|
105
|
+
|
106
|
+
This version brings some improvements on documentation (switch to Yardoc).
|
107
|
+
This is the first 2.0.0-develop.x version to be release as gem.
|
108
|
+
|
109
|
+
### 2.0.0-develop.2 / 2015-09-09
|
110
|
+
|
111
|
+
(by Abinoam P. Marques Jr. - @abinoam)
|
112
|
+
|
113
|
+
#### NOTES
|
114
|
+
|
115
|
+
This version brings greater compatibility with JRuby and Windows.
|
116
|
+
But we still have a lot of small issues in both platforms.
|
117
|
+
We were able to unify/converge all approaches into using io/console,
|
118
|
+
so we could delete old code that relied solely on stty, termios, java api and
|
119
|
+
windows apis (DL and Fiddle).
|
120
|
+
|
121
|
+
Another improvement is the beginning of what I called "acceptance tests".
|
122
|
+
If you type ```rake acceptance``` you'll be guided through some tests
|
123
|
+
where you have to input some thing and see if everything work as expected.
|
124
|
+
This makes easier to catch bugs that otherwise would be over-sighted.
|
125
|
+
|
126
|
+
#### CHANGES SUMMARY
|
127
|
+
|
128
|
+
* Fix Simplecov - it was reporting erroneous code coverage
|
129
|
+
* Add new tests. Improves code coverage
|
130
|
+
* Extract HighLine::BuiltinStyles
|
131
|
+
* Try to avoid nil checking
|
132
|
+
* Try to avoid class variables (mis)use
|
133
|
+
* Fix RDoc include path and some small fixes to the docs
|
134
|
+
* Move HighLine::String to its own file
|
135
|
+
* Add HighLine::Terminal::IOConsole
|
136
|
+
- Add an IOConsoleCompatibility module with some stubbed
|
137
|
+
methods for using at StringIO, File and Tempfile to help
|
138
|
+
on tests.
|
139
|
+
- Any enviroment that can require 'io/console' will
|
140
|
+
use HighLine::Terminal::IOConsole by default. This kind
|
141
|
+
of unifies most environments where HighLine runs. For
|
142
|
+
example, we can use Terminal::IOConsole on JRuby!!!
|
143
|
+
* Add ruby-head and JRuby (19mode and head) to Travis CI matrix. Yes, this
|
144
|
+
our first step to a more peaceful JRuby compatibility.
|
145
|
+
* Add AppVeyor Continuous Integration for Windows
|
146
|
+
* Add _acceptance_ tests for HighLine
|
147
|
+
- Use ```rake acceptance``` to run them
|
148
|
+
- Basically it interactively asks the user to confirm if
|
149
|
+
some expected HighLine behavior is actually happening.
|
150
|
+
After that it gather some environment debug information,
|
151
|
+
so the use could send to the HighLine contributors in case
|
152
|
+
of failure.
|
153
|
+
* Remove old and unused files (as a result of relying on io/console)
|
154
|
+
- JRuby
|
155
|
+
- Windows (DL and Fiddle)
|
156
|
+
- Termios
|
157
|
+
* Fix some small (old and new) bugs
|
158
|
+
* Make some more tuning for Windows compatibility
|
159
|
+
* Make some more tuning for JRuby compatibility
|
160
|
+
|
161
|
+
### 2.0.0-develop.1 / 2015-06-11
|
162
|
+
|
163
|
+
This is the first development version of the 2.0.0 series. It's the begining of a refactoring phase on HighLine development cycle.
|
164
|
+
|
165
|
+
#### SOME HISTORY
|
166
|
+
|
167
|
+
In 2014 I emailed James Edward Gray II (@JEG2) about HighLine. One of his ideas was to completely refactor the library so that it could be easier to reuse and improve it. I've began my contributions to HighLine trying to fix some of the open issues at that time so that we could "freeze" a stable version of HighLine that people could rely on. Then I've began to study HighLine source code with James' help and started to refactor some parts of the code. Abinoam P. Marques Jr. (@abinoam)
|
168
|
+
|
169
|
+
#### NOTES
|
170
|
+
|
171
|
+
* This release differs from current master branch by more than 180 commits.
|
172
|
+
* The main changes will be only summarized bellow (as there are many, and a detailed description of each is not productive).
|
173
|
+
* You could try `git log -p` to see all of them.
|
174
|
+
* During the last commits, all possible efforts were taken to preserve the tests passing status.
|
175
|
+
* 100% test passing gives you no guarantee that this new version will work for you. This happens for many reasons. One of them is that we don't currently have 100% test coverage.
|
176
|
+
* So, this version is not suitable for use in production.
|
177
|
+
* [Metric_fu](https://github.com/metricfu/metric_fu) and [Code Climate](https://codeclimate.com/github/abinoam/highline) were used here not to strictly "guide" what should be changed, but to have some way to objectively measure the progresses made so far.
|
178
|
+
|
179
|
+
#### CHANGES SUMMARY
|
180
|
+
* Extracted a lot of smaller methods from bigger ones
|
181
|
+
* Extracted smaller classes/modules from bigger ones, so they could be self contained with less external dependencies as possible, for example:
|
182
|
+
* HighLine::Statement
|
183
|
+
* HighLine::List
|
184
|
+
* HighLine::ListRenderer
|
185
|
+
* HighLine::TemplateRenderer
|
186
|
+
* HighLine::Question::AnswerConverter
|
187
|
+
* HighLine::Terminal
|
188
|
+
* HighLine::Terminal::UnixStty
|
189
|
+
* HighLine::Paginator
|
190
|
+
* HighLine::Wrapper
|
191
|
+
* After extracting each class/module some refactoring were applied to them lowering code complexity
|
192
|
+
|
193
|
+
#### METRICS SUMMARY
|
194
|
+
Some of the metrics used to track progress are summarized bellow. Some of them have got a lot better as Flay, Flog and Reek, others like Cane haven't (probably because we didn't commented out the new code yet)
|
195
|
+
|
196
|
+
__CODECLIMATE__
|
197
|
+
|
198
|
+
* GPA: 3.60 -> 3.67 (higher is better)
|
199
|
+
|
200
|
+
__CANE__ - reports code quality threshold violations (lower is better)
|
201
|
+
|
202
|
+
* Total 92 -> 105
|
203
|
+
* Methods exceeding allowed Abc complexity: 14 -> 10
|
204
|
+
* Lines violating style requirements: 69 -> 72
|
205
|
+
* Class definitions requiring comments: 9 -> 23
|
206
|
+
|
207
|
+
__FLAY__ - analyzes ruby code for structural similarities (code duplication - lower is better)
|
208
|
+
|
209
|
+
* Total: 490 -> 94
|
210
|
+
|
211
|
+
__FLOG__ - measures code complexity (lower is better)
|
212
|
+
|
213
|
+
* Top 5% average: 127.9458 -> 40.99812
|
214
|
+
* Average: 17.37982 -> 7.663875
|
215
|
+
* Total: 2158.5 -> 1969.6
|
216
|
+
|
217
|
+
__REEK__ - detects common code smells in ruby code (lower is better)
|
218
|
+
|
219
|
+
* DuplicateMethodCall: 144 -> 54
|
220
|
+
* TooManyStatements: 26 -> 30
|
221
|
+
|
222
|
+
### 1.7.3 / 2015-06-29
|
223
|
+
* Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques Jr. (@abinoam), #142, PR #143)
|
224
|
+
|
225
|
+
### 1.7.2 / 2015-04-19
|
226
|
+
|
227
|
+
#### Bug fixes
|
228
|
+
* Fix #138 (a regression of #131). PR #139.
|
229
|
+
|
230
|
+
### 1.7.1 / 2015-02-24
|
231
|
+
|
232
|
+
#### Enhancements
|
233
|
+
* Add travis CI configuration (Eli Young (@elyscape), #130)
|
234
|
+
* Add Rubinius to Build Matrix with Allowed Failure (Brandon Fish
|
235
|
+
(bjfish), #132)
|
236
|
+
* Make some adjustments on tests (Abinoam Marques Jr., #133, #134)
|
237
|
+
* Drop support for Ruby 1.8 (Abinoam Marques Jr., #134)
|
238
|
+
|
239
|
+
#### Bug fixes
|
240
|
+
* Fix IO.console.winsize returning reversed column and line values (Fission Xuiptz (@fissionxuiptz)), #131)
|
241
|
+
|
242
|
+
### 1.7.0 / 2015-02-18
|
243
|
+
|
244
|
+
#### Bug fixes
|
245
|
+
* Fix correct encoding of statements to output encoding (Dāvis (davispuh), #110)
|
246
|
+
* Fix character echoing when echo is false and multibyte character is typed (Abinoam Marques Jr., #117 #118)
|
247
|
+
* Fix backspace support on Cyrillic (Abinoam Marques Jr., #115 #118)
|
248
|
+
* Fix returning wrong encoding when echo is false (Abinoam Marques Jr., #116 #118)
|
249
|
+
* Fix Question #limit and #realine incompatibilities (Abinoam Marques Jr. #113 #120)
|
250
|
+
* Fix/improve string coercion on #say (Abinoam Marques Jr., #98 #122)
|
251
|
+
* Fix #terminal_size returning nil in some terminals (Abinoam Marques Jr., #85 #123)
|
252
|
+
|
253
|
+
#### Enhancements
|
254
|
+
* Improve #format_statement String coercion (Michael Bishop
|
255
|
+
(michaeljbishop), #104)
|
256
|
+
* Update homepage url on gemspec (Rubyforge->GitHub) (Edward Anderson
|
257
|
+
(nilbus), #107)
|
258
|
+
* Update COPYING file (Vít Ondruch (voxik), #109)
|
259
|
+
* Improve multi-byte encoding support (Abinoam Marques Jr., #115 #116 #117 #118)
|
260
|
+
* Make :grey -> :gray and :light -> :bright aliases (Abinoam Marques Jr., #114 #119)
|
261
|
+
* Return the default object (as it is) when no answer given (Abinoam Marques Jr., #112 #121)
|
262
|
+
* Added test for Yaml serialization of HighLine::String (Abinoam Marques Jr., #69 #124)
|
263
|
+
* Make improvements on Changelog and Rakefile (Abinoam Marques Jr., #126 #127 #128)
|
264
|
+
|
265
|
+
### 1.6.21
|
266
|
+
|
267
|
+
* Improved Windows integration (by Ronie Henrich).
|
268
|
+
* Clarified menu choice error messages (by Keith Bennett).
|
269
|
+
|
270
|
+
### 1.6.20
|
271
|
+
|
272
|
+
* Fixed a bug with FFI::NCurses integration (by agentdave).
|
273
|
+
* Improved StringExtensions performance (by John Leach).
|
274
|
+
* Various JRuby fixes (by presidentbeef).
|
275
|
+
|
276
|
+
### 1.6.19
|
277
|
+
|
278
|
+
* Fixed `terminal_size()` with jline2 (by presidentbeef).
|
279
|
+
|
280
|
+
### 1.6.18
|
281
|
+
|
282
|
+
* Fixed a long supported interface that was accidentally broken with a recent change (by Rubem Nakamura Carneiro).
|
283
|
+
|
284
|
+
### 1.6.17
|
285
|
+
|
286
|
+
* Added encoding support to menus (by David Lyons).
|
287
|
+
* Some minor fixes to SystemExtensions (by whiteleaf and presidentbeef).
|
288
|
+
|
289
|
+
### 1.6.16
|
290
|
+
|
291
|
+
* Added the new indention feature (by davispuh).
|
292
|
+
* Separated auto-completion from the answer type (by davispuh).
|
293
|
+
* Improved JRuby support (by rsutphin).
|
294
|
+
* General code clean up (by stomar).
|
295
|
+
* Made HighLine#say() a little smarter with regard to color escapes (by Kenneth Murphy).
|
296
|
+
|
297
|
+
### 1.6.15
|
298
|
+
|
299
|
+
* Added support for nil arguments in lists (by Eric Saxby).
|
300
|
+
* Fixed HighLine's termios integration (by Jens Wille).
|
301
|
+
|
302
|
+
### 1.6.14
|
303
|
+
|
304
|
+
* Added JRuby 1.7 support (by Mina Nagy).
|
305
|
+
* Take into account color escape sequences when wrapping text (by Mark J.
|
306
|
+
Titorenko).
|
307
|
+
|
308
|
+
### 1.6.13
|
309
|
+
|
310
|
+
* Removed unneeded Shebang lines (by Scott Gonyea).
|
311
|
+
* Protect the String passed to Question.new from modification (by michael).
|
312
|
+
* Added a retype-to-verify setting (by michael).
|
313
|
+
|
314
|
+
### 1.6.12
|
315
|
+
|
316
|
+
* Silenced warnings (by James McEwan).
|
317
|
+
|
318
|
+
### 1.6.11
|
319
|
+
|
320
|
+
* Fixed a bad test. (Fix by Diego Elio Pettenò.)
|
321
|
+
|
322
|
+
### 1.6.10
|
323
|
+
|
324
|
+
* Fixed a regression that prevented asking for String arguments (by Jeffery
|
325
|
+
Sman.)
|
326
|
+
* Fixed a testing incompatibility (by Hans de Graaff.)
|
327
|
+
|
328
|
+
### 1.6.9
|
329
|
+
|
330
|
+
* The new list modes now properly ignore escapes when sizing.
|
331
|
+
* Added a project gemspec file.
|
332
|
+
* Fixed a bug that prevented the use of termios (by tomdz).
|
333
|
+
* Switch to JLine to provide better echo support on JRuby (by tomdz).
|
334
|
+
|
335
|
+
### 1.6.8
|
336
|
+
|
337
|
+
* Fix missing <tt>ERASE_CHAR</tt> reference (by Aaron Gifford).
|
338
|
+
|
339
|
+
### 1.6.7
|
340
|
+
|
341
|
+
* Fixed bug introduced in 1.6.6 attempted fix (by Aaron Gifford).
|
342
|
+
|
343
|
+
### 1.6.6
|
344
|
+
|
345
|
+
* Fixed old style references causing <tt>HighLine::String</tt> errors (by Aaron Gifford).
|
346
|
+
|
347
|
+
### 1.6.5
|
348
|
+
|
349
|
+
* HighLine#list() now correctly handles empty lists (fix by Lachlan Dowding).
|
350
|
+
* HighLine#list() now supports <tt>:uneven_columns_across</tt> and
|
351
|
+
<tt>:uneven_columns_down</tt> modes.
|
352
|
+
|
353
|
+
### 1.6.4
|
354
|
+
|
355
|
+
* Add introspection methods to color_scheme: definition, keys, to_hash.
|
356
|
+
* Add tests for new methods.
|
357
|
+
|
358
|
+
### 1.6.3
|
359
|
+
|
360
|
+
* Add color NONE.
|
361
|
+
* Add RGB color capability.
|
362
|
+
* Made 'color' available as a class or instance method of HighLine, for
|
363
|
+
instance: HighLine.color("foo", :blue)) or highline_obj.color("foo", :blue)
|
364
|
+
are now both possible and equivalent.
|
365
|
+
* Add HighLine::String class with convenience methods: #color (alias
|
366
|
+
#foreground), #on (alias #background), colors, and styles. See
|
367
|
+
lib/string_extensions.rb.
|
368
|
+
* Add (optional) ability to extend String with the same convenience methods from
|
369
|
+
HighLine::String, using Highline.colorize_strings.
|
370
|
+
|
371
|
+
### 1.6.2
|
372
|
+
|
373
|
+
* Correctly handle STDIN being closed before we receive any data (fix by
|
374
|
+
mleinart).
|
375
|
+
* Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve).
|
376
|
+
* A fix for nil_on_handled not running the action (reported by Andrew Davey).
|
377
|
+
|
378
|
+
### 1.6.1
|
379
|
+
|
380
|
+
* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
|
381
|
+
as cbreak does not appear to be the posixly correct argument. It fails
|
382
|
+
on Solaris if cbreak is used.
|
383
|
+
* Fixed an issue that kept Menu from showing the correct choices for
|
384
|
+
disambiguation.
|
385
|
+
* Removed a circular require that kept Ruby 1.9.2 from loading HighLine.
|
386
|
+
* Fixed a bug that caused infinite looping when wrapping text without spaces.
|
387
|
+
* Fixed it so that :auto paging accounts for the two lines it adds.
|
388
|
+
* On JRuby, improved error message about ffi-ncurses. Before 1.5.3,
|
389
|
+
HighLine was silently swallowing error messages when ffi-ncurses gem
|
390
|
+
was installed without ncurses present on the system.
|
391
|
+
* Reverted Aaron Simmons's patch to allow redirecting STDIN on Windows. This
|
392
|
+
is the only way we could find to restore HighLine's character reading to
|
393
|
+
working order.
|
394
|
+
|
395
|
+
### 1.5.2
|
396
|
+
|
397
|
+
* Added support for using the ffi-ncurses gem which is supported in JRuby.
|
398
|
+
* Added gem build instructions.
|
399
|
+
|
400
|
+
### 1.5.1
|
401
|
+
|
402
|
+
* Fixed the long standing echo true bug.
|
403
|
+
(reported by Lauri Tuominen)
|
404
|
+
* Improved Windows API calls to support the redirection of STDIN.
|
405
|
+
(patch by Aaron Simmons)
|
406
|
+
* Updated gem specification to avoid a deprecated call.
|
407
|
+
* Made a minor documentation clarification about character mode support.
|
408
|
+
* Worked around some API changes in Ruby's standard library in Ruby 1.9.
|
409
|
+
(patch by Jake Benilov)
|
410
|
+
|
411
|
+
### 1.5.0
|
412
|
+
|
413
|
+
* Fixed a bug that would prevent Readline from showing all completions.
|
414
|
+
(reported by Yaohan Chen)
|
415
|
+
* Added the ability to pass a block to HighLine#agree().
|
416
|
+
(patch by Yaohan Chen)
|
417
|
+
|
418
|
+
### 1.4.0
|
419
|
+
|
420
|
+
* Made the code grabbing terminal size a little more cross-platform by
|
421
|
+
adding support for Solaris. (patch by Ronald Braswell and Coey Minear)
|
422
|
+
|
423
|
+
### 1.2.9
|
424
|
+
|
425
|
+
* Additional work on the backspacing issue. (patch by Jeremy Hinegardner)
|
426
|
+
* Fixed Readline prompt bug. (patch by Jeremy Hinegardner)
|
427
|
+
|
428
|
+
### 1.2.8
|
429
|
+
|
430
|
+
* Fixed backspacing past the prompt and interrupting a prompt bugs.
|
431
|
+
(patch by Jeremy Hinegardner)
|
432
|
+
|
433
|
+
### 1.2.7
|
434
|
+
|
435
|
+
* Fixed the stty indent bug.
|
436
|
+
* Fixed the echo backspace bug.
|
437
|
+
* Added HighLine::track_eof=() setting to work are threaded eof?() calls.
|
438
|
+
|
439
|
+
### 1.2.6
|
440
|
+
|
441
|
+
Patch by Jeremy Hinegardner:
|
442
|
+
|
443
|
+
* Added ColorScheme support.
|
444
|
+
* Added HighLine::Question.overwrite mode.
|
445
|
+
* Various documentation fixes.
|
446
|
+
|
447
|
+
### 1.2.5
|
448
|
+
|
449
|
+
* Really fixed the bug I tried to fix in 1.2.4.
|
450
|
+
|
451
|
+
### 1.2.4
|
452
|
+
|
453
|
+
* Fixed a crash causing bug when using menus, reported by Patrick Hof.
|
454
|
+
|
455
|
+
### 1.2.3
|
456
|
+
|
457
|
+
* Treat Cygwin like a Posix OS, instead of a native Windows environment.
|
458
|
+
|
459
|
+
### 1.2.2
|
460
|
+
|
461
|
+
* Minor documentation corrections.
|
462
|
+
* Applied Thomas Werschleiln's patch to fix termio buffering on Solaris.
|
463
|
+
* Applied Justin Bailey's patch to allow canceling paged output.
|
464
|
+
* Fixed a documentation bug in the description of character case settings.
|
465
|
+
* Added a notice about termios in HighLine::Question#echo.
|
466
|
+
* Finally working around the infamous "fast typing" bug
|
467
|
+
|
468
|
+
### 1.2.1
|
469
|
+
|
470
|
+
* Applied Justin Bailey's fix for the page_print() infinite loop bug.
|
471
|
+
* Made a SystemExtensions module to expose OS level functionality other
|
472
|
+
libraries may want to access.
|
473
|
+
* Publicly exposed the get_character() method, per user requests.
|
474
|
+
* Added terminal_size(), output_cols(), and output_rows() methods.
|
475
|
+
* Added :auto setting for warp_at=() and page_at=().
|
476
|
+
|
477
|
+
### 1.2.0
|
478
|
+
|
479
|
+
* Improved RubyForge and gem spec project descriptions.
|
480
|
+
* Added basic examples to README.
|
481
|
+
* Added a VERSION constant.
|
482
|
+
* Added support for hidden menu commands.
|
483
|
+
* Added Object.or_ask() when using highline/import.
|
484
|
+
|
485
|
+
### 1.0.4
|
486
|
+
|
487
|
+
* Moved the HighLine project to Subversion.
|
488
|
+
* HighLine's color escapes can now be disabled.
|
489
|
+
* Fixed EOF bug introduced in the last release.
|
490
|
+
* Updated HighLine web page.
|
491
|
+
* Moved to a forked development/stable version numbering.
|
492
|
+
|
493
|
+
### 1.0.2
|
494
|
+
|
495
|
+
* Removed old and broken help tests.
|
496
|
+
* Fixed test case typo found by David A. Black.
|
497
|
+
* Added ERb escapes processing to lists, for coloring list items. Color escapes
|
498
|
+
do not add to list element size.
|
499
|
+
* HighLine now throws EOFError when input is exhausted.
|
500
|
+
|
501
|
+
### 1.0.1
|
502
|
+
|
503
|
+
* Minor bug fix: Moved help initialization to before response building, so help
|
504
|
+
would show up in the default responses.
|
505
|
+
|
506
|
+
### 1.0.0
|
507
|
+
|
508
|
+
* Fixed documentation typo pointed out by Gavin Kistner.
|
509
|
+
* Added <tt>gather = ...</tt> option to question for fetching entire Arrays or
|
510
|
+
Hashes filled with answers. You can set +gather+ to a count of answers to
|
511
|
+
collect, a String or Regexp matching the end of input, or a Hash where each
|
512
|
+
key can be used in a new question.
|
513
|
+
* Added File support to HighLine.ask(). You can specify a _directory_ and a
|
514
|
+
_glob_ pattern that combine into a list of file choices the user can select
|
515
|
+
from. You can choose to receive the user's answer as an open filehandle or as
|
516
|
+
a Pathname object.
|
517
|
+
* Added Readline support for history and editing.
|
518
|
+
* Added tab completion for menu and file selection selection (requires
|
519
|
+
Readline).
|
520
|
+
* Added an optional character limit for input.
|
521
|
+
* Added a complete help system to HighLine's shell menu creation tools.
|
522
|
+
|
523
|
+
### 0.6.1
|
524
|
+
|
525
|
+
* Removed termios dependancy in gem, to fix Windows' install.
|
526
|
+
|
527
|
+
### 0.6.0
|
528
|
+
|
529
|
+
* Implemented HighLine.choose() for menu handling.
|
530
|
+
* Provided shortcut <tt>choose(item1, item2, ...)</tt> for simple menus.
|
531
|
+
* Allowed Ruby code to be attached to each menu item, to create a complete
|
532
|
+
menu solution.
|
533
|
+
* Provided for total customization of the menu layout.
|
534
|
+
* Allowed for menu selection by index, name or both.
|
535
|
+
* Added a _shell_ mode to allow menu selection with additional details
|
536
|
+
following the name.
|
537
|
+
* Added a list() utility method that can be invoked just like color(). It can
|
538
|
+
layout Arrays for you in any output in the modes <tt>:columns_across</tt>,
|
539
|
+
<tt>:columns_down</tt>, <tt>:inline</tt> and <tt>:rows</tt>
|
540
|
+
* Added support for <tt>echo = "*"</tt> style settings. User code can now
|
541
|
+
choose the echo character this way.
|
542
|
+
* Modified HighLine to user the "termios" library for character input, if
|
543
|
+
available. Will return to old behavior (using "stty"), if "termios" cannot be
|
544
|
+
loaded.
|
545
|
+
* Improved "stty" state restoring code.
|
546
|
+
* Fixed "stty" code to handle interrupt signals.
|
547
|
+
* Improved the default auto-complete error message and exposed this message
|
548
|
+
through the +responses+ interface as <tt>:no_completion</tt>.
|
549
|
+
|
550
|
+
### 0.5.0
|
551
|
+
|
552
|
+
* Implemented <tt>echo = false</tt> for HighLine::Question objects, primarily to
|
553
|
+
make fetching passwords trivial.
|
554
|
+
* Fixed an auto-complete bug that could cause a crash when the user gave an
|
555
|
+
answer that didn't complete to any valid choice.
|
556
|
+
* Implemented +case+ for HighLine::Question objects to provide character case
|
557
|
+
conversions on given answers. Can be set to <tt>:up</tt>, <tt>:down</tt>, or
|
558
|
+
<tt>:capitalize</tt>.
|
559
|
+
* Exposed <tt>@answer</tt> to the response system, to allow response that are
|
560
|
+
aware of incorrect input.
|
561
|
+
* Implemented +confirm+ for HighLine::Question objects to allow for verification
|
562
|
+
for sensitive user choices. If set to +true+, user will have to answer an
|
563
|
+
"Are you sure? " question. Can also be set to the question to confirm with
|
564
|
+
the user.
|
565
|
+
|
566
|
+
### 0.4.0
|
567
|
+
|
568
|
+
* Added <tt>@wrap_at</tt> and <tt>@page_at</tt> settings and accessors to
|
569
|
+
HighLine, to control text flow.
|
570
|
+
* Implemented line wrapping with adjustable limit.
|
571
|
+
* Implemented paged printing with adjustable limit.
|
572
|
+
|
573
|
+
### 0.3.0
|
574
|
+
|
575
|
+
* Added support for installing with setup.rb.
|
576
|
+
* All output is now treated as an ERb sequence, allowing Ruby code to be
|
577
|
+
embedded in output strings.
|
578
|
+
* Added support for ANSI color sequences in say(). (And everything else
|
579
|
+
by extension.)
|
580
|
+
* Added whitespace handling for answers. Can be set to <tt>:strip</tt>,
|
581
|
+
<tt>:chomp</tt>, <tt>:collapse</tt>, <tt>:strip_and_collapse</tt>,
|
582
|
+
<tt>:chomp_and_collapse</tt>, <tt>:remove</tt>, or <tt>:none</tt>.
|
583
|
+
* Exposed question details to ERb completion through @question, to allow for
|
584
|
+
intelligent responses.
|
585
|
+
* Simplified HighLine internals using @question.
|
586
|
+
* Added support for fetching single character input either with getc() or
|
587
|
+
HighLine's own cross-platform terminal input routine.
|
588
|
+
* Improved type conversion to handle user defined classes.
|
589
|
+
|
590
|
+
### 0.2.0 / 2005-04-29
|
591
|
+
|
592
|
+
* Added Unit Tests to cover an already fixed output bug in the future.
|
593
|
+
* Added Rakefile and setup test action (default).
|
594
|
+
* Renamed HighLine::Answer to HighLine::Question to better illustrate its role.
|
595
|
+
* Renamed fetch_line() to get_response() to better define its goal.
|
596
|
+
* Simplified explain_error in terms of the Question object.
|
597
|
+
* Renamed accept?() to in_range?() to better define purpose.
|
598
|
+
* Reworked valid?() into valid_answer?() to better fit Question object.
|
599
|
+
* Reworked <tt>@member</tt> into <tt>@in</tt>, to make it easier to remember and
|
600
|
+
switched implementation to include?().
|
601
|
+
* Added range checks for @above and @below.
|
602
|
+
* Fixed the bug causing ask() to swallow NoMethodErrors.
|
603
|
+
* Rolled ask_on_error() into responses.
|
604
|
+
* Redirected imports to Kernel from Object.
|
605
|
+
* Added support for <tt>validate = lambda { ... }</tt>.
|
606
|
+
* Added default answer support.
|
607
|
+
* Fixed bug that caused ask() to die with an empty question.
|
608
|
+
* Added complete documentation.
|
609
|
+
* Improve the implemetation of agree() to be the intended "yes" or "no" only
|
610
|
+
question.
|
611
|
+
* Added Rake tasks for documentation and packaging.
|
612
|
+
* Moved project to RubyForge.
|
613
|
+
|
614
|
+
### 0.1.0
|
615
|
+
|
616
|
+
* Initial release as the solution to
|
617
|
+
{Ruby Quiz #29}[http://www.rubyquiz.com/quiz29.html].
|