mumukit-content-type 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mumukit/content_type/version.rb +1 -1
- data/vendor/bundle/ruby/2.7.0/bin/htmldiff +29 -0
- data/vendor/bundle/ruby/2.7.0/bin/ldiff +29 -0
- data/vendor/bundle/ruby/2.7.0/bin/nokogiri +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/racc +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rake +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/redcarpet +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rougify +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rspec +27 -0
- data/vendor/bundle/ruby/2.7.0/cache/activesupport-6.0.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/concurrent-ruby-1.2.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/crass-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/diff-lcs-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/i18n-0.9.5.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/minitest-5.18.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/mumuki-emojis-1.3.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/mumukit-core-1.19.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/nokogiri-1.14.2-x86_64-linux.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/racc-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rack-3.0.7.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rake-12.3.3.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/redcarpet-3.6.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rouge-3.30.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-3.12.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-core-3.12.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-expectations-3.12.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-mocks-3.12.5.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-support-3.12.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/sanitize-6.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/tzinfo-1.2.11.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/zeitwerk-2.6.7.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/gem_make.out +17 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/mkmf.log +57 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/redcarpet-3.6.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/redcarpet-3.6.0/gem_make.out +38 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/redcarpet-3.6.0/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/CHANGELOG.md +782 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/actionable_error.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/all.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/array_inquirer.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/backtrace_cleaner.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/benchmarkable.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/builder.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/file_store.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/mem_cache_store.rb +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/memory_store.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/null_store.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/redis_cache_store.rb +493 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/strategy/local_cache.rb +194 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache.rb +831 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/callbacks.rb +853 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/concern.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/concurrency/share_lock.rb +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/configurable.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/access.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/conversions.rb +213 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/extract.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/extract_options.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/grouping.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/inquiry.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/prepend_and_append.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/wrap.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/benchmark.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/big_decimal.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class/attribute.rb +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class/attribute_accessors.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class/subclasses.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/acts_like.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/blank.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/calculations.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/conversions.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/zones.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_and_time/calculations.rb +351 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_and_time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/acts_like.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/blank.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/calculations.rb +211 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/compatibility.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/conversions.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/digest/uuid.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/digest.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/enumerable.rb +188 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/file/atomic.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/file.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/compact.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/conversions.rb +263 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/deep_merge.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/deep_transform_values.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/except.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/keys.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/reverse_merge.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/slice.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/transform_values.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer/inflections.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer/multiple.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer/time.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel/concern.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel/reporting.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel/singleton_class.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/load_error.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/marshal.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/aliasing.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/anonymous.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/attr_internal.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +144 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/concerning.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/delegation.rb +320 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/deprecation.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/introspection.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/reachable.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/redefine_method.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/remove_method.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/name_error.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/bytes.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/conversions.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/inquiry.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/time.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/acts_like.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/blank.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/conversions.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/deep_dup.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/duplicable.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/inclusion.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/instance_variables.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/json.rb +228 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/to_param.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/to_query.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/try.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/with_options.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/compare_range.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/conversions.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/each.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/include_range.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/include_time_with_zone.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/overlaps.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/regexp.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/securerandom.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/access.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/behavior.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/conversions.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/exclude.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/filters.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/indent.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/inflections.rb +259 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/inquiry.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/multibyte.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/output_safety.rb +344 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/starts_ends_with.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/strip.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/zones.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/acts_like.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/calculations.rb +346 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/conversions.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/zones.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/uri.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/current_attributes.rb +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies/autoload.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies/interlock.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies/zeitwerk_integration.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies.rb +809 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/behaviors.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/constant_accessor.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/instance_delegator.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/method_wrappers.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/proxy_wrappers.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/reporting.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/descendants_tracker.rb +108 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/digest.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/duration/iso8601_parser.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/duration/iso8601_serializer.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/duration.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/encrypted_configuration.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/encrypted_file.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/evented_file_update_checker.rb +234 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/execution_wrapper.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/executor.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/file_update_checker.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/gem_version.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/gzip.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/hash_with_indifferent_access.rb +399 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/i18n.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/i18n_railtie.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflections.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector/inflections.rb +256 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector/methods.rb +397 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector/transliterate.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/json/decoding.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/json/encoding.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/json.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/key_generator.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/lazy_load_hooks.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/locale/en.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/log_subscriber/test_helper.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/log_subscriber.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/logger.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/logger_silence.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/logger_thread_safe_level.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/message_encryptor.rb +227 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/message_verifier.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/messages/metadata.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/messages/rotation_configuration.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/messages/rotator.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/multibyte/chars.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/multibyte/unicode.rb +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/multibyte.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/notifications/fanout.rb +244 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/notifications/instrumenter.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/notifications.rb +253 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_converter.rb +183 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_currency_converter.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_delimited_converter.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_human_converter.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_human_size_converter.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_percentage_converter.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_phone_converter.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_rounded_converter.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/rounding_helper.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper.rb +382 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/option_merger.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/ordered_hash.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/ordered_options.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/parameter_filter.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/per_thread_registry.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/proxy_object.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/rails.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/railtie.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/reloader.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/rescuable.rb +174 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/security_utils.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/string_inquirer.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/subscriber.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/tagged_logging.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/test_case.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/assertions.rb +228 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/autorun.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/constant_lookup.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/declarative.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/deprecation.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/file_fixtures.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/isolation.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/method_call_assertions.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/parallelization.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/setup_and_teardown.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/stream.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/tagged_logging.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/time_helpers.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/time.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/time_with_zone.rb +561 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/values/time_zone.rb +570 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/version.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/jdom.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/libxml.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/libxmlsax.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/nokogirisax.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/rexml.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini.rb +201 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/CHANGELOG.md +561 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/Gemfile +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/README.md +405 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/Rakefile +319 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +189 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +292 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/agent.rb +588 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/array.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/async.rb +449 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atom.rb +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +144 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/locals.rb +189 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomics.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +160 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +148 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +160 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/logging.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/constants.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/dataflow.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/errors.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/exchanger.rb +353 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +220 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +366 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/timer_set.rb +172 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executors.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/future.rb +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/hash.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/ivar.rb +208 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/map.rb +350 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/maybe.rb +229 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mvar.rb +242 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/options.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promise.rb +580 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promises.rb +2168 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/re_include.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/scheduled_task.rb +331 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/set.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/condition.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lock.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +101 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/timer_task.rb +311 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tuple.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tvar.rb +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/engine.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_integer.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent-ruby.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/Gemfile +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/HISTORY.md +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/LICENSE +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/README.md +192 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/Rakefile +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/crass.gemspec +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/parser.rb +648 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/scanner.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +708 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Code-of-Conduct.md +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Contributing.md +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/History.md +400 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/License.md +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Manifest.txt +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/README.rdoc +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Rakefile +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/bin/htmldiff +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/bin/ldiff +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/docs/COPYING.txt +339 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/backports.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/callbacks.rb +325 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/htmldiff.rb +150 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/hunk.rb +358 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/internals.rb +308 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/ldiff.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs.rb +739 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/change_spec.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/diff_spec.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/aX +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/bXaX +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ds1.csv +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ds2.csv +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-c +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-e +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-f +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-u +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-c +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-e +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-f +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-u +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2 +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef2 +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef2 +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/issues_spec.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/lcs_spec.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/ldiff_spec.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb +374 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/README.md +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-3.2.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.0.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.1.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.2.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.0.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.1.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-master +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/base.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/cache.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/chain.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/fallbacks.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/gettext.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/key_value.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/metadata.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/simple.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/transliterator.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/config.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/exceptions.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/gettext/helpers.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/gettext.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/middleware.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/basics.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/defaults.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/interpolation.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date.rb +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n.rb +356 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/chain_test.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/key_value_test.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/memoize_test.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/override_test.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/simple_test.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/cache_test.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/cascade_test.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/chain_test.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/exceptions_test.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/fallbacks_test.rb +219 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/interpolation_compiler_test.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/key_value_test.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/memoize_test.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/metadata_test.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/pluralization_test.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/simple_test.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/transliterator_test.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/core_ext/hash_test.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/gettext/api_test.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/gettext/backend_test.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/exceptions_test.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/gettext_plural_keys_test.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/interpolate_test.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/load_path_test.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/middleware_test.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n_test.rb +462 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/locale/fallbacks_test.rb +133 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/locale/tag/rfc4646_test.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/run_all.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_helper.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/History.rdoc +1504 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/Manifest.txt +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/README.rdoc +831 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/Rakefile +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/design_rationale.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/hoe/minitest.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/assertions.rb +858 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/benchmark.rb +455 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/expectations.rb +321 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/hell.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/mock.rb +327 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/parallel.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/spec.rb +349 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/test.rb +256 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/test_task.rb +305 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/unit.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest.rb +1078 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/metametameta.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_assertions.rb +1701 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_mock.rb +1146 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_reporter.rb +312 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_spec.rb +1146 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_test.rb +1272 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_test_task.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/README.md +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/Rakefile +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/app/assets/javascripts/mumuki-emojis.js +679 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/app/assets/json/mumuki-emojis-shortnames.json +68738 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/app/assets/stylesheets/mumuki-emojis.css +5437 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/lib/mumuki/emojis/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/lib/mumuki/emojis.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/bin/console +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/bin/setup +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/activemodel.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/array.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/class.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/configurable.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/file.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/hash.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/i18n.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/json.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/likeability.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/modulability.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/module.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/nil.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/object.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/regexp.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/request.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/rspec.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/status.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/string.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/variability.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/yaml.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/Gemfile +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/LICENSE-DEPENDENCIES.md +2224 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/LICENSE.md +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/README.md +287 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/bin/nokogiri +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/dependencies.yml +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/depend +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/extconf.rb +1084 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/gumbo.c +594 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_document.c +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_element_description.c +294 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +108 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +204 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +172 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +232 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +499 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +236 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +1244 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +656 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +1312 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +463 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +368 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +947 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +428 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +152 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +503 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +488 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +575 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +632 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +262 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/security.h +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +1982 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +179 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/nokogiri.c +265 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/nokogiri.h +235 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/test_global_handlers.c +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_attr.c +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_cdata.c +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_comment.c +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_document.c +689 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_document_fragment.c +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_dtd.c +208 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_element_content.c +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_entity_decl.c +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_entity_reference.c +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_namespace.c +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_node.c +2425 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_node_set.c +496 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_reader.c +794 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_relax_ng.c +183 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_sax_parser.c +316 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +283 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_schema.c +282 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_syntax_error.c +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_text.c +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_xpath_context.c +413 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +363 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/gumbo-parser/CHANGES.md +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/gumbo-parser/Makefile +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/gumbo-parser/THANKS +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/2.7/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/3.1/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/3.2/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/class_resolver.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/node.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/parser.rb +770 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/parser.y +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/parser_extras.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/syntax_error.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/tokenizer.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/tokenizer.rex +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +359 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/decorators/slop.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/encoding_handler.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/extension.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/gumbo.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/builder.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/document.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/element_description.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +572 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/encoding_reader.rb +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5/document.rb +168 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5/node.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5.rb +389 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/jruby/nokogiri_jars.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/syntax_error.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/version/constant.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/version/info.rb +223 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/version.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/attr.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/builder.rb +487 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/cdata.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/character_data.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/document.rb +471 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/dtd.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/element_content.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/element_decl.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/namespace.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/node.rb +1563 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/node_set.rb +447 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/notation.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/parse_options.rb +213 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/pp/node.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/pp.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/reader.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/document.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/schema.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/searchable.rb +270 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/text.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/xpath.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xslt.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/COPYING +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ChangeLog +846 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/README.ja.rdoc +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/README.rdoc +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/TODO +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/bin/racc +320 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/en/NEWS.en.rdoc +282 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/en/grammar.en.rdoc +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/en/grammar2.en.rdoc +219 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/NEWS.ja.rdoc +307 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/command.ja.html +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/debug.ja.rdoc +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/grammar.ja.rdoc +348 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/index.ja.html +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/parser.ja.rdoc +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/usage.ja.html +414 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/MANIFEST +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/Makefile +267 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/cparse.c +861 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/extconf.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/compat.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/debugflags.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/exception.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/grammar.rb +1118 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/grammarfileparser.rb +561 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/info.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/iset.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/logfilegenerator.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/parser-text.rb +637 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/parser.rb +632 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/parserfilegenerator.rb +468 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/sourcetext.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/state.rb +972 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/statetransitiontable.rb +311 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/CHANGELOG.md +860 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/CONTRIBUTING.md +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/README.md +309 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/SPEC.rdoc +340 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/abstract/handler.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/abstract/request.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/basic.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/md5.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/nonce.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/params.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/request.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest.rb +256 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/body_proxy.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/builder.rb +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/cascade.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/chunked.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/common_logger.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/conditional_get.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/config.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/constants.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/content_length.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/content_type.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/deflater.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/directory.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/etag.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/events.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/file.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/files.rb +216 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/head.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/headers.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/lint.rb +907 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/lock.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/logger.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/media_type.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/method_override.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mime.rb +693 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mock.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mock_request.rb +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mock_response.rb +126 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart/generator.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart/parser.rb +434 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart/uploaded_file.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/null_logger.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/query_parser.rb +253 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/recursive.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/reloader.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/request.rb +777 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/response.rb +393 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/rewindable_input.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/runtime.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/sendfile.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/show_exceptions.rb +403 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/show_status.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/static.rb +187 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/tempfile_reaper.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/urlmap.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/utils.rb +654 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/version.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/CONTRIBUTING.rdoc +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/Gemfile +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/History.rdoc +2344 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/README.rdoc +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/Rakefile +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/azure-pipelines.yml +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/bundle +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/console +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rake +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rdoc +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rubocop +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/setup +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/exe/rake +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/application.rb +824 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_utils.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_utils_ext.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/packagetask.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task.rb +413 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_manager.rb +324 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/testtask.rb +224 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/rake.gemspec +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/CHANGELOG.md +479 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/CONTRIBUTING.md +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/COPYING +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/Gemfile +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/README.markdown +405 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/Rakefile +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/bin/redcarpet +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/Makefile +267 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/autolink.c +308 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/autolink.h +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/autolink.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/buffer.c +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/buffer.h +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/buffer.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/extconf.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini.h +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_href_e.c +124 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_href_e.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_html_e.c +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_html_e.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html.c +869 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html.h +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_block_names.txt +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_blocks.h +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_smartypants.c +472 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_smartypants.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/markdown.c +2946 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/markdown.h +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/markdown.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_markdown.c +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_markdown.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_render.c +587 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_render.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/redcarpet.h +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/stack.c +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/stack.h +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/stack.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/cli.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/compat.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/render_man.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/render_strip.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/redcarpet.gemspec +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/Gemfile +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/LICENSE +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/bin/rougify +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/cli.rb +531 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/abap +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/actionscript +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ada +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/apache +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/apex +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/apiblueprint +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/applescript +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/armasm +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/augeas +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/awk +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/batchfile +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bbcbasic +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bibtex +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/biml +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bpf +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/brainfuck +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/brightscript +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bsl +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/c +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ceylon +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cfscript +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/clean +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/clojure +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cmake +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cmhg +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/coffeescript +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/common_lisp +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/conf +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/console +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/coq +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cpp +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/crystal +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/csharp +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/css +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/csvs +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cuda +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cypher +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cython +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/d +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/dafny +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/dart +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/datastudio +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/diff +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/digdag +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/docker +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/dot +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ecl +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/eex +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/eiffel +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/elixir +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/elm +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/email +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/epp +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/erb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/erlang +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/escape +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/factor +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/fluent +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/fortran +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/freefem +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/fsharp +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/gdscript +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ghc-cmm +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ghc-core +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/gherkin +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/glsl +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/go +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/gradle +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/graphql +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/groovy +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hack +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/haml +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/handlebars +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/haskell +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/haxe +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hcl +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hlsl +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hocon +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hql +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/html +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/http +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hylang +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/idlang +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/idris +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/igorpro +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ini +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/io +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/irb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/irb_output +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/isabelle +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/isbl +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/j +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/janet +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/java +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/javascript +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jinja +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsl +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/json +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/json-doc +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsonnet +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsp +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsx +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/julia +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/kotlin +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lasso +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lean +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/liquid +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/literate_coffeescript +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/literate_haskell +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/livescript +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/llvm +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lua +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lustre +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lutin +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/m68k +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/magik +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/make +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/markdown +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mason +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mathematica +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/matlab +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/meson +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/minizinc +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/moonscript +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mosel +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/msgtrans +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mxml +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nasm +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nesasm +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nginx +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nial +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nim +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nix +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/objective_c +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/objective_cpp +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ocaml +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ocl +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/openedge +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/opentype_feature_file +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/pascal +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/perl +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/php +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/plaintext +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/plist +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/plsql +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/pony +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/postscript +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/powershell +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/praat +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/prolog +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/prometheus +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/properties +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/protobuf +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/puppet +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/python +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/q +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/qml +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/r +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/racket +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/reasonml +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/rego +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/rescript +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/robot_framework +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ruby +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/rust +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sas +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sass +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/scala +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/scheme +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/scss +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sed +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/shell +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sieve +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/slice +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/slim +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/smalltalk +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/smarty +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sml +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/solidity +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sparql +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sqf +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sql +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ssh +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/stan +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/stata +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/supercollider +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/swift +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/systemd +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/syzlang +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/syzprog +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tap +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tcl +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/terraform +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tex +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/toml +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tsx +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ttcn3 +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tulip +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/turtle +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/twig +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/typescript +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vala +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vcl +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/velocity +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/verilog +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vhdl +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/viml +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vue +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/wollok +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xml +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xojo +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xpath +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xquery +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/yaml +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/yang +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/zig +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatter.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_inline.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_legacy.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_line_highlighter.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_line_table.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_linewise.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_pygments.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_table.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/null.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/terminal256.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/terminal_truecolor.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/tex.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guesser.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/disambiguation.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/filename.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/glob_mapping.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/mimetype.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/modeline.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/source.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/util.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexer.rb +535 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/abap.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/actionscript.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ada.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apache/keywords.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apache.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apex.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apiblueprint.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apple_script.rb +370 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/armasm.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/augeas.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/awk.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/batchfile.rb +165 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bbcbasic.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bibtex.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/biml.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bpf.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/brainfuck.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/brightscript.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bsl.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/c.rb +200 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ceylon.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cfscript.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/clean.rb +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/clojure.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cmake.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cmhg.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/coffeescript.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/common_lisp.rb +346 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/conf.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/console.rb +190 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/coq.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cpp.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/crystal.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/csharp.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/css.rb +276 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/csvs.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cuda.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cypher.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cython.rb +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/d.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/dafny.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/dart.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/datastudio.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/diff.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/digdag.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/docker.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/dot.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ecl.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/eex.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/eiffel.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/elixir.rb +149 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/elm.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/email.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/epp.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/erb.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/erlang.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/escape.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/factor.rb +303 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/fluent.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/fortran.rb +178 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/freefem.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/fsharp.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gdscript.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ghc_cmm.rb +340 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ghc_core.rb +152 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gherkin/keywords.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gherkin.rb +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/glsl.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/go.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gradle.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/graphql.rb +261 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/groovy.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hack.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/haml.rb +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/handlebars.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/haskell.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/haxe.rb +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hcl.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hlsl.rb +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hocon.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hql.rb +139 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/html.rb +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/http.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hylang.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/idlang.rb +312 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/idris.rb +210 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/igorpro.rb +664 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ini.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/io.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/irb.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/isabelle.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/isbl/builtins.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/isbl.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/j.rb +244 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/janet.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/java.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/javascript.rb +285 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jinja.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsl.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/json.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/json_doc.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsonnet.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsp.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsx.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/julia.rb +292 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/kotlin.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lasso/keywords.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lasso.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lean.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/liquid.rb +285 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/literate_coffeescript.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/literate_haskell.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/livescript.rb +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/llvm/keywords.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/llvm.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lua/keywords.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lua.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lustre.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lutin.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/m68k.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/magik.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/make.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/markdown.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mason.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mathematica/keywords.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mathematica.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/matlab/builtins.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/matlab/keywords.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/matlab.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/meson.rb +159 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/minizinc.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/moonscript.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mosel.rb +232 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/msgtrans.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mxml.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nasm.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nesasm.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nginx.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nial.rb +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nim.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nix.rb +211 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/objective_c/common.rb +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/objective_c.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/objective_cpp.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ocaml/common.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ocaml.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ocl.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/openedge.rb +429 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/opentype_feature_file.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/pascal.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/perl.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/php/keywords.rb +202 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/php.rb +379 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/plain_text.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/plist.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/plsql.rb +578 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/pony.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/postscript.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/powershell.rb +242 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/praat.rb +351 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/prolog.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/prometheus.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/properties.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/protobuf.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/puppet.rb +129 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/python.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/q.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/qml.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/r.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/racket.rb +568 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/reasonml.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/rego.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/rescript.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/robot_framework.rb +249 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ruby.rb +454 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/rust.rb +259 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sas.rb +563 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sass/common.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sass.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/scala.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/scheme.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/scss.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sed.rb +173 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/shell.rb +201 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sieve.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/slice.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/slim.rb +229 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/smalltalk.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/smarty.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sml.rb +345 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/solidity.rb +185 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sparql.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sqf/keywords.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sqf.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sql.rb +161 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ssh.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/stan.rb +451 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/stata.rb +165 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/supercollider.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/swift.rb +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/systemd.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/syzlang.rb +317 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/syzprog.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tap.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tcl.rb +193 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/terraform.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tex.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/toml.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tsx.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ttcn3.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tulip.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/turtle.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/twig.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/typescript/common.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/typescript.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vala.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/varnish.rb +168 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vb.rb +165 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/velocity.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/verilog.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vhdl.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/viml/keywords.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/viml.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vue.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/wollok.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xml.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xojo.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xpath.rb +332 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xquery.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/yaml.rb +378 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/yang.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/zig.rb +139 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/plugins/redcarpet.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/regex_lexer.rb +498 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/template_lexer.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/tex_theme_renderer.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/text_analyzer.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/theme.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/base16.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/bw.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/colorful.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/github.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/gruvbox.rb +170 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/igor_pro.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/magritte.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/molokai.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/monokai.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/monokai_sublime.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/pastie.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/thankful_eyes.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/tulip.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/token.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/util.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/version.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge.rb +108 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/rouge.gemspec +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/LICENSE.md +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/README.md +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/lib/rspec.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/Changelog.md +2368 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/LICENSE.md +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/README.md +384 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/exe/rspec +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/coordinator.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/server.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_command.rb +126 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/utilities.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration.rb +2385 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration_options.rb +233 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/did_you_mean.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/example.rb +666 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/example_group.rb +905 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/console_codes.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/exception_presenter.rb +525 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/helpers.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_printer.rb +412 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/protocol.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters.rb +279 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/invocations.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/memoized_helpers.rb +580 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata_filter.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/notifications.rb +521 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/option_parser.rb +323 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/ordering.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/output_wrapper.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/pending.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/profiler.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/rake_task.rb +188 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/reporter.rb +265 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/runner.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/set.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_example_group.rb +271 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/world.rb +287 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/Changelog.md +1302 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/LICENSE.md +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/README.md +320 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/configuration.rb +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/expectation_target.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/fail_with.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/failure_aggregator.rb +229 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/handler.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/all.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/base_matcher.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/change.rb +450 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/compound.rb +290 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/contain_exactly.rb +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eq.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eql.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/exist.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/has.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/include.rb +206 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/match.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/output.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/raise_error.rb +271 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/respond_to.rb +200 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/satisfy.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/yield.rb +375 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/composable.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/dsl.rb +545 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/english_phrasing.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/generated_descriptions.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_delegator.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_protocol.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers.rb +1044 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/Changelog.md +1262 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/LICENSE.md +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/README.md +463 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/chain.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/proxy.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/recorder.rb +295 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_list_matcher.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_matchers.rb +322 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/configuration.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/error_generator.rb +390 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/example_methods.rb +434 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/instance_method_stasher.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/have_received.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_expectation.rb +820 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_double.rb +309 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_reference.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/mutate_const.rb +339 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/order_group.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/proxy.rb +520 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/test_double.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_double.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_proxy.rb +221 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks.rb +133 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/Changelog.md +364 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/LICENSE.md +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/README.md +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/caller_filter.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/comparable_version.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/differ.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/directory_maker.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/encoded_string.rb +161 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/hunk_generator.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/matcher_definition.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb +438 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/mutex.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/object_formatter.rb +275 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/recursive_const_methods.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/reentrant_mutex.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/ruby_features.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source/location.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source/node.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source/token.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/diff_helpers.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/formatting_support.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/in_sub_process.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/shell_out.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/stderr_splitter.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/string_matcher.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/version.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/warnings.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/with_keywords_when_needed.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/HISTORY.md +759 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/LICENSE +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/README.md +675 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/basic.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/default.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/relaxed.rb +724 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/restricted.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/css.rb +348 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_cdata.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_comment.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_css.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_doctype.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_element.rb +268 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize.rb +244 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/common.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_comment.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_css.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_doctype.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_element.rb +552 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_config.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_malicious_css.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_malicious_html.rb +339 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_parser.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_sanitize.rb +197 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_sanitize_css.rb +424 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_transformers.rb +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/Gemfile +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/LICENSE +144 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/README.md +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/Rakefile +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/examples/bench_cache.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +161 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/spec_helper.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/support/threads.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +507 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +943 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/tasks/update_doc.rake +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/thread_safe.gemspec +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/CHANGES.md +840 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/LICENSE +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/README.md +152 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/Rakefile +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/annual_rules.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country_index_definition.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country_info.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country_timezone.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/data_source.rb +190 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/data_timezone.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/data_timezone_info.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/info_timezone.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/linked_timezone.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/offset_rationals.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/posix_time_zone_parser.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/ruby_core_support.rb +176 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/ruby_country_info.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/ruby_data_source.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/time_or_datetime.rb +351 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone.rb +673 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_definition.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_info.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_offset.rb +101 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_period.rb +245 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_proxy.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_transition.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_transition_definition.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/transition_rule.rb +325 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/zoneinfo_country_info.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/zoneinfo_data_source.rb +504 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/zoneinfo_timezone_info.rb +516 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/assets/payload.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_annual_rules.rb +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country_index_definition.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country_info.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country_timezone.rb +173 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_data_source.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_data_timezone.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_data_timezone_info.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_info_timezone.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_linked_timezone.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_linked_timezone_info.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_offset_rationals.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_posix_time_zone_parser.rb +261 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_ruby_core_support.rb +168 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_ruby_country_info.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_ruby_data_source.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_time_or_datetime.rb +674 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone.rb +1361 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_definition.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_index_definition.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_info.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_london.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_melbourne.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_new_york.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_offset.rb +126 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_period.rb +555 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_proxy.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_transition.rb +366 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_transition_definition.rb +295 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_utc.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_transition_data_timezone_info.rb +433 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_transition_rule.rb +663 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_zoneinfo_country_info.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_zoneinfo_data_source.rb +1226 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_zoneinfo_timezone_info.rb +2149 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/test_utils.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all_ruby.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all_zoneinfo.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +327 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +273 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +333 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +235 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/indexes/countries.rb +940 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +609 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/version.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/EST +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/iso3166.tab +274 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/leapseconds +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/zone.tab +452 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/zone1970.tab +384 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/tzinfo.gemspec +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/README.md +1288 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/error.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/explicit_namespace.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/gem_inflector.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/gem_loader.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/inflector.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/internal.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/kernel.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/callbacks.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/config.rb +365 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/eager_load.rb +228 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/helpers.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader.rb +514 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/real_mod_name.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/registry.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.0.6.1.gemspec +41 -0
- data/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.2.2.gemspec +24 -0
- data/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec +34 -0
- data/vendor/bundle/ruby/2.7.0/specifications/diff-lcs-1.5.0.gemspec +50 -0
- data/vendor/bundle/ruby/2.7.0/specifications/i18n-0.9.5.gemspec +31 -0
- data/vendor/bundle/ruby/2.7.0/specifications/minitest-5.18.0.gemspec +38 -0
- data/vendor/bundle/ruby/2.7.0/specifications/mumuki-emojis-1.3.0.gemspec +34 -0
- data/vendor/bundle/ruby/2.7.0/specifications/mumukit-core-1.19.1.gemspec +0 -0
- data/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.14.2-x86_64-linux.gemspec +37 -0
- data/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.2.gemspec +27 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rack-3.0.7.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rake-12.3.3.gemspec +43 -0
- data/vendor/bundle/ruby/2.7.0/specifications/redcarpet-3.6.0.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rouge-3.30.0.gemspec +24 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-3.12.0.gemspec +39 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-core-3.12.1.gemspec +53 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-expectations-3.12.2.gemspec +44 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-mocks-3.12.5.gemspec +44 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-support-3.12.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.1.gemspec +37 -0
- data/vendor/bundle/ruby/2.7.0/specifications/thread_safe-0.3.6.gemspec +34 -0
- data/vendor/bundle/ruby/2.7.0/specifications/tzinfo-1.2.11.gemspec +35 -0
- data/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.6.7.gemspec +22 -0
- metadata +2011 -7
@@ -0,0 +1,1288 @@
|
|
1
|
+
# Zeitwerk
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
[![Gem Version](https://img.shields.io/gem/v/zeitwerk.svg?style=for-the-badge)](https://rubygems.org/gems/zeitwerk)
|
6
|
+
[![Build Status](https://img.shields.io/github/actions/workflow/status/fxn/zeitwerk/ci.yml?branch=main&event=push&style=for-the-badge)](https://github.com/fxn/zeitwerk/actions/workflows/ci.yml?query=branch%3main)
|
7
|
+
|
8
|
+
<!-- TOC -->
|
9
|
+
|
10
|
+
- [Introduction](#introduction)
|
11
|
+
- [Synopsis](#synopsis)
|
12
|
+
- [File structure](#file-structure)
|
13
|
+
- [The idea: File paths match constant paths](#the-idea-file-paths-match-constant-paths)
|
14
|
+
- [Inner simple constants](#inner-simple-constants)
|
15
|
+
- [Root directories and root namespaces](#root-directories-and-root-namespaces)
|
16
|
+
- [The default root namespace is `Object`](#the-default-root-namespace-is-object)
|
17
|
+
- [Custom root namespaces](#custom-root-namespaces)
|
18
|
+
- [Nested root directories](#nested-root-directories)
|
19
|
+
- [Implicit namespaces](#implicit-namespaces)
|
20
|
+
- [Explicit namespaces](#explicit-namespaces)
|
21
|
+
- [Collapsing directories](#collapsing-directories)
|
22
|
+
- [Testing compliance](#testing-compliance)
|
23
|
+
- [Usage](#usage)
|
24
|
+
- [Setup](#setup)
|
25
|
+
- [Generic](#generic)
|
26
|
+
- [for_gem](#for_gem)
|
27
|
+
- [Autoloading](#autoloading)
|
28
|
+
- [Eager loading](#eager-loading)
|
29
|
+
- [Eager load exclusions](#eager-load-exclusions)
|
30
|
+
- [Eager load directories](#eager-load-directories)
|
31
|
+
- [Eager load namespaces](#eager-load-namespaces)
|
32
|
+
- [Eager load namespaces shared by several loaders](#eager-load-namespaces-shared-by-several-loaders)
|
33
|
+
- [Global eager load](#global-eager-load)
|
34
|
+
- [Loading individual files](#loading-individual-files)
|
35
|
+
- [Reloading](#reloading)
|
36
|
+
- [Configuration and usage](#configuration-and-usage)
|
37
|
+
- [Thread-safety](#thread-safety)
|
38
|
+
- [Inflection](#inflection)
|
39
|
+
- [Zeitwerk::Inflector](#zeitwerkinflector)
|
40
|
+
- [Zeitwerk::GemInflector](#zeitwerkgeminflector)
|
41
|
+
- [Custom inflector](#custom-inflector)
|
42
|
+
- [Callbacks](#callbacks)
|
43
|
+
- [The on_setup callback](#the-on_setup-callback)
|
44
|
+
- [The on_load callback](#the-on_load-callback)
|
45
|
+
- [The on_unload callback](#the-on_unload-callback)
|
46
|
+
- [Technical details](#technical-details)
|
47
|
+
- [Logging](#logging)
|
48
|
+
- [Loader tag](#loader-tag)
|
49
|
+
- [Ignoring parts of the project](#ignoring-parts-of-the-project)
|
50
|
+
- [Use case: Files that do not follow the conventions](#use-case-files-that-do-not-follow-the-conventions)
|
51
|
+
- [Use case: The adapter pattern](#use-case-the-adapter-pattern)
|
52
|
+
- [Use case: Test files mixed with implementation files](#use-case-test-files-mixed-with-implementation-files)
|
53
|
+
- [Shadowed files](#shadowed-files)
|
54
|
+
- [Edge cases](#edge-cases)
|
55
|
+
- [Beware of circular dependencies](#beware-of-circular-dependencies)
|
56
|
+
- [Reopening third-party namespaces](#reopening-third-party-namespaces)
|
57
|
+
- [Introspection](#introspection)
|
58
|
+
- [Encodings](#encodings)
|
59
|
+
- [Rules of thumb](#rules-of-thumb)
|
60
|
+
- [Debuggers](#debuggers)
|
61
|
+
- [Pronunciation](#pronunciation)
|
62
|
+
- [Supported Ruby versions](#supported-ruby-versions)
|
63
|
+
- [Testing](#testing)
|
64
|
+
- [Motivation](#motivation)
|
65
|
+
- [Kernel#require is brittle](#kernelrequire-is-brittle)
|
66
|
+
- [Rails autoloading was brittle](#rails-autoloading-was-brittle)
|
67
|
+
- [Awards](#awards)
|
68
|
+
- [Thanks](#thanks)
|
69
|
+
- [License](#license)
|
70
|
+
|
71
|
+
<!-- /TOC -->
|
72
|
+
|
73
|
+
<a id="markdown-introduction" name="introduction"></a>
|
74
|
+
## Introduction
|
75
|
+
|
76
|
+
Zeitwerk is an efficient and thread-safe code loader for Ruby.
|
77
|
+
|
78
|
+
Given a [conventional file structure](#file-structure), Zeitwerk is able to load your project's classes and modules on demand (autoloading), or upfront (eager loading). You don't need to write `require` calls for your own files, rather, you can streamline your programming knowing that your classes and modules are available everywhere. This feature is efficient, thread-safe, and matches Ruby's semantics for constants.
|
79
|
+
|
80
|
+
Zeitwerk is also able to reload code, which may be handy while developing web applications. Coordination is needed to reload in a thread-safe manner. The documentation below explains how to do this.
|
81
|
+
|
82
|
+
The gem is designed so that any project, gem dependency, application, etc. can have their own independent loader, coexisting in the same process, managing their own project trees, and independent of each other. Each loader has its own configuration, inflector, and optional logger.
|
83
|
+
|
84
|
+
Internally, Zeitwerk issues `require` calls exclusively using absolute file names, so there are no costly file system lookups in `$LOAD_PATH`. Technically, the directories managed by Zeitwerk do not even need to be in `$LOAD_PATH`.
|
85
|
+
|
86
|
+
Furthermore, Zeitwerk does at most one single scan of the project tree, and it descends into subdirectories lazily, only if their namespaces are used.
|
87
|
+
|
88
|
+
<a id="markdown-synopsis" name="synopsis"></a>
|
89
|
+
## Synopsis
|
90
|
+
|
91
|
+
Main interface for gems:
|
92
|
+
|
93
|
+
```ruby
|
94
|
+
# lib/my_gem.rb (main file)
|
95
|
+
|
96
|
+
require "zeitwerk"
|
97
|
+
loader = Zeitwerk::Loader.for_gem
|
98
|
+
loader.setup # ready!
|
99
|
+
|
100
|
+
module MyGem
|
101
|
+
# ...
|
102
|
+
end
|
103
|
+
|
104
|
+
loader.eager_load # optionally
|
105
|
+
```
|
106
|
+
|
107
|
+
Main generic interface:
|
108
|
+
|
109
|
+
```ruby
|
110
|
+
loader = Zeitwerk::Loader.new
|
111
|
+
loader.push_dir(...)
|
112
|
+
loader.setup # ready!
|
113
|
+
```
|
114
|
+
|
115
|
+
The `loader` variable can go out of scope. Zeitwerk keeps a registry with all of them, and so the object won't be garbage collected.
|
116
|
+
|
117
|
+
You can reload if you want to:
|
118
|
+
|
119
|
+
```ruby
|
120
|
+
loader = Zeitwerk::Loader.new
|
121
|
+
loader.push_dir(...)
|
122
|
+
loader.enable_reloading # you need to opt-in before setup
|
123
|
+
loader.setup
|
124
|
+
...
|
125
|
+
loader.reload
|
126
|
+
```
|
127
|
+
|
128
|
+
and you can eager load all the code:
|
129
|
+
|
130
|
+
```ruby
|
131
|
+
loader.eager_load
|
132
|
+
```
|
133
|
+
|
134
|
+
It is also possible to broadcast `eager_load` to all instances:
|
135
|
+
|
136
|
+
```ruby
|
137
|
+
Zeitwerk::Loader.eager_load_all
|
138
|
+
```
|
139
|
+
|
140
|
+
<a id="markdown-file-structure" name="file-structure"></a>
|
141
|
+
## File structure
|
142
|
+
|
143
|
+
<a id="markdown-the-idea-file-paths-match-constant-paths" name="the-idea-file-paths-match-constant-paths"></a>
|
144
|
+
### The idea: File paths match constant paths
|
145
|
+
|
146
|
+
To have a file structure Zeitwerk can work with, just name files and directories after the name of the classes and modules they define:
|
147
|
+
|
148
|
+
```
|
149
|
+
lib/my_gem.rb -> MyGem
|
150
|
+
lib/my_gem/foo.rb -> MyGem::Foo
|
151
|
+
lib/my_gem/bar_baz.rb -> MyGem::BarBaz
|
152
|
+
lib/my_gem/woo/zoo.rb -> MyGem::Woo::Zoo
|
153
|
+
```
|
154
|
+
|
155
|
+
You can tune that a bit by [collapsing directories](#collapsing-directories), or by [ignoring parts of the project](#ignoring-parts-of-the-project), but that is the main idea.
|
156
|
+
|
157
|
+
<a id="markdown-inner-simple-constants" name="inner-simple-constants"></a>
|
158
|
+
### Inner simple constants
|
159
|
+
|
160
|
+
While a simple constant like `HttpCrawler::MAX_RETRIES` can be defined in its own file:
|
161
|
+
|
162
|
+
```ruby
|
163
|
+
# http_crawler/max_retries.rb
|
164
|
+
HttpCrawler::MAX_RETRIES = 10
|
165
|
+
```
|
166
|
+
|
167
|
+
that is not required, you can also define it the regular way:
|
168
|
+
|
169
|
+
```ruby
|
170
|
+
# http_crawler.rb
|
171
|
+
class HttpCrawler
|
172
|
+
MAX_RETRIES = 10
|
173
|
+
end
|
174
|
+
```
|
175
|
+
|
176
|
+
The first example needs a custom [inflection](#inflection) rule:
|
177
|
+
|
178
|
+
```ruby
|
179
|
+
loader.inflector.inflect("max_retries" => "MAX_RETRIES")
|
180
|
+
```
|
181
|
+
|
182
|
+
Otherwise, Zeitwerk would expect the file to define `MaxRetries`.
|
183
|
+
|
184
|
+
In the second example, no custom rule is needed.
|
185
|
+
|
186
|
+
<a id="markdown-root-directories-and-root-namespaces" name="root-directories-and-root-namespaces"></a>
|
187
|
+
### Root directories and root namespaces
|
188
|
+
|
189
|
+
Every directory configured with `push_dir` is called a _root directory_, and they represent _root namespaces_.
|
190
|
+
|
191
|
+
<a id="markdown-the-default-root-namespace-is-object" name="the-default-root-namespace-is-object"></a>
|
192
|
+
#### The default root namespace is `Object`
|
193
|
+
|
194
|
+
By default, the namespace associated to a root directory is the top-level one: `Object`.
|
195
|
+
|
196
|
+
For example, given
|
197
|
+
|
198
|
+
```ruby
|
199
|
+
loader.push_dir("#{__dir__}/models")
|
200
|
+
loader.push_dir("#{__dir__}/serializers"))
|
201
|
+
```
|
202
|
+
|
203
|
+
these are the expected classes and modules being defined by these files:
|
204
|
+
|
205
|
+
```
|
206
|
+
models/user.rb -> User
|
207
|
+
serializers/user_serializer.rb -> UserSerializer
|
208
|
+
```
|
209
|
+
|
210
|
+
<a id="markdown-custom-root-namespaces" name="custom-root-namespaces"></a>
|
211
|
+
#### Custom root namespaces
|
212
|
+
|
213
|
+
While `Object` is by far the most common root namespace, you can associate a different one to a particular root directory. The method `push_dir` accepts a non-anonymous class or module object in the optional `namespace` keyword argument.
|
214
|
+
|
215
|
+
For example, given:
|
216
|
+
|
217
|
+
```ruby
|
218
|
+
require "active_job"
|
219
|
+
require "active_job/queue_adapters"
|
220
|
+
loader.push_dir("#{__dir__}/adapters", namespace: ActiveJob::QueueAdapters)
|
221
|
+
```
|
222
|
+
|
223
|
+
a file defining `ActiveJob::QueueAdapters::MyQueueAdapter` does not need the conventional parent directories, you can (and have to) store the file directly below `adapters`:
|
224
|
+
|
225
|
+
```
|
226
|
+
adapters/my_queue_adapter.rb -> ActiveJob::QueueAdapters::MyQueueAdapter
|
227
|
+
```
|
228
|
+
|
229
|
+
Please, note that the given root namespace must be non-reloadable, though autoloaded constants in that namespace can be. That is, if you associate `app/api` with an existing `Api` module, that module should not be reloadable. However, if the project defines and autoloads the class `Api::Deliveries`, that one can be reloaded.
|
230
|
+
|
231
|
+
<a id="markdown-nested-root-directories" name="nested-root-directories"></a>
|
232
|
+
#### Nested root directories
|
233
|
+
|
234
|
+
Root directories should not be ideally nested, but Zeitwerk supports them because in Rails, for example, both `app/models` and `app/models/concerns` belong to the autoload paths.
|
235
|
+
|
236
|
+
Zeitwerk detects nested root directories, and treats them as roots only. In the example above, `concerns` is not considered to be a namespace below `app/models`. For example, the file:
|
237
|
+
|
238
|
+
```
|
239
|
+
app/models/concerns/geolocatable.rb
|
240
|
+
```
|
241
|
+
|
242
|
+
should define `Geolocatable`, not `Concerns::Geolocatable`.
|
243
|
+
|
244
|
+
<a id="markdown-implicit-namespaces" name="implicit-namespaces"></a>
|
245
|
+
### Implicit namespaces
|
246
|
+
|
247
|
+
If a namespace is just a simple module with no code, you do not need to define it in a file: Directories without a matching Ruby file get modules created automatically on your behalf.
|
248
|
+
|
249
|
+
For example, if a project has an `admin` directory:
|
250
|
+
|
251
|
+
```
|
252
|
+
app/controllers/admin/users_controller.rb -> Admin::UsersController
|
253
|
+
```
|
254
|
+
|
255
|
+
and does not have a file called `admin.rb`, Zeitwerk automatically creates an `Admin` module on your behalf the first time `Admin` is used.
|
256
|
+
|
257
|
+
For this to happen, the directory has to contain non-ignored Ruby files with extension `.rb`, directly or recursively, otherwise it is ignored. This condition is evaluated again on reloads.
|
258
|
+
|
259
|
+
<a id="markdown-explicit-namespaces" name="explicit-namespaces"></a>
|
260
|
+
### Explicit namespaces
|
261
|
+
|
262
|
+
Classes and modules that act as namespaces can also be explicitly defined, though. For instance, consider
|
263
|
+
|
264
|
+
```
|
265
|
+
app/models/hotel.rb -> Hotel
|
266
|
+
app/models/hotel/pricing.rb -> Hotel::Pricing
|
267
|
+
```
|
268
|
+
|
269
|
+
There, `app/models/hotel.rb` defines `Hotel`, and thus Zeitwerk does not autovivify a module.
|
270
|
+
|
271
|
+
The classes and modules from the namespace are already available in the body of the class or module defining it:
|
272
|
+
|
273
|
+
```ruby
|
274
|
+
class Hotel < ApplicationRecord
|
275
|
+
include Pricing # works
|
276
|
+
...
|
277
|
+
end
|
278
|
+
```
|
279
|
+
|
280
|
+
An explicit namespace must be managed by one single loader. Loaders that reopen namespaces owned by other projects are responsible for loading their constants before setup.
|
281
|
+
|
282
|
+
<a id="markdown-collapsing-directories" name="collapsing-directories"></a>
|
283
|
+
### Collapsing directories
|
284
|
+
|
285
|
+
Say some directories in a project exist for organizational purposes only, and you prefer not to have them as namespaces. For example, the `actions` subdirectory in the next example is not meant to represent a namespace, it is there only to group all actions related to bookings:
|
286
|
+
|
287
|
+
```
|
288
|
+
booking.rb -> Booking
|
289
|
+
booking/actions/create.rb -> Booking::Create
|
290
|
+
```
|
291
|
+
|
292
|
+
To make it work that way, configure Zeitwerk to collapse said directory:
|
293
|
+
|
294
|
+
```ruby
|
295
|
+
loader.collapse("#{__dir__}/booking/actions")
|
296
|
+
```
|
297
|
+
|
298
|
+
This method accepts an arbitrary number of strings or `Pathname` objects, and also an array of them.
|
299
|
+
|
300
|
+
You can pass directories and glob patterns. Glob patterns are expanded when they are added, and again on each reload.
|
301
|
+
|
302
|
+
To illustrate usage of glob patterns, if `actions` in the example above is part of a standardized structure, you could use a wildcard:
|
303
|
+
|
304
|
+
```ruby
|
305
|
+
loader.collapse("#{__dir__}/*/actions")
|
306
|
+
```
|
307
|
+
|
308
|
+
<a id="markdown-testing-compliance" name="testing-compliance"></a>
|
309
|
+
### Testing compliance
|
310
|
+
|
311
|
+
When a managed file is loaded, Zeitwerk verifies the expected constant is defined. If it is not, `Zeitwerk::NameError` is raised.
|
312
|
+
|
313
|
+
So, an easy way to ensure compliance in the test suite is to eager load the project:
|
314
|
+
|
315
|
+
```ruby
|
316
|
+
begin
|
317
|
+
loader.eager_load(force: true)
|
318
|
+
rescue Zeitwerk::NameError => e
|
319
|
+
flunk e.message
|
320
|
+
else
|
321
|
+
assert true
|
322
|
+
end
|
323
|
+
```
|
324
|
+
|
325
|
+
<a id="markdown-usage" name="usage"></a>
|
326
|
+
## Usage
|
327
|
+
|
328
|
+
<a id="markdown-setup" name="setup"></a>
|
329
|
+
### Setup
|
330
|
+
|
331
|
+
<a id="markdown-generic" name="generic"></a>
|
332
|
+
#### Generic
|
333
|
+
|
334
|
+
Loaders are ready to load code right after calling `setup` on them:
|
335
|
+
|
336
|
+
```ruby
|
337
|
+
loader.setup
|
338
|
+
```
|
339
|
+
|
340
|
+
This method is synchronized and idempotent.
|
341
|
+
|
342
|
+
Customization should generally be done before that call. In particular, in the generic interface you may set the root directories from which you want to load files:
|
343
|
+
|
344
|
+
```ruby
|
345
|
+
loader.push_dir(...)
|
346
|
+
loader.push_dir(...)
|
347
|
+
loader.setup
|
348
|
+
```
|
349
|
+
|
350
|
+
<a id="markdown-for_gem" name="for_gem"></a>
|
351
|
+
#### for_gem
|
352
|
+
|
353
|
+
`Zeitwerk::Loader.for_gem` is a convenience shortcut for the common case in which a gem has its entry point directly under the `lib` directory:
|
354
|
+
|
355
|
+
```
|
356
|
+
lib/my_gem.rb # MyGem
|
357
|
+
lib/my_gem/version.rb # MyGem::VERSION
|
358
|
+
lib/my_gem/foo.rb # MyGem::Foo
|
359
|
+
```
|
360
|
+
|
361
|
+
Neither a gemspec nor a version file are technically required, this helper works as long as the code is organized using that standard structure.
|
362
|
+
|
363
|
+
Conceptually, `for_gem` translates to:
|
364
|
+
|
365
|
+
```ruby
|
366
|
+
# lib/my_gem.rb
|
367
|
+
|
368
|
+
require "zeitwerk"
|
369
|
+
loader = Zeitwerk::Loader.new
|
370
|
+
loader.tag = File.basename(__FILE__, ".rb")
|
371
|
+
loader.inflector = Zeitwerk::GemInflector.new(__FILE__)
|
372
|
+
loader.push_dir(__dir__)
|
373
|
+
```
|
374
|
+
|
375
|
+
If the main module references project constants at the top-level, Zeitwerk has to be ready to load them. Their definitions, in turn, may reference other project constants. And this is recursive. Therefore, it is important that the `setup` call happens above the main module definition:
|
376
|
+
|
377
|
+
```ruby
|
378
|
+
# lib/my_gem.rb (main file)
|
379
|
+
|
380
|
+
require "zeitwerk"
|
381
|
+
loader = Zeitwerk::Loader.for_gem
|
382
|
+
loader.setup
|
383
|
+
|
384
|
+
module MyGem
|
385
|
+
# Since the setup has been performed, at this point we are already able
|
386
|
+
# to reference project constants, in this case MyGem::MyLogger.
|
387
|
+
include MyLogger
|
388
|
+
end
|
389
|
+
```
|
390
|
+
|
391
|
+
Due to technical reasons, the entry point of the gem has to be loaded with `Kernel#require`, which is the standard way to load a gem. Loading that file with `Kernel#load` or `Kernel#require_relative` won't generally work.
|
392
|
+
|
393
|
+
`Zeitwerk::Loader.for_gem` is idempotent when invoked from the same file, to support gems that want to reload (unlikely).
|
394
|
+
|
395
|
+
If the entry point of your gem lives in a subdirectory of `lib` because it is reopening a namespace defined somewhere else, please use the generic API to setup the loader, and make sure you check the section [_Reopening third-party namespaces_](#reopening-third-party-namespaces) down below.
|
396
|
+
|
397
|
+
Loaders returned by `Zeitwerk::Loader.for_gem` issue warnings if `lib` has extra Ruby files or directories.
|
398
|
+
|
399
|
+
For example, if the gem has Rails generators under `lib/generators`, by convention that directory defines a `Generators` Ruby module. If `generators` is just a container for non-autoloadable code and templates, not acting as a project namespace, you need to setup things accordingly.
|
400
|
+
|
401
|
+
If the warning is legit, just tell the loader to ignore the offending file or directory:
|
402
|
+
|
403
|
+
```ruby
|
404
|
+
loader.ignore("#{__dir__}/generators")
|
405
|
+
```
|
406
|
+
|
407
|
+
Otherwise, there's a flag to say the extra stuff is OK:
|
408
|
+
|
409
|
+
```ruby
|
410
|
+
Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
|
411
|
+
```
|
412
|
+
|
413
|
+
<a id="markdown-autoloading" name="autoloading"></a>
|
414
|
+
### Autoloading
|
415
|
+
|
416
|
+
After `setup`, you are able to reference classes and modules from the project without issuing `require` calls for them. They are all available everywhere, autoloading loads them on demand. This works even if the reference to the class or module is first hit in client code, outside your project.
|
417
|
+
|
418
|
+
Let's revisit the example above:
|
419
|
+
|
420
|
+
```ruby
|
421
|
+
# lib/my_gem.rb (main file)
|
422
|
+
|
423
|
+
require "zeitwerk"
|
424
|
+
loader = Zeitwerk::Loader.for_gem
|
425
|
+
loader.setup
|
426
|
+
|
427
|
+
module MyGem
|
428
|
+
include MyLogger # (*)
|
429
|
+
end
|
430
|
+
```
|
431
|
+
|
432
|
+
That works, and there is no `require "my_gem/my_logger"`. When `(*)` is reached, Zeitwerk seamlessly autoloads `MyGem::MyLogger`.
|
433
|
+
|
434
|
+
If autoloading a file does not define the expected class or module, Zeitwerk raises `Zeitwerk::NameError`, which is a subclass of `NameError`.
|
435
|
+
|
436
|
+
<a id="markdown-eager-loading" name="eager-loading"></a>
|
437
|
+
### Eager loading
|
438
|
+
|
439
|
+
Zeitwerk instances are able to eager load their managed files:
|
440
|
+
|
441
|
+
```ruby
|
442
|
+
loader.eager_load
|
443
|
+
```
|
444
|
+
|
445
|
+
That skips [ignored files and directories](#ignoring-parts-of-the-project).
|
446
|
+
|
447
|
+
In gems, the method needs to be invoked after the main namespace has been defined, as shown in [Synopsis](#synopsis).
|
448
|
+
|
449
|
+
Eager loading is synchronized and idempotent.
|
450
|
+
|
451
|
+
Attempting to eager load without previously calling `setup` raises `Zeitwerk::SetupRequired`.
|
452
|
+
|
453
|
+
<a id="markdown-eager-load-exclusions" name="eager-load-exclusions"></a>
|
454
|
+
#### Eager load exclusions
|
455
|
+
|
456
|
+
You can tell Zeitwerk that certain files or directories are autoloadable, but should not be eager loaded:
|
457
|
+
|
458
|
+
```ruby
|
459
|
+
db_adapters = "#{__dir__}/my_gem/db_adapters"
|
460
|
+
loader.do_not_eager_load(db_adapters)
|
461
|
+
loader.setup
|
462
|
+
loader.eager_load # won't eager load the database adapters
|
463
|
+
```
|
464
|
+
|
465
|
+
However, that can be overridden with `force`:
|
466
|
+
|
467
|
+
```ruby
|
468
|
+
loader.eager_load(force: true) # database adapters are eager loaded
|
469
|
+
```
|
470
|
+
|
471
|
+
Which may be handy if the project eager loads in the test suite to [ensure project layout compliance](#testing-compliance).
|
472
|
+
|
473
|
+
The `force` flag does not affect ignored files and directories, those are still ignored.
|
474
|
+
|
475
|
+
<a id="markdown-eager-load-directories" name="eager-load-directories"></a>
|
476
|
+
#### Eager load directories
|
477
|
+
|
478
|
+
The method `Zeitwerk::Loader#eager_load_dir` eager loads a given directory, recursively:
|
479
|
+
|
480
|
+
```ruby
|
481
|
+
loader.eager_load_dir("#{__dir__}/custom_web_app/routes")
|
482
|
+
```
|
483
|
+
|
484
|
+
This is useful when the loader is not eager loading the entire project, but you still need some subtree to be loaded for things to function properly.
|
485
|
+
|
486
|
+
Both strings and `Pathname` objects are supported as arguments. If the argument is not a directory managed by the receiver, the method raises `Zeitwerk::Error`.
|
487
|
+
|
488
|
+
[Eager load exclusions](#eager-load-exclusions), [ignored files and directories](#ignoring-parts-of-the-project), and [shadowed files](#shadowed-files) are not eager loaded.
|
489
|
+
|
490
|
+
`Zeitwerk::Loader#eager_load_dir` is idempotent, but compatible with reloading. If you eager load a directory and then reload, eager loading that directory will load its (current) contents again.
|
491
|
+
|
492
|
+
The method checks if a regular eager load was already executed, in which case it returns fast.
|
493
|
+
|
494
|
+
Nested root directories which are descendants of the argument are skipped. Those subtrees are considered to be conceptually apart.
|
495
|
+
|
496
|
+
Attempting to eager load a directory without previously calling `setup` raises `Zeitwerk::SetupRequired`.
|
497
|
+
|
498
|
+
<a id="markdown-eager-load-namespaces" name="eager-load-namespaces"></a>
|
499
|
+
#### Eager load namespaces
|
500
|
+
|
501
|
+
The method `Zeitwerk::Loader#eager_load_namespace` eager loads a given namespace, recursively:
|
502
|
+
|
503
|
+
```ruby
|
504
|
+
loader.eager_load_namespace(MyApp::Routes)
|
505
|
+
```
|
506
|
+
|
507
|
+
This is useful when the loader is not eager loading the entire project, but you still need some namespace to be loaded for things to function properly.
|
508
|
+
|
509
|
+
The argument has to be a class or module object and the method raises `Zeitwerk::Error` otherwise.
|
510
|
+
|
511
|
+
If the namespace is spread over multiple directories in the receiver's source tree, they are all eager loaded. For example, if you have a structure like
|
512
|
+
|
513
|
+
```
|
514
|
+
root_dir1/my_app/routes
|
515
|
+
root_dir2/my_app/routes
|
516
|
+
root_dir3/my_app/routes
|
517
|
+
```
|
518
|
+
|
519
|
+
where `root_directory{1,2,3}` are root directories, eager loading `MyApp::Routes` will eager load the contents of the three corresponding directories.
|
520
|
+
|
521
|
+
There might exist external source trees implementing part of the namespace. This happens routinely, because top-level constants are stored in the globally shared `Object`. It happens also when deliberately [reopening third-party namespaces](#reopening-third-party-namespaces). Such external code is not eager loaded, the implementation is carefully scoped to what the receiver manages to avoid side-effects elsewhere.
|
522
|
+
|
523
|
+
This method is flexible about what it accepts. Its semantics have to be interpreted as: "_If_ you manage this namespace, or part of this namespace, please eager load what you got". In particular, if the receiver does not manage the namespace, it will simply do nothing, this is not an error condition.
|
524
|
+
|
525
|
+
[Eager load exclusions](#eager-load-exclusions), [ignored files and directories](#ignoring-parts-of-the-project), and [shadowed files](#shadowed-files) are not eager loaded.
|
526
|
+
|
527
|
+
`Zeitwerk::Loader#eager_load_namespace` is idempotent, but compatible with reloading. If you eager load a namespace and then reload, eager loading that namespace will load its (current) descendants again.
|
528
|
+
|
529
|
+
The method checks if a regular eager load was already executed, in which case it returns fast.
|
530
|
+
|
531
|
+
If root directories are assigned to custom namespaces, the method behaves as you'd expect, according to the namespacing relationship between the custom namespace and the argument.
|
532
|
+
|
533
|
+
Attempting to eager load a namespace without previously calling `setup` raises `Zeitwerk::SetupRequired`.
|
534
|
+
|
535
|
+
<a id="markdown-eager-load-namespaces-shared-by-several-loaders" name="eager-load-namespaces-shared-by-several-loaders"></a>
|
536
|
+
#### Eager load namespaces shared by several loaders
|
537
|
+
|
538
|
+
The method `Zeitwerk::Loader.eager_load_namespace` broadcasts `eager_load_namespace` to all loaders.
|
539
|
+
|
540
|
+
```ruby
|
541
|
+
Zeitwerk::Loader.eager_load_namespace(MyFramework::Routes)
|
542
|
+
```
|
543
|
+
|
544
|
+
This may be handy, for example, if a framework supports plugins and a shared namespace needs to be eager loaded for the framework to function properly.
|
545
|
+
|
546
|
+
Please, note that loaders only eager load namespaces they manage, as documented above. Therefore, this method does not allow you to eager load namespaces not managed by Zeitwerk loaders.
|
547
|
+
|
548
|
+
This method does not require that all registered loaders have `setup` already invoked, since that is out of your control. If there's any in that state, it is simply skipped.
|
549
|
+
|
550
|
+
<a id="markdown-global-eager-load" name="global-eager-load"></a>
|
551
|
+
#### Global eager load
|
552
|
+
|
553
|
+
If you want to eager load yourself and all dependencies that use Zeitwerk, you can broadcast the `eager_load` call to all instances:
|
554
|
+
|
555
|
+
```ruby
|
556
|
+
Zeitwerk::Loader.eager_load_all
|
557
|
+
```
|
558
|
+
|
559
|
+
This may be handy in top-level services, like web applications.
|
560
|
+
|
561
|
+
Note that thanks to idempotence `Zeitwerk::Loader.eager_load_all` won't eager load twice if any of the instances already eager loaded.
|
562
|
+
|
563
|
+
This method does not accept the `force` flag, since in general it wouldn't be a good idea to force eager loading in 3rd party code.
|
564
|
+
|
565
|
+
This method does not require that all registered loaders have `setup` already invoked, since that is out of your control. If there's any in that state, it is simply skipped.
|
566
|
+
|
567
|
+
<a id="markdown-loading-individual-files" name="loading-individual-files"></a>
|
568
|
+
### Loading individual files
|
569
|
+
|
570
|
+
The method `Zeitwerk::Loader#load_file` loads an individual Ruby file:
|
571
|
+
|
572
|
+
```ruby
|
573
|
+
loader.load_file("#{__dir__}/custom_web_app/routes.rb")
|
574
|
+
```
|
575
|
+
|
576
|
+
This is useful when the loader is not eager loading the entire project, but you still need an individual file to be loaded for things to function properly.
|
577
|
+
|
578
|
+
Both strings and `Pathname` objects are supported as arguments. The method raises `Zeitwerk::Error` if the argument is not a Ruby file, is [ignored](#ignoring-parts-of-the-project), is [shadowed](#shadowed-files), or is not managed by the receiver.
|
579
|
+
|
580
|
+
`Zeitwerk::Loader#load_file` is idempotent, but compatible with reloading. If you load a file and then reload, a new call will load its (current) contents again.
|
581
|
+
|
582
|
+
If you want to eager load a directory, `Zeitwerk::Loader#eager_load_dir` is more efficient than invoking `Zeitwerk::Loader#load_file` on its files.
|
583
|
+
|
584
|
+
<a id="markdown-reloading" name="reloading"></a>
|
585
|
+
### Reloading
|
586
|
+
|
587
|
+
<a id="markdown-configuration-and-usage" name="configuration-and-usage"></a>
|
588
|
+
#### Configuration and usage
|
589
|
+
|
590
|
+
Zeitwerk is able to reload code, but you need to enable this feature:
|
591
|
+
|
592
|
+
```ruby
|
593
|
+
loader = Zeitwerk::Loader.new
|
594
|
+
loader.push_dir(...)
|
595
|
+
loader.enable_reloading # you need to opt-in before setup
|
596
|
+
loader.setup
|
597
|
+
...
|
598
|
+
loader.reload
|
599
|
+
```
|
600
|
+
|
601
|
+
There is no way to undo this, either you want to reload or you don't.
|
602
|
+
|
603
|
+
Enabling reloading after setup raises `Zeitwerk::Error`. Attempting to reload without having it enabled raises `Zeitwerk::ReloadingDisabledError`. Attempting to reload without previously calling `setup` raises `Zeitwerk::SetupRequired`.
|
604
|
+
|
605
|
+
Generally speaking, reloading is useful while developing running services like web applications. Gems that implement regular libraries, so to speak, or services running in testing or production environments, won't normally have a use case for reloading. If reloading is not enabled, Zeitwerk is able to use less memory.
|
606
|
+
|
607
|
+
Reloading removes the currently loaded classes and modules and resets the loader so that it will pick whatever is in the file system now.
|
608
|
+
|
609
|
+
It is important to highlight that this is an instance method. Don't worry about project dependencies managed by Zeitwerk, their loaders are independent.
|
610
|
+
|
611
|
+
<a id="markdown-thread-safety" name="thread-safety"></a>
|
612
|
+
#### Thread-safety
|
613
|
+
|
614
|
+
In order to reload safely, no other thread can be autoloading or reloading concurrently. Client code is responsible for this coordination.
|
615
|
+
|
616
|
+
For example, a web framework that serves each request in its own thread and has reloading enabled could create a read-write lock on boot like this:
|
617
|
+
|
618
|
+
```ruby
|
619
|
+
require "concurrent/atomic/read_write_lock"
|
620
|
+
|
621
|
+
MyFramework::RELOAD_RW_LOCK = Concurrent::ReadWriteLock.new
|
622
|
+
```
|
623
|
+
|
624
|
+
You acquire the lock for reading for serving each individual request:
|
625
|
+
|
626
|
+
```ruby
|
627
|
+
MyFramework::RELOAD_RW_LOCK.with_read_lock do
|
628
|
+
serve(request)
|
629
|
+
end
|
630
|
+
```
|
631
|
+
|
632
|
+
Then, when a reload is triggered, just acquire the lock for writing in order to execute the method call safely:
|
633
|
+
|
634
|
+
```ruby
|
635
|
+
MyFramework::RELOAD_RW_LOCK.with_write_lock do
|
636
|
+
loader.reload
|
637
|
+
end
|
638
|
+
```
|
639
|
+
|
640
|
+
On reloading, client code has to update anything that would otherwise be storing a stale object. For example, if the routing layer of a web framework stores reloadable controller class objects or instances in internal structures, on reload it has to refresh them somehow, possibly reevaluating routes.
|
641
|
+
|
642
|
+
<a id="markdown-inflection" name="inflection"></a>
|
643
|
+
### Inflection
|
644
|
+
|
645
|
+
Each individual loader needs an inflector to figure out which constant path would a given file or directory map to. Zeitwerk ships with two basic inflectors, and you can define your own.
|
646
|
+
|
647
|
+
<a id="markdown-zeitwerkinflector" name="zeitwerkinflector"></a>
|
648
|
+
#### Zeitwerk::Inflector
|
649
|
+
|
650
|
+
Each loader instantiated with `Zeitwerk::Loader.new` has an inflector of this type by default.
|
651
|
+
|
652
|
+
This is a very basic inflector that converts snake case to camel case:
|
653
|
+
|
654
|
+
```
|
655
|
+
user -> User
|
656
|
+
users_controller -> UsersController
|
657
|
+
html_parser -> HtmlParser
|
658
|
+
```
|
659
|
+
|
660
|
+
The camelize logic can be overridden easily for individual basenames:
|
661
|
+
|
662
|
+
```ruby
|
663
|
+
loader.inflector.inflect(
|
664
|
+
"html_parser" => "HTMLParser",
|
665
|
+
"mysql_adapter" => "MySQLAdapter"
|
666
|
+
)
|
667
|
+
```
|
668
|
+
|
669
|
+
The `inflect` method can be invoked several times if you prefer this other style:
|
670
|
+
|
671
|
+
```ruby
|
672
|
+
loader.inflector.inflect "html_parser" => "HTMLParser"
|
673
|
+
loader.inflector.inflect "mysql_adapter" => "MySQLAdapter"
|
674
|
+
```
|
675
|
+
|
676
|
+
Overrides need to be configured before calling `setup`.
|
677
|
+
|
678
|
+
The inflectors of different loaders are independent of each other. There are no global inflection rules or global configuration that can affect this inflector. It is deterministic.
|
679
|
+
|
680
|
+
<a id="markdown-zeitwerkgeminflector" name="zeitwerkgeminflector"></a>
|
681
|
+
#### Zeitwerk::GemInflector
|
682
|
+
|
683
|
+
Each loader instantiated with `Zeitwerk::Loader.for_gem` has an inflector of this type by default.
|
684
|
+
|
685
|
+
This inflector is like the basic one, except it expects `lib/my_gem/version.rb` to define `MyGem::VERSION`.
|
686
|
+
|
687
|
+
The inflectors of different loaders are independent of each other. There are no global inflection rules or global configuration that can affect this inflector. It is deterministic.
|
688
|
+
|
689
|
+
<a id="markdown-custom-inflector" name="custom-inflector"></a>
|
690
|
+
#### Custom inflector
|
691
|
+
|
692
|
+
The inflectors that ship with Zeitwerk are deterministic and simple. But you can configure your own:
|
693
|
+
|
694
|
+
```ruby
|
695
|
+
# frozen_string_literal: true
|
696
|
+
|
697
|
+
class MyInflector < Zeitwerk::Inflector
|
698
|
+
def camelize(basename, abspath)
|
699
|
+
if basename =~ /\Ahtml_(.*)/
|
700
|
+
"HTML" + super($1, abspath)
|
701
|
+
else
|
702
|
+
super
|
703
|
+
end
|
704
|
+
end
|
705
|
+
end
|
706
|
+
```
|
707
|
+
|
708
|
+
The first argument, `basename`, is a string with the basename of the file or directory to be inflected. In the case of a file, without extension. In the case of a directory, without trailing slash. The inflector needs to return this basename inflected. Therefore, a simple constant name without colons.
|
709
|
+
|
710
|
+
The second argument, `abspath`, is a string with the absolute path to the file or directory in case you need it to decide how to inflect the basename. Paths to directories don't have trailing slashes.
|
711
|
+
|
712
|
+
Then, assign the inflector:
|
713
|
+
|
714
|
+
```ruby
|
715
|
+
loader.inflector = MyInflector.new
|
716
|
+
```
|
717
|
+
|
718
|
+
This needs to be done before calling `setup`.
|
719
|
+
|
720
|
+
If a custom inflector definition in a gem takes too much space in the main file, you can extract it. For example, this is a simple pattern:
|
721
|
+
|
722
|
+
```ruby
|
723
|
+
# lib/my_gem/inflector.rb
|
724
|
+
module MyGem
|
725
|
+
class Inflector < Zeitwerk::GemInflector
|
726
|
+
...
|
727
|
+
end
|
728
|
+
end
|
729
|
+
|
730
|
+
# lib/my_gem.rb
|
731
|
+
require "zeitwerk"
|
732
|
+
require_relative "my_gem/inflector"
|
733
|
+
|
734
|
+
loader = Zeitwerk::Loader.for_gem
|
735
|
+
loader.inflector = MyGem::Inflector.new(__FILE__)
|
736
|
+
loader.setup
|
737
|
+
|
738
|
+
module MyGem
|
739
|
+
# ...
|
740
|
+
end
|
741
|
+
```
|
742
|
+
|
743
|
+
Since `MyGem` is referenced before the namespace is defined in the main file, it is important to use this style:
|
744
|
+
|
745
|
+
```ruby
|
746
|
+
# Correct, effectively defines MyGem.
|
747
|
+
module MyGem
|
748
|
+
class Inflector < Zeitwerk::GemInflector
|
749
|
+
# ...
|
750
|
+
end
|
751
|
+
end
|
752
|
+
```
|
753
|
+
|
754
|
+
instead of:
|
755
|
+
|
756
|
+
```ruby
|
757
|
+
# Raises uninitialized constant MyGem (NameError).
|
758
|
+
class MyGem::Inflector < Zeitwerk::GemInflector
|
759
|
+
# ...
|
760
|
+
end
|
761
|
+
```
|
762
|
+
|
763
|
+
<a id="markdown-callbacks" name="callbacks"></a>
|
764
|
+
### Callbacks
|
765
|
+
|
766
|
+
<a id="markdown-the-on_setup-callback" name="the-on_setup-callback"></a>
|
767
|
+
#### The on_setup callback
|
768
|
+
|
769
|
+
The `on_setup` callback is fired on setup and on each reload:
|
770
|
+
|
771
|
+
```ruby
|
772
|
+
loader.on_setup do
|
773
|
+
# Ready to autoload here.
|
774
|
+
end
|
775
|
+
```
|
776
|
+
|
777
|
+
Multiple `on_setup` callbacks are supported, and they run in order of definition.
|
778
|
+
|
779
|
+
If `setup` was already executed, the callback is fired immediately.
|
780
|
+
|
781
|
+
<a id="markdown-the-on_load-callback" name="the-on_load-callback"></a>
|
782
|
+
#### The on_load callback
|
783
|
+
|
784
|
+
The usual place to run something when a file is loaded is the file itself. However, sometimes you'd like to be called, and this is possible with the `on_load` callback.
|
785
|
+
|
786
|
+
For example, let's imagine this class belongs to a Rails application:
|
787
|
+
|
788
|
+
```ruby
|
789
|
+
class SomeApiClient
|
790
|
+
class << self
|
791
|
+
attr_accessor :endpoint
|
792
|
+
end
|
793
|
+
end
|
794
|
+
```
|
795
|
+
|
796
|
+
With `on_load`, it is easy to schedule code at boot time that initializes `endpoint` according to the configuration:
|
797
|
+
|
798
|
+
```ruby
|
799
|
+
# config/environments/development.rb
|
800
|
+
loader.on_load("SomeApiClient") do |klass, _abspath|
|
801
|
+
klass.endpoint = "https://api.dev"
|
802
|
+
end
|
803
|
+
|
804
|
+
# config/environments/production.rb
|
805
|
+
loader.on_load("SomeApiClient") do |klass, _abspath|
|
806
|
+
klass.endpoint = "https://api.prod"
|
807
|
+
end
|
808
|
+
```
|
809
|
+
|
810
|
+
Some uses cases:
|
811
|
+
|
812
|
+
* Doing something with a reloadable class or module in a Rails application during initialization, in a way that plays well with reloading. As in the previous example.
|
813
|
+
* Delaying the execution of the block until the class is loaded for performance.
|
814
|
+
* Delaying the execution of the block until the class is loaded because it follows the adapter pattern and better not to load the class if the user does not need it.
|
815
|
+
|
816
|
+
`on_load` gets a target constant path as a string (e.g., "User", or "Service::NotificationsGateway"). When fired, its block receives the stored value, and the absolute path to the corresponding file or directory as a string. The callback is executed every time the target is loaded. That includes reloads.
|
817
|
+
|
818
|
+
Multiple callbacks on the same target are supported, and they run in order of definition.
|
819
|
+
|
820
|
+
The block is executed once the loader has loaded the target. In particular, if the target was already loaded when the callback is defined, the block won't run. But if you reload and load the target again, then it will. Normally, you'll want to define `on_load` callbacks before `setup`.
|
821
|
+
|
822
|
+
Defining a callback for a target not managed by the receiver is not an error, the block simply won't ever be executed.
|
823
|
+
|
824
|
+
It is also possible to be called when any constant managed by the loader is loaded:
|
825
|
+
|
826
|
+
```ruby
|
827
|
+
loader.on_load do |cpath, value, abspath|
|
828
|
+
# ...
|
829
|
+
end
|
830
|
+
```
|
831
|
+
|
832
|
+
The block gets the constant path as a string (e.g., "User", or "Foo::VERSION"), the value it stores (e.g., the class object stored in `User`, or "2.5.0"), and the absolute path to the corresponding file or directory as a string.
|
833
|
+
|
834
|
+
Multiple callbacks like these are supported, and they run in order of definition.
|
835
|
+
|
836
|
+
There are use cases for this last catch-all callback, but they are rare. If you just need to understand how things are being loaded for debugging purposes, please remember that `Zeitwerk::Loader#log!` logs plenty of information.
|
837
|
+
|
838
|
+
If both types of callbacks are defined, the specific ones run first.
|
839
|
+
|
840
|
+
Since `on_load` callbacks are executed right after files are loaded, even if the loading context seems to be far away, in practice **the block is subject to [circular dependencies](#beware-of-circular-dependencies)**. As a rule of thumb, as far as loading order and its interdependencies is concerned, you have to program as if the block was executed at the bottom of the file just loaded.
|
841
|
+
|
842
|
+
<a id="markdown-the-on_unload-callback" name="the-on_unload-callback"></a>
|
843
|
+
#### The on_unload callback
|
844
|
+
|
845
|
+
When reloading is enabled, you may occasionally need to execute something before a certain autoloaded class or module is unloaded. The `on_unload` callback allows you to do that.
|
846
|
+
|
847
|
+
For example, let's imagine that a `Country` class fetches a list of countries and caches them when it is loaded. You might want to clear that cache if unloaded:
|
848
|
+
|
849
|
+
```ruby
|
850
|
+
loader.on_unload("Country") do |klass, _abspath|
|
851
|
+
klass.clear_cache
|
852
|
+
end
|
853
|
+
```
|
854
|
+
|
855
|
+
`on_unload` gets a target constant path as a string (e.g., "User", or "Service::NotificationsGateway"). When fired, its block receives the stored value, and the absolute path to the corresponding file or directory as a string. The callback is executed every time the target is unloaded.
|
856
|
+
|
857
|
+
`on_unload` blocks are executed before the class is unloaded, but in the middle of unloading, which happens in an unspecified order. Therefore, **that callback should not refer to any reloadable constant because there is no guarantee the constant works there**. Those blocks should rely on objects only, as in the example above, or regular constants not managed by the loader. This remark is transitive, applies to any methods invoked within the block.
|
858
|
+
|
859
|
+
Multiple callbacks on the same target are supported, and they run in order of definition.
|
860
|
+
|
861
|
+
Defining a callback for a target not managed by the receiver is not an error, the block simply won't ever be executed.
|
862
|
+
|
863
|
+
It is also possible to be called when any constant managed by the loader is unloaded:
|
864
|
+
|
865
|
+
```ruby
|
866
|
+
loader.on_unload do |cpath, value, abspath|
|
867
|
+
# ...
|
868
|
+
end
|
869
|
+
```
|
870
|
+
|
871
|
+
The block gets the constant path as a string (e.g., "User", or "Foo::VERSION"), the value it stores (e.g., the class object stored in `User`, or "2.5.0"), and the absolute path to the corresponding file or directory as a string.
|
872
|
+
|
873
|
+
Multiple callbacks like these are supported, and they run in order of definition.
|
874
|
+
|
875
|
+
If both types of callbacks are defined, the specific ones run first.
|
876
|
+
|
877
|
+
<a id="markdown-technical-details" name="technical-details"></a>
|
878
|
+
#### Technical details
|
879
|
+
|
880
|
+
Zeitwerk uses the word "unload" to ease communication and for symmetry with `on_load`. However, in Ruby you cannot unload things for real. So, when does `on_unload` technically happen?
|
881
|
+
|
882
|
+
When unloading, Zeitwerk issues `Module#remove_const` calls. Classes and modules are no longer reachable through their constants, and `on_unload` callbacks are executed right before those calls.
|
883
|
+
|
884
|
+
Technically, though, the objects themselves are still alive, but if everything is used as expected and they are not stored in any non-reloadable place (don't do that), they are ready for garbage collection, which is when the real unloading happens.
|
885
|
+
|
886
|
+
<a id="markdown-logging" name="logging"></a>
|
887
|
+
### Logging
|
888
|
+
|
889
|
+
Zeitwerk is silent by default, but you can ask loaders to trace their activity. Logging is meant just for troubleshooting, shouldn't normally be enabled.
|
890
|
+
|
891
|
+
The `log!` method is a quick shortcut to let the loader log to `$stdout`:
|
892
|
+
|
893
|
+
```
|
894
|
+
loader.log!
|
895
|
+
```
|
896
|
+
|
897
|
+
If you want more control, a logger can be configured as a callable
|
898
|
+
|
899
|
+
```ruby
|
900
|
+
loader.logger = method(:puts)
|
901
|
+
loader.logger = ->(msg) { ... }
|
902
|
+
```
|
903
|
+
|
904
|
+
as well as anything that responds to `debug`:
|
905
|
+
|
906
|
+
```ruby
|
907
|
+
loader.logger = Logger.new($stderr)
|
908
|
+
loader.logger = Rails.logger
|
909
|
+
```
|
910
|
+
|
911
|
+
In both cases, the corresponding methods are going to be passed exactly one argument with the message to be logged.
|
912
|
+
|
913
|
+
It is also possible to set a global default this way:
|
914
|
+
|
915
|
+
```ruby
|
916
|
+
Zeitwerk::Loader.default_logger = method(:puts)
|
917
|
+
```
|
918
|
+
|
919
|
+
If there is a logger configured, you'll see traces when autoloads are set, files loaded, and modules autovivified. While reloading, removed autoloads and unloaded objects are also traced.
|
920
|
+
|
921
|
+
As a curiosity, if your project has namespaces you'll notice in the traces Zeitwerk sets autoloads for _directories_. That's a technique used to be able to descend into subdirectories on demand, avoiding that way unnecessary tree walks.
|
922
|
+
|
923
|
+
<a id="markdown-loader-tag" name="loader-tag"></a>
|
924
|
+
#### Loader tag
|
925
|
+
|
926
|
+
Loaders have a tag that is printed in traces in order to be able to distinguish them in globally logged activity:
|
927
|
+
|
928
|
+
```
|
929
|
+
Zeitwerk@9fa54b: autoload set for User, to be loaded from ...
|
930
|
+
```
|
931
|
+
|
932
|
+
By default, a random tag like the one above is assigned, but you can change it:
|
933
|
+
|
934
|
+
```
|
935
|
+
loader.tag = "grep_me"
|
936
|
+
```
|
937
|
+
|
938
|
+
The tag of a loader returned by `for_gem` is the basename of the root file without extension:
|
939
|
+
|
940
|
+
```
|
941
|
+
Zeitwerk@my_gem: constant MyGem::Foo loaded from ...
|
942
|
+
```
|
943
|
+
|
944
|
+
<a id="markdown-ignoring-parts-of-the-project" name="ignoring-parts-of-the-project"></a>
|
945
|
+
### Ignoring parts of the project
|
946
|
+
|
947
|
+
Zeitwerk ignores automatically any file or directory whose name starts with a dot, and any files that do not have extension ".rb".
|
948
|
+
|
949
|
+
However, sometimes it might still be convenient to tell Zeitwerk to completely ignore some particular Ruby file or directory. That is possible with `ignore`, which accepts an arbitrary number of strings or `Pathname` objects, and also an array of them.
|
950
|
+
|
951
|
+
You can ignore file names, directory names, and glob patterns. Glob patterns are expanded when they are added and again on each reload.
|
952
|
+
|
953
|
+
There is an edge case related to nested root directories. Conceptually, root directories are independent source trees. If you ignore a parent of a nested root directory, the nested root directory is not affected. You need to ignore it explictly if you want it ignored too.
|
954
|
+
|
955
|
+
Let's see some use cases.
|
956
|
+
|
957
|
+
<a id="markdown-use-case-files-that-do-not-follow-the-conventions" name="use-case-files-that-do-not-follow-the-conventions"></a>
|
958
|
+
#### Use case: Files that do not follow the conventions
|
959
|
+
|
960
|
+
Let's suppose that your gem decorates something in `Kernel`:
|
961
|
+
|
962
|
+
```ruby
|
963
|
+
# lib/my_gem/core_ext/kernel.rb
|
964
|
+
|
965
|
+
Kernel.module_eval do
|
966
|
+
# ...
|
967
|
+
end
|
968
|
+
```
|
969
|
+
|
970
|
+
`Kernel` is already defined by Ruby so the module cannot be autoloaded. Also, that file does not define a constant path after the path name. Therefore, Zeitwerk should not process it at all.
|
971
|
+
|
972
|
+
The extension can still coexist with the rest of the project, you only need to tell Zeitwerk to ignore it:
|
973
|
+
|
974
|
+
```ruby
|
975
|
+
kernel_ext = "#{__dir__}/my_gem/core_ext/kernel.rb"
|
976
|
+
loader.ignore(kernel_ext)
|
977
|
+
loader.setup
|
978
|
+
```
|
979
|
+
|
980
|
+
You can also ignore the whole directory:
|
981
|
+
|
982
|
+
```ruby
|
983
|
+
core_ext = "#{__dir__}/my_gem/core_ext"
|
984
|
+
loader.ignore(core_ext)
|
985
|
+
loader.setup
|
986
|
+
```
|
987
|
+
|
988
|
+
Now, that file has to be loaded manually with `require` or `require_relative`:
|
989
|
+
|
990
|
+
```ruby
|
991
|
+
require_relative "my_gem/core_ext/kernel"
|
992
|
+
```
|
993
|
+
|
994
|
+
and you can do that anytime, before configuring the loader, or after configuring the loader, does not matter.
|
995
|
+
|
996
|
+
<a id="markdown-use-case-the-adapter-pattern" name="use-case-the-adapter-pattern"></a>
|
997
|
+
#### Use case: The adapter pattern
|
998
|
+
|
999
|
+
Another use case for ignoring files is the adapter pattern.
|
1000
|
+
|
1001
|
+
Let's imagine your project talks to databases, supports several, and has adapters for each one of them. Those adapters may have top-level `require` calls that load their respective drivers:
|
1002
|
+
|
1003
|
+
```ruby
|
1004
|
+
# my_gem/db_adapters/postgresql.rb
|
1005
|
+
require "pg"
|
1006
|
+
```
|
1007
|
+
|
1008
|
+
but you don't want your users to install them all, only the one they are going to use.
|
1009
|
+
|
1010
|
+
On the other hand, if your code is eager loaded by you or a parent project (with `Zeitwerk::Loader.eager_load_all`), those `require` calls are going to be executed. Ignoring the adapters prevents that:
|
1011
|
+
|
1012
|
+
```ruby
|
1013
|
+
db_adapters = "#{__dir__}/my_gem/db_adapters"
|
1014
|
+
loader.ignore(db_adapters)
|
1015
|
+
loader.setup
|
1016
|
+
```
|
1017
|
+
|
1018
|
+
The chosen adapter, then, has to be loaded by hand somehow:
|
1019
|
+
|
1020
|
+
```ruby
|
1021
|
+
require "my_gem/db_adapters/#{config[:db_adapter]}"
|
1022
|
+
```
|
1023
|
+
|
1024
|
+
Note that since the directory is ignored, the required adapter can instantiate another loader to manage its subtree, if desired. Such loader would coexist with the main one just fine.
|
1025
|
+
|
1026
|
+
<a id="markdown-use-case-test-files-mixed-with-implementation-files" name="use-case-test-files-mixed-with-implementation-files"></a>
|
1027
|
+
#### Use case: Test files mixed with implementation files
|
1028
|
+
|
1029
|
+
There are project layouts that put implementation files and test files together. To ignore the test files, you can use a glob pattern like this:
|
1030
|
+
|
1031
|
+
```ruby
|
1032
|
+
tests = "#{__dir__}/**/*_test.rb"
|
1033
|
+
loader.ignore(tests)
|
1034
|
+
loader.setup
|
1035
|
+
```
|
1036
|
+
|
1037
|
+
<a id="markdown-shadowed-files" name="shadowed-files"></a>
|
1038
|
+
### Shadowed files
|
1039
|
+
|
1040
|
+
In Ruby, if you have several files called `foo.rb` in different directories of `$LOAD_PATH` and execute
|
1041
|
+
|
1042
|
+
```ruby
|
1043
|
+
require "foo"
|
1044
|
+
```
|
1045
|
+
|
1046
|
+
the first one found gets loaded, and the rest are ignored.
|
1047
|
+
|
1048
|
+
Zeitwerk behaves in a similar way. If `foo.rb` is present in several root directories (at the same namespace level), the constant `Foo` is autoloaded from the first one, and the rest of the files are not evaluated. If logging is enabled, you'll see something like
|
1049
|
+
|
1050
|
+
```
|
1051
|
+
file #{file} is ignored because #{previous_occurrence} has precedence
|
1052
|
+
```
|
1053
|
+
|
1054
|
+
(This message is not public interface and may change, you cannot rely on that exact wording.)
|
1055
|
+
|
1056
|
+
Even if there's only one `foo.rb`, if the constant `Foo` is already defined when Zeitwerk finds `foo.rb`, then the file is ignored too. This could happen if `Foo` was defined by a dependency, for example. If logging is enabled, you'll see something like
|
1057
|
+
|
1058
|
+
```
|
1059
|
+
file #{file} is ignored because #{constant_path} is already defined
|
1060
|
+
```
|
1061
|
+
|
1062
|
+
(This message is not public interface and may change, you cannot rely on that exact wording.)
|
1063
|
+
|
1064
|
+
Shadowing only applies to Ruby files, namespace definition can be spread over multiple directories. And you can also reopen third-party namespaces if done [orderly](#reopening-third-party-namespaces).
|
1065
|
+
|
1066
|
+
<a id="markdown-edge-cases" name="edge-cases"></a>
|
1067
|
+
### Edge cases
|
1068
|
+
|
1069
|
+
[Explicit namespaces](#explicit-namespaces) like `Trip` here:
|
1070
|
+
|
1071
|
+
```ruby
|
1072
|
+
# trip.rb
|
1073
|
+
class Trip
|
1074
|
+
include Geolocation
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
# trip/geolocation.rb
|
1078
|
+
module Trip::Geolocation
|
1079
|
+
...
|
1080
|
+
end
|
1081
|
+
```
|
1082
|
+
|
1083
|
+
have to be defined with the `class`/`module` keywords, as in the example above.
|
1084
|
+
|
1085
|
+
For technical reasons, raw constant assignment is not supported:
|
1086
|
+
|
1087
|
+
```ruby
|
1088
|
+
# trip.rb
|
1089
|
+
Trip = Class { ...} # NOT SUPPORTED
|
1090
|
+
Trip = Struct.new { ... } # NOT SUPPORTED
|
1091
|
+
Trip = Data.define { ... } # NOT SUPPORTED
|
1092
|
+
```
|
1093
|
+
|
1094
|
+
This only affects explicit namespaces, those idioms work well for any other ordinary class or module.
|
1095
|
+
|
1096
|
+
<a id="markdown-beware-of-circular-dependencies" name="beware-of-circular-dependencies"></a>
|
1097
|
+
### Beware of circular dependencies
|
1098
|
+
|
1099
|
+
In Ruby, you can't have certain top-level circular dependencies. Take for example:
|
1100
|
+
|
1101
|
+
```ruby
|
1102
|
+
# c.rb
|
1103
|
+
class C < D
|
1104
|
+
end
|
1105
|
+
|
1106
|
+
# d.rb
|
1107
|
+
class D
|
1108
|
+
C
|
1109
|
+
end
|
1110
|
+
```
|
1111
|
+
|
1112
|
+
In order to define `C`, you need to load `D`. However, the body of `D` refers to `C`.
|
1113
|
+
|
1114
|
+
Circular dependencies like those do not work in plain Ruby, and therefore do not work in projects managed by Zeitwerk either.
|
1115
|
+
|
1116
|
+
<a id="markdown-reopening-third-party-namespaces" name="reopening-third-party-namespaces"></a>
|
1117
|
+
### Reopening third-party namespaces
|
1118
|
+
|
1119
|
+
Projects managed by Zeitwerk can work with namespaces defined by third-party libraries. However, they have to be loaded in memory before calling `setup`.
|
1120
|
+
|
1121
|
+
For example, let's imagine you're writing a gem that implements an adapter for [Active Job](https://guides.rubyonrails.org/active_job_basics.html) that uses AwesomeQueue as backend. By convention, your gem has to define a class called `ActiveJob::QueueAdapters::AwesomeQueue`, and it has to do so in a file with a matching path:
|
1122
|
+
|
1123
|
+
```ruby
|
1124
|
+
# lib/active_job/queue_adapters/awesome_queue.rb
|
1125
|
+
module ActiveJob
|
1126
|
+
module QueueAdapters
|
1127
|
+
class AwesomeQueue
|
1128
|
+
# ...
|
1129
|
+
end
|
1130
|
+
end
|
1131
|
+
end
|
1132
|
+
```
|
1133
|
+
|
1134
|
+
It is very important that your gem _reopens_ the modules `ActiveJob` and `ActiveJob::QueueAdapters` instead of _defining_ them. Because their proper definition lives in Active Job. Furthermore, if the project reloads, you do not want any of `ActiveJob` or `ActiveJob::QueueAdapters` to be reloaded.
|
1135
|
+
|
1136
|
+
Bottom line, Zeitwerk should not be managing those namespaces. Active Job owns them and defines them. Your gem needs to _reopen_ them.
|
1137
|
+
|
1138
|
+
In order to do so, you need to make sure those modules are loaded before calling `setup`. For instance, in the entry file for the gem:
|
1139
|
+
|
1140
|
+
```ruby
|
1141
|
+
# Ensure these namespaces are reopened, not defined.
|
1142
|
+
require "active_job"
|
1143
|
+
require "active_job/queue_adapters"
|
1144
|
+
|
1145
|
+
require "zeitwerk"
|
1146
|
+
# By passing the flag, we acknowledge the extra directory lib/active_job
|
1147
|
+
# has to be managed by the loader and no warning has to be issued for it.
|
1148
|
+
loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
|
1149
|
+
loader.setup
|
1150
|
+
```
|
1151
|
+
|
1152
|
+
With that, when Zeitwerk scans the file system and reaches the gem directories `lib/active_job` and `lib/active_job/queue_adapters`, it detects the corresponding modules already exist and therefore understands it does not have to manage them. The loader just descends into those directories. Eventually will reach `lib/active_job/queue_adapters/awesome_queue.rb`, and since `ActiveJob::QueueAdapters::AwesomeQueue` is unknown, Zeitwerk will manage it. Which is what happens regularly with the files in your gem. On reload, the namespaces are safe, won't be reloaded. The loader only reloads what it manages, which in this case is the adapter itself.
|
1153
|
+
|
1154
|
+
<a id="markdown-introspection" name="introspection"></a>
|
1155
|
+
### Introspection
|
1156
|
+
|
1157
|
+
The method `Zeitwerk::Loader#dirs` returns an array with the absolute paths of the root directories as strings:
|
1158
|
+
|
1159
|
+
```ruby
|
1160
|
+
loader = Zeitwerk::Loader.new
|
1161
|
+
loader.push_dir(Pathname.new("/foo"))
|
1162
|
+
loader.dirs # => ["/foo"]
|
1163
|
+
```
|
1164
|
+
|
1165
|
+
This method accepts an optional `namespaces` keyword argument. If truthy, the method returns a hash table instead. Keys are the absolute paths of the root directories as strings. Values are their corresponding namespaces, class or module objects:
|
1166
|
+
|
1167
|
+
```ruby
|
1168
|
+
loader = Zeitwerk::Loader.new
|
1169
|
+
loader.push_dir(Pathname.new("/foo"))
|
1170
|
+
loader.push_dir(Pathname.new("/bar"), namespace: Bar)
|
1171
|
+
loader.dirs(namespaces: true) # => { "/foo" => Object, "/bar" => Bar }
|
1172
|
+
```
|
1173
|
+
|
1174
|
+
By default, ignored root directories are filtered out. If you want them included, please pass `ignored: true`.
|
1175
|
+
|
1176
|
+
These collections are read-only. Please add to them with `Zeitwerk::Loader#push_dir`.
|
1177
|
+
|
1178
|
+
<a id="markdown-encodings" name="encodings"></a>
|
1179
|
+
### Encodings
|
1180
|
+
|
1181
|
+
Zeitwerk supports projects whose files and file system are in UTF-8. The encoding of the file system can be checked this way:
|
1182
|
+
|
1183
|
+
```
|
1184
|
+
% ruby -e "puts Encoding.find('filesystem')"
|
1185
|
+
UTF-8
|
1186
|
+
```
|
1187
|
+
|
1188
|
+
The test suite passes on Windows with codepage `Windows-1252` if all the involved absolute paths are ASCII. Other supersets of ASCII may work too, but you have to try.
|
1189
|
+
|
1190
|
+
<a id="markdown-rules-of-thumb" name="rules-of-thumb"></a>
|
1191
|
+
### Rules of thumb
|
1192
|
+
|
1193
|
+
1. Different loaders should manage different directory trees. It is an error condition to configure overlapping root directories in different loaders.
|
1194
|
+
|
1195
|
+
2. Think the mere existence of a file is effectively like writing a `require` call for them, which is executed on demand (autoload) or upfront (eager load).
|
1196
|
+
|
1197
|
+
3. In that line, if two loaders manage files that translate to the same constant in the same namespace, the first one wins, the rest are ignored. Similar to what happens with `require` and `$LOAD_PATH`, only the first occurrence matters.
|
1198
|
+
|
1199
|
+
4. Projects that reopen a namespace defined by some dependency have to ensure said namespace is loaded before setup. That is, the project has to make sure it reopens, rather than define. This is often accomplished just loading the dependency.
|
1200
|
+
|
1201
|
+
5. Objects stored in reloadable constants should not be cached in places that are not reloaded. For example, non-reloadable classes should not subclass a reloadable class, or mixin a reloadable module. Otherwise, after reloading, those classes or module objects would become stale. Referring to constants in dynamic places like method calls or lambdas is fine.
|
1202
|
+
|
1203
|
+
6. In a given process, ideally, there should be at most one loader with reloading enabled. Technically, you can have more, but it may get tricky if one refers to constants managed by the other one. Do that only if you know what you are doing.
|
1204
|
+
|
1205
|
+
<a id="markdown-debuggers" name="debuggers"></a>
|
1206
|
+
### Debuggers
|
1207
|
+
|
1208
|
+
Zeitwerk works fine with [debug.rb](https://github.com/ruby/debug) and [Break](https://github.com/gsamokovarov/break).
|
1209
|
+
|
1210
|
+
[Byebug](https://github.com/deivid-rodriguez/byebug) is compatible except for an edge case explained in [deivid-rodriguez/byebug#564](https://github.com/deivid-rodriguez/byebug/issues/564).
|
1211
|
+
|
1212
|
+
<a id="markdown-pronunciation" name="pronunciation"></a>
|
1213
|
+
## Pronunciation
|
1214
|
+
|
1215
|
+
"Zeitwerk" is pronounced [this way](http://share.hashref.com/zeitwerk/zeitwerk_pronunciation.mp3).
|
1216
|
+
|
1217
|
+
<a id="markdown-supported-ruby-versions" name="supported-ruby-versions"></a>
|
1218
|
+
## Supported Ruby versions
|
1219
|
+
|
1220
|
+
Zeitwerk works with CRuby 2.5 and above.
|
1221
|
+
|
1222
|
+
On TruffleRuby all is good except for thread-safety. Right now, in TruffleRuby `Module#autoload` does not block threads accessing a constant that is being autoloaded. CRuby prevents such access to avoid concurrent threads from seeing partial evaluations of the corresponding file. Zeitwerk inherits autoloading thread-safety from this property. This is not an issue if your project gets eager loaded, or if you lazy load in single-threaded environments. (See https://github.com/oracle/truffleruby/issues/2431.)
|
1223
|
+
|
1224
|
+
JRuby 9.3.0.0 is almost there. As of this writing, the test suite of Zeitwerk passes on JRuby except for three tests. (See https://github.com/jruby/jruby/issues/6781.)
|
1225
|
+
|
1226
|
+
<a id="markdown-testing" name="testing"></a>
|
1227
|
+
## Testing
|
1228
|
+
|
1229
|
+
In order to run the test suite of Zeitwerk, `cd` into the project root and execute
|
1230
|
+
|
1231
|
+
```
|
1232
|
+
bin/test
|
1233
|
+
```
|
1234
|
+
|
1235
|
+
To run one particular suite, pass its file name as an argument:
|
1236
|
+
|
1237
|
+
```
|
1238
|
+
bin/test test/lib/zeitwerk/test_eager_load.rb
|
1239
|
+
```
|
1240
|
+
|
1241
|
+
Furthermore, the project has a development dependency on [`minitest-focus`](https://github.com/seattlerb/minitest-focus). To run an individual test mark it with `focus`:
|
1242
|
+
|
1243
|
+
```ruby
|
1244
|
+
focus
|
1245
|
+
test "capitalizes the first letter" do
|
1246
|
+
assert_equal "User", camelize("user")
|
1247
|
+
end
|
1248
|
+
```
|
1249
|
+
|
1250
|
+
and run `bin/test`.
|
1251
|
+
|
1252
|
+
<a id="markdown-motivation" name="motivation"></a>
|
1253
|
+
## Motivation
|
1254
|
+
|
1255
|
+
<a id="markdown-kernelrequire-is-brittle" name="kernelrequire-is-brittle"></a>
|
1256
|
+
### Kernel#require is brittle
|
1257
|
+
|
1258
|
+
Since `require` has global side-effects, and there is no static way to verify that you have issued the `require` calls for code that your file depends on, in practice it is very easy to forget some. That introduces bugs that depend on the load order.
|
1259
|
+
|
1260
|
+
Also, if the project has namespaces, setting things up and getting client code to load things in a consistent way needs discipline. For example, `require "foo/bar"` may define `Foo`, instead of reopen it. That may be a broken window, giving place to superclass mismatches or partially-defined namespaces.
|
1261
|
+
|
1262
|
+
With Zeitwerk, you just name things following conventions and done. Things are available everywhere, and descend is always orderly. Without effort and without broken windows.
|
1263
|
+
|
1264
|
+
<a id="markdown-rails-autoloading-was-brittle" name="rails-autoloading-was-brittle"></a>
|
1265
|
+
### Rails autoloading was brittle
|
1266
|
+
|
1267
|
+
Autoloading in Rails was based on `const_missing` up to Rails 5. That callback lacks fundamental information like the nesting or the resolution algorithm being used. Because of that, Rails autoloading was not able to match Ruby's semantics, and that introduced a [series of issues](https://guides.rubyonrails.org/v5.2/autoloading_and_reloading_constants.html#common-gotchas). Zeitwerk is based on a different technique and fixed Rails autoloading starting with Rails 6.
|
1268
|
+
|
1269
|
+
<a id="markdown-awards" name="awards"></a>
|
1270
|
+
## Awards
|
1271
|
+
|
1272
|
+
Zeitwerk has been awarded an "Outstanding Performance Award" Fukuoka Ruby Award 2022.
|
1273
|
+
|
1274
|
+
<a id="markdown-thanks" name="thanks"></a>
|
1275
|
+
## Thanks
|
1276
|
+
|
1277
|
+
I'd like to thank [@matthewd](https://github.com/matthewd) for the discussions we've had about this topic in the past years, I learned a couple of tricks used in Zeitwerk from him.
|
1278
|
+
|
1279
|
+
Also, would like to thank [@Shopify](https://github.com/Shopify), [@rafaelfranca](https://github.com/rafaelfranca), and [@dylanahsmith](https://github.com/dylanahsmith), for sharing [this PoC](https://github.com/Shopify/autoload_reloader). The technique Zeitwerk uses to support explicit namespaces was copied from that project.
|
1280
|
+
|
1281
|
+
Jean Boussier ([@casperisfine](https://github.com/casperisfine), [@byroot](https://github.com/byroot)) deserves special mention. Jean migrated autoloading in Shopify when Zeitwerk integration in Rails was yet unreleased. His work and positive attitude have been outstanding, and thanks to his feedback the interface and performance of Zeitwerk are way, way better. Kudos man ❤️.
|
1282
|
+
|
1283
|
+
Finally, many thanks to [@schurig](https://github.com/schurig) for recording an [audio file](http://share.hashref.com/zeitwerk/zeitwerk_pronunciation.mp3) with the pronunciation of "Zeitwerk" in perfect German. 💯
|
1284
|
+
|
1285
|
+
<a id="markdown-license" name="license"></a>
|
1286
|
+
## License
|
1287
|
+
|
1288
|
+
Released under the MIT License, Copyright (c) 2019–<i>ω</i> Xavier Noria.
|