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,1302 @@
|
|
1
|
+
### Development
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.1...3-12-maintenance)
|
3
|
+
|
4
|
+
### 3.12.2 / 2023-01-07
|
5
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.1...v3.12.2)
|
6
|
+
|
7
|
+
Bug Fixes:
|
8
|
+
|
9
|
+
* Prevent deprecation warning when using the `exist` matcher with `Dir`.
|
10
|
+
(Steve Dierker, #1398)
|
11
|
+
|
12
|
+
### 3.12.1 / 2022-12-16
|
13
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.0...v3.12.1)
|
14
|
+
|
15
|
+
Bug Fixes:
|
16
|
+
|
17
|
+
* Pass keyword arguments through to aliased (and thus negated) matchers. (Jon Rowe, #1394)
|
18
|
+
* When handling failures in an aggregated_failures block (or example) prevent
|
19
|
+
the failure list leaking out. (Maciek Rząsa, #1392)
|
20
|
+
|
21
|
+
### 3.12.0 / 2022-10-26
|
22
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.11.1...v3.12.0)
|
23
|
+
|
24
|
+
Enhancements:
|
25
|
+
|
26
|
+
* Add `an_array_matching` alias for `match_array` to improve readability as an argument
|
27
|
+
matcher. (Mark Schneider, #1361)
|
28
|
+
|
29
|
+
### 3.11.1 / 2022-09-12
|
30
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.11.0...v3.11.1)
|
31
|
+
|
32
|
+
Bug Fixes:
|
33
|
+
|
34
|
+
* Allow the `contain_exactly` matcher to be reused by resetting its
|
35
|
+
internals on `matches?` (@bclayman-sq, #1326)
|
36
|
+
* Using the exist matcher on `FileTest` no longer produces a deprecation warning.
|
37
|
+
(Ryo Nakamura, #1383)
|
38
|
+
|
39
|
+
### 3.11.0 / 2022-02-09
|
40
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.2...v3.11.0)
|
41
|
+
|
42
|
+
Enhancements:
|
43
|
+
|
44
|
+
* Return `true` from `aggregate_failures` when no exception occurs. (Jon Rowe, #1225)
|
45
|
+
|
46
|
+
Deprecations:
|
47
|
+
|
48
|
+
* Print a deprecation message when using the implicit block expectation syntax.
|
49
|
+
(Phil Pirozhkov, #1139)
|
50
|
+
|
51
|
+
### 3.10.2 / 2022-01-14
|
52
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.1...v3.10.2)
|
53
|
+
|
54
|
+
Bug Fixes:
|
55
|
+
|
56
|
+
* Fix support for dynamic matchers for expectation target checks (Phil Pirozhkov, #1294)
|
57
|
+
* Fix `expect(array).to include(hash).times`, previously this would fail due to
|
58
|
+
matching the entire array as a single hash, rather than a member of the hash.
|
59
|
+
(Slava Kardakov, #1322)
|
60
|
+
* Ensure `raise_error` matches works with the `error_highlight` option from Ruby 3.1.
|
61
|
+
(Peter Goldstein, #1339)
|
62
|
+
|
63
|
+
### 3.10.1 / 2020-12-27
|
64
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.0...v3.10.1)
|
65
|
+
|
66
|
+
Bug Fixes:
|
67
|
+
|
68
|
+
* Allow JRuby 9.2.x.x to generate backtraces normally rather than via our
|
69
|
+
backfill workaround. (#1230, Jon Rowe)
|
70
|
+
|
71
|
+
### 3.10.0 / 2020-10-30
|
72
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.10.0)
|
73
|
+
|
74
|
+
Enhancements:
|
75
|
+
|
76
|
+
* Allow `include` matcher to be chained with `once`, `at_least`, etc. for simple cases.
|
77
|
+
(Marc-André Lafortune, #1168)
|
78
|
+
* Add an explicit warning when `nil` is passed to `raise_error`. (Phil Pirozhkov, #1143)
|
79
|
+
* Improve `include` matcher's composability. (Phil Pirozhkov, #1155)
|
80
|
+
* Mocks expectations can now set a custom failure message.
|
81
|
+
(Benoit Tigeot and Nicolas Zermati, #1156)
|
82
|
+
* `aggregate_failures` now shows the backtrace line for each failure. (Fabricio Bedin, #1163)
|
83
|
+
* Support multiple combinations of `yield_control` modifiers like `at_least`, `at_most`.
|
84
|
+
(Jon Rowe, #1169)
|
85
|
+
* Dynamic `have_<n>` matchers now have output consistent with other dynamic matchers.
|
86
|
+
(Marc-André Lafortune, #1195)
|
87
|
+
* New config option `strict_predicate_matchers` allows predicate matcher to be strict
|
88
|
+
(i.e. match for `true` or `false`) instead of the default (match truthy vs `false` or `nil`).
|
89
|
+
(Marc-André Lafortune, #1196)
|
90
|
+
|
91
|
+
### 3.9.4 / 2020-10-29
|
92
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.9.4)
|
93
|
+
|
94
|
+
Bug Fixes:
|
95
|
+
|
96
|
+
* Fix regression with `be_` and `have_` matchers and arguments implementing `to_hash`
|
97
|
+
were they would act like keywords and be cast to a hash. (Jon Rowe, #1222)
|
98
|
+
|
99
|
+
### 3.9.3 / 2020-10-23
|
100
|
+
|
101
|
+
Bug Fixes:
|
102
|
+
|
103
|
+
* Swap the comparison of the delta vs the expected for the `be_within` matcher allowing
|
104
|
+
more complicated oobjects to be compared providing they provide `abs` and other
|
105
|
+
comparison methods. (Kelly Stannard, #1182)
|
106
|
+
* Properly format expected in the description of the `be_within` matcher. (Jon Rowe, #1185)
|
107
|
+
* Remove warning when using keyword arguments with `be_` and `have_` matchers on 2.7.x
|
108
|
+
(Jon Rowe, #1187)
|
109
|
+
* Prevent formatting a single hash as a list of key value pairs in default failure messages
|
110
|
+
for custom matches (fixes formatting in `EnglishPhrasing#list`). (Robert Eshleman, #1193)
|
111
|
+
* Prevent errors from causing false positives when using `be <operator>` comparison, e.g.
|
112
|
+
`expect(1).not_to be < 'a'` will now correctly fail rather than pass. (Jon Rowe, #1208)
|
113
|
+
|
114
|
+
|
115
|
+
### 3.9.2 / 2020-05-08
|
116
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.1...v3.9.2)
|
117
|
+
|
118
|
+
Bug Fixes:
|
119
|
+
|
120
|
+
* Issue a proper `ArgumentError` when invalid arguments are given to `yield_control`
|
121
|
+
modifiers such as `at_least` et al. (Marc-André Lafortune, #1167)
|
122
|
+
* Prevent Ruby 2.7 keyword arguments warning from being issued by custom
|
123
|
+
matcher definitions. (Jon Rowe, #1176)
|
124
|
+
|
125
|
+
### 3.9.1 / 2020-03-13
|
126
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.0...v3.9.1)
|
127
|
+
|
128
|
+
Bug Fixes:
|
129
|
+
|
130
|
+
* Issue an improved warning when using `respond_to(...).with(n).arguments` and ignore
|
131
|
+
the warning when using with `have_attributes(...)`. (Jon Rowe, #1164)
|
132
|
+
|
133
|
+
### 3.9.0 / 2019-10-08
|
134
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.6...v3.9.0)
|
135
|
+
|
136
|
+
Enhancements:
|
137
|
+
|
138
|
+
* The `respond_to` matcher now uses the signature from `initialize` to validate checks
|
139
|
+
for `new` (unless `new` is non standard). (Jon Rowe, #1072)
|
140
|
+
* Generated descriptions for matchers now use `is expected to` rather than `should` in
|
141
|
+
line with our preferred DSL. (Pete Johns, #1080, rspec/rspec-core#2572)
|
142
|
+
* Add the ability to re-raise expectation errors when matching
|
143
|
+
with `match_when_negated` blocks. (Jon Rowe, #1130)
|
144
|
+
* Add a warning when an empty diff is produce due to identical inspect output.
|
145
|
+
(Benoit Tigeot, #1126)
|
146
|
+
|
147
|
+
### 3.8.6 / 2019-10-07
|
148
|
+
|
149
|
+
Bug Fixes:
|
150
|
+
|
151
|
+
* Revert #1125 due to the change being incompatible with our semantic versioning
|
152
|
+
policy.
|
153
|
+
|
154
|
+
### 3.8.5 / 2019-10-02
|
155
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.4...v3.8.5)
|
156
|
+
|
157
|
+
Bug Fixes:
|
158
|
+
|
159
|
+
* Prevent unsupported implicit block expectation syntax from being used.
|
160
|
+
(Phil Pirozhkov, #1125)
|
161
|
+
|
162
|
+
### 3.8.4 / 2019-06-10
|
163
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.3...v3.8.4)
|
164
|
+
|
165
|
+
Bug Fixes:
|
166
|
+
|
167
|
+
* Prevent false negatives when checking objects for the methods required to run the
|
168
|
+
the `be_an_instance_of` and `be_kind_of` matchers. (Nazar Matus, #1112)
|
169
|
+
|
170
|
+
### 3.8.3 / 2019-04-20
|
171
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.2...v3.8.3)
|
172
|
+
|
173
|
+
Bug Fixes:
|
174
|
+
|
175
|
+
* Prevent composed `all` matchers from leaking into their siblings leading to duplicate
|
176
|
+
failures. (Jamie English, #1086)
|
177
|
+
* Prevent objects which change their hash on comparison from failing change checks.
|
178
|
+
(Phil Pirozhkov, #1100)
|
179
|
+
* Issue an `ArgumentError` rather than a `NoMethodError` when `be_an_instance_of` and
|
180
|
+
`be_kind_of` matchers encounter objects not supporting those methods.
|
181
|
+
(Taichi Ishitani, #1107)
|
182
|
+
|
183
|
+
### 3.8.2 / 2018-10-09
|
184
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2)
|
185
|
+
|
186
|
+
Bug Fixes:
|
187
|
+
|
188
|
+
* Change `include` matcher to rely on a `respond_to?(:include?)` check rather than a direct
|
189
|
+
Hash comparison before calling `to_hash` to convert to a hash. (Jordan Owens, #1073)
|
190
|
+
* Prevent unexpected call stack jumps from causing an obscure error (`IndexError`), and
|
191
|
+
replace that error with a proper informative message. (Jon Rowe, #1076)
|
192
|
+
|
193
|
+
### 3.8.1 / 2018-08-06
|
194
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.0...v3.8.1)
|
195
|
+
|
196
|
+
Bug Fixes:
|
197
|
+
|
198
|
+
* Fix regression in `include` matcher so stopped
|
199
|
+
`expect(hash.with_indifferent_access).to include(:symbol_key)`
|
200
|
+
from working. (Eito Katagiri, #1069)
|
201
|
+
|
202
|
+
### 3.8.0 / 2018-08-04
|
203
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...v3.8.0)
|
204
|
+
|
205
|
+
Enhancements:
|
206
|
+
|
207
|
+
* Improve failure message of `change(receiver, :message)` by including the
|
208
|
+
receiver as `SomeClass#some_message`. (Tomohiro Hashidate, #1005)
|
209
|
+
* Improve `change` matcher so that it can correctly detect changes in
|
210
|
+
deeply nested mutable objects (such as arrays-of-hashes-of-arrays).
|
211
|
+
The improved logic uses the before/after `hash` value to see if the
|
212
|
+
object has been mutated, rather than shallow duping the object.
|
213
|
+
(Myron Marston, #1034)
|
214
|
+
* Improve `include` matcher so that pseudo-hash objects (e.g. objects
|
215
|
+
that decorate a hash using a `SimpleDelegator` or similar) are treated
|
216
|
+
as a hash, as long as they implement `to_hash`. (Pablo Brasero, #1012)
|
217
|
+
* Add `max_formatted_output_length=` to configuration, allowing changing
|
218
|
+
the length at which we truncate large output strings.
|
219
|
+
(Sam Phippen #951, Benoit Tigeot #1056)
|
220
|
+
* Improve error message when passing a matcher that doesn't support block
|
221
|
+
expectations to a block based `expect`. (@nicktime, #1066)
|
222
|
+
|
223
|
+
### 3.7.0 / 2017-10-17
|
224
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)
|
225
|
+
|
226
|
+
Enhancements:
|
227
|
+
|
228
|
+
* Improve compatibility with `--enable-frozen-string-literal` option
|
229
|
+
on Ruby 2.3+. (Pat Allan, #997)
|
230
|
+
|
231
|
+
### 3.6.0 / 2017-05-04
|
232
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
|
233
|
+
|
234
|
+
Enhancements:
|
235
|
+
|
236
|
+
* Treat NoMethodError as a failure for comparison matchers. (Jon Rowe, #972)
|
237
|
+
* Allow for scoped aliased and negated matchers--just call
|
238
|
+
`alias_matcher` or `define_negated_matcher` from within an example
|
239
|
+
group. (Markus Reiter, #974)
|
240
|
+
* Improve failure message of `change` matcher with block and `satisfy` matcher
|
241
|
+
by including the block snippet instead of just describing it as `result` or
|
242
|
+
`block` when Ripper is available. (Yuji Nakayama, #987)
|
243
|
+
|
244
|
+
Bug Fixes:
|
245
|
+
|
246
|
+
* Fix `yield_with_args` and `yield_successive_args` matchers so that
|
247
|
+
they compare expected to actual args at the time the args are yielded
|
248
|
+
instead of at the end, in case the method that is yielding mutates the
|
249
|
+
arguments after yielding. (Alyssa Ross, #965)
|
250
|
+
|
251
|
+
### 3.6.0.beta2 / 2016-12-12
|
252
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta1...v3.6.0.beta2)
|
253
|
+
|
254
|
+
Bug Fixes:
|
255
|
+
|
256
|
+
* Using the exist matcher on `File` no longer produces a deprecation warning.
|
257
|
+
(Jon Rowe, #954)
|
258
|
+
|
259
|
+
### 3.6.0.beta1 / 2016-10-09
|
260
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0...v3.6.0.beta1)
|
261
|
+
|
262
|
+
Bug Fixes:
|
263
|
+
|
264
|
+
* Fix `contain_exactly` to work correctly with ranges. (Myron Marston, #940)
|
265
|
+
* Fix `change` to work correctly with sets. (Marcin Gajewski, #939)
|
266
|
+
|
267
|
+
### 3.5.0 / 2016-07-01
|
268
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta4...v3.5.0)
|
269
|
+
|
270
|
+
Enhancements:
|
271
|
+
|
272
|
+
* Add support for keyword arguments to the `respond_to` matcher. (Rob Smith, #915).
|
273
|
+
|
274
|
+
### 3.5.0.beta4 / 2016-06-05
|
275
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta3...v3.5.0.beta4)
|
276
|
+
|
277
|
+
Bug Fixes:
|
278
|
+
|
279
|
+
* Fix `include` matcher so that it provides a valid diff for hashes. (Yuji Nakayama, #916)
|
280
|
+
|
281
|
+
### 3.5.0.beta3 / 2016-04-02
|
282
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta2...v3.5.0.beta3)
|
283
|
+
|
284
|
+
Enhancements:
|
285
|
+
|
286
|
+
* Make `rspec/expectations/minitest_integration` work on Minitest::Spec
|
287
|
+
5.6+. (Myron Marston, #904)
|
288
|
+
* Add an alias `having_attributes` for `have_attributes` matcher.
|
289
|
+
(Yuji Nakayama, #905)
|
290
|
+
* Improve `change` matcher error message when block is mis-used.
|
291
|
+
(Alex Altair, #908)
|
292
|
+
|
293
|
+
### 3.5.0.beta2 / 2016-03-10
|
294
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta1...v3.5.0.beta2)
|
295
|
+
|
296
|
+
Enhancements:
|
297
|
+
|
298
|
+
* Add the ability to raise an error on encountering false positives via
|
299
|
+
`RSpec::Configuration#on_potential_false_positives = :raise`. (Jon Rowe, #900)
|
300
|
+
* When using the custom matcher DSL, support new
|
301
|
+
`notify_expectation_failures: true` option for the `match` method to
|
302
|
+
allow expectation failures to be raised as normal instead of being
|
303
|
+
converted into a `false` return value for `matches?`. (Jon Rowe, #892)
|
304
|
+
|
305
|
+
Bug Fixes:
|
306
|
+
|
307
|
+
* Allow `should` deprecation check to work on `BasicObject`s. (James Coleman, #898)
|
308
|
+
|
309
|
+
### 3.5.0.beta1 / 2016-02-06
|
310
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.4.0...v3.5.0.beta1)
|
311
|
+
|
312
|
+
Enhancements:
|
313
|
+
|
314
|
+
* Make `match_when_negated` in custom matcher DSL support use of
|
315
|
+
expectations within the match logic. (Chris Arcand, #789)
|
316
|
+
|
317
|
+
Bug Fixes:
|
318
|
+
|
319
|
+
* Return `true` as expected from passing negated expectations
|
320
|
+
(such as `expect("foo").not_to eq "bar"`), so they work
|
321
|
+
properly when used within a `match` or `match_when_negated`
|
322
|
+
block. (Chris Arcand, #789)
|
323
|
+
|
324
|
+
### 3.4.0 / 2015-11-11
|
325
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.1...v3.4.0)
|
326
|
+
|
327
|
+
Enhancements:
|
328
|
+
|
329
|
+
* Warn when `RSpec::Matchers` is included in a superclass after it has
|
330
|
+
already been included in a subclass on MRI 1.9, since that situation
|
331
|
+
can cause uses of `super` to trigger infinite recursion. (Myron Marston, #816)
|
332
|
+
* Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and
|
333
|
+
`SystemExit`. It is dangerous to interfere with these. (Myron Marston, #845)
|
334
|
+
* Add `#with_captures` to the
|
335
|
+
[match matcher](https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers/match-matcher)
|
336
|
+
which allows a user to specify expected captures when matching a regex
|
337
|
+
against a string. (Sam Phippen, #848)
|
338
|
+
* Always print compound failure messages in the multi-line form. Trying
|
339
|
+
to print it all on a single line didn't read very well. (Myron Marston, #859)
|
340
|
+
|
341
|
+
Bug Fixes:
|
342
|
+
|
343
|
+
* Fix failure message from dynamic predicate matchers when the object
|
344
|
+
does not respond to the predicate so that it is inspected rather
|
345
|
+
than relying upon its `to_s` -- that way for `nil`, `"nil"` is
|
346
|
+
printed rather than an empty string. (Myron Marston, #841)
|
347
|
+
* Fix SystemStackError raised when diffing an Enumerable object
|
348
|
+
whose `#each` includes the object itself. (Yuji Nakayama, #857)
|
349
|
+
|
350
|
+
### 3.3.1 / 2015-07-15
|
351
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)
|
352
|
+
|
353
|
+
Bug Fixes:
|
354
|
+
|
355
|
+
* Fix `be >`, `be <`, etc so that it fails rather than allowing an
|
356
|
+
argument error to be raised when compared against an object of the
|
357
|
+
wrong type. This allows it to be used in composed matcher expressions
|
358
|
+
against heterogeneous objects. (Dennis Günnewig, #809)
|
359
|
+
* Fix `respond_to` to work properly on target objects
|
360
|
+
that redefine the `method` method. (unmanbearpig, #821)
|
361
|
+
|
362
|
+
### 3.3.0 / 2015-06-12
|
363
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.1...v3.3.0)
|
364
|
+
|
365
|
+
Enhancements:
|
366
|
+
|
367
|
+
* Expose `RSpec::Matchers::EnglishPhrasing` to make it easier to write
|
368
|
+
nice failure messages in custom matchers. (Jared Beck, #736)
|
369
|
+
* Add `RSpec::Matchers::FailMatchers`, a mixin which provides
|
370
|
+
`fail`, `fail_with` and `fail_including` matchers for use in
|
371
|
+
specifying that an expectation fails for use by
|
372
|
+
extension/plugin authors. (Charlie Rudolph, #729)
|
373
|
+
* Avoid loading `tempfile` (and its dependencies) unless
|
374
|
+
it is absolutely needed. (Myron Marston, #735)
|
375
|
+
* Improve failure output when attempting to use `be_true` or `be_false`.
|
376
|
+
(Tim Wade, #744)
|
377
|
+
* Define `RSpec::Matchers#respond_to_missing?` so that
|
378
|
+
`RSpec::Matchers#respond_to?` and `RSpec::Matchers#method` handle
|
379
|
+
dynamic predicate matchers. (Andrei Botalov, #751)
|
380
|
+
* Use custom Time/DateTime/BigDecimal formatting for all matchers
|
381
|
+
so they are consistently represented in failure messages.
|
382
|
+
(Gavin Miller, #740)
|
383
|
+
* Add configuration to turn off warnings about matcher combinations that
|
384
|
+
may cause false positives. (Jon Rowe, #768)
|
385
|
+
* Warn when using a bare `raise_error` matcher that you may be subject to
|
386
|
+
false positives. (Jon Rowe, #768)
|
387
|
+
* Warn rather than raise when using the`raise_error` matcher in negative
|
388
|
+
expectations that may be subject to false positives. (Jon Rowe, #775)
|
389
|
+
* Improve failure message for `include(a, b, c)` so that if `a` and `b`
|
390
|
+
are included the failure message only mentions `c`. (Chris Arcand, #780)
|
391
|
+
* Allow `satisfy` matcher to take an optional description argument
|
392
|
+
that will be used in the `description`, `failure_message` and
|
393
|
+
`failure_message_when_negated` in place of the undescriptive
|
394
|
+
"sastify block". (Chris Arcand, #783)
|
395
|
+
* Add new `aggregate_failures` API that allows multiple independent
|
396
|
+
expectations to all fail and be listed in the failure output, rather
|
397
|
+
than the example aborting on the first failure. (Myron Marston, #776)
|
398
|
+
* Improve `raise_error` matcher so that it can accept a matcher as a single argument
|
399
|
+
that matches the message. (Time Wade, #782)
|
400
|
+
|
401
|
+
Bug Fixes:
|
402
|
+
|
403
|
+
* Make `contain_exactly` / `match_array` work with strict test doubles
|
404
|
+
that have not defined `<=>`. (Myron Marston, #758)
|
405
|
+
* Fix `include` matcher so that it omits the diff when it would
|
406
|
+
confusingly highlight items that are actually included but are not
|
407
|
+
an exact match in a line-by-line diff. (Tim Wade, #763)
|
408
|
+
* Fix `match` matcher so that it does not blow up when matching a string
|
409
|
+
or regex against another matcher (rather than a string or regex).
|
410
|
+
(Myron Marston, #772)
|
411
|
+
* Silence whitespace-only diffs. (Myron Marston, #801)
|
412
|
+
|
413
|
+
### 3.2.1 / 2015-04-06
|
414
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.0...v3.2.1)
|
415
|
+
|
416
|
+
Bug Fixes:
|
417
|
+
|
418
|
+
* Prevent `Range`s from being enumerated when generating matcher
|
419
|
+
descriptions. (Jon Rowe, #755)
|
420
|
+
* Ensure exception messages are compared as strings in the `raise_error`
|
421
|
+
matcher. (Jon Rowe, #755)
|
422
|
+
|
423
|
+
### 3.2.0 / 2015-02-03
|
424
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.2...v3.2.0)
|
425
|
+
|
426
|
+
Enhancements:
|
427
|
+
|
428
|
+
* Add `block_arg` method to custom matcher API, which allows you to
|
429
|
+
access the block passed to a custom matcher, if there is one.
|
430
|
+
(Mike Dalton, #645)
|
431
|
+
* Provide more detail in failure message of `yield_control` matcher.
|
432
|
+
(Jon Rowe, #650)
|
433
|
+
* Add a shorthand syntax for `chain` in the matcher DSL which assigns values
|
434
|
+
for use elsewhere, for example `chain :and_smaller_than, :small_value`
|
435
|
+
creates an `attr_reader` for `small_value` (Tom Stuart, #644)
|
436
|
+
* Provide a more helpful deprecation message when using the `should` syntax.
|
437
|
+
(Elia Schito, #663)
|
438
|
+
* Provide more detail in the `have_attributes` matcher failure message.
|
439
|
+
(Jon Rowe, #668)
|
440
|
+
* Make the `have_attributes` matcher diffable.
|
441
|
+
(Jon Rowe, Alexey Fedorov, #668)
|
442
|
+
* Add `output(...).to_std(out|err)_from_any_process` as alternatives
|
443
|
+
to `output(...).to_std(out|err)`. The latter doesn't work when a sub
|
444
|
+
process writes to the named stream but is much faster.
|
445
|
+
(Alex Genco, #700)
|
446
|
+
* Improve compound matchers (created by `and` and `or`) so that diffs
|
447
|
+
are included in failures when one or more of their matchers
|
448
|
+
are diffable. (Alexey Fedorov, #713)
|
449
|
+
|
450
|
+
Bug Fixes:
|
451
|
+
|
452
|
+
* Avoid calling `private_methods` from the `be` predicate matcher on
|
453
|
+
the target object if the object publicly responds to the predicate
|
454
|
+
method. This avoids a possible error that can occur if the object
|
455
|
+
raises errors from `private_methods` (which can happen with celluloid
|
456
|
+
objects). (@chapmajs, #670)
|
457
|
+
* Make `yield_control` (with no modifier) default to
|
458
|
+
`at_least(:once)` rather than raising a confusing error
|
459
|
+
when multiple yields are encountered.
|
460
|
+
(Myron Marston, #675)
|
461
|
+
* Fix "instance variable @color not initialized" warning when using
|
462
|
+
rspec-expectations outside of an rspec-core context. (Myron Marston, #689)
|
463
|
+
* Fix `start_with` and `end_with` to work properly when checking a
|
464
|
+
string against an array of strings. (Myron Marston, #690)
|
465
|
+
* Don't use internally delegated matchers when generating descriptions
|
466
|
+
for examples without doc strings. (Myron Marston, #692)
|
467
|
+
|
468
|
+
### 3.1.2 / 2014-09-26
|
469
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.1...v3.1.2)
|
470
|
+
|
471
|
+
Bug Fixes:
|
472
|
+
|
473
|
+
* Fix `define_negated_matcher` so that matchers that support fluent
|
474
|
+
interfaces continue to be negated after you use the chained method.
|
475
|
+
(Myron Marston, #656)
|
476
|
+
* Fix `define_negated_matcher` so that the matchers fail with an
|
477
|
+
appropriate failure message. (Myron Marston, #659)
|
478
|
+
|
479
|
+
### 3.1.1 / 2014-09-15
|
480
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.0...v3.1.1)
|
481
|
+
|
482
|
+
Bug Fixes:
|
483
|
+
|
484
|
+
* Fix regression in `all` matcher in 3.1.0 that prevented it from
|
485
|
+
working on objects that are not `Enumerable` but do implement
|
486
|
+
`each_with_index` (such as an ActiveRecord proxy). (Jori Hardman, #647)
|
487
|
+
|
488
|
+
### 3.1.0 / 2014-09-04
|
489
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.4...v3.1.0)
|
490
|
+
|
491
|
+
Enhancements:
|
492
|
+
|
493
|
+
* Add `have_attributes` matcher, that passes if actual's attribute
|
494
|
+
values match the expected attributes hash:
|
495
|
+
`Person = Struct.new(:name, :age)`
|
496
|
+
`person = Person.new("Bob", 32)`
|
497
|
+
`expect(person).to have_attributes(:name => "Bob", :age => 32)`.
|
498
|
+
(Adam Farhi, #571)
|
499
|
+
* Extended compound matcher support to block matchers, for cases like:
|
500
|
+
`expect { ... }.to change { x }.to(3).and change { y }.to(4)`. (Myron
|
501
|
+
Marston, #567)
|
502
|
+
* Include chained methods in custom matcher description and failure message
|
503
|
+
when new `include_chain_clauses_in_custom_matcher_descriptions` config
|
504
|
+
option is enabled. (Dan Oved, #600)
|
505
|
+
* Add `thrice` modifier to `yield_control` matcher as a synonym for
|
506
|
+
`exactly(3).times`. (Dennis Taylor, #615)
|
507
|
+
* Add `RSpec::Matchers.define_negated_matcher`, which defines a negated
|
508
|
+
version of the named matcher. (Adam Farhi, Myron Marston, #618)
|
509
|
+
* Document and support negation of `contain_exactly`/`match_array`.
|
510
|
+
(Jon Rowe, #626).
|
511
|
+
|
512
|
+
Bug Fixes:
|
513
|
+
|
514
|
+
* Rename private `LegacyMacherAdapter` constant to `LegacyMatcherAdapter`
|
515
|
+
to fix typo. (Abdelkader Boudih, #563)
|
516
|
+
* Fix `all` matcher so that it fails properly (rather than raising a
|
517
|
+
`NoMethodError`) when matched against a non-enumerable. (Hao Su, #622)
|
518
|
+
|
519
|
+
### 3.0.4 / 2014-08-14
|
520
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.3...v3.0.4)
|
521
|
+
|
522
|
+
Bug Fixes:
|
523
|
+
|
524
|
+
* Fix `start_with` and `end_with` so that they work properly with
|
525
|
+
structs. (Myron Marston, #620)
|
526
|
+
* Fix failure message generation so that structs are printed properly
|
527
|
+
in failures. Previously failure messages would represent them as
|
528
|
+
an array. (Myron Marston, #620)
|
529
|
+
* Fix composable matcher support so that it does not wrongly treat
|
530
|
+
structs as arrays. (Myron Marston, #620)
|
531
|
+
|
532
|
+
### 3.0.3 / 2014-07-21
|
533
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.2...v3.0.3)
|
534
|
+
|
535
|
+
Bug Fixes:
|
536
|
+
|
537
|
+
* Fix issue with detection of generic operator matchers so they work
|
538
|
+
correctly when undefined. (Myron Marston, #597)
|
539
|
+
* Don't inadvertently define `BasicObject` in 1.8.7. (Chris Griego, #603)
|
540
|
+
* Fix `include` matcher so that it fails gracefully when matched against
|
541
|
+
an object that does not respond to `include?`. (Myron Marston, #607)
|
542
|
+
|
543
|
+
### 3.0.2 / 2014-06-19
|
544
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.1...v3.0.2)
|
545
|
+
|
546
|
+
Bug Fixes:
|
547
|
+
|
548
|
+
* Fix regression in `contain_exactly` (AKA `match_array`) that caused it
|
549
|
+
to wrongly pass when the expected array was empty. (Myron Marston, #581)
|
550
|
+
* Provide a better error message when you use the `change(obj, :msg)`
|
551
|
+
form of the change matcher but forget the message argument. (Alex
|
552
|
+
Sunderland, #585)
|
553
|
+
* Make the `contain_exactly` matcher work with arrays that contain hashes in
|
554
|
+
arbitrary ordering. (Sam Phippen, #578)
|
555
|
+
|
556
|
+
### 3.0.1 / 2014-06-12
|
557
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0...v3.0.1)
|
558
|
+
|
559
|
+
Bug Fixes:
|
560
|
+
|
561
|
+
* Add a missing `require` that would cause the `respond_to` matcher to
|
562
|
+
fail when used in a project where the rest of RSpec (e.g. core and
|
563
|
+
expecatations) weren't being used. (Myron Marston, #566)
|
564
|
+
* Structs are no longer treated as arrays when diffed. (Jon Rowe, #576)
|
565
|
+
|
566
|
+
### 3.0.0 / 2014-06-01
|
567
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.rc1...v3.0.0)
|
568
|
+
|
569
|
+
No code changes. Just taking it out of pre-release.
|
570
|
+
|
571
|
+
### 3.0.0.rc1 / 2014-05-18
|
572
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.beta2...v3.0.0.rc1)
|
573
|
+
|
574
|
+
Breaking Changes for 3.0.0:
|
575
|
+
|
576
|
+
* Remove `matcher_execution_context` attribute from DSL-defined
|
577
|
+
custom matchers. (Myron Marston)
|
578
|
+
* Remove `RSpec::Matchers::Pretty#_pretty_print`. (Myron Marston)
|
579
|
+
* Remove `RSpec::Matchers::Pretty#expected_to_sentence`. (Myron Marston)
|
580
|
+
* Rename `RSpec::Matchers::Configuration` constant to
|
581
|
+
`RSpec::Expectations::Configuration`. (Myron Marston)
|
582
|
+
* Prevent `have_xyz` predicate matchers using private methods.
|
583
|
+
(Adrian Gonzalez)
|
584
|
+
* Block matchers must now implement `supports_block_expectations?`.
|
585
|
+
(Myron Marston)
|
586
|
+
* Stop supporting `require 'rspec-expectations'`.
|
587
|
+
Use `require 'rspec/expectations'` instead. (Myron Marston)
|
588
|
+
|
589
|
+
Bug Fixes:
|
590
|
+
|
591
|
+
* Fix `NoMethodError` triggered by beta2 when `YARD` was loaded in
|
592
|
+
the test environment. (Myron Marston)
|
593
|
+
* Fix `be_xyz` matcher to accept a `do...end` block. (Myron Marston)
|
594
|
+
* Fix composable matcher failure message generation logic
|
595
|
+
so that it does not blow up when given `$stdout` or `$stderr`.
|
596
|
+
(Myron Marston)
|
597
|
+
* Fix `change` matcher to work properly with `IO` objects.
|
598
|
+
(Myron Marston)
|
599
|
+
* Fix `exist` matcher so that it can be used in composed matcher
|
600
|
+
expressions involving objects that do not implement `exist?` or
|
601
|
+
`exists?`. (Daniel Fone)
|
602
|
+
* Fix composable matcher match logic so that it clones matchers
|
603
|
+
before using them in order to work properly with matchers
|
604
|
+
that use internal memoization based on a given `actual` value.
|
605
|
+
(Myron Marston)
|
606
|
+
* Fix `be_xyz` and `has_xyz` predicate matchers so that they can
|
607
|
+
be used in composed matcher expressions involving objects that
|
608
|
+
do not implement the predicate method. (Daniel Fone)
|
609
|
+
|
610
|
+
Enhancements:
|
611
|
+
|
612
|
+
* Document the remaining public APIs. rspec-expectations now has 100% of
|
613
|
+
the public API documented and will remain that way (as new undocumented
|
614
|
+
methods will fail the build). (Myron Marston)
|
615
|
+
* Improve the formatting of BigDecimal objects in `eq` matcher failure
|
616
|
+
messages. (Daniel Fone)
|
617
|
+
* Improve the failure message for `be_xyz` predicate matchers so
|
618
|
+
that it includes the `inspect` output of the receiver.
|
619
|
+
(Erik Michaels-Ober, Sam Phippen)
|
620
|
+
* Add `all` matcher, to allow you to specify that a given matcher
|
621
|
+
matches all elements in a collection:
|
622
|
+
`expect([1, 3, 5]).to all( be_odd )`. (Adam Farhi)
|
623
|
+
* Add boolean aliases (`&`/`|`) for compound operators (`and`/`or`). (Adam Farhi)
|
624
|
+
* Give users a clear error when they wrongly use a value matcher
|
625
|
+
in a block expectation expression (e.g. `expect { 3 }.to eq(3)`)
|
626
|
+
or vice versa. (Myron Marston)
|
627
|
+
|
628
|
+
### 3.0.0.beta2 / 2014-02-17
|
629
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.beta1...v3.0.0.beta2)
|
630
|
+
|
631
|
+
Breaking Changes for 3.0.0:
|
632
|
+
|
633
|
+
* Remove deprecated support for accessing the `RSpec` constant using
|
634
|
+
`Rspec` or `Spec`. (Myron Marston)
|
635
|
+
* Remove deprecated `RSpec::Expectations.differ=`. (Myron Marston)
|
636
|
+
* Remove support for deprecated `expect(...).should`. (Myron Marston)
|
637
|
+
* Explicitly disallow `expect { }.not_to change { }` with `by`,
|
638
|
+
`by_at_least`, `by_at_most` or `to`. These have never been supported
|
639
|
+
but did not raise explicit errors. (Myron Marston)
|
640
|
+
* Provide `===` rather than `==` as an alias of `matches?` for
|
641
|
+
all matchers. The semantics of `===` are closer to an RSpec
|
642
|
+
matcher than `==`. (Myron Marston)
|
643
|
+
* Remove deprecated `RSpec::Matchers::OperatorMatcher` constant.
|
644
|
+
(Myron Marston)
|
645
|
+
* Make `RSpec::Expectations::ExpectationNotMetError` subclass
|
646
|
+
`Exception` rather than `StandardError` so they can bypass
|
647
|
+
a bare `rescue` in end-user code (e.g. when an expectation is
|
648
|
+
set from within a rspec-mocks stub implementation). (Myron Marston)
|
649
|
+
* Remove Test::Unit and Minitest 4.x integration. (Myron Marston)
|
650
|
+
|
651
|
+
Enhancements:
|
652
|
+
|
653
|
+
* Simplify the failure message of the `be` matcher when matching against:
|
654
|
+
`true`, `false` and `nil`. (Sam Phippen)
|
655
|
+
* Update matcher protocol and custom matcher DSL to better align
|
656
|
+
with the newer `expect` syntax. If you want your matchers to
|
657
|
+
maintain compatibility with multiple versions of RSpec, you can
|
658
|
+
alias the new names to the old. (Myron Marston)
|
659
|
+
* `failure_message_for_should` => `failure_message`
|
660
|
+
* `failure_message_for_should_not` => `failure_message_when_negated`
|
661
|
+
* `match_for_should` => `match`
|
662
|
+
* `match_for_should_not` => `match_when_negated`
|
663
|
+
* Improve generated descriptions from `change` matcher. (Myron Marston)
|
664
|
+
* Add support for compound matcher expressions using `and` and `or`.
|
665
|
+
Simply chain them off of any existing matcher to create an expression
|
666
|
+
like `expect(alphabet).to start_with("a").and end_with("z")`.
|
667
|
+
(Eloy Espinaco)
|
668
|
+
* Add `contain_exactly` as a less ambiguous version of `match_array`.
|
669
|
+
Note that it expects the expected array to be splatted as
|
670
|
+
individual args: `expect(array).to contain_exactly(1, 2)` is
|
671
|
+
the same as `expect(array).to match_array([1, 2])`. (Myron Marston)
|
672
|
+
* Update `contain_exactly`/`match_array` so that it can match against
|
673
|
+
other non-array collections (such as a `Set`). (Myron Marston)
|
674
|
+
* Update built-in matchers so that they can accept matchers as arguments
|
675
|
+
to allow you to compose matchers in arbitrary ways. (Myron Marston)
|
676
|
+
* Add `RSpec::Matchers::Composable` mixin that can be used to make
|
677
|
+
a custom matcher composable as well. Note that custom matchers
|
678
|
+
defined via `RSpec::Matchers.define` already have this. (Myron
|
679
|
+
Marston)
|
680
|
+
* Define noun-phrase aliases for built-in matchers, which can be
|
681
|
+
used when creating composed matcher expressions that read better
|
682
|
+
and provide better failure messages. (Myron Marston)
|
683
|
+
* Add `RSpec::Matchers.alias_matcher` so users can define their own
|
684
|
+
matcher aliases. The `description` of the matcher will reflect the
|
685
|
+
alternate matcher name. (Myron Marston)
|
686
|
+
* Add explicit `be_between` matcher. `be_between` has worked for a
|
687
|
+
long time as a dynamic predicate matcher, but the failure message
|
688
|
+
was suboptimal. The new matcher provides a much better failure
|
689
|
+
message. (Erik Michaels-Ober)
|
690
|
+
* Enhance the `be_between` matcher to allow for `inclusive` or `exclusive`
|
691
|
+
comparison (e.g. inclusive of min/max or exclusive of min/max).
|
692
|
+
(Pedro Gimenez)
|
693
|
+
* Make failure message for `not_to be #{operator}` less confusing by
|
694
|
+
only saying it's confusing when comparison operators are used.
|
695
|
+
(Prathamesh Sonpatki)
|
696
|
+
* Improve failure message of `eq` matcher when `Time` or `DateTime`
|
697
|
+
objects are used so that the full sub-second precision is included.
|
698
|
+
(Thomas Holmes, Jeff Wallace)
|
699
|
+
* Add `output` matcher for expecting that a block outputs `to_stdout`
|
700
|
+
or `to_stderr`. (Luca Pette, Matthias Günther)
|
701
|
+
* Forward a provided block on to the `has_xyz?` method call when
|
702
|
+
the `have_xyz` matcher is used. (Damian Galarza)
|
703
|
+
* Provide integration with Minitest 5.x. Require
|
704
|
+
`rspec/expectations/minitest_integration` after loading minitest
|
705
|
+
to use rspec-expectations with minitest. (Myron Marston)
|
706
|
+
|
707
|
+
Bug Fixes:
|
708
|
+
|
709
|
+
* Fix wrong matcher descriptions with falsey expected value (yujinakayama)
|
710
|
+
* Fix `expect { }.not_to change { }.from(x)` so that the matcher only
|
711
|
+
passes if the starting value is `x`. (Tyler Rick, Myron Marston)
|
712
|
+
* Fix hash diffing, so that it colorizes properly and doesn't consider trailing
|
713
|
+
commas when performing the diff. (Jared Norman)
|
714
|
+
* Fix built-in matchers to fail normally rather than raising
|
715
|
+
`ArgumentError` when given an object of the wrong type to match
|
716
|
+
against, so that they work well in composite matcher expressions like
|
717
|
+
`expect([1.51, "foo"]).to include(a_string_matching(/foo/), a_value_within(0.1).of(1.5))`.
|
718
|
+
(Myron Marston)
|
719
|
+
|
720
|
+
Deprecations:
|
721
|
+
|
722
|
+
* Retain support for RSpec 2 matcher protocol (e.g. for matchers
|
723
|
+
in 3rd party extension gems like `shoulda`), but it will print
|
724
|
+
a deprecation warning. (Myron Marston)
|
725
|
+
|
726
|
+
### 3.0.0.beta1 / 2013-11-07
|
727
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.2...v3.0.0.beta1)
|
728
|
+
|
729
|
+
Breaking Changes for 3.0.0:
|
730
|
+
|
731
|
+
* Remove explicit support for 1.8.6. (Jon Rowe)
|
732
|
+
* Remove the deprecated `be_close` matcher, preferring `be_within` instead.
|
733
|
+
(Sam Phippen)
|
734
|
+
* Remove the deprecated `have`, `have_at_least` and `have_at_most` matchers.
|
735
|
+
You can continue using those matchers through https://github.com/rspec/rspec-collection_matchers,
|
736
|
+
or you can rewrite your expectations with something like
|
737
|
+
`expect(your_object.size).to eq(num)`. (Hugo Baraúna)
|
738
|
+
* Rename `be_true` and `be_false` to `be_truthy` and `be_falsey`. (Sam Phippen)
|
739
|
+
* Make `expect { }.to_not raise_error(SomeSpecificClass, message)`,
|
740
|
+
`expect { }.to_not raise_error(SomeSpecificClass)` and
|
741
|
+
`expect { }.to_not raise_error(message)` invalid, since they are prone
|
742
|
+
to hiding failures. Instead, use `expect { }.to_not raise_error` (with no
|
743
|
+
args). (Sam Phippen)
|
744
|
+
* Within `RSpec::Matchers.define` blocks, helper methods made available
|
745
|
+
either via `def self.helper` or `extend HelperModule` are no longer
|
746
|
+
available to the `match` block (or any of the others). Instead
|
747
|
+
`include` your helper module and define the helper method as an
|
748
|
+
instance method. (Myron Marston)
|
749
|
+
* Force upgrading Diff::LCS for encoding compatability with diffs. (Jon Rowe)
|
750
|
+
|
751
|
+
Enhancements:
|
752
|
+
|
753
|
+
* Support `do..end` style block with `raise_error` matcher. (Yuji Nakayama)
|
754
|
+
* Rewrote custom matcher DSL to simplify its implementation and solve a
|
755
|
+
few issues. (Myron Marston)
|
756
|
+
* Allow early `return` from within custom matcher DSL blocks. (Myron
|
757
|
+
Marston)
|
758
|
+
* The custom matcher DSL's `chain` can now accept a block. (Myron
|
759
|
+
Marston)
|
760
|
+
* Support setting an expectation on a `raise_error` matcher via a chained
|
761
|
+
`with_message` method call. (Sam Phippen)
|
762
|
+
|
763
|
+
Bug Fixes:
|
764
|
+
|
765
|
+
* Allow `include` and `match` matchers to be used from within a
|
766
|
+
DSL-defined custom matcher's `match` block. (Myron Marston)
|
767
|
+
* Correct encoding error message on diff failure (Jon Rowe)
|
768
|
+
|
769
|
+
Deprecations:
|
770
|
+
|
771
|
+
* Using the old `:should` syntax without explicitly configuring it is deprecated.
|
772
|
+
It will continue to work but will emit a deprecation warning in RSpec 3 if
|
773
|
+
you do not explicitly enable it. (Sam Phippen)
|
774
|
+
|
775
|
+
### 2.99.2 / 2014-07-21
|
776
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.1...v2.99.2)
|
777
|
+
|
778
|
+
Bug Fixes:
|
779
|
+
|
780
|
+
* Fix regression in `Expectations#method_handle_for` where proxy objects
|
781
|
+
with method delegated would wrongly not return a method handle.
|
782
|
+
(Jon Rowe, #594)
|
783
|
+
* Fix issue with detection of generic operator matchers so they work
|
784
|
+
correctly when undefined. (Myron Marston, #597)
|
785
|
+
|
786
|
+
### 2.99.1 / 2014-06-19
|
787
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0...v2.99.1)
|
788
|
+
|
789
|
+
Bug Fixes:
|
790
|
+
|
791
|
+
* Fix typo in custom matcher `expected` deprecation warning -- it's
|
792
|
+
`expected_as_array`, not `expected_array`. (Frederick Cheung, #562)
|
793
|
+
|
794
|
+
### 2.99.0 / 2014-06-01
|
795
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.rc1...v2.99.0)
|
796
|
+
|
797
|
+
Enhancements:
|
798
|
+
|
799
|
+
* Special case deprecation message for `errors_on` with `rspec-rails` to be more useful.
|
800
|
+
(Aaron Kromer)
|
801
|
+
|
802
|
+
### 2.99.0.rc1 / 2014-05-18
|
803
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.beta2...2.99.0.rc1)
|
804
|
+
|
805
|
+
Deprecations:
|
806
|
+
|
807
|
+
* Deprecate `matcher_execution_context` attribute on DSL-defined
|
808
|
+
custom matchers. (Myron Marston)
|
809
|
+
* Deprecate `RSpec::Matchers::Pretty#_pretty_print`. (Myron Marston)
|
810
|
+
* Deprecate `RSpec::Matchers::Pretty#expected_to_sentence`. (Myron Marston)
|
811
|
+
* Deprecate `RSpec::Matchers::Configuration` in favor of
|
812
|
+
`RSpec::Expectations::Configuration`. (Myron Marston)
|
813
|
+
* Deprecate `be_xyz` predicate matcher on an object that doesn't respond to
|
814
|
+
`xyz?` or `xyzs?`. (Daniel Fone)
|
815
|
+
* Deprecate `have_xyz` matcher on an object that doesn't respond to `has_xyz?`.
|
816
|
+
(Daniel Fone)
|
817
|
+
* Deprecate `have_xyz` matcher on an object that has a private method `has_xyz?`.
|
818
|
+
(Jon Rowe)
|
819
|
+
* Issue a deprecation warning when a block expectation expression is
|
820
|
+
used with a matcher that doesn't explicitly support block expectations
|
821
|
+
via `supports_block_expectations?`. (Myron Marston)
|
822
|
+
* Deprecate `require 'rspec-expectations'`. Use
|
823
|
+
`require 'rspec/expectations'` instead. (Myron Marston)
|
824
|
+
|
825
|
+
### 2.99.0.beta2 / 2014-02-17
|
826
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.beta1...v2.99.0.beta2)
|
827
|
+
|
828
|
+
Deprecations:
|
829
|
+
|
830
|
+
* Deprecate chaining `by`, `by_at_least`, `by_at_most` or `to` off of
|
831
|
+
`expect { }.not_to change { }`. The docs have always said these are
|
832
|
+
not supported for the negative form but now they explicitly raise
|
833
|
+
errors in RSpec 3. (Myron Marston)
|
834
|
+
* Change the semantics of `expect { }.not_to change { x }.from(y)`.
|
835
|
+
In RSpec 2.x, this expectation would only fail if `x` started with
|
836
|
+
the value of `y` and changed. If it started with a different value
|
837
|
+
and changed, it would pass. In RSpec 3, it will pass only if the
|
838
|
+
value starts at `y` and it does not change. (Myron Marston)
|
839
|
+
* Deprecate `matcher == value` as an alias for `matcher.matches?(value)`,
|
840
|
+
in favor of `matcher === value`. (Myron Marston)
|
841
|
+
* Deprecate `RSpec::Matchers::OperatorMatcher` in favor of
|
842
|
+
`RSpec::Matchers::BuiltIn::OperatorMatcher`. (Myron Marston)
|
843
|
+
* Deprecate auto-integration with Test::Unit and minitest.
|
844
|
+
Instead, include `RSpec::Matchers` in the appropriate test case
|
845
|
+
base class yourself. (Myron Marston)
|
846
|
+
* Deprecate treating `#expected` on a DSL-generated custom matcher
|
847
|
+
as an array when only 1 argument is passed to the matcher method.
|
848
|
+
In RSpec 3 it will be the single value in order to make diffs
|
849
|
+
work properly. (Jon Rowe)
|
850
|
+
|
851
|
+
### 2.99.0.beta1 / 2013-11-07
|
852
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.99.0.beta1)
|
853
|
+
|
854
|
+
Deprecations
|
855
|
+
|
856
|
+
* Deprecate `have`, `have_at_least` and `have_at_most`. You can continue using those
|
857
|
+
matchers through https://github.com/rspec/rspec-collection_matchers, or
|
858
|
+
you can rewrite your expectations with something like
|
859
|
+
`expect(your_object.size).to eq(num)`. (Hugo Baraúna)
|
860
|
+
* Deprecate `be_xyz` predicate matcher when `xyz?` is a private method.
|
861
|
+
(Jon Rowe)
|
862
|
+
* Deprecate `be_true`/`be_false` in favour of `be_truthy`/`be_falsey`
|
863
|
+
(for Ruby's conditional semantics) or `be true`/`be false`
|
864
|
+
(for exact equality). (Sam Phippen)
|
865
|
+
* Deprecate calling helper methods from a custom matcher with the wrong
|
866
|
+
scope. (Myron Marston)
|
867
|
+
* `def self.foo` / `extend Helper` can be used to add macro methods
|
868
|
+
(e.g. methods that call the custom matcher DSL methods), but should
|
869
|
+
not be used to define helper methods called from within the DSL
|
870
|
+
blocks.
|
871
|
+
* `def foo` / `include Helper` is the opposite: it's for helper methods
|
872
|
+
callable from within a DSL block, but not for defining macros.
|
873
|
+
* RSpec 2.x allowed helper methods defined either way to be used for
|
874
|
+
either purpose, but RSpec 3.0 will not.
|
875
|
+
|
876
|
+
### 2.14.5 / 2014-02-01
|
877
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.14.5)
|
878
|
+
|
879
|
+
Bug fixes
|
880
|
+
|
881
|
+
* Fix wrong matcher descriptions with falsey expected value
|
882
|
+
(yujinakayama)
|
883
|
+
|
884
|
+
### 2.14.4 / 2013-11-06
|
885
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.3...v2.14.4)
|
886
|
+
|
887
|
+
Bug fixes
|
888
|
+
|
889
|
+
* Make the `match` matcher produce a diff output. (Jon Rowe, Ben Moss)
|
890
|
+
* Choose encoding for diff's more intelligently, and when all else fails fall
|
891
|
+
back to default internal encoding with replacing characters. (Jon Rowe)
|
892
|
+
|
893
|
+
### 2.14.3 / 2013-09-22
|
894
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.2...v2.14.3)
|
895
|
+
|
896
|
+
Bug fixes
|
897
|
+
|
898
|
+
* Fix operator matchers (`should` syntax) when `method` is redefined on target.
|
899
|
+
(Brandon Turner)
|
900
|
+
* Fix diffing of hashes with object based keys. (Jon Rowe)
|
901
|
+
* Fix operator matchers (`should` syntax) when operator is defined via
|
902
|
+
`method_missing` (Jon Rowe)
|
903
|
+
|
904
|
+
### 2.14.2 / 2013-08-14
|
905
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.1...v2.14.2)
|
906
|
+
|
907
|
+
Bug fixes
|
908
|
+
|
909
|
+
* Fix `be_<predicate>` matcher to not support operator chaining like the
|
910
|
+
`be` matcher does (e.g. `be == 5`). This led to some odd behaviors
|
911
|
+
since `be_<predicate> == anything` returned a `BeComparedTo` matcher
|
912
|
+
and was thus always truthy. This was a consequence of the implementation
|
913
|
+
(e.g. subclassing the basic `Be` matcher) and was not intended behavior.
|
914
|
+
(Myron Marston).
|
915
|
+
* Fix `change` matcher to compare using `==` in addition to `===`. This
|
916
|
+
is important for an expression like:
|
917
|
+
`expect {}.to change { a.class }.from(ClassA).to(ClassB)` because
|
918
|
+
`SomeClass === SomeClass` returns false. (Myron Marston)
|
919
|
+
|
920
|
+
### 2.14.1 / 2013-08-08
|
921
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0...2.14.1)
|
922
|
+
|
923
|
+
Bug fixes
|
924
|
+
|
925
|
+
* Ensure diff output uses the same encoding as the encoding of
|
926
|
+
the string being diff'd to prevent `Encoding::UndefinedConversionError`
|
927
|
+
errors (Jon Rowe).
|
928
|
+
|
929
|
+
### 2.14.0 / 2013-07-06
|
930
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0.rc1...v2.14.0)
|
931
|
+
|
932
|
+
Bug fixes
|
933
|
+
|
934
|
+
* Values that are not matchers use `#inspect`, rather than `#description` for
|
935
|
+
documentation output (Andy Lindeman, Sam Phippen).
|
936
|
+
* Make `expect(a).to be_within(x).percent_of(y)` work with negative y
|
937
|
+
(Katsuhiko Nishimra).
|
938
|
+
* Make the `be_predicate` matcher work as expected used with `expect{...}.to
|
939
|
+
change...` (Sam Phippen).
|
940
|
+
|
941
|
+
### 2.14.0.rc1 / 2013-05-27
|
942
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.13.0...v2.14.0.rc1)
|
943
|
+
|
944
|
+
Enhancements
|
945
|
+
|
946
|
+
* Enhance `yield_control` so that you can specify an exact or relative
|
947
|
+
number of times: `expect { }.to yield_control.exactly(3).times`,
|
948
|
+
`expect { }.to yield_control.at_least(2).times`, etc (Bartek
|
949
|
+
Borkowski).
|
950
|
+
* Make the differ that is used when an expectation fails better handle arrays
|
951
|
+
by splitting each element of the array onto its own line. (Sam Phippen)
|
952
|
+
* Accept duck-typed strings that respond to `:to_str` as expectation messages.
|
953
|
+
(Toby Ovod-Everett)
|
954
|
+
|
955
|
+
Bug fixes
|
956
|
+
|
957
|
+
* Fix differ to not raise errors when dealing with differently-encoded
|
958
|
+
strings (Jon Rowe).
|
959
|
+
* Fix `expect(something).to be_within(x).percent_of(y)` where x and y are both
|
960
|
+
integers (Sam Phippen).
|
961
|
+
* Fix `have` matcher to handle the fact that on ruby 2.0,
|
962
|
+
`Enumerator#size` may return nil (Kenta Murata).
|
963
|
+
* Fix `expect { raise s }.to raise_error(s)` where s is an error instance
|
964
|
+
on ruby 2.0 (Sam Phippen).
|
965
|
+
* Fix `expect(object).to raise_error` passing. This now warns the user and
|
966
|
+
fails the spec (tomykaira).
|
967
|
+
|
968
|
+
Deprecations
|
969
|
+
|
970
|
+
* Deprecate `expect { }.not_to raise_error(SpecificErrorClass)` or
|
971
|
+
`expect { }.not_to raise_error("some specific message")`. Using
|
972
|
+
these was prone to hiding failures as they would allow _any other
|
973
|
+
error_ to pass. (Sam Phippen and David Chelimsky)
|
974
|
+
|
975
|
+
### 2.13.0 / 2013-02-23
|
976
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.1...v2.13.0)
|
977
|
+
|
978
|
+
Enhancements
|
979
|
+
|
980
|
+
* Add support for percent deltas to `be_within` matcher:
|
981
|
+
`expect(value).to be_within(10).percent_of(expected)`
|
982
|
+
(Myron Marston).
|
983
|
+
* Add support to `include` matcher to allow it to be given a list
|
984
|
+
of matchers as the expecteds to match against (Luke Redpath).
|
985
|
+
|
986
|
+
Bug fixes
|
987
|
+
|
988
|
+
* Fix `change` matcher so that it dups strings in order to handle
|
989
|
+
mutated strings (Myron Marston).
|
990
|
+
* Fix `should be =~ /some regex/` / `expect(...).to be =~ /some regex/`.
|
991
|
+
Previously, these either failed with a confusing `undefined method
|
992
|
+
matches?' for false:FalseClass` error or were no-ops that didn't
|
993
|
+
actually verify anything (Myron Marston).
|
994
|
+
* Add compatibility for diff-lcs 1.2 and relax the version
|
995
|
+
constraint (Peter Goldstein).
|
996
|
+
* Fix DSL-generated matchers to allow multiple instances of the
|
997
|
+
same matcher in the same example to have different description
|
998
|
+
and failure messages based on the expected value (Myron Marston).
|
999
|
+
* Prevent `undefined method #split for Array` error when dumping
|
1000
|
+
the diff of an array of multiline strings (Myron Marston).
|
1001
|
+
* Don't blow up when comparing strings that are in an encoding
|
1002
|
+
that is not ASCII compatible (Myron Marston).
|
1003
|
+
* Remove confusing "Check the implementation of #==" message
|
1004
|
+
printed for empty diffs (Myron Marston).
|
1005
|
+
|
1006
|
+
### 2.12.1 / 2012-12-15
|
1007
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.0...v2.12.1)
|
1008
|
+
|
1009
|
+
Bug fixes
|
1010
|
+
|
1011
|
+
* Improve the failure message for an expression like
|
1012
|
+
`{}.should =~ {}`. (Myron Marston and Andy Lindeman)
|
1013
|
+
* Provide a `match_regex` alias so that custom matchers
|
1014
|
+
built using the matcher DSL can use it (since `match`
|
1015
|
+
is a different method in that context).
|
1016
|
+
(Steven Harman)
|
1017
|
+
|
1018
|
+
### 2.12.0 / 2012-11-12
|
1019
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.3...v2.12.0)
|
1020
|
+
|
1021
|
+
Enhancements
|
1022
|
+
|
1023
|
+
* Colorize diffs if the `--color` option is configured. (Alex Coplan)
|
1024
|
+
* Include backtraces in unexpected errors handled by `raise_error`
|
1025
|
+
matcher (Myron Marston)
|
1026
|
+
* Print a warning when users accidentally pass a non-string argument
|
1027
|
+
as an expectation message (Sam Phippen)
|
1028
|
+
* `=~` and `match_array` matchers output a more useful error message when
|
1029
|
+
the actual value is not an array (or an object that responds to `#to_ary`)
|
1030
|
+
(Sam Phippen)
|
1031
|
+
|
1032
|
+
Bug fixes
|
1033
|
+
|
1034
|
+
* Fix `include` matcher so that `expect({}).to include(:a => nil)`
|
1035
|
+
fails as it should (Sam Phippen).
|
1036
|
+
* Fix `be_an_instance_of` matcher so that `Class#to_s` is used in the
|
1037
|
+
description rather than `Class#inspect`, since some classes (like
|
1038
|
+
`ActiveRecord::Base`) define a long, verbose `#inspect`.
|
1039
|
+
(Tom Stuart)
|
1040
|
+
|
1041
|
+
### 2.11.3 / 2012-09-04
|
1042
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.2...v2.11.3)
|
1043
|
+
|
1044
|
+
Bug fixes
|
1045
|
+
|
1046
|
+
* Fix (and deprecate) `expect { }.should` syntax so that it works even
|
1047
|
+
though it was never a documented or intended syntax. It worked as a
|
1048
|
+
consequence of the implementation of `expect` in RSpec 2.10 and
|
1049
|
+
earlier. (Myron Marston)
|
1050
|
+
* Ensure #== is defined on built in matchers so that they can be composed.
|
1051
|
+
For example:
|
1052
|
+
|
1053
|
+
expect {
|
1054
|
+
user.emailed!
|
1055
|
+
}.to change { user.last_emailed_at }.to be_within(1.second).of(Time.zone.now)
|
1056
|
+
|
1057
|
+
### 2.11.2 / 2012-07-25
|
1058
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.1...v2.11.2)
|
1059
|
+
|
1060
|
+
Bug fixes
|
1061
|
+
|
1062
|
+
* Define `should` and `should_not` on `Object` rather than `BasicObject`
|
1063
|
+
on MacRuby. On MacRuby, `BasicObject` is defined but is not the root
|
1064
|
+
of the object hierarchy. (Gabriel Gilder)
|
1065
|
+
|
1066
|
+
### 2.11.1 / 2012-07-08
|
1067
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.0...v2.11.1)
|
1068
|
+
|
1069
|
+
Bug fixes
|
1070
|
+
|
1071
|
+
* Constrain `actual` in `be_within` matcher to values that respond to `-` instead
|
1072
|
+
of requiring a specific type.
|
1073
|
+
* `Time`, for example, is a legit alternative.
|
1074
|
+
|
1075
|
+
### 2.11.0 / 2012-07-07
|
1076
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.10.0...v2.11.0)
|
1077
|
+
|
1078
|
+
Enhancements
|
1079
|
+
|
1080
|
+
* Expand `expect` syntax so that it supports expections on bare values
|
1081
|
+
in addition to blocks (Myron Marston).
|
1082
|
+
* Add configuration options to control available expectation syntaxes
|
1083
|
+
(Myron Marston):
|
1084
|
+
* `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :expect }`
|
1085
|
+
* `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :should }`
|
1086
|
+
* `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = [:should, :expect] }`
|
1087
|
+
* `RSpec.configuration.add_should_and_should_not_to Delegator`
|
1088
|
+
|
1089
|
+
Bug fixes
|
1090
|
+
|
1091
|
+
* Allow only `Numeric` values to be the "actual" in the `be_within` matcher.
|
1092
|
+
This prevents confusing error messages. (Su Zhang @zhangsu)
|
1093
|
+
* Define `should` and `should_not` on `BasicObject` rather than `Kernel`
|
1094
|
+
on 1.9. This makes `should` and `should_not` work properly with
|
1095
|
+
`BasicObject`-subclassed proxy objects like `Delegator`. (Myron
|
1096
|
+
Marston)
|
1097
|
+
|
1098
|
+
### 2.10.0 / 2012-05-03
|
1099
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0)
|
1100
|
+
|
1101
|
+
Enhancements
|
1102
|
+
|
1103
|
+
* Add new `start_with` and `end_with` matchers (Jeremy Wadsack)
|
1104
|
+
* Add new matchers for specifying yields (Myron Marston):
|
1105
|
+
* `expect {...}.to yield_control`
|
1106
|
+
* `expect {...}.to yield_with_args(1, 2, 3)`
|
1107
|
+
* `expect {...}.to yield_with_no_args`
|
1108
|
+
* `expect {...}.to yield_successive_args(1, 2, 3)`
|
1109
|
+
* `match_unless_raises` takes multiple exception args
|
1110
|
+
|
1111
|
+
Bug fixes
|
1112
|
+
|
1113
|
+
* Fix `be_within` matcher to be inclusive of delta.
|
1114
|
+
* Fix message-specific specs to pass on Rubinius (John Firebaugh)
|
1115
|
+
|
1116
|
+
### 2.9.1 / 2012-04-03
|
1117
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...v2.9.1)
|
1118
|
+
|
1119
|
+
Bug fixes
|
1120
|
+
|
1121
|
+
* Provide a helpful message if the diff between two objects is empty.
|
1122
|
+
* Fix bug diffing single strings with multiline strings.
|
1123
|
+
* Fix for error with using custom matchers inside other custom matchers
|
1124
|
+
(mirasrael)
|
1125
|
+
* Fix using execution context methods in nested DSL matchers (mirasrael)
|
1126
|
+
|
1127
|
+
### 2.9.0 / 2012-03-17
|
1128
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)
|
1129
|
+
|
1130
|
+
Enhancements
|
1131
|
+
|
1132
|
+
* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
|
1133
|
+
of RSpec::Matchers (which is included in every example).
|
1134
|
+
* Autoload files with matcher classes to improve load time.
|
1135
|
+
|
1136
|
+
Bug fixes
|
1137
|
+
|
1138
|
+
* Align `respond_to?` and `method_missing` in DSL-defined matchers.
|
1139
|
+
* Clear out user-defined instance variables between invocations of DSL-defined
|
1140
|
+
matchers.
|
1141
|
+
* Dup the instance of a DSL generated matcher so its state is not changed by
|
1142
|
+
subsequent invocations.
|
1143
|
+
* Treat expected args consistently across positive and negative expectations
|
1144
|
+
(thanks to Ralf Kistner for the heads up)
|
1145
|
+
|
1146
|
+
### 2.8.0 / 2012-01-04
|
1147
|
+
|
1148
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0.rc2...v2.8.0)
|
1149
|
+
|
1150
|
+
Enhancements
|
1151
|
+
|
1152
|
+
* Better diff output for Hash (Philippe Creux)
|
1153
|
+
* Eliminate Ruby warnings (Olek Janiszewski)
|
1154
|
+
|
1155
|
+
### 2.8.0.rc2 / 2011-12-19
|
1156
|
+
|
1157
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0.rc1...v2.8.0.rc2)
|
1158
|
+
|
1159
|
+
No changes for this release. Just releasing with the other rspec gems.
|
1160
|
+
|
1161
|
+
### 2.8.0.rc1 / 2011-11-06
|
1162
|
+
|
1163
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.7.0...v2.8.0.rc1)
|
1164
|
+
|
1165
|
+
Enhancements
|
1166
|
+
|
1167
|
+
* Use classes for the built-in matchers (they're faster).
|
1168
|
+
* Eliminate Ruby warnings (Matijs van Zuijlen)
|
1169
|
+
|
1170
|
+
### 2.7.0 / 2011-10-16
|
1171
|
+
|
1172
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.6.0...v2.7.0)
|
1173
|
+
|
1174
|
+
Enhancements
|
1175
|
+
|
1176
|
+
* `HaveMatcher` converts argument using `to_i` (Alex Bepple & Pat Maddox)
|
1177
|
+
* Improved failure message for the `have_xxx` matcher (Myron Marston)
|
1178
|
+
* `HaveMatcher` supports `count` (Matthew Bellantoni)
|
1179
|
+
* Change matcher dups `Enumerable` before the action, supporting custom
|
1180
|
+
`Enumerable` types like `CollectionProxy` in Rails (David Chelimsky)
|
1181
|
+
|
1182
|
+
Bug fixes
|
1183
|
+
|
1184
|
+
* Fix typo in `have(n).xyz` documentation (Jean Boussier)
|
1185
|
+
* fix `safe_sort` for ruby 1.9.2 (`Kernel` now defines `<=>` for Object) (Peter
|
1186
|
+
van Hardenberg)
|
1187
|
+
|
1188
|
+
### 2.6.0 / 2011-05-12
|
1189
|
+
|
1190
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.5.0...v2.6.0)
|
1191
|
+
|
1192
|
+
Enhancements
|
1193
|
+
|
1194
|
+
* `change` matcher accepts regexps (Robert Davis)
|
1195
|
+
* better descriptions for `have_xxx` matchers (Magnus Bergmark)
|
1196
|
+
* `range.should cover(*values)` (Anders Furseth)
|
1197
|
+
|
1198
|
+
Bug fixes
|
1199
|
+
|
1200
|
+
* Removed non-ascii characters that were choking rcov (Geoffrey Byers)
|
1201
|
+
* change matcher dups arrays and hashes so their before/after states can be
|
1202
|
+
compared correctly.
|
1203
|
+
* Fix the order of inclusion of RSpec::Matchers in Test::Unit::TestCase and
|
1204
|
+
MiniTest::Unit::TestCase to prevent a SystemStackError (Myron Marston)
|
1205
|
+
|
1206
|
+
### 2.5.0 / 2011-02-05
|
1207
|
+
|
1208
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.4.0...v2.5.0)
|
1209
|
+
|
1210
|
+
Enhancements
|
1211
|
+
|
1212
|
+
* `should exist` works with `exist?` or `exists?` (Myron Marston)
|
1213
|
+
* `expect { ... }.not_to do_something` (in addition to `to_not`)
|
1214
|
+
|
1215
|
+
Documentation
|
1216
|
+
|
1217
|
+
* improved docs for raise_error matcher (James Almond)
|
1218
|
+
|
1219
|
+
### 2.4.0 / 2011-01-02
|
1220
|
+
|
1221
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.3.0...v2.4.0)
|
1222
|
+
|
1223
|
+
No functional changes in this release, which was made to align with the
|
1224
|
+
rspec-core-2.4.0 release.
|
1225
|
+
|
1226
|
+
Enhancements
|
1227
|
+
|
1228
|
+
* improved RDoc for change matcher (Jo Liss)
|
1229
|
+
|
1230
|
+
### 2.3.0 / 2010-12-12
|
1231
|
+
|
1232
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.2.1...v2.3.0)
|
1233
|
+
|
1234
|
+
Enhancements
|
1235
|
+
|
1236
|
+
* diff strings when include matcher fails (Mike Sassak)
|
1237
|
+
|
1238
|
+
### 2.2.0 / 2010-11-28
|
1239
|
+
|
1240
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.1.0...v2.2.0)
|
1241
|
+
|
1242
|
+
### 2.1.0 / 2010-11-07
|
1243
|
+
|
1244
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.1...v2.1.0)
|
1245
|
+
|
1246
|
+
Enhancements
|
1247
|
+
|
1248
|
+
* `be_within(delta).of(expected)` matcher (Myron Marston)
|
1249
|
+
* Lots of new Cucumber features (Myron Marston)
|
1250
|
+
* Raise error if you try `should != expected` on Ruby-1.9 (Myron Marston)
|
1251
|
+
* Improved failure messages from `throw_symbol` (Myron Marston)
|
1252
|
+
|
1253
|
+
Bug fixes
|
1254
|
+
|
1255
|
+
* Eliminate hard dependency on `RSpec::Core` (Myron Marston)
|
1256
|
+
* `have_matcher` - use pluralize only when ActiveSupport inflections are indeed
|
1257
|
+
defined (Josep M Bach)
|
1258
|
+
* throw_symbol matcher no longer swallows exceptions (Myron Marston)
|
1259
|
+
* fix matcher chaining to avoid name collisions (Myron Marston)
|
1260
|
+
|
1261
|
+
### 2.0.0 / 2010-10-10
|
1262
|
+
|
1263
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...v2.0.0)
|
1264
|
+
|
1265
|
+
Enhancements
|
1266
|
+
|
1267
|
+
* Add match_for_should_not method to matcher DSL (Myron Marston)
|
1268
|
+
|
1269
|
+
Bug fixes
|
1270
|
+
|
1271
|
+
* `respond_to` matcher works correctly with `should_not` with multiple methods
|
1272
|
+
(Myron Marston)
|
1273
|
+
* `include` matcher works correctly with `should_not` with multiple values
|
1274
|
+
(Myron Marston)
|
1275
|
+
|
1276
|
+
### 2.0.0.rc / 2010-10-05
|
1277
|
+
|
1278
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.22...v2.0.0.rc)
|
1279
|
+
|
1280
|
+
Enhancements
|
1281
|
+
|
1282
|
+
* `require 'rspec/expectations'` in a T::U or MiniUnit suite (Josep M. Bach)
|
1283
|
+
|
1284
|
+
Bug fixes
|
1285
|
+
|
1286
|
+
* change by 0 passes/fails correctly (Len Smith)
|
1287
|
+
* Add description to satisfy matcher
|
1288
|
+
|
1289
|
+
### 2.0.0.beta.22 / 2010-09-12
|
1290
|
+
|
1291
|
+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.20...v2.0.0.beta.22)
|
1292
|
+
|
1293
|
+
Enhancements
|
1294
|
+
|
1295
|
+
* diffing improvements
|
1296
|
+
* diff multiline strings
|
1297
|
+
* don't diff single line strings
|
1298
|
+
* don't diff numbers (silly)
|
1299
|
+
* diff regexp + multiline string
|
1300
|
+
|
1301
|
+
Bug fixes
|
1302
|
+
* `should[_not]` change now handles boolean values correctly
|