mumukit-content-type 1.8.1 → 1.11.1
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.rb +2 -1
- data/lib/mumukit/content_type/html.rb +15 -2
- data/lib/mumukit/content_type/markdown.rb +24 -5
- data/lib/mumukit/content_type/plain.rb +5 -1
- data/lib/mumukit/content_type/python3.rb +10 -0
- data/lib/mumukit/content_type/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/bin/htmldiff +29 -0
- data/vendor/bundle/ruby/2.6.0/bin/ldiff +29 -0
- data/vendor/bundle/ruby/2.6.0/bin/nokogiri +27 -0
- data/vendor/bundle/ruby/2.6.0/bin/racc +27 -0
- data/vendor/bundle/ruby/2.6.0/bin/rackup +27 -0
- data/vendor/bundle/ruby/2.6.0/bin/rake +27 -0
- data/vendor/bundle/ruby/2.6.0/bin/redcarpet +27 -0
- data/vendor/bundle/ruby/2.6.0/bin/rougify +27 -0
- data/vendor/bundle/ruby/2.6.0/bin/rspec +27 -0
- data/vendor/bundle/ruby/2.6.0/cache/activesupport-6.0.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/concurrent-ruby-1.1.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/crass-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/i18n-0.9.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/mini_portile2-2.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/minitest-5.14.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/mumuki-emojis-1.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/mumukit-core-1.18.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/nokogiri-1.12.3-x86_64-linux.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/racc-1.5.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rack-2.2.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rake-12.3.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/redcarpet-3.3.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rouge-3.26.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.10.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.10.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.10.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.10.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sanitize-6.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/tzinfo-1.2.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/zeitwerk-2.4.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/gem_make.out +16 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/mkmf.log +34 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/gem_make.out +109 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/CHANGELOG.md +717 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/README.rdoc +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/actionable_error.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/all.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/array_inquirer.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/backtrace_cleaner.rb +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/benchmarkable.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/builder.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache.rb +831 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/file_store.rb +196 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/mem_cache_store.rb +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/memory_store.rb +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/null_store.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/redis_cache_store.rb +493 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/strategy/local_cache.rb +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/callbacks.rb +853 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concern.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concurrency/load_interlock_aware_monitor.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concurrency/share_lock.rb +226 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/configurable.rb +146 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/access.rb +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/conversions.rb +213 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/extract.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/extract_options.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/grouping.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/inquiry.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/prepend_and_append.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/wrap.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/benchmark.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/big_decimal.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/attribute.rb +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/attribute_accessors.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/subclasses.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/acts_like.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/blank.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/calculations.rb +146 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/conversions.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/zones.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/calculations.rb +351 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/acts_like.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/blank.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/calculations.rb +211 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/compatibility.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/conversions.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/digest.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/digest/uuid.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/enumerable.rb +188 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/file.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/file/atomic.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/compact.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/conversions.rb +263 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/deep_merge.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/deep_transform_values.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/except.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/keys.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/reverse_merge.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/slice.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/transform_values.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/inflections.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/multiple.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/time.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/concern.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/reporting.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/singleton_class.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/load_error.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/marshal.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/aliasing.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/anonymous.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attr_internal.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/concerning.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/delegation.rb +320 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/deprecation.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/introspection.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/reachable.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/redefine_method.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/remove_method.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/name_error.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/bytes.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/conversions.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/inquiry.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/time.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/acts_like.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/blank.rb +155 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/conversions.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/deep_dup.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/duplicable.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/inclusion.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/instance_variables.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/json.rb +228 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/to_param.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/to_query.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/try.rb +158 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/with_options.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/compare_range.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/conversions.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/each.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/include_range.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/include_time_with_zone.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/overlaps.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/regexp.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/securerandom.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/access.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/behavior.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/conversions.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/exclude.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/filters.rb +145 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/indent.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/inflections.rb +259 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/inquiry.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/multibyte.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/output_safety.rb +316 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/starts_ends_with.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/strip.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/zones.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/acts_like.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/calculations.rb +346 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/conversions.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/zones.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/uri.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/current_attributes.rb +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies.rb +809 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/autoload.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/interlock.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/zeitwerk_integration.rb +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/behaviors.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/constant_accessor.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/instance_delegator.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/method_wrappers.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/proxy_wrappers.rb +177 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/reporting.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/descendants_tracker.rb +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/digest.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration.rb +435 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration/iso8601_parser.rb +123 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration/iso8601_serializer.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/encrypted_configuration.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/encrypted_file.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/evented_file_update_checker.rb +234 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/execution_wrapper.rb +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/executor.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/file_update_checker.rb +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/gem_version.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/gzip.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/hash_with_indifferent_access.rb +399 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/i18n.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/i18n_railtie.rb +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflections.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/inflections.rb +256 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/methods.rb +397 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/transliterate.rb +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json/decoding.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json/encoding.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/key_generator.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/lazy_load_hooks.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/locale/en.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/log_subscriber.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/log_subscriber/test_helper.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger_silence.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger_thread_safe_level.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/message_encryptor.rb +227 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/message_verifier.rb +205 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/metadata.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/rotation_configuration.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/rotator.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte/chars.rb +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte/unicode.rb +156 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications.rb +253 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications/fanout.rb +244 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications/instrumenter.rb +164 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper.rb +382 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_converter.rb +183 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_currency_converter.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_delimited_converter.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_human_converter.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_human_size_converter.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_percentage_converter.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_phone_converter.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_rounded_converter.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/rounding_helper.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/option_merger.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/ordered_hash.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/ordered_options.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/parameter_filter.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/per_thread_registry.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/proxy_object.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/rails.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/railtie.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/reloader.rb +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/rescuable.rb +174 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/security_utils.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/string_inquirer.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/subscriber.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/tagged_logging.rb +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/test_case.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/assertions.rb +228 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/autorun.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/constant_lookup.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/declarative.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/deprecation.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/file_fixtures.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/isolation.rb +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/method_call_assertions.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/parallelization.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/setup_and_teardown.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/stream.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/tagged_logging.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/time_helpers.rb +198 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/time.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/time_with_zone.rb +561 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/values/time_zone.rb +570 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/version.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini.rb +201 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/jdom.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/libxml.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/libxmlsax.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/nokogirisax.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/rexml.rb +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/CHANGELOG.md +528 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/Gemfile +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/README.md +408 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/Rakefile +339 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +159 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +307 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent-ruby.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/agent.rb +587 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/array.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/async.rb +448 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atom.rb +222 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/abstract_thread_local_var.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +164 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +204 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/event.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_thread_local_var.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +254 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb +181 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +145 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomics.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +158 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +160 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/configuration.rb +188 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/constants.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/dataflow.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/delay.rb +199 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/errors.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/exchanger.rb +352 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +210 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +377 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/timer_set.rb +172 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executors.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/future.rb +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/hash.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/ivar.rb +207 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/map.rb +347 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/maybe.rb +229 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mvar.rb +242 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/options.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promise.rb +580 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promises.rb +2167 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/re_include.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/set.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/condition.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_object.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lock.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mri_object.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/object.rb +183 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_object.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/timer_task.rb +333 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tuple.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tvar.rb +261 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/engine.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_integer.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/Gemfile +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/HISTORY.md +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/LICENSE +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/README.md +192 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/Rakefile +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/crass.gemspec +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb +648 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/scanner.rb +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +708 -0
- data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Code-of-Conduct.md +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +319 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/License.md +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Manifest.txt +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/README.rdoc +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Rakefile +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/htmldiff +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/ldiff +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/COPYING.txt +339 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs.rb +739 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/callbacks.rb +325 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/htmldiff.rb +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/hunk.rb +358 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/internals.rb +304 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/ldiff.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/change_spec.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/diff_spec.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds1.csv +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds2.csv +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/lcs_spec.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/spec_helper.rb +375 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_sequences_spec.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/README.md +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-3.2.x +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.0.x +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.1.x +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.2.x +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.0.x +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.1.x +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-master +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n.rb +356 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/base.rb +255 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/cache.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/chain.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/fallbacks.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/gettext.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/key_value.rb +177 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/metadata.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/simple.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/transliterator.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/config.rb +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/exceptions.rb +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext/helpers.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/middleware.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/basics.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/defaults.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/interpolation.rb +158 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/chain_test.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/key_value_test.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/memoize_test.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/override_test.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/simple_test.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/cache_test.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/cascade_test.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/chain_test.rb +122 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/exceptions_test.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/fallbacks_test.rb +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/interpolation_compiler_test.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/key_value_test.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/memoize_test.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/metadata_test.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/pluralization_test.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/simple_test.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/transliterator_test.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/core_ext/hash_test.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/gettext/api_test.rb +214 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/gettext/backend_test.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/exceptions_test.rb +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/gettext_plural_keys_test.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/interpolate_test.rb +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/load_path_test.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/middleware_test.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n_test.rb +462 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/fallbacks_test.rb +133 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/tag/rfc4646_test.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/run_all.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_helper.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/CHANGELOG.md +260 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/Gemfile +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/README.md +273 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/Rakefile +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/SECURITY.md +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/mini_portile.rb +596 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/mini_portile_cmake.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/mini_portile2.gemspec +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/git/config +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data.asc +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data.invalid.asc +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/patch 1.diff +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test mini portile-1.0.0/configure +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-cmake-1.0/CMakeLists.txt +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-cmake-1.0/hello.c +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-download-archive.tar.gz +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/helper.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_cmake.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_cook.rb +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_digest.rb +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_download.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_execute.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_proxy.rb +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/History.rdoc +1409 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/Manifest.txt +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/README.rdoc +800 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/Rakefile +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/design_rationale.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/hoe/minitest.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest.rb +1056 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/assertions.rb +807 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/benchmark.rb +455 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/expectations.rb +303 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/hell.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/mock.rb +244 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/parallel.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/spec.rb +342 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/test.rb +220 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/unit.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/metametameta.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_assertions.rb +1575 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_mock.rb +884 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_reporter.rb +299 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_spec.rb +1061 -0
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_test.rb +1084 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/README.md +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/Rakefile +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis-availables.js +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis-categories.js +137 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis.js +509 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/json/mumuki-emojis-shortnames.json +68738 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/stylesheets/mumuki-emojis.css +5437 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/lib/mumuki/emojis.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/lib/mumuki/emojis/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/bin/console +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/bin/setup +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/activemodel.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/array.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/class.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/configurable.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/file.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/hash.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/i18n.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/json.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/likeability.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/modulability.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/module.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/nil.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/object.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/regexp.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/request.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/rspec.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/status.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/string.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/variability.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/yaml.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/Gemfile +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/LICENSE-DEPENDENCIES.md +1903 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/LICENSE.md +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/README.md +278 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/bin/nokogiri +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/dependencies.yml +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/depend +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/extconf.rb +988 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/gumbo.c +584 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_document.c +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_element_description.c +294 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +140 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/DOCBparser.h +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +178 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +245 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +151 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +508 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +236 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +137 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +1243 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +644 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +217 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +1311 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +458 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +368 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +945 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +224 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +428 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +246 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +151 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +485 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +488 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +564 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +632 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +262 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/security.h +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +207 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +1978 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +180 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +313 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/nokogiri.c +278 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/nokogiri.h +223 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/test_global_handlers.c +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_attr.c +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_cdata.c +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_comment.c +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_document.c +680 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_document_fragment.c +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_dtd.c +208 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_element_content.c +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_entity_decl.c +112 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_entity_reference.c +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_namespace.c +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_node.c +1832 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_node_set.c +498 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_reader.c +693 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_relax_ng.c +185 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_parser.c +310 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +281 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +168 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_schema.c +284 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_syntax_error.c +85 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_text.c +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_xpath_context.c +383 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +264 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/CHANGES.md +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/Makefile +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/THANKS +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri.rb +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.5/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.6/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.7/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/node.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser.rb +751 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser.y +272 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser_extras.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/syntax_error.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/tokenizer.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/tokenizer.rex +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +260 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/decorators/slop.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/extension.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/gumbo.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/builder.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/document.rb +322 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/element_description.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +672 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5.rb +473 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/document.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/node.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/syntax_error.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version/constant.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version/info.rb +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/attr.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/builder.rb +447 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/cdata.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/character_data.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/document.rb +336 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +159 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/dtd.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/element_content.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/element_decl.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/namespace.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node.rb +1238 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node_set.rb +372 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/notation.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/parse_options.rb +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp/node.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/reader.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/document.rb +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +123 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/schema.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/searchable.rb +239 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/text.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xslt.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/COPYING +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ChangeLog +846 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/README.ja.rdoc +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/README.rdoc +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/Rakefile +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/TODO +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/bin/racc +320 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/MANIFEST +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/com/headius/racc/Cparse.java +849 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.c +863 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/extconf.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/compat.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/debugflags.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/exception.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/grammar.rb +1118 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/grammarfileparser.rb +561 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/info.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/iset.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/logfilegenerator.rb +212 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parser-text.rb +637 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parser.rb +632 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parserfilegenerator.rb +512 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/pre-setup +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/sourcetext.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/state.rb +972 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/statetransitiontable.rb +317 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/en/NEWS.en.rdoc +282 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/en/grammar.en.rdoc +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/NEWS.ja.rdoc +307 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/command.ja.html +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/debug.ja.rdoc +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/grammar.ja.rdoc +348 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/index.ja.html +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/parser.ja.rdoc +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/usage.ja.html +414 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/array.y +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/array2.y +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/calc-ja.y +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/calc.y +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/conflict.y +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/hash.y +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/lalr.y +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/lists.y +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/syntax.y +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/yyerr.y +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/cadenza.y +170 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/cast.y +926 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/chk.y +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/conf.y +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/csspool.y +729 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/digraph.y +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/echk.y +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/edtf.y +583 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/err.y +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/error_recovery.y +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/expect.y +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/firstline.y +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/huia.y +318 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ichk.y +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/intp.y +546 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/journey.y +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/liquor.y +313 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/machete.y +423 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/macruby.y +2197 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mailp.y +437 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mediacloth.y +599 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mof.y +649 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/namae.y +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nasl.y +626 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/newsyn.y +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/noend.y +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nokogiri-css.y +255 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nonass.y +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/normal.y +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/norule.y +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nullbug1.y +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nullbug2.y +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/opal.y +1807 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/opt.y +123 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/percent.y +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/php_serialization.y +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/recv.y +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/riml.y +665 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/rrconf.y +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby18.y +1943 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby19.y +2174 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby20.y +2350 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby21.y +2359 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby22.y +2381 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/scan.y +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/syntax.y +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/tp_plus.y +622 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/twowaysql.y +278 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/unterm.y +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/useless.y +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/yyerr.y +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/bench.y +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/helper.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/infini.y +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/cadenza +796 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/cast +3428 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/csspool +2314 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/edtf +1794 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/huia +1392 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/journey +222 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/liquor +885 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/machete +833 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/mediacloth +1463 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/mof +1368 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/namae +634 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/nasl +2058 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/nokogiri-css +836 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/opal +6431 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/php_serialization +336 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/riml +3283 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/ruby18 +6344 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/ruby22 +7460 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/tp_plus +1933 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/twowaysql +556 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/brace +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/gvar +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/normal +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/percent +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/slash +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/src.intp +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/start.y +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_chk_y.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_grammar_file_parser.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_racc_command.rb +339 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_scan_y.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/testscanner.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/web/racc.en.rhtml +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/web/racc.ja.rhtml +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/CHANGELOG.md +694 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/CONTRIBUTING.md +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/README.rdoc +306 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/Rakefile +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/SPEC.rdoc +292 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/bin/rackup +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack.png +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack.svg +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack_logo.svg +164 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rdoc.css +412 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/lobster.ru +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/protectedlobster.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/protectedlobster.ru +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack.rb +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/abstract/handler.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/abstract/request.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/basic.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/md5.rb +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/nonce.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/params.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/request.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/body_proxy.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/builder.rb +257 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/cascade.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/chunked.rb +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/common_logger.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/conditional_get.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/config.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/content_length.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/content_type.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/core_ext/regexp.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/deflater.rb +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/directory.rb +199 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/etag.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/events.rb +153 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/file.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/files.rb +218 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler.rb +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/cgi.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/fastcgi.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/scgi.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/thin.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/webrick.rb +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/head.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lint.rb +806 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lobster.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lock.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/logger.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/media_type.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/method_override.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/mime.rb +685 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/mock.rb +273 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/generator.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/parser.rb +364 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/uploaded_file.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/null_logger.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/query_parser.rb +217 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/recursive.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/reloader.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/request.rb +659 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/response.rb +318 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/rewindable_input.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/runtime.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/sendfile.rb +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/server.rb +466 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb +523 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/cookie.rb +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/memcache.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/pool.rb +85 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/show_exceptions.rb +390 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/show_status.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/static.rb +187 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/urlmap.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/utils.rb +613 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/version.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/rack.gemspec +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/CONTRIBUTING.rdoc +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/Gemfile +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/History.rdoc +2344 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/README.rdoc +156 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/Rakefile +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/azure-pipelines.yml +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/bundle +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/console +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rake +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rdoc +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rubocop +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/setup +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb +824 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_utils.rb +137 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_utils_ext.rb +145 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/packagetask.rb +207 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb +413 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_manager.rb +324 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/testtask.rb +224 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/rake.gemspec +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/COPYING +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/Gemfile +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/README.markdown +394 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/Rakefile +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/bin/redcarpet +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.c +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.h +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.c +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.h +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/extconf.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini.h +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_href_e.c +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_href_e.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_html_e.c +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_html_e.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.c +825 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.h +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_blocks.h +229 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_smartypants.c +457 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_smartypants.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.c +2917 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.h +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_markdown.c +168 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_markdown.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_render.c +545 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_render.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/redcarpet.h +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.c +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.h +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/cli.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/compat.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/render_man.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/render_strip.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/redcarpet.gemspec +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/benchmark.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/custom_render_test.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/fixtures/benchmark.md +232 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html5_test.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html_render_test.rb +248 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html_toc_render_test.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/markdown_test.rb +371 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/pathological_inputs_test.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/redcarpet_bin_test.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/redcarpet_compat_test.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/safe_render_test.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/smarty_html_test.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/smarty_pants_test.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/stripdown_render_test.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/test_helper.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/Gemfile +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/LICENSE +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/bin/rougify +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge.rb +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/cli.rb +528 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/abap +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/actionscript +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ada +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apache +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apex +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apiblueprint +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/applescript +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/armasm +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/augeas +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/awk +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/batchfile +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bbcbasic +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bibtex +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/biml +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bpf +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/brainfuck +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/brightscript +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bsl +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/c +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ceylon +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cfscript +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/clean +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/clojure +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cmake +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cmhg +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/coffeescript +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/common_lisp +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/conf +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/console +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/coq +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cpp +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/crystal +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/csharp +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/css +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/csvs +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cuda +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cypher +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cython +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/d +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/dart +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/datastudio +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/diff +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/digdag +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/docker +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/dot +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ecl +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/eex +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/eiffel +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/elixir +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/elm +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/email +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/epp +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/erb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/erlang +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/escape +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/factor +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/fortran +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/freefem +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/fsharp +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gdscript +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ghc-cmm +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ghc-core +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gherkin +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/glsl +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/go +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gradle +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/graphql +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/groovy +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hack +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haml +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/handlebars +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haskell +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haxe +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hcl +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hlsl +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hocon +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hql +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/html +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/http +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hylang +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/idlang +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/igorpro +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ini +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/io +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/irb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/irb_output +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/isbl +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/j +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/janet +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/java +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/javascript +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jinja +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsl +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/json-doc +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsonnet +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsp +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsx +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/julia +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/kotlin +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lasso +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/liquid +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/literate_coffeescript +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/literate_haskell +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/livescript +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/llvm +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lua +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lustre +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lutin +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/m68k +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/magik +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/make +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/markdown +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mason +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mathematica +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/matlab +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/minizinc +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/moonscript +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mosel +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/msgtrans +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mxml +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nasm +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nesasm +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nginx +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nim +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nix +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/objective_c +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/objective_cpp +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ocaml +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ocl +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/openedge +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/opentype_feature_file +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/pascal +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/perl +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/php +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/plaintext +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/plist +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/pony +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/postscript +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/powershell +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/praat +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/prolog +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/prometheus +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/properties +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/protobuf +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/puppet +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/python +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/q +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/qml +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/r +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/racket +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/reasonml +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rego +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rescript +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/robot_framework +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ruby +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rust +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sas +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sass +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scala +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scheme +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scss +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sed +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/shell +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sieve +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/slice +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/slim +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/smalltalk +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/smarty +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sml +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/solidity +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sparql +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sqf +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sql +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ssh +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/supercollider +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/swift +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/systemd +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tap +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tcl +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/terraform +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tex +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/toml +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tsx +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ttcn3 +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tulip +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/turtle +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/twig +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/typescript +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vala +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vcl +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/velocity +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/verilog +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vhdl +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/viml +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vue +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/wollok +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xml +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xojo +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xpath +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xquery +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/yaml +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/yang +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/zig +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatter.rb +112 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_inline.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_legacy.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_line_highlighter.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_line_table.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_linewise.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_pygments.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_table.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/null.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/terminal256.rb +198 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/terminal_truecolor.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/tex.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guesser.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/disambiguation.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/filename.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/glob_mapping.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/mimetype.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/modeline.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/source.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/util.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexer.rb +535 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/abap.rb +240 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/actionscript.rb +196 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ada.rb +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apache.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apache/keywords.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apex.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apiblueprint.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apple_script.rb +370 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/armasm.rb +145 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/augeas.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/awk.rb +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/batchfile.rb +165 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bbcbasic.rb +112 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bibtex.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/biml.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bpf.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/brainfuck.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/brightscript.rb +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bsl.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/c.rb +190 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ceylon.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cfscript.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/clean.rb +156 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/clojure.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cmake.rb +218 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cmhg.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/coffeescript.rb +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/common_lisp.rb +346 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/conf.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/console.rb +190 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/coq.rb +191 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cpp.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/crystal.rb +435 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/csharp.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/css.rb +276 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/csvs.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cuda.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cypher.rb +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cython.rb +151 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/d.rb +177 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/dart.rb +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/datastudio.rb +138 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/diff.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/digdag.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/docker.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/dot.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ecl.rb +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/eex.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/eiffel.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/elixir.rb +149 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/elm.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/email.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/epp.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/erb.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/erlang.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/escape.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/factor.rb +303 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/fortran.rb +178 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/freefem.rb +240 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/fsharp.rb +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gdscript.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ghc_cmm.rb +340 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ghc_core.rb +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gherkin.rb +140 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gherkin/keywords.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/glsl.rb +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/go.rb +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gradle.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/graphql.rb +261 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/groovy.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hack.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haml.rb +226 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/handlebars.rb +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haskell.rb +207 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haxe.rb +246 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hcl.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hlsl.rb +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hocon.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hql.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/html.rb +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/http.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hylang.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/idlang.rb +312 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/igorpro.rb +664 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ini.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/io.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/irb.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/isbl.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/isbl/builtins.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/j.rb +244 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/janet.rb +218 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/java.rb +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/javascript.rb +285 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jinja.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsl.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/json.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/json_doc.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsonnet.rb +153 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsp.rb +119 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsx.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/julia.rb +292 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/kotlin.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lasso.rb +214 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lasso/keywords.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/liquid.rb +285 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/literate_coffeescript.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/literate_haskell.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/livescript.rb +310 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/llvm.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/llvm/keywords.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lua.rb +164 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lua/keywords.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lustre.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lutin.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/m68k.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/magik.rb +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/make.rb +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/markdown.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mason.rb +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mathematica.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mathematica/keywords.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab/builtins.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab/keywords.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/minizinc.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/moonscript.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mosel.rb +232 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/msgtrans.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mxml.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nasm.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nesasm.rb +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nginx.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nim.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nix.rb +211 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_c.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_c/common.rb +184 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_cpp.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocaml.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocaml/common.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocl.rb +85 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/openedge.rb +429 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/opentype_feature_file.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/pascal.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/perl.rb +251 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/php.rb +377 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/php/keywords.rb +202 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/plain_text.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/plist.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/pony.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/postscript.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/powershell.rb +242 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/praat.rb +351 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/prolog.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/prometheus.rb +123 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/properties.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/protobuf.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/puppet.rb +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/python.rb +249 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/q.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/qml.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/r.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/racket.rb +568 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/reasonml.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rego.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rescript.rb +119 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/robot_framework.rb +249 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ruby.rb +454 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rust.rb +196 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sas.rb +563 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sass.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sass/common.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scala.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scheme.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scss.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sed.rb +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/shell.rb +201 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sieve.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/slice.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/slim.rb +229 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/smalltalk.rb +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/smarty.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sml.rb +345 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/solidity.rb +185 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sparql.rb +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sqf.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sqf/keywords.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sql.rb +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ssh.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/supercollider.rb +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/swift.rb +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/systemd.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tap.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tcl.rb +193 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/terraform.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tex.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/toml.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tsx.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ttcn3.rb +119 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tulip.rb +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/turtle.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/twig.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/typescript.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/typescript/common.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vala.rb +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/varnish.rb +168 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vb.rb +165 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/velocity.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/verilog.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vhdl.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/viml.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/viml/keywords.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vue.rb +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/wollok.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xml.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xojo.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xpath.rb +332 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xquery.rb +145 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/yaml.rb +378 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/yang.rb +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/zig.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/plugins/redcarpet.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/regex_lexer.rb +498 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/template_lexer.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/tex_theme_renderer.rb +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/text_analyzer.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/theme.rb +218 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/base16.rb +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/bw.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/colorful.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/github.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/gruvbox.rb +170 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/igor_pro.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/magritte.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/molokai.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/monokai.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/monokai_sublime.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/pastie.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/thankful_eyes.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/tulip.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/token.rb +191 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/util.rb +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/version.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/rouge.gemspec +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/LICENSE.md +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/README.md +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/Changelog.md +2327 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/LICENSE.md +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/README.md +384 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/exe/rspec +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core.rb +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/coordinator.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/server.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/shell_command.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/utilities.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/configuration.rb +2372 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/configuration_options.rb +233 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/did_you_mean.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example.rb +663 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example_group.rb +901 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters.rb +273 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/console_codes.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/exception_presenter.rb +521 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_printer.rb +414 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/protocol.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/invocations.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/memoized_helpers.rb +554 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/metadata_filter.rb +255 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/notifications.rb +521 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/option_parser.rb +324 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/ordering.rb +158 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/output_wrapper.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/pending.rb +165 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/profiler.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/rake_task.rb +188 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/reporter.rb +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/runner.rb +212 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/set.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shared_example_group.rb +271 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/world.rb +277 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/Changelog.md +1240 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/LICENSE.md +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/README.md +320 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/configuration.rb +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/expectation_target.rb +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/fail_with.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/failure_aggregator.rb +212 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/handler.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers.rb +1041 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/all.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/base_matcher.rb +193 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be.rb +191 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/change.rb +428 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/compound.rb +276 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/contain_exactly.rb +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/eq.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/eql.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/exist.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/has.rb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/include.rb +206 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/match.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/output.rb +200 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/raise_error.rb +259 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/respond_to.rb +200 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/satisfy.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/yield.rb +355 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/composable.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/dsl.rb +540 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/english_phrasing.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/generated_descriptions.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/matcher_delegator.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/matcher_protocol.rb +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/Changelog.md +1167 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/LICENSE.md +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/README.md +463 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks.rb +133 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/chain.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/proxy.rb +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/recorder.rb +295 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/argument_list_matcher.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/argument_matchers.rb +322 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/configuration.rb +212 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/error_generator.rb +369 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/example_methods.rb +434 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/instance_method_stasher.rb +146 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/have_received.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive.rb +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/message_expectation.rb +751 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/method_double.rb +288 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/method_reference.rb +202 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/mutate_const.rb +339 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/order_group.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/proxy.rb +519 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/test_double.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_double.rb +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_proxy.rb +220 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/Changelog.md +332 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/LICENSE.md +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/README.md +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/caller_filter.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/comparable_version.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/differ.rb +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/directory_maker.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/encoded_string.rb +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/fuzzy_matcher.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/hunk_generator.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/matcher_definition.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/method_signature_verifier.rb +438 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/mutex.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/object_formatter.rb +275 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/recursive_const_methods.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/reentrant_mutex.rb +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/ruby_features.rb +191 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source.rb +85 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/location.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/node.rb +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/token.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/diff_helpers.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/formatting_support.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/in_sub_process.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/library_wide_checks.rb +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/shell_out.rb +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/stderr_splitter.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/string_matcher.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/version.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/warnings.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/with_keywords_when_needed.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/HISTORY.md +707 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/LICENSE +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/README.md +669 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize.rb +244 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/basic.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/default.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/relaxed.rb +724 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/restricted.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/css.rb +348 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_cdata.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_comment.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_css.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_doctype.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_element.rb +223 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/common.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_comment.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_css.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_doctype.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_element.rb +545 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_config.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_malicious_css.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_malicious_html.rb +235 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_parser.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_sanitize.rb +197 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_sanitize_css.rb +424 -0
- data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_transformers.rb +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/Gemfile +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/LICENSE +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/README.md +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/Rakefile +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/examples/bench_cache.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/spec_helper.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/support/threads.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +507 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +943 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/tasks/update_doc.rake +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/thread_safe.gemspec +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/CHANGES.md +824 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/LICENSE +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/README.md +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/Rakefile +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/annual_rules.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country.rb +196 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_index_definition.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_info.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_timezone.rb +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb +190 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_timezone.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_timezone_info.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/info_timezone.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/linked_timezone.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/offset_rationals.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/posix_time_zone_parser.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_core_support.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_country_info.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_data_source.rb +140 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/time_or_datetime.rb +351 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb +673 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_definition.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_info.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_offset.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_period.rb +245 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_proxy.rb +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_transition.rb +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_transition_definition.rb +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/transition_rule.rb +325 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_country_info.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_data_source.rb +497 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_timezone_info.rb +520 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_annual_rules.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country.rb +238 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_index_definition.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_info.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_timezone.rb +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_source.rb +218 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_timezone.rb +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_timezone_info.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_info_timezone.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_linked_timezone.rb +155 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_linked_timezone_info.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_offset_rationals.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_posix_time_zone_parser.rb +261 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_core_support.rb +168 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_country_info.rb +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_data_source.rb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_time_or_datetime.rb +674 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone.rb +1361 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_definition.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_index_definition.rb +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_info.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_london.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_melbourne.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_new_york.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_offset.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_period.rb +555 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_proxy.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_transition.rb +366 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_transition_definition.rb +295 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_utc.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_transition_data_timezone_info.rb +433 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_transition_rule.rb +663 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_country_info.rb +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_data_source.rb +1204 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_timezone_info.rb +2153 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/test_utils.rb +192 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all_ruby.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all_zoneinfo.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +327 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +273 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +198 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +333 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +277 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +235 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/indexes/countries.rb +940 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +609 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/version.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/EST +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/iso3166.tab +274 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/leapseconds +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/zone.tab +452 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/zone1970.tab +384 -0
- data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/tzinfo.gemspec +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/README.md +841 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/error.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/explicit_namespace.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/gem_inflector.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/inflector.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/loader.rb +812 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/loader/callbacks.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/real_mod_name.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/registry.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/specifications/activesupport-6.0.4.gemspec +47 -0
- data/vendor/bundle/ruby/2.6.0/specifications/concurrent-ruby-1.1.9.gemspec +24 -0
- data/vendor/bundle/ruby/2.6.0/specifications/crass-1.0.6.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.4.4.gemspec +59 -0
- data/vendor/bundle/ruby/2.6.0/specifications/i18n-0.9.5.gemspec +33 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mini_portile2-2.6.1.gemspec +48 -0
- data/vendor/bundle/ruby/2.6.0/specifications/minitest-5.14.4.gemspec +41 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mumuki-emojis-1.1.1.gemspec +38 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mumukit-core-1.18.0.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/nokogiri-1.12.3-x86_64-linux.gemspec +72 -0
- data/vendor/bundle/ruby/2.6.0/specifications/racc-1.5.2.gemspec +26 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rack-2.2.3.gemspec +46 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rake-12.3.3.gemspec +49 -0
- data/vendor/bundle/ruby/2.6.0/specifications/redcarpet-3.3.4.gemspec +41 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rouge-3.26.0.gemspec +24 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.10.0.gemspec +43 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.10.1.gemspec +63 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.10.1.gemspec +51 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.10.2.gemspec +51 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.10.2.gemspec +39 -0
- data/vendor/bundle/ruby/2.6.0/specifications/sanitize-6.0.0.gemspec +42 -0
- data/vendor/bundle/ruby/2.6.0/specifications/thread_safe-0.3.6.gemspec +38 -0
- data/vendor/bundle/ruby/2.6.0/specifications/tzinfo-1.2.9.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/zeitwerk-2.4.2.gemspec +22 -0
- metadata +2132 -12
@@ -0,0 +1,126 @@
|
|
1
|
+
RSpec::Support.require_rspec_core "shell_escape"
|
2
|
+
require 'shellwords'
|
3
|
+
|
4
|
+
module RSpec
|
5
|
+
module Core
|
6
|
+
module Bisect
|
7
|
+
# Provides an API to generate shell commands to run the suite for a
|
8
|
+
# set of locations, using the given bisect server to capture the results.
|
9
|
+
# @private
|
10
|
+
class ShellCommand
|
11
|
+
attr_reader :original_cli_args
|
12
|
+
|
13
|
+
def initialize(original_cli_args)
|
14
|
+
@original_cli_args = original_cli_args.reject { |arg| arg.start_with?("--bisect") }
|
15
|
+
end
|
16
|
+
|
17
|
+
def command_for(locations, server)
|
18
|
+
parts = []
|
19
|
+
|
20
|
+
parts << RUBY << load_path
|
21
|
+
parts << open3_safe_escape(RSpec::Core.path_to_executable)
|
22
|
+
|
23
|
+
parts << "--format" << "bisect-drb"
|
24
|
+
parts << "--drb-port" << server.drb_port
|
25
|
+
|
26
|
+
parts.concat(reusable_cli_options)
|
27
|
+
parts.concat(locations.map { |l| open3_safe_escape(l) })
|
28
|
+
|
29
|
+
parts.join(" ")
|
30
|
+
end
|
31
|
+
|
32
|
+
def repro_command_from(locations)
|
33
|
+
parts = []
|
34
|
+
|
35
|
+
parts.concat environment_repro_parts
|
36
|
+
parts << "rspec"
|
37
|
+
parts.concat Formatters::Helpers.organize_ids(locations)
|
38
|
+
parts.concat original_cli_args_without_locations
|
39
|
+
|
40
|
+
parts.join(" ")
|
41
|
+
end
|
42
|
+
|
43
|
+
def original_locations
|
44
|
+
parsed_original_cli_options.fetch(:files_or_directories_to_run)
|
45
|
+
end
|
46
|
+
|
47
|
+
def bisect_environment_hash
|
48
|
+
if ENV.key?('SPEC_OPTS')
|
49
|
+
{ 'SPEC_OPTS' => spec_opts_without_bisect }
|
50
|
+
else
|
51
|
+
{}
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
def spec_opts_without_bisect
|
56
|
+
Shellwords.join(
|
57
|
+
Shellwords.split(ENV.fetch('SPEC_OPTS', '')).reject do |arg|
|
58
|
+
arg =~ /^--bisect/
|
59
|
+
end
|
60
|
+
)
|
61
|
+
end
|
62
|
+
|
63
|
+
private
|
64
|
+
|
65
|
+
include RSpec::Core::ShellEscape
|
66
|
+
# On JRuby, Open3.popen3 does not handle shellescaped args properly:
|
67
|
+
# https://github.com/jruby/jruby/issues/2767
|
68
|
+
if RSpec::Support::Ruby.jruby?
|
69
|
+
# :nocov:
|
70
|
+
alias open3_safe_escape quote
|
71
|
+
# :nocov:
|
72
|
+
else
|
73
|
+
alias open3_safe_escape escape
|
74
|
+
end
|
75
|
+
|
76
|
+
def environment_repro_parts
|
77
|
+
bisect_environment_hash.map do |k, v|
|
78
|
+
%Q(#{k}="#{v}")
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
def reusable_cli_options
|
83
|
+
@reusable_cli_options ||= begin
|
84
|
+
opts = original_cli_args_without_locations
|
85
|
+
|
86
|
+
if (port = parsed_original_cli_options[:drb_port])
|
87
|
+
opts -= %W[ --drb-port #{port} ]
|
88
|
+
end
|
89
|
+
|
90
|
+
parsed_original_cli_options.fetch(:formatters) { [] }.each do |(name, out)|
|
91
|
+
opts -= %W[ --format #{name} -f -f#{name} ]
|
92
|
+
opts -= %W[ --out #{out} -o -o#{out} ]
|
93
|
+
end
|
94
|
+
|
95
|
+
opts
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
def original_cli_args_without_locations
|
100
|
+
@original_cli_args_without_locations ||= begin
|
101
|
+
files_or_dirs = parsed_original_cli_options.fetch(:files_or_directories_to_run)
|
102
|
+
@original_cli_args - files_or_dirs
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
def parsed_original_cli_options
|
107
|
+
@parsed_original_cli_options ||= Parser.parse(@original_cli_args)
|
108
|
+
end
|
109
|
+
|
110
|
+
def load_path
|
111
|
+
@load_path ||= "-I#{$LOAD_PATH.map { |p| open3_safe_escape(p) }.join(':')}"
|
112
|
+
end
|
113
|
+
|
114
|
+
# Path to the currently running Ruby executable, borrowed from Rake:
|
115
|
+
# https://github.com/ruby/rake/blob/v10.4.2/lib/rake/file_utils.rb#L8-L12
|
116
|
+
# Note that we skip `ENV['RUBY']` because we don't have to deal with running
|
117
|
+
# RSpec from within a MRI source repository:
|
118
|
+
# https://github.com/ruby/rake/commit/968682759b3b65e42748cd2befb2ff3e982272d9
|
119
|
+
RUBY = File.join(
|
120
|
+
RbConfig::CONFIG['bindir'],
|
121
|
+
RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT']).
|
122
|
+
sub(/.*\s.*/m, '"\&"')
|
123
|
+
end
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
@@ -0,0 +1,73 @@
|
|
1
|
+
require 'open3'
|
2
|
+
RSpec::Support.require_rspec_core "bisect/server"
|
3
|
+
|
4
|
+
module RSpec
|
5
|
+
module Core
|
6
|
+
module Bisect
|
7
|
+
# Provides an API to run the suite for a set of locations, using
|
8
|
+
# the given bisect server to capture the results.
|
9
|
+
#
|
10
|
+
# Sets of specs are run by shelling out.
|
11
|
+
# @private
|
12
|
+
class ShellRunner
|
13
|
+
def self.start(shell_command, _spec_runner)
|
14
|
+
Server.run do |server|
|
15
|
+
yield new(server, shell_command)
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
def self.name
|
20
|
+
:shell
|
21
|
+
end
|
22
|
+
|
23
|
+
def initialize(server, shell_command)
|
24
|
+
@server = server
|
25
|
+
@shell_command = shell_command
|
26
|
+
end
|
27
|
+
|
28
|
+
def run(locations)
|
29
|
+
run_locations(locations, original_results.failed_example_ids)
|
30
|
+
end
|
31
|
+
|
32
|
+
def original_results
|
33
|
+
@original_results ||= run_locations(@shell_command.original_locations)
|
34
|
+
end
|
35
|
+
|
36
|
+
private
|
37
|
+
|
38
|
+
def run_locations(*capture_args)
|
39
|
+
@server.capture_run_results(*capture_args) do
|
40
|
+
run_command @shell_command.command_for([], @server)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
# `Open3.capture2e` does not work on JRuby:
|
45
|
+
# https://github.com/jruby/jruby/issues/2766
|
46
|
+
if Open3.respond_to?(:capture2e) && !RSpec::Support::Ruby.jruby?
|
47
|
+
def run_command(cmd)
|
48
|
+
Open3.capture2e(@shell_command.bisect_environment_hash, cmd).first
|
49
|
+
end
|
50
|
+
else # for 1.8.7
|
51
|
+
# :nocov:
|
52
|
+
def run_command(cmd)
|
53
|
+
out = err = nil
|
54
|
+
|
55
|
+
original_spec_opts = ENV['SPEC_OPTS']
|
56
|
+
ENV['SPEC_OPTS'] = @shell_command.spec_opts_without_bisect
|
57
|
+
|
58
|
+
Open3.popen3(cmd) do |_, stdout, stderr|
|
59
|
+
# Reading the streams blocks until the process is complete
|
60
|
+
out = stdout.read
|
61
|
+
err = stderr.read
|
62
|
+
end
|
63
|
+
|
64
|
+
"Stdout:\n#{out}\n\nStderr:\n#{err}"
|
65
|
+
ensure
|
66
|
+
ENV['SPEC_OPTS'] = original_spec_opts
|
67
|
+
end
|
68
|
+
# :nocov:
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
module RSpec
|
2
|
+
module Core
|
3
|
+
module Bisect
|
4
|
+
# @private
|
5
|
+
ExampleSetDescriptor = Struct.new(:all_example_ids, :failed_example_ids)
|
6
|
+
|
7
|
+
# @private
|
8
|
+
class BisectFailedError < StandardError
|
9
|
+
def self.for_failed_spec_run(spec_output)
|
10
|
+
new("Failed to get results from the spec run. Spec run output:\n\n" +
|
11
|
+
spec_output)
|
12
|
+
end
|
13
|
+
end
|
14
|
+
|
15
|
+
# Wraps a `formatter` providing a simple means to notify it in place
|
16
|
+
# of an `RSpec::Core::Reporter`, without involving configuration in
|
17
|
+
# any way.
|
18
|
+
# @private
|
19
|
+
class Notifier
|
20
|
+
def initialize(formatter)
|
21
|
+
@formatter = formatter
|
22
|
+
end
|
23
|
+
|
24
|
+
def publish(event, *args)
|
25
|
+
return unless @formatter.respond_to?(event)
|
26
|
+
notification = Notifications::CustomNotification.for(*args)
|
27
|
+
@formatter.__send__(event, notification)
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# Wraps a pipe to support sending objects between a child and
|
32
|
+
# parent process.
|
33
|
+
# @private
|
34
|
+
class Channel
|
35
|
+
def initialize
|
36
|
+
@read_io, @write_io = IO.pipe
|
37
|
+
end
|
38
|
+
|
39
|
+
def send(message)
|
40
|
+
packet = Marshal.dump(message)
|
41
|
+
@write_io.write("#{packet.bytesize}\n#{packet}")
|
42
|
+
end
|
43
|
+
|
44
|
+
# rubocop:disable Security/MarshalLoad
|
45
|
+
def receive
|
46
|
+
packet_size = Integer(@read_io.gets)
|
47
|
+
Marshal.load(@read_io.read(packet_size))
|
48
|
+
end
|
49
|
+
# rubocop:enable Security/MarshalLoad
|
50
|
+
|
51
|
+
def close
|
52
|
+
@read_io.close
|
53
|
+
@write_io.close
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
@@ -0,0 +1,2372 @@
|
|
1
|
+
RSpec::Support.require_rspec_core "backtrace_formatter"
|
2
|
+
RSpec::Support.require_rspec_core "ruby_project"
|
3
|
+
RSpec::Support.require_rspec_core "formatters/deprecation_formatter"
|
4
|
+
RSpec::Support.require_rspec_core "output_wrapper"
|
5
|
+
|
6
|
+
module RSpec
|
7
|
+
module Core
|
8
|
+
# rubocop:disable Metrics/ClassLength
|
9
|
+
|
10
|
+
# Stores runtime configuration information.
|
11
|
+
#
|
12
|
+
# Configuration options are loaded from multiple files and joined together
|
13
|
+
# with command-line switches and the `SPEC_OPTS` environment variable.
|
14
|
+
#
|
15
|
+
# Precedence order (where later entries overwrite earlier entries on
|
16
|
+
# conflicts):
|
17
|
+
#
|
18
|
+
# * Global (`$XDG_CONFIG_HOME/rspec/options`, or `~/.rspec` if it does
|
19
|
+
# not exist)
|
20
|
+
# * Project-specific (`./.rspec`)
|
21
|
+
# * Local (`./.rspec-local`)
|
22
|
+
# * Command-line options
|
23
|
+
# * `SPEC_OPTS`
|
24
|
+
#
|
25
|
+
# For example, an option set in the local file will override an option set
|
26
|
+
# in your global file.
|
27
|
+
#
|
28
|
+
# The global, project-specific and local files can all be overridden with a
|
29
|
+
# separate custom file using the --options command-line parameter.
|
30
|
+
#
|
31
|
+
# @example Standard settings
|
32
|
+
# RSpec.configure do |c|
|
33
|
+
# c.drb = true
|
34
|
+
# c.drb_port = 1234
|
35
|
+
# c.default_path = 'behavior'
|
36
|
+
# end
|
37
|
+
#
|
38
|
+
# @example Hooks
|
39
|
+
# RSpec.configure do |c|
|
40
|
+
# c.before(:suite) { establish_connection }
|
41
|
+
# c.before(:example) { log_in_as :authorized }
|
42
|
+
# c.around(:example) { |ex| Database.transaction(&ex) }
|
43
|
+
# end
|
44
|
+
#
|
45
|
+
# @see RSpec.configure
|
46
|
+
# @see Hooks
|
47
|
+
class Configuration
|
48
|
+
include RSpec::Core::Hooks
|
49
|
+
|
50
|
+
# Module that holds `attr_reader` declarations. It's in a separate
|
51
|
+
# module to allow us to override those methods and use `super`.
|
52
|
+
# @private
|
53
|
+
Readers = Module.new
|
54
|
+
include Readers
|
55
|
+
|
56
|
+
# @private
|
57
|
+
class MustBeConfiguredBeforeExampleGroupsError < StandardError; end
|
58
|
+
|
59
|
+
# @private
|
60
|
+
def self.define_reader(name)
|
61
|
+
Readers.class_eval do
|
62
|
+
remove_method name if method_defined?(name)
|
63
|
+
attr_reader name
|
64
|
+
end
|
65
|
+
|
66
|
+
define_method(name) { value_for(name) { super() } }
|
67
|
+
end
|
68
|
+
|
69
|
+
# @private
|
70
|
+
def self.define_alias(name, alias_name)
|
71
|
+
alias_method alias_name, name
|
72
|
+
alias_method "#{alias_name}=", "#{name}="
|
73
|
+
define_predicate alias_name
|
74
|
+
end
|
75
|
+
|
76
|
+
# @private
|
77
|
+
def self.define_predicate(name)
|
78
|
+
define_method "#{name}?" do
|
79
|
+
!!send(name)
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
# @private
|
84
|
+
#
|
85
|
+
# Invoked by the `add_setting` instance method. Use that method on a
|
86
|
+
# `Configuration` instance rather than this class method.
|
87
|
+
def self.add_setting(name, opts={})
|
88
|
+
raise "Use the instance add_setting method if you want to set a default" if opts.key?(:default)
|
89
|
+
attr_writer name
|
90
|
+
add_read_only_setting name
|
91
|
+
|
92
|
+
Array(opts[:alias_with]).each do |alias_name|
|
93
|
+
define_alias(name, alias_name)
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
# @private
|
98
|
+
#
|
99
|
+
# As `add_setting` but only add the reader.
|
100
|
+
def self.add_read_only_setting(name, opts={})
|
101
|
+
raise "Use the instance add_setting method if you want to set a default" if opts.key?(:default)
|
102
|
+
define_reader name
|
103
|
+
define_predicate name
|
104
|
+
end
|
105
|
+
|
106
|
+
# @macro [attach] add_setting
|
107
|
+
# @!attribute [rw] $1
|
108
|
+
#
|
109
|
+
# @macro [attach] define_reader
|
110
|
+
# @!attribute [r] $1
|
111
|
+
|
112
|
+
# @macro add_setting
|
113
|
+
# Path to use if no path is provided to the `rspec` command (default:
|
114
|
+
# `"spec"`). Allows you to just type `rspec` instead of `rspec spec` to
|
115
|
+
# run all the examples in the `spec` directory.
|
116
|
+
#
|
117
|
+
# @note Other scripts invoking `rspec` indirectly will ignore this
|
118
|
+
# setting.
|
119
|
+
# @return [String]
|
120
|
+
add_read_only_setting :default_path
|
121
|
+
def default_path=(path)
|
122
|
+
project_source_dirs << path
|
123
|
+
@default_path = path
|
124
|
+
end
|
125
|
+
|
126
|
+
# @macro add_setting
|
127
|
+
# Run examples over DRb (default: `false`). RSpec doesn't supply the DRb
|
128
|
+
# server, but you can use tools like spork.
|
129
|
+
# @return [Boolean]
|
130
|
+
add_setting :drb
|
131
|
+
|
132
|
+
# @macro add_setting
|
133
|
+
# The drb_port (default: nil).
|
134
|
+
add_setting :drb_port
|
135
|
+
|
136
|
+
# @macro add_setting
|
137
|
+
# Default: `$stderr`.
|
138
|
+
add_setting :error_stream
|
139
|
+
|
140
|
+
# Indicates if the DSL has been exposed off of modules and `main`.
|
141
|
+
# Default: true
|
142
|
+
# @return [Boolean]
|
143
|
+
def expose_dsl_globally?
|
144
|
+
Core::DSL.exposed_globally?
|
145
|
+
end
|
146
|
+
|
147
|
+
# Use this to expose the core RSpec DSL via `Module` and the `main`
|
148
|
+
# object. It will be set automatically but you can override it to
|
149
|
+
# remove the DSL.
|
150
|
+
# Default: true
|
151
|
+
def expose_dsl_globally=(value)
|
152
|
+
if value
|
153
|
+
Core::DSL.expose_globally!
|
154
|
+
Core::SharedExampleGroup::TopLevelDSL.expose_globally!
|
155
|
+
else
|
156
|
+
Core::DSL.remove_globally!
|
157
|
+
Core::SharedExampleGroup::TopLevelDSL.remove_globally!
|
158
|
+
end
|
159
|
+
end
|
160
|
+
|
161
|
+
# Determines where deprecation warnings are printed.
|
162
|
+
# Defaults to `$stderr`.
|
163
|
+
# @return [IO, String] IO or filename to write to
|
164
|
+
define_reader :deprecation_stream
|
165
|
+
|
166
|
+
# Determines where deprecation warnings are printed.
|
167
|
+
# @param value [IO, String] IO to write to or filename to write to
|
168
|
+
def deprecation_stream=(value)
|
169
|
+
if @reporter && !value.equal?(@deprecation_stream)
|
170
|
+
warn "RSpec's reporter has already been initialized with " \
|
171
|
+
"#{deprecation_stream.inspect} as the deprecation stream, so your change to "\
|
172
|
+
"`deprecation_stream` will be ignored. You should configure it earlier for " \
|
173
|
+
"it to take effect, or use the `--deprecation-out` CLI option. " \
|
174
|
+
"(Called from #{CallerFilter.first_non_rspec_line})"
|
175
|
+
else
|
176
|
+
@deprecation_stream = value
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
# @macro define_reader
|
181
|
+
# The file path to use for persisting example statuses. Necessary for the
|
182
|
+
# `--only-failures` and `--next-failure` CLI options.
|
183
|
+
#
|
184
|
+
# @overload example_status_persistence_file_path
|
185
|
+
# @return [String] the file path
|
186
|
+
# @overload example_status_persistence_file_path=(value)
|
187
|
+
# @param value [String] the file path
|
188
|
+
define_reader :example_status_persistence_file_path
|
189
|
+
|
190
|
+
# Sets the file path to use for persisting example statuses. Necessary for the
|
191
|
+
# `--only-failures` and `--next-failure` CLI options.
|
192
|
+
def example_status_persistence_file_path=(value)
|
193
|
+
@example_status_persistence_file_path = value
|
194
|
+
clear_values_derived_from_example_status_persistence_file_path
|
195
|
+
end
|
196
|
+
|
197
|
+
# @macro define_reader
|
198
|
+
# Indicates if the `--only-failures` (or `--next-failure`) flag is being used.
|
199
|
+
define_reader :only_failures
|
200
|
+
alias_method :only_failures?, :only_failures
|
201
|
+
|
202
|
+
# @private
|
203
|
+
def only_failures_but_not_configured?
|
204
|
+
only_failures? && !example_status_persistence_file_path
|
205
|
+
end
|
206
|
+
|
207
|
+
# @macro define_reader
|
208
|
+
# If specified, indicates the number of failures required before cleaning
|
209
|
+
# up and exit (default: `nil`). Can also be `true` to fail and exit on first
|
210
|
+
# failure
|
211
|
+
define_reader :fail_fast
|
212
|
+
|
213
|
+
# @see fail_fast
|
214
|
+
def fail_fast=(value)
|
215
|
+
case value
|
216
|
+
when true, 'true'
|
217
|
+
@fail_fast = true
|
218
|
+
when false, 'false', 0
|
219
|
+
@fail_fast = false
|
220
|
+
when nil
|
221
|
+
@fail_fast = nil
|
222
|
+
else
|
223
|
+
@fail_fast = value.to_i
|
224
|
+
|
225
|
+
if value.to_i == 0
|
226
|
+
# TODO: in RSpec 4, consider raising an error here.
|
227
|
+
RSpec.warning "Cannot set `RSpec.configuration.fail_fast`" \
|
228
|
+
" to `#{value.inspect}`. Only `true`, `false`, `nil` and integers" \
|
229
|
+
" are valid values."
|
230
|
+
@fail_fast = true
|
231
|
+
end
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
# @macro add_setting
|
236
|
+
# Prints the formatter output of your suite without running any
|
237
|
+
# examples or hooks.
|
238
|
+
add_setting :dry_run
|
239
|
+
|
240
|
+
# @macro add_setting
|
241
|
+
# The exit code to return if there are any failures (default: 1).
|
242
|
+
# @return [Integer]
|
243
|
+
add_setting :failure_exit_code
|
244
|
+
|
245
|
+
# @macro add_setting
|
246
|
+
# The exit code to return if there are any errors outside examples (default: failure_exit_code)
|
247
|
+
# @return [Integer]
|
248
|
+
add_setting :error_exit_code
|
249
|
+
|
250
|
+
# @macro add_setting
|
251
|
+
# Whether or not to fail when there are no RSpec examples (default: false).
|
252
|
+
# @return [Boolean]
|
253
|
+
add_setting :fail_if_no_examples
|
254
|
+
|
255
|
+
# @macro define_reader
|
256
|
+
# Indicates files configured to be required.
|
257
|
+
# @return [Array<String>]
|
258
|
+
define_reader :requires
|
259
|
+
|
260
|
+
# @macro define_reader
|
261
|
+
# Returns dirs that have been prepended to the load path by the `-I`
|
262
|
+
# command line option.
|
263
|
+
# @return [Array<String>]
|
264
|
+
define_reader :libs
|
265
|
+
|
266
|
+
# @macro add_setting
|
267
|
+
# Determines where RSpec will send its output.
|
268
|
+
# Default: `$stdout`.
|
269
|
+
# @return [IO, String]
|
270
|
+
define_reader :output_stream
|
271
|
+
|
272
|
+
# Set the output stream for reporter.
|
273
|
+
# @attr value [IO, String] IO to write to or filename to write to, defaults to $stdout
|
274
|
+
def output_stream=(value)
|
275
|
+
if @reporter && !value.equal?(@output_stream)
|
276
|
+
warn "RSpec's reporter has already been initialized with " \
|
277
|
+
"#{output_stream.inspect} as the output stream, so your change to "\
|
278
|
+
"`output_stream` will be ignored. You should configure it earlier for " \
|
279
|
+
"it to take effect. (Called from #{CallerFilter.first_non_rspec_line})"
|
280
|
+
else
|
281
|
+
@output_stream = value
|
282
|
+
output_wrapper.output = @output_stream
|
283
|
+
end
|
284
|
+
end
|
285
|
+
|
286
|
+
# @macro define_reader
|
287
|
+
# Load files matching this pattern (default: `'**{,/*/**}/*_spec.rb'`).
|
288
|
+
# @return [String]
|
289
|
+
define_reader :pattern
|
290
|
+
|
291
|
+
# Set pattern to match files to load.
|
292
|
+
# @attr value [String] the filename pattern to filter spec files by
|
293
|
+
def pattern=(value)
|
294
|
+
update_pattern_attr :pattern, value
|
295
|
+
end
|
296
|
+
|
297
|
+
# @macro define_reader
|
298
|
+
# Exclude files matching this pattern.
|
299
|
+
# @return [String]
|
300
|
+
define_reader :exclude_pattern
|
301
|
+
|
302
|
+
# Set pattern to match files to exclude.
|
303
|
+
# @attr value [String] the filename pattern to exclude spec files by
|
304
|
+
def exclude_pattern=(value)
|
305
|
+
update_pattern_attr :exclude_pattern, value
|
306
|
+
end
|
307
|
+
|
308
|
+
# @macro add_setting
|
309
|
+
# Specifies which directories contain the source code for your project.
|
310
|
+
# When a failure occurs, RSpec looks through the backtrace to find a
|
311
|
+
# a line of source to print. It first looks for a line coming from
|
312
|
+
# one of the project source directories so that, for example, it prints
|
313
|
+
# the expectation or assertion call rather than the source code from
|
314
|
+
# the expectation or assertion framework.
|
315
|
+
# @return [Array<String>]
|
316
|
+
add_setting :project_source_dirs
|
317
|
+
|
318
|
+
# @macro add_setting
|
319
|
+
# Report the times for the slowest examples (default: `false`).
|
320
|
+
# Use this to specify the number of examples to include in the profile.
|
321
|
+
# @return [Boolean]
|
322
|
+
attr_writer :profile_examples
|
323
|
+
define_predicate :profile_examples
|
324
|
+
|
325
|
+
# @macro add_setting
|
326
|
+
# Run all examples if none match the configured filters
|
327
|
+
# (default: `false`).
|
328
|
+
# @deprecated Use {#filter_run_when_matching} instead for the specific
|
329
|
+
# filters that you want to be ignored if none match.
|
330
|
+
add_setting :run_all_when_everything_filtered
|
331
|
+
|
332
|
+
# @macro add_setting
|
333
|
+
# Color to use to indicate success. Defaults to `:green` but can be set
|
334
|
+
# to one of the following: `[:black, :white, :red, :green, :yellow,
|
335
|
+
# :blue, :magenta, :cyan]`
|
336
|
+
# @return [Symbol]
|
337
|
+
add_setting :success_color
|
338
|
+
|
339
|
+
# @macro add_setting
|
340
|
+
# Color to use to print pending examples. Defaults to `:yellow` but can
|
341
|
+
# be set to one of the following: `[:black, :white, :red, :green,
|
342
|
+
# :yellow, :blue, :magenta, :cyan]`
|
343
|
+
# @return [Symbol]
|
344
|
+
add_setting :pending_color
|
345
|
+
|
346
|
+
# @macro add_setting
|
347
|
+
# Color to use to indicate failure. Defaults to `:red` but can be set to
|
348
|
+
# one of the following: `[:black, :white, :red, :green, :yellow, :blue,
|
349
|
+
# :magenta, :cyan]`
|
350
|
+
# @return [Symbol]
|
351
|
+
add_setting :failure_color
|
352
|
+
|
353
|
+
# @macro add_setting
|
354
|
+
# The default output color. Defaults to `:white` but can be set to one of
|
355
|
+
# the following: `[:black, :white, :red, :green, :yellow, :blue,
|
356
|
+
# :magenta, :cyan]`
|
357
|
+
# @return [Symbol]
|
358
|
+
add_setting :default_color
|
359
|
+
|
360
|
+
# @macro add_setting
|
361
|
+
# Color used when a pending example is fixed. Defaults to `:blue` but can
|
362
|
+
# be set to one of the following: `[:black, :white, :red, :green,
|
363
|
+
# :yellow, :blue, :magenta, :cyan]`
|
364
|
+
# @return [Symbol]
|
365
|
+
add_setting :fixed_color
|
366
|
+
|
367
|
+
# @macro add_setting
|
368
|
+
# Color used to print details. Defaults to `:cyan` but can be set to one
|
369
|
+
# of the following: `[:black, :white, :red, :green, :yellow, :blue,
|
370
|
+
# :magenta, :cyan]`
|
371
|
+
# @return [Symbol]
|
372
|
+
add_setting :detail_color
|
373
|
+
|
374
|
+
# @macro add_setting
|
375
|
+
# Don't print filter info i.e. "Run options: include {:focus=>true}"
|
376
|
+
# (default `false`).
|
377
|
+
# return [Boolean]
|
378
|
+
add_setting :silence_filter_announcements
|
379
|
+
|
380
|
+
# @deprecated This config option was added in RSpec 2 to pave the way
|
381
|
+
# for this being the default behavior in RSpec 3. Now this option is
|
382
|
+
# a no-op.
|
383
|
+
def treat_symbols_as_metadata_keys_with_true_values=(_value)
|
384
|
+
RSpec.deprecate(
|
385
|
+
"RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values=",
|
386
|
+
:message => "RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= " \
|
387
|
+
"is deprecated, it is now set to true as default and " \
|
388
|
+
"setting it to false has no effect."
|
389
|
+
)
|
390
|
+
end
|
391
|
+
|
392
|
+
# @macro define_reader
|
393
|
+
# Configures how RSpec treats metadata passed as part of a shared example
|
394
|
+
# group definition. For example, given this shared example group definition:
|
395
|
+
#
|
396
|
+
# RSpec.shared_context "uses DB", :db => true do
|
397
|
+
# around(:example) do |ex|
|
398
|
+
# MyORM.transaction(:rollback => true, &ex)
|
399
|
+
# end
|
400
|
+
# end
|
401
|
+
#
|
402
|
+
# ...there are two ways RSpec can treat the `:db => true` metadata, each
|
403
|
+
# of which has a corresponding config option:
|
404
|
+
#
|
405
|
+
# 1. `:trigger_inclusion`: this shared context will be implicitly included
|
406
|
+
# in any groups (or examples) that have `:db => true` metadata.
|
407
|
+
# 2. `:apply_to_host_groups`: the metadata will be inherited by the metadata
|
408
|
+
# hash of all host groups and examples.
|
409
|
+
#
|
410
|
+
# `:trigger_inclusion` is the legacy behavior from before RSpec 3.5 but should
|
411
|
+
# be considered deprecated. Instead, you can explicitly include a group with
|
412
|
+
# `include_context`:
|
413
|
+
#
|
414
|
+
# RSpec.describe "My model" do
|
415
|
+
# include_context "uses DB"
|
416
|
+
# end
|
417
|
+
#
|
418
|
+
# ...or you can configure RSpec to include the context based on matching metadata
|
419
|
+
# using an API that mirrors configured module inclusion:
|
420
|
+
#
|
421
|
+
# RSpec.configure do |rspec|
|
422
|
+
# rspec.include_context "uses DB", :db => true
|
423
|
+
# end
|
424
|
+
#
|
425
|
+
# `:apply_to_host_groups` is a new feature of RSpec 3.5 and will be the only
|
426
|
+
# supported behavior in RSpec 4.
|
427
|
+
#
|
428
|
+
# @overload shared_context_metadata_behavior
|
429
|
+
# @return [:trigger_inclusion, :apply_to_host_groups] the configured behavior
|
430
|
+
# @overload shared_context_metadata_behavior=(value)
|
431
|
+
# @param value [:trigger_inclusion, :apply_to_host_groups] sets the configured behavior
|
432
|
+
define_reader :shared_context_metadata_behavior
|
433
|
+
# @see shared_context_metadata_behavior
|
434
|
+
def shared_context_metadata_behavior=(value)
|
435
|
+
case value
|
436
|
+
when :trigger_inclusion, :apply_to_host_groups
|
437
|
+
@shared_context_metadata_behavior = value
|
438
|
+
else
|
439
|
+
raise ArgumentError, "Cannot set `RSpec.configuration." \
|
440
|
+
"shared_context_metadata_behavior` to `#{value.inspect}`. Only " \
|
441
|
+
"`:trigger_inclusion` and `:apply_to_host_groups` are valid values."
|
442
|
+
end
|
443
|
+
end
|
444
|
+
|
445
|
+
# Record the start time of the spec suite to measure load time.
|
446
|
+
# return [Time]
|
447
|
+
add_setting :start_time
|
448
|
+
|
449
|
+
# @macro add_setting
|
450
|
+
# Use threadsafe options where available.
|
451
|
+
# Currently this will place a mutex around memoized values such as let blocks.
|
452
|
+
# return [Boolean]
|
453
|
+
add_setting :threadsafe
|
454
|
+
|
455
|
+
# @macro add_setting
|
456
|
+
# Maximum count of failed source lines to display in the failure reports.
|
457
|
+
# (default `10`).
|
458
|
+
# return [Integer]
|
459
|
+
add_setting :max_displayed_failure_line_count
|
460
|
+
|
461
|
+
# Determines which bisect runner implementation gets used to run subsets
|
462
|
+
# of the suite during a bisection. Your choices are:
|
463
|
+
#
|
464
|
+
# - `:shell`: Performs a spec run by shelling out, booting RSpec and your
|
465
|
+
# application environment each time. This runner is the most widely
|
466
|
+
# compatible runner, but is not as fast. On platforms that do not
|
467
|
+
# support forking, this is the default.
|
468
|
+
# - `:fork`: Pre-boots RSpec and your application environment in a parent
|
469
|
+
# process, and then forks a child process for each spec run. This runner
|
470
|
+
# tends to be significantly faster than the `:shell` runner but cannot
|
471
|
+
# be used in some situations. On platforms that support forking, this
|
472
|
+
# is the default. If you use this runner, you should ensure that all
|
473
|
+
# of your one-time setup logic goes in a `before(:suite)` hook instead
|
474
|
+
# of getting run at the top-level of a file loaded by `--require`.
|
475
|
+
#
|
476
|
+
# @note This option will only be used by `--bisect` if you set it in a file
|
477
|
+
# loaded via `--require`.
|
478
|
+
#
|
479
|
+
# @return [Symbol]
|
480
|
+
attr_reader :bisect_runner
|
481
|
+
def bisect_runner=(value)
|
482
|
+
if @bisect_runner_class && value != @bisect_runner
|
483
|
+
raise "`config.bisect_runner = #{value.inspect}` can no longer take " \
|
484
|
+
"effect as the #{@bisect_runner.inspect} bisect runnner is already " \
|
485
|
+
"in use. This config setting must be set in a file loaded by a " \
|
486
|
+
"`--require` option (passed at the CLI or in a `.rspec` file) for " \
|
487
|
+
"it to have any effect."
|
488
|
+
end
|
489
|
+
|
490
|
+
@bisect_runner = value
|
491
|
+
end
|
492
|
+
|
493
|
+
# @private
|
494
|
+
# @deprecated Use {#color_mode} = :on, instead of {#color} with {#tty}
|
495
|
+
add_setting :tty
|
496
|
+
# @private
|
497
|
+
attr_writer :files_to_run
|
498
|
+
# @private
|
499
|
+
attr_accessor :filter_manager, :world
|
500
|
+
# @private
|
501
|
+
attr_accessor :static_config_filter_manager
|
502
|
+
# @private
|
503
|
+
attr_reader :backtrace_formatter, :ordering_manager, :loaded_spec_files
|
504
|
+
|
505
|
+
# rubocop:disable Metrics/AbcSize, Metrics/MethodLength
|
506
|
+
|
507
|
+
# Build an object to store runtime configuration options and set defaults
|
508
|
+
def initialize
|
509
|
+
# rubocop:disable Style/GlobalVars
|
510
|
+
@start_time = $_rspec_core_load_started_at || ::RSpec::Core::Time.now
|
511
|
+
# rubocop:enable Style/GlobalVars
|
512
|
+
@expectation_frameworks = []
|
513
|
+
@include_modules = FilterableItemRepository::QueryOptimized.new(:any?)
|
514
|
+
@extend_modules = FilterableItemRepository::QueryOptimized.new(:any?)
|
515
|
+
@prepend_modules = FilterableItemRepository::QueryOptimized.new(:any?)
|
516
|
+
|
517
|
+
@bisect_runner = RSpec::Support::RubyFeatures.fork_supported? ? :fork : :shell
|
518
|
+
@bisect_runner_class = nil
|
519
|
+
|
520
|
+
@before_suite_hooks = []
|
521
|
+
@after_suite_hooks = []
|
522
|
+
|
523
|
+
@mock_framework = nil
|
524
|
+
@files_or_directories_to_run = []
|
525
|
+
@loaded_spec_files = Set.new
|
526
|
+
@color = false
|
527
|
+
@color_mode = :automatic
|
528
|
+
@pattern = '**{,/*/**}/*_spec.rb'
|
529
|
+
@exclude_pattern = ''
|
530
|
+
@failure_exit_code = 1
|
531
|
+
@error_exit_code = nil # so it can be overridden by failure exit code
|
532
|
+
@fail_if_no_examples = false
|
533
|
+
@spec_files_loaded = false
|
534
|
+
|
535
|
+
@backtrace_formatter = BacktraceFormatter.new
|
536
|
+
|
537
|
+
@default_path = 'spec'
|
538
|
+
@project_source_dirs = %w[ spec lib app ]
|
539
|
+
@deprecation_stream = $stderr
|
540
|
+
@output_stream = $stdout
|
541
|
+
@reporter = nil
|
542
|
+
@reporter_buffer = nil
|
543
|
+
@filter_manager = FilterManager.new
|
544
|
+
@static_config_filter_manager = FilterManager.new
|
545
|
+
@ordering_manager = Ordering::ConfigurationManager.new
|
546
|
+
@preferred_options = {}
|
547
|
+
@failure_color = :red
|
548
|
+
@success_color = :green
|
549
|
+
@pending_color = :yellow
|
550
|
+
@default_color = :white
|
551
|
+
@fixed_color = :blue
|
552
|
+
@detail_color = :cyan
|
553
|
+
@profile_examples = false
|
554
|
+
@requires = []
|
555
|
+
@libs = []
|
556
|
+
@derived_metadata_blocks = FilterableItemRepository::QueryOptimized.new(:any?)
|
557
|
+
@threadsafe = true
|
558
|
+
@max_displayed_failure_line_count = 10
|
559
|
+
@world = World::Null
|
560
|
+
@shared_context_metadata_behavior = :trigger_inclusion
|
561
|
+
|
562
|
+
define_built_in_hooks
|
563
|
+
end
|
564
|
+
# rubocop:enable Metrics/MethodLength, Metrics/AbcSize
|
565
|
+
|
566
|
+
# @private
|
567
|
+
#
|
568
|
+
# Used to set higher priority option values from the command line.
|
569
|
+
def force(hash)
|
570
|
+
ordering_manager.force(hash)
|
571
|
+
@preferred_options.merge!(hash)
|
572
|
+
|
573
|
+
return unless hash.key?(:example_status_persistence_file_path)
|
574
|
+
clear_values_derived_from_example_status_persistence_file_path
|
575
|
+
end
|
576
|
+
|
577
|
+
# @private
|
578
|
+
def reset
|
579
|
+
@spec_files_loaded = false
|
580
|
+
reset_reporter
|
581
|
+
end
|
582
|
+
|
583
|
+
# @private
|
584
|
+
def reset_reporter
|
585
|
+
@reporter = nil
|
586
|
+
@formatter_loader = nil
|
587
|
+
@output_wrapper = nil
|
588
|
+
end
|
589
|
+
|
590
|
+
# @private
|
591
|
+
def reset_filters
|
592
|
+
self.filter_manager = FilterManager.new
|
593
|
+
filter_manager.include_only(
|
594
|
+
Metadata.deep_hash_dup(static_config_filter_manager.inclusions.rules)
|
595
|
+
)
|
596
|
+
filter_manager.exclude_only(
|
597
|
+
Metadata.deep_hash_dup(static_config_filter_manager.exclusions.rules)
|
598
|
+
)
|
599
|
+
end
|
600
|
+
|
601
|
+
# @overload add_setting(name)
|
602
|
+
# @overload add_setting(name, opts)
|
603
|
+
# @option opts [Symbol] :default
|
604
|
+
#
|
605
|
+
# Set a default value for the generated getter and predicate methods:
|
606
|
+
#
|
607
|
+
# add_setting(:foo, :default => "default value")
|
608
|
+
#
|
609
|
+
# @option opts [Symbol] :alias_with
|
610
|
+
#
|
611
|
+
# Use `:alias_with` to alias the setter, getter, and predicate to
|
612
|
+
# another name, or names:
|
613
|
+
#
|
614
|
+
# add_setting(:foo, :alias_with => :bar)
|
615
|
+
# add_setting(:foo, :alias_with => [:bar, :baz])
|
616
|
+
#
|
617
|
+
# Adds a custom setting to the RSpec.configuration object.
|
618
|
+
#
|
619
|
+
# RSpec.configuration.add_setting :foo
|
620
|
+
#
|
621
|
+
# Used internally and by extension frameworks like rspec-rails, so they
|
622
|
+
# can add config settings that are domain specific. For example:
|
623
|
+
#
|
624
|
+
# RSpec.configure do |c|
|
625
|
+
# c.add_setting :use_transactional_fixtures,
|
626
|
+
# :default => true,
|
627
|
+
# :alias_with => :use_transactional_examples
|
628
|
+
# end
|
629
|
+
#
|
630
|
+
# `add_setting` creates three methods on the configuration object, a
|
631
|
+
# setter, a getter, and a predicate:
|
632
|
+
#
|
633
|
+
# RSpec.configuration.foo=(value)
|
634
|
+
# RSpec.configuration.foo
|
635
|
+
# RSpec.configuration.foo? # Returns true if foo returns anything but nil or false.
|
636
|
+
def add_setting(name, opts={})
|
637
|
+
default = opts.delete(:default)
|
638
|
+
(class << self; self; end).class_exec do
|
639
|
+
add_setting(name, opts)
|
640
|
+
end
|
641
|
+
__send__("#{name}=", default) if default
|
642
|
+
end
|
643
|
+
|
644
|
+
# Returns the configured mock framework adapter module.
|
645
|
+
# @return [Symbol]
|
646
|
+
def mock_framework
|
647
|
+
if @mock_framework.nil?
|
648
|
+
begin
|
649
|
+
mock_with :rspec
|
650
|
+
rescue LoadError
|
651
|
+
mock_with :nothing
|
652
|
+
end
|
653
|
+
end
|
654
|
+
@mock_framework
|
655
|
+
end
|
656
|
+
|
657
|
+
# Delegates to mock_framework=(framework).
|
658
|
+
def mock_framework=(framework)
|
659
|
+
mock_with framework
|
660
|
+
end
|
661
|
+
|
662
|
+
# Regexps used to exclude lines from backtraces.
|
663
|
+
#
|
664
|
+
# Excludes lines from ruby (and jruby) source, installed gems, anything
|
665
|
+
# in any "bin" directory, and any of the RSpec libs (outside gem
|
666
|
+
# installs) by default.
|
667
|
+
#
|
668
|
+
# You can modify the list via the getter, or replace it with the setter.
|
669
|
+
#
|
670
|
+
# To override this behaviour and display a full backtrace, use
|
671
|
+
# `--backtrace` on the command line, in a `.rspec` file, or in the
|
672
|
+
# `rspec_options` attribute of RSpec's rake task.
|
673
|
+
# @return [Array<Regexp>]
|
674
|
+
def backtrace_exclusion_patterns
|
675
|
+
@backtrace_formatter.exclusion_patterns
|
676
|
+
end
|
677
|
+
|
678
|
+
# Set regular expressions used to exclude lines in backtrace.
|
679
|
+
# @param patterns [Array<Regexp>] set backtrace_formatter exlusion_patterns
|
680
|
+
def backtrace_exclusion_patterns=(patterns)
|
681
|
+
@backtrace_formatter.exclusion_patterns = patterns
|
682
|
+
end
|
683
|
+
|
684
|
+
# Regexps used to include lines in backtraces.
|
685
|
+
#
|
686
|
+
# Defaults to [Regexp.new Dir.getwd].
|
687
|
+
#
|
688
|
+
# Lines that match an exclusion _and_ an inclusion pattern
|
689
|
+
# will be included.
|
690
|
+
#
|
691
|
+
# You can modify the list via the getter, or replace it with the setter.
|
692
|
+
# @return [Array<Regexp>]
|
693
|
+
def backtrace_inclusion_patterns
|
694
|
+
@backtrace_formatter.inclusion_patterns
|
695
|
+
end
|
696
|
+
|
697
|
+
# Set regular expressions used to include lines in backtrace.
|
698
|
+
# @attr patterns [Array<Regexp>] set backtrace_formatter inclusion_patterns
|
699
|
+
def backtrace_inclusion_patterns=(patterns)
|
700
|
+
@backtrace_formatter.inclusion_patterns = patterns
|
701
|
+
end
|
702
|
+
|
703
|
+
# Adds {#backtrace_exclusion_patterns} that will filter lines from
|
704
|
+
# the named gems from backtraces.
|
705
|
+
#
|
706
|
+
# @param gem_names [Array<String>] Names of the gems to filter
|
707
|
+
#
|
708
|
+
# @example
|
709
|
+
# RSpec.configure do |config|
|
710
|
+
# config.filter_gems_from_backtrace "rack", "rake"
|
711
|
+
# end
|
712
|
+
#
|
713
|
+
# @note The patterns this adds will match the named gems in their common
|
714
|
+
# locations (e.g. system gems, vendored with bundler, installed as a
|
715
|
+
# :git dependency with bundler, etc) but is not guaranteed to work for
|
716
|
+
# all possible gem locations. For example, if you have the gem source
|
717
|
+
# in a directory with a completely unrelated name, and use bundler's
|
718
|
+
# :path option, this will not filter it.
|
719
|
+
def filter_gems_from_backtrace(*gem_names)
|
720
|
+
gem_names.each do |name|
|
721
|
+
@backtrace_formatter.filter_gem(name)
|
722
|
+
end
|
723
|
+
end
|
724
|
+
|
725
|
+
# @private
|
726
|
+
MOCKING_ADAPTERS = {
|
727
|
+
:rspec => :RSpec,
|
728
|
+
:flexmock => :Flexmock,
|
729
|
+
:rr => :RR,
|
730
|
+
:mocha => :Mocha,
|
731
|
+
:nothing => :Null
|
732
|
+
}
|
733
|
+
|
734
|
+
# Sets the mock framework adapter module.
|
735
|
+
#
|
736
|
+
# `framework` can be a Symbol or a Module.
|
737
|
+
#
|
738
|
+
# Given any of `:rspec`, `:mocha`, `:flexmock`, or `:rr`, configures the
|
739
|
+
# named framework.
|
740
|
+
#
|
741
|
+
# Given `:nothing`, configures no framework. Use this if you don't use
|
742
|
+
# any mocking framework to save a little bit of overhead.
|
743
|
+
#
|
744
|
+
# Given a Module, includes that module in every example group. The module
|
745
|
+
# should adhere to RSpec's mock framework adapter API:
|
746
|
+
#
|
747
|
+
# setup_mocks_for_rspec
|
748
|
+
# - called before each example
|
749
|
+
#
|
750
|
+
# verify_mocks_for_rspec
|
751
|
+
# - called after each example if the example hasn't yet failed.
|
752
|
+
# Framework should raise an exception when expectations fail
|
753
|
+
#
|
754
|
+
# teardown_mocks_for_rspec
|
755
|
+
# - called after verify_mocks_for_rspec (even if there are errors)
|
756
|
+
#
|
757
|
+
# If the module responds to `configuration` and `mock_with` receives a
|
758
|
+
# block, it will yield the configuration object to the block e.g.
|
759
|
+
#
|
760
|
+
# config.mock_with OtherMockFrameworkAdapter do |mod_config|
|
761
|
+
# mod_config.custom_setting = true
|
762
|
+
# end
|
763
|
+
def mock_with(framework)
|
764
|
+
framework_module =
|
765
|
+
if framework.is_a?(Module)
|
766
|
+
framework
|
767
|
+
else
|
768
|
+
const_name = MOCKING_ADAPTERS.fetch(framework) do
|
769
|
+
raise ArgumentError,
|
770
|
+
"Unknown mocking framework: #{framework.inspect}. " \
|
771
|
+
"Pass a module or one of #{MOCKING_ADAPTERS.keys.inspect}"
|
772
|
+
end
|
773
|
+
|
774
|
+
RSpec::Support.require_rspec_core "mocking_adapters/#{const_name.to_s.downcase}"
|
775
|
+
RSpec::Core::MockingAdapters.const_get(const_name)
|
776
|
+
end
|
777
|
+
|
778
|
+
new_name, old_name = [framework_module, @mock_framework].map do |mod|
|
779
|
+
mod.respond_to?(:framework_name) ? mod.framework_name : :unnamed
|
780
|
+
end
|
781
|
+
|
782
|
+
unless new_name == old_name
|
783
|
+
assert_no_example_groups_defined(:mock_framework)
|
784
|
+
end
|
785
|
+
|
786
|
+
if block_given?
|
787
|
+
raise "#{framework_module} must respond to `configuration` so that " \
|
788
|
+
"mock_with can yield it." unless framework_module.respond_to?(:configuration)
|
789
|
+
yield framework_module.configuration
|
790
|
+
end
|
791
|
+
|
792
|
+
@mock_framework = framework_module
|
793
|
+
end
|
794
|
+
|
795
|
+
# Returns the configured expectation framework adapter module(s)
|
796
|
+
def expectation_frameworks
|
797
|
+
if @expectation_frameworks.empty?
|
798
|
+
begin
|
799
|
+
expect_with :rspec
|
800
|
+
rescue LoadError
|
801
|
+
expect_with Module.new
|
802
|
+
end
|
803
|
+
end
|
804
|
+
@expectation_frameworks
|
805
|
+
end
|
806
|
+
|
807
|
+
# Delegates to expect_with(framework).
|
808
|
+
def expectation_framework=(framework)
|
809
|
+
expect_with(framework)
|
810
|
+
end
|
811
|
+
|
812
|
+
# Sets the expectation framework module(s) to be included in each example
|
813
|
+
# group.
|
814
|
+
#
|
815
|
+
# `frameworks` can be `:rspec`, `:test_unit`, `:minitest`, a custom
|
816
|
+
# module, or any combination thereof:
|
817
|
+
#
|
818
|
+
# config.expect_with :rspec
|
819
|
+
# config.expect_with :test_unit
|
820
|
+
# config.expect_with :minitest
|
821
|
+
# config.expect_with :rspec, :minitest
|
822
|
+
# config.expect_with OtherExpectationFramework
|
823
|
+
#
|
824
|
+
# RSpec will translate `:rspec`, `:minitest`, and `:test_unit` into the
|
825
|
+
# appropriate modules.
|
826
|
+
#
|
827
|
+
# ## Configuration
|
828
|
+
#
|
829
|
+
# If the module responds to `configuration`, `expect_with` will
|
830
|
+
# yield the `configuration` object if given a block:
|
831
|
+
#
|
832
|
+
# config.expect_with OtherExpectationFramework do |custom_config|
|
833
|
+
# custom_config.custom_setting = true
|
834
|
+
# end
|
835
|
+
def expect_with(*frameworks)
|
836
|
+
modules = frameworks.map do |framework|
|
837
|
+
case framework
|
838
|
+
when Module
|
839
|
+
framework
|
840
|
+
when :rspec
|
841
|
+
require 'rspec/expectations'
|
842
|
+
|
843
|
+
# Tag this exception class so our exception formatting logic knows
|
844
|
+
# that it satisfies the `MultipleExceptionError` interface.
|
845
|
+
::RSpec::Expectations::MultipleExpectationsNotMetError.__send__(
|
846
|
+
:include, MultipleExceptionError::InterfaceTag
|
847
|
+
)
|
848
|
+
|
849
|
+
::RSpec::Matchers
|
850
|
+
when :test_unit
|
851
|
+
require 'rspec/core/test_unit_assertions_adapter'
|
852
|
+
::RSpec::Core::TestUnitAssertionsAdapter
|
853
|
+
when :minitest
|
854
|
+
require 'rspec/core/minitest_assertions_adapter'
|
855
|
+
::RSpec::Core::MinitestAssertionsAdapter
|
856
|
+
else
|
857
|
+
raise ArgumentError, "#{framework.inspect} is not supported"
|
858
|
+
end
|
859
|
+
end
|
860
|
+
|
861
|
+
if (modules - @expectation_frameworks).any?
|
862
|
+
assert_no_example_groups_defined(:expect_with)
|
863
|
+
end
|
864
|
+
|
865
|
+
if block_given?
|
866
|
+
raise "expect_with only accepts a block with a single argument. " \
|
867
|
+
"Call expect_with #{modules.length} times, " \
|
868
|
+
"once with each argument, instead." if modules.length > 1
|
869
|
+
raise "#{modules.first} must respond to `configuration` so that " \
|
870
|
+
"expect_with can yield it." unless modules.first.respond_to?(:configuration)
|
871
|
+
yield modules.first.configuration
|
872
|
+
end
|
873
|
+
|
874
|
+
@expectation_frameworks.push(*modules)
|
875
|
+
end
|
876
|
+
|
877
|
+
# Check if full backtrace is enabled.
|
878
|
+
# @return [Boolean] is full backtrace enabled
|
879
|
+
def full_backtrace?
|
880
|
+
@backtrace_formatter.full_backtrace?
|
881
|
+
end
|
882
|
+
|
883
|
+
# Toggle full backtrace.
|
884
|
+
# @attr true_or_false [Boolean] toggle full backtrace display
|
885
|
+
def full_backtrace=(true_or_false)
|
886
|
+
@backtrace_formatter.full_backtrace = true_or_false
|
887
|
+
end
|
888
|
+
|
889
|
+
# Enables color output if the output is a TTY. As of RSpec 3.6, this is
|
890
|
+
# the default behavior and this option is retained only for backwards
|
891
|
+
# compatibility.
|
892
|
+
#
|
893
|
+
# @deprecated No longer recommended because of complex behavior. Instead,
|
894
|
+
# rely on the fact that TTYs will display color by default, or set
|
895
|
+
# {#color_mode} to :on to display color on a non-TTY output.
|
896
|
+
# @see color_mode
|
897
|
+
# @see color_enabled?
|
898
|
+
# @return [Boolean]
|
899
|
+
def color
|
900
|
+
value_for(:color) { @color }
|
901
|
+
end
|
902
|
+
|
903
|
+
# The mode for determining whether to display output in color. One of:
|
904
|
+
#
|
905
|
+
# - :automatic - the output will be in color if the output is a TTY (the
|
906
|
+
# default)
|
907
|
+
# - :on - the output will be in color, whether or not the output is a TTY
|
908
|
+
# - :off - the output will not be in color
|
909
|
+
#
|
910
|
+
# @see color_enabled?
|
911
|
+
# @return [Boolean]
|
912
|
+
def color_mode
|
913
|
+
value_for(:color_mode) { @color_mode }
|
914
|
+
end
|
915
|
+
|
916
|
+
# Check if color is enabled for a particular output.
|
917
|
+
# @param output [IO] an output stream to use, defaults to the current
|
918
|
+
# `output_stream`
|
919
|
+
# @return [Boolean]
|
920
|
+
def color_enabled?(output=output_stream)
|
921
|
+
case color_mode
|
922
|
+
when :on then true
|
923
|
+
when :off then false
|
924
|
+
else # automatic
|
925
|
+
output_to_tty?(output) || (color && tty?)
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
# Set the color mode.
|
930
|
+
attr_writer :color_mode
|
931
|
+
|
932
|
+
# Toggle output color.
|
933
|
+
#
|
934
|
+
# @deprecated No longer recommended because of complex behavior. Instead,
|
935
|
+
# rely on the fact that TTYs will display color by default, or set
|
936
|
+
# {:color_mode} to :on to display color on a non-TTY output.
|
937
|
+
attr_writer :color
|
938
|
+
|
939
|
+
# @private
|
940
|
+
def libs=(libs)
|
941
|
+
libs.map do |lib|
|
942
|
+
@libs.unshift lib
|
943
|
+
$LOAD_PATH.unshift lib
|
944
|
+
end
|
945
|
+
end
|
946
|
+
|
947
|
+
# Run examples matching on `description` in all files to run.
|
948
|
+
# @param description [String, Regexp] the pattern to filter on
|
949
|
+
def full_description=(description)
|
950
|
+
filter_run :full_description => Regexp.union(*Array(description).map { |d| Regexp.new(d) })
|
951
|
+
end
|
952
|
+
|
953
|
+
# @return [Array] full description filter
|
954
|
+
def full_description
|
955
|
+
filter.fetch :full_description, nil
|
956
|
+
end
|
957
|
+
|
958
|
+
# @overload add_formatter(formatter)
|
959
|
+
# @overload add_formatter(formatter, output)
|
960
|
+
#
|
961
|
+
# @param formatter [Class, String, Object] formatter to use. Can be any of the
|
962
|
+
# string values supported from the CLI (`p`/`progress`,
|
963
|
+
# `d`/`doc`/`documentation`, `h`/`html`, or `j`/`json`), any
|
964
|
+
# class that implements the formatter protocol and has registered
|
965
|
+
# itself with RSpec as a formatter, or a formatter instance.
|
966
|
+
# @param output [String, IO] where the formatter will write its output.
|
967
|
+
# Can be an IO object or a string path to a file. If not provided,
|
968
|
+
# the configured `output_stream` (`$stdout`, by default) will be used.
|
969
|
+
#
|
970
|
+
# Adds a formatter to the set RSpec will use for this run.
|
971
|
+
#
|
972
|
+
# @see RSpec::Core::Formatters::Protocol
|
973
|
+
def add_formatter(formatter, output=output_wrapper)
|
974
|
+
formatter_loader.add(formatter, output)
|
975
|
+
end
|
976
|
+
alias_method :formatter=, :add_formatter
|
977
|
+
|
978
|
+
# The formatter that will be used if no formatter has been set.
|
979
|
+
# Defaults to 'progress'.
|
980
|
+
def default_formatter
|
981
|
+
formatter_loader.default_formatter
|
982
|
+
end
|
983
|
+
|
984
|
+
# Sets a fallback formatter to use if none other has been set.
|
985
|
+
#
|
986
|
+
# @example
|
987
|
+
#
|
988
|
+
# RSpec.configure do |rspec|
|
989
|
+
# rspec.default_formatter = 'doc'
|
990
|
+
# end
|
991
|
+
def default_formatter=(value)
|
992
|
+
formatter_loader.default_formatter = value
|
993
|
+
end
|
994
|
+
|
995
|
+
# Returns a duplicate of the formatters currently loaded in
|
996
|
+
# the `FormatterLoader` for introspection.
|
997
|
+
#
|
998
|
+
# Note as this is a duplicate, any mutations will be disregarded.
|
999
|
+
#
|
1000
|
+
# @return [Array] the formatters currently loaded
|
1001
|
+
def formatters
|
1002
|
+
formatter_loader.formatters.dup
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
# @private
|
1006
|
+
def formatter_loader
|
1007
|
+
@formatter_loader ||= Formatters::Loader.new(Reporter.new(self))
|
1008
|
+
end
|
1009
|
+
|
1010
|
+
# @private
|
1011
|
+
#
|
1012
|
+
# This buffer is used to capture all messages sent to the reporter during
|
1013
|
+
# reporter initialization. It can then replay those messages after the
|
1014
|
+
# formatter is correctly initialized. Otherwise, deprecation warnings
|
1015
|
+
# during formatter initialization can cause an infinite loop.
|
1016
|
+
class DeprecationReporterBuffer
|
1017
|
+
def initialize
|
1018
|
+
@calls = []
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
def deprecation(*args)
|
1022
|
+
@calls << args
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
def play_onto(reporter)
|
1026
|
+
@calls.each do |args|
|
1027
|
+
reporter.deprecation(*args)
|
1028
|
+
end
|
1029
|
+
end
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
# @return [RSpec::Core::Reporter] the currently configured reporter
|
1033
|
+
def reporter
|
1034
|
+
# @reporter_buffer should only ever be set in this method to cover
|
1035
|
+
# initialization of @reporter.
|
1036
|
+
@reporter_buffer || @reporter ||=
|
1037
|
+
begin
|
1038
|
+
@reporter_buffer = DeprecationReporterBuffer.new
|
1039
|
+
formatter_loader.prepare_default output_wrapper, deprecation_stream
|
1040
|
+
@reporter_buffer.play_onto(formatter_loader.reporter)
|
1041
|
+
@reporter_buffer = nil
|
1042
|
+
formatter_loader.reporter
|
1043
|
+
end
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
# @api private
|
1047
|
+
#
|
1048
|
+
# Defaults `profile_examples` to 10 examples when `@profile_examples` is
|
1049
|
+
# `true`.
|
1050
|
+
def profile_examples
|
1051
|
+
profile = value_for(:profile_examples) { @profile_examples }
|
1052
|
+
if profile && !profile.is_a?(Integer)
|
1053
|
+
10
|
1054
|
+
else
|
1055
|
+
profile
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
# @private
|
1060
|
+
def files_or_directories_to_run=(*files)
|
1061
|
+
files = files.flatten
|
1062
|
+
|
1063
|
+
if (command == 'rspec' || Runner.running_in_drb?) && default_path && files.empty?
|
1064
|
+
files << default_path
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
@files_or_directories_to_run = files
|
1068
|
+
@files_to_run = nil
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
# The spec files RSpec will run.
|
1072
|
+
# @return [Array] specified files about to run
|
1073
|
+
def files_to_run
|
1074
|
+
@files_to_run ||= get_files_to_run(@files_or_directories_to_run)
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
# @private
|
1078
|
+
def last_run_statuses
|
1079
|
+
@last_run_statuses ||= Hash.new(UNKNOWN_STATUS).tap do |statuses|
|
1080
|
+
if (path = example_status_persistence_file_path)
|
1081
|
+
begin
|
1082
|
+
ExampleStatusPersister.load_from(path).inject(statuses) do |hash, example|
|
1083
|
+
status = example[:status]
|
1084
|
+
status = UNKNOWN_STATUS unless VALID_STATUSES.include?(status)
|
1085
|
+
hash[example.fetch(:example_id)] = status
|
1086
|
+
hash
|
1087
|
+
end
|
1088
|
+
rescue SystemCallError => e
|
1089
|
+
RSpec.warning "Could not read from #{path.inspect} (configured as " \
|
1090
|
+
"`config.example_status_persistence_file_path`) due " \
|
1091
|
+
"to a system error: #{e.inspect}. Please check that " \
|
1092
|
+
"the config option is set to an accessible, valid " \
|
1093
|
+
"file path", :call_site => nil
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
# @private
|
1100
|
+
UNKNOWN_STATUS = "unknown".freeze
|
1101
|
+
|
1102
|
+
# @private
|
1103
|
+
FAILED_STATUS = "failed".freeze
|
1104
|
+
|
1105
|
+
# @private
|
1106
|
+
PASSED_STATUS = "passed".freeze
|
1107
|
+
|
1108
|
+
# @private
|
1109
|
+
PENDING_STATUS = "pending".freeze
|
1110
|
+
|
1111
|
+
# @private
|
1112
|
+
VALID_STATUSES = [UNKNOWN_STATUS, FAILED_STATUS, PASSED_STATUS, PENDING_STATUS]
|
1113
|
+
|
1114
|
+
# @private
|
1115
|
+
def spec_files_with_failures
|
1116
|
+
@spec_files_with_failures ||= last_run_statuses.inject(Set.new) do |files, (id, status)|
|
1117
|
+
files << Example.parse_id(id).first if status == FAILED_STATUS
|
1118
|
+
files
|
1119
|
+
end.to_a
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
# Creates a method that delegates to `example` including the submitted
|
1123
|
+
# `args`. Used internally to add variants of `example` like `pending`:
|
1124
|
+
# @param name [String] example name alias
|
1125
|
+
# @param args [Array<Symbol>, Hash] metadata for the generated example
|
1126
|
+
#
|
1127
|
+
# @note The specific example alias below (`pending`) is already
|
1128
|
+
# defined for you.
|
1129
|
+
# @note Use with caution. This extends the language used in your
|
1130
|
+
# specs, but does not add any additional documentation. We use this
|
1131
|
+
# in RSpec to define methods like `focus` and `xit`, but we also add
|
1132
|
+
# docs for those methods.
|
1133
|
+
#
|
1134
|
+
# @example
|
1135
|
+
# RSpec.configure do |config|
|
1136
|
+
# config.alias_example_to :pending, :pending => true
|
1137
|
+
# end
|
1138
|
+
#
|
1139
|
+
# # This lets you do this:
|
1140
|
+
#
|
1141
|
+
# RSpec.describe Thing do
|
1142
|
+
# pending "does something" do
|
1143
|
+
# thing = Thing.new
|
1144
|
+
# end
|
1145
|
+
# end
|
1146
|
+
#
|
1147
|
+
# # ... which is the equivalent of
|
1148
|
+
#
|
1149
|
+
# RSpec.describe Thing do
|
1150
|
+
# it "does something", :pending => true do
|
1151
|
+
# thing = Thing.new
|
1152
|
+
# end
|
1153
|
+
# end
|
1154
|
+
def alias_example_to(name, *args)
|
1155
|
+
extra_options = Metadata.build_hash_from(args)
|
1156
|
+
RSpec::Core::ExampleGroup.define_example_method(name, extra_options)
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
# Creates a method that defines an example group with the provided
|
1160
|
+
# metadata. Can be used to define example group/metadata shortcuts.
|
1161
|
+
#
|
1162
|
+
# @example
|
1163
|
+
# RSpec.configure do |config|
|
1164
|
+
# config.alias_example_group_to :describe_model, :type => :model
|
1165
|
+
# end
|
1166
|
+
#
|
1167
|
+
# shared_context_for "model tests", :type => :model do
|
1168
|
+
# # define common model test helper methods, `let` declarations, etc
|
1169
|
+
# end
|
1170
|
+
#
|
1171
|
+
# # This lets you do this:
|
1172
|
+
#
|
1173
|
+
# RSpec.describe_model User do
|
1174
|
+
# end
|
1175
|
+
#
|
1176
|
+
# # ... which is the equivalent of
|
1177
|
+
#
|
1178
|
+
# RSpec.describe User, :type => :model do
|
1179
|
+
# end
|
1180
|
+
#
|
1181
|
+
# @note The defined aliased will also be added to the top level
|
1182
|
+
# (e.g. `main` and from within modules) if
|
1183
|
+
# `expose_dsl_globally` is set to true.
|
1184
|
+
# @see #alias_example_to
|
1185
|
+
# @see #expose_dsl_globally=
|
1186
|
+
def alias_example_group_to(new_name, *args)
|
1187
|
+
extra_options = Metadata.build_hash_from(args)
|
1188
|
+
RSpec::Core::ExampleGroup.define_example_group_method(new_name, extra_options)
|
1189
|
+
end
|
1190
|
+
|
1191
|
+
# Define an alias for it_should_behave_like that allows different
|
1192
|
+
# language (like "it_has_behavior" or "it_behaves_like") to be
|
1193
|
+
# employed when including shared examples.
|
1194
|
+
#
|
1195
|
+
# @example
|
1196
|
+
# RSpec.configure do |config|
|
1197
|
+
# config.alias_it_behaves_like_to(:it_has_behavior, 'has behavior:')
|
1198
|
+
# end
|
1199
|
+
#
|
1200
|
+
# # allows the user to include a shared example group like:
|
1201
|
+
#
|
1202
|
+
# RSpec.describe Entity do
|
1203
|
+
# it_has_behavior 'sortability' do
|
1204
|
+
# let(:sortable) { Entity.new }
|
1205
|
+
# end
|
1206
|
+
# end
|
1207
|
+
#
|
1208
|
+
# # which is reported in the output as:
|
1209
|
+
# # Entity
|
1210
|
+
# # has behavior: sortability
|
1211
|
+
# # ...sortability examples here
|
1212
|
+
#
|
1213
|
+
# @note Use with caution. This extends the language used in your
|
1214
|
+
# specs, but does not add any additional documentation. We use this
|
1215
|
+
# in RSpec to define `it_should_behave_like` (for backward
|
1216
|
+
# compatibility), but we also add docs for that method.
|
1217
|
+
def alias_it_behaves_like_to(new_name, report_label='')
|
1218
|
+
RSpec::Core::ExampleGroup.define_nested_shared_group_method(new_name, report_label)
|
1219
|
+
end
|
1220
|
+
alias_method :alias_it_should_behave_like_to, :alias_it_behaves_like_to
|
1221
|
+
|
1222
|
+
# Adds key/value pairs to the `inclusion_filter`. If `args`
|
1223
|
+
# includes any symbols that are not part of the hash, each symbol
|
1224
|
+
# is treated as a key in the hash with the value `true`.
|
1225
|
+
#
|
1226
|
+
# ### Note
|
1227
|
+
#
|
1228
|
+
# Filters set using this method can be overridden from the command line
|
1229
|
+
# or config files (e.g. `.rspec`).
|
1230
|
+
#
|
1231
|
+
# @example
|
1232
|
+
# # Given this declaration.
|
1233
|
+
# describe "something", :foo => 'bar' do
|
1234
|
+
# # ...
|
1235
|
+
# end
|
1236
|
+
#
|
1237
|
+
# # Any of the following will include that group.
|
1238
|
+
# config.filter_run_including :foo => 'bar'
|
1239
|
+
# config.filter_run_including :foo => /^ba/
|
1240
|
+
# config.filter_run_including :foo => lambda {|v| v == 'bar'}
|
1241
|
+
# config.filter_run_including :foo => lambda {|v,m| m[:foo] == 'bar'}
|
1242
|
+
#
|
1243
|
+
# # Given a proc with an arity of 1, the lambda is passed the value
|
1244
|
+
# # related to the key, e.g.
|
1245
|
+
# config.filter_run_including :foo => lambda {|v| v == 'bar'}
|
1246
|
+
#
|
1247
|
+
# # Given a proc with an arity of 2, the lambda is passed the value
|
1248
|
+
# # related to the key, and the metadata itself e.g.
|
1249
|
+
# config.filter_run_including :foo => lambda {|v,m| m[:foo] == 'bar'}
|
1250
|
+
#
|
1251
|
+
# filter_run_including :foo # same as filter_run_including :foo => true
|
1252
|
+
def filter_run_including(*args)
|
1253
|
+
meta = Metadata.build_hash_from(args, :warn_about_example_group_filtering)
|
1254
|
+
filter_manager.include_with_low_priority meta
|
1255
|
+
static_config_filter_manager.include_with_low_priority Metadata.deep_hash_dup(meta)
|
1256
|
+
end
|
1257
|
+
alias_method :filter_run, :filter_run_including
|
1258
|
+
|
1259
|
+
# Applies the provided filter only if any of examples match, in constrast
|
1260
|
+
# to {#filter_run}, which always applies even if no examples match, in
|
1261
|
+
# which case no examples will be run. This allows you to leave configured
|
1262
|
+
# filters in place that are intended only for temporary use. The most common
|
1263
|
+
# example is focus filtering: `config.filter_run_when_matching :focus`.
|
1264
|
+
# With that configured, you can temporarily focus an example or group
|
1265
|
+
# by tagging it with `:focus` metadata, or prefixing it with an `f`
|
1266
|
+
# (as in `fdescribe`, `fcontext` and `fit`) since those are aliases for
|
1267
|
+
# `describe`/`context`/`it` with `:focus` metadata.
|
1268
|
+
def filter_run_when_matching(*args)
|
1269
|
+
when_first_matching_example_defined(*args) do
|
1270
|
+
filter_run(*args)
|
1271
|
+
end
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
# Clears and reassigns the `inclusion_filter`. Set to `nil` if you don't
|
1275
|
+
# want any inclusion filter at all.
|
1276
|
+
#
|
1277
|
+
# ### Warning
|
1278
|
+
#
|
1279
|
+
# This overrides any inclusion filters/tags set on the command line or in
|
1280
|
+
# configuration files.
|
1281
|
+
def inclusion_filter=(filter)
|
1282
|
+
meta = Metadata.build_hash_from([filter], :warn_about_example_group_filtering)
|
1283
|
+
filter_manager.include_only meta
|
1284
|
+
end
|
1285
|
+
|
1286
|
+
alias_method :filter=, :inclusion_filter=
|
1287
|
+
|
1288
|
+
# Returns the `inclusion_filter`. If none has been set, returns an empty
|
1289
|
+
# hash.
|
1290
|
+
def inclusion_filter
|
1291
|
+
filter_manager.inclusions
|
1292
|
+
end
|
1293
|
+
|
1294
|
+
alias_method :filter, :inclusion_filter
|
1295
|
+
|
1296
|
+
# Adds key/value pairs to the `exclusion_filter`. If `args`
|
1297
|
+
# includes any symbols that are not part of the hash, each symbol
|
1298
|
+
# is treated as a key in the hash with the value `true`.
|
1299
|
+
#
|
1300
|
+
# ### Note
|
1301
|
+
#
|
1302
|
+
# Filters set using this method can be overridden from the command line
|
1303
|
+
# or config files (e.g. `.rspec`).
|
1304
|
+
#
|
1305
|
+
# @example
|
1306
|
+
# # Given this declaration.
|
1307
|
+
# describe "something", :foo => 'bar' do
|
1308
|
+
# # ...
|
1309
|
+
# end
|
1310
|
+
#
|
1311
|
+
# # Any of the following will exclude that group.
|
1312
|
+
# config.filter_run_excluding :foo => 'bar'
|
1313
|
+
# config.filter_run_excluding :foo => /^ba/
|
1314
|
+
# config.filter_run_excluding :foo => lambda {|v| v == 'bar'}
|
1315
|
+
# config.filter_run_excluding :foo => lambda {|v,m| m[:foo] == 'bar'}
|
1316
|
+
#
|
1317
|
+
# # Given a proc with an arity of 1, the lambda is passed the value
|
1318
|
+
# # related to the key, e.g.
|
1319
|
+
# config.filter_run_excluding :foo => lambda {|v| v == 'bar'}
|
1320
|
+
#
|
1321
|
+
# # Given a proc with an arity of 2, the lambda is passed the value
|
1322
|
+
# # related to the key, and the metadata itself e.g.
|
1323
|
+
# config.filter_run_excluding :foo => lambda {|v,m| m[:foo] == 'bar'}
|
1324
|
+
#
|
1325
|
+
# filter_run_excluding :foo # same as filter_run_excluding :foo => true
|
1326
|
+
def filter_run_excluding(*args)
|
1327
|
+
meta = Metadata.build_hash_from(args, :warn_about_example_group_filtering)
|
1328
|
+
filter_manager.exclude_with_low_priority meta
|
1329
|
+
static_config_filter_manager.exclude_with_low_priority Metadata.deep_hash_dup(meta)
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
# Clears and reassigns the `exclusion_filter`. Set to `nil` if you don't
|
1333
|
+
# want any exclusion filter at all.
|
1334
|
+
#
|
1335
|
+
# ### Warning
|
1336
|
+
#
|
1337
|
+
# This overrides any exclusion filters/tags set on the command line or in
|
1338
|
+
# configuration files.
|
1339
|
+
def exclusion_filter=(filter)
|
1340
|
+
meta = Metadata.build_hash_from([filter], :warn_about_example_group_filtering)
|
1341
|
+
filter_manager.exclude_only meta
|
1342
|
+
end
|
1343
|
+
|
1344
|
+
# Returns the `exclusion_filter`. If none has been set, returns an empty
|
1345
|
+
# hash.
|
1346
|
+
def exclusion_filter
|
1347
|
+
filter_manager.exclusions
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
# Tells RSpec to include `mod` in example groups. Methods defined in
|
1351
|
+
# `mod` are exposed to examples (not example groups). Use `filters` to
|
1352
|
+
# constrain the groups or examples in which to include the module.
|
1353
|
+
#
|
1354
|
+
# @example
|
1355
|
+
#
|
1356
|
+
# module AuthenticationHelpers
|
1357
|
+
# def login_as(user)
|
1358
|
+
# # ...
|
1359
|
+
# end
|
1360
|
+
# end
|
1361
|
+
#
|
1362
|
+
# module PreferencesHelpers
|
1363
|
+
# def preferences(user, preferences = {})
|
1364
|
+
# # ...
|
1365
|
+
# end
|
1366
|
+
# end
|
1367
|
+
#
|
1368
|
+
# module UserHelpers
|
1369
|
+
# def users(username)
|
1370
|
+
# # ...
|
1371
|
+
# end
|
1372
|
+
# end
|
1373
|
+
#
|
1374
|
+
# RSpec.configure do |config|
|
1375
|
+
# config.include(UserHelpers) # included in all groups
|
1376
|
+
#
|
1377
|
+
# # included in examples with `:preferences` metadata
|
1378
|
+
# config.include(PreferenceHelpers, :preferences)
|
1379
|
+
#
|
1380
|
+
# # included in examples with `:type => :request` metadata
|
1381
|
+
# config.include(AuthenticationHelpers, :type => :request)
|
1382
|
+
# end
|
1383
|
+
#
|
1384
|
+
# describe "edit profile", :preferences, :type => :request do
|
1385
|
+
# it "can be viewed by owning user" do
|
1386
|
+
# login_as preferences(users(:jdoe), :lang => 'es')
|
1387
|
+
# get "/profiles/jdoe"
|
1388
|
+
# assert_select ".username", :text => 'jdoe'
|
1389
|
+
# end
|
1390
|
+
# end
|
1391
|
+
#
|
1392
|
+
# @note Filtered module inclusions can also be applied to
|
1393
|
+
# individual examples that have matching metadata. Just like
|
1394
|
+
# Ruby's object model is that every object has a singleton class
|
1395
|
+
# which has only a single instance, RSpec's model is that every
|
1396
|
+
# example has a singleton example group containing just the one
|
1397
|
+
# example.
|
1398
|
+
#
|
1399
|
+
# @see #include_context
|
1400
|
+
# @see #extend
|
1401
|
+
# @see #prepend
|
1402
|
+
def include(mod, *filters)
|
1403
|
+
define_mixed_in_module(mod, filters, @include_modules, :include) do |group|
|
1404
|
+
safe_include(mod, group)
|
1405
|
+
end
|
1406
|
+
end
|
1407
|
+
|
1408
|
+
# Tells RSpec to include the named shared example group in example groups.
|
1409
|
+
# Use `filters` to constrain the groups or examples in which to include
|
1410
|
+
# the example group.
|
1411
|
+
#
|
1412
|
+
# @example
|
1413
|
+
#
|
1414
|
+
# RSpec.shared_context "example admin user" do
|
1415
|
+
# let(:admin_user) { create_user(:admin) }
|
1416
|
+
# end
|
1417
|
+
#
|
1418
|
+
# RSpec.shared_context "example guest user" do
|
1419
|
+
# let(:guest_user) { create_user(:guest) }
|
1420
|
+
# end
|
1421
|
+
#
|
1422
|
+
# RSpec.configure do |config|
|
1423
|
+
# config.include_context "example guest user", :type => :request
|
1424
|
+
# config.include_context "example admin user", :admin, :type => :request
|
1425
|
+
# end
|
1426
|
+
#
|
1427
|
+
# RSpec.describe "The admin page", :type => :request do
|
1428
|
+
# it "can be viewed by admins", :admin do
|
1429
|
+
# login_with admin_user
|
1430
|
+
# get "/admin"
|
1431
|
+
# expect(response).to be_ok
|
1432
|
+
# end
|
1433
|
+
#
|
1434
|
+
# it "cannot be viewed by guests" do
|
1435
|
+
# login_with guest_user
|
1436
|
+
# get "/admin"
|
1437
|
+
# expect(response).to be_forbidden
|
1438
|
+
# end
|
1439
|
+
# end
|
1440
|
+
#
|
1441
|
+
# @note Filtered context inclusions can also be applied to
|
1442
|
+
# individual examples that have matching metadata. Just like
|
1443
|
+
# Ruby's object model is that every object has a singleton class
|
1444
|
+
# which has only a single instance, RSpec's model is that every
|
1445
|
+
# example has a singleton example group containing just the one
|
1446
|
+
# example.
|
1447
|
+
#
|
1448
|
+
# @see #include
|
1449
|
+
def include_context(shared_group_name, *filters)
|
1450
|
+
shared_module = world.shared_example_group_registry.find([:main], shared_group_name)
|
1451
|
+
include shared_module, *filters
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
# Tells RSpec to extend example groups with `mod`. Methods defined in
|
1455
|
+
# `mod` are exposed to example groups (not examples). Use `filters` to
|
1456
|
+
# constrain the groups to extend.
|
1457
|
+
#
|
1458
|
+
# Similar to `include`, but behavior is added to example groups, which
|
1459
|
+
# are classes, rather than the examples, which are instances of those
|
1460
|
+
# classes.
|
1461
|
+
#
|
1462
|
+
# @example
|
1463
|
+
#
|
1464
|
+
# module UiHelpers
|
1465
|
+
# def run_in_browser
|
1466
|
+
# # ...
|
1467
|
+
# end
|
1468
|
+
# end
|
1469
|
+
#
|
1470
|
+
# module PermissionHelpers
|
1471
|
+
# def define_permissions
|
1472
|
+
# # ...
|
1473
|
+
# end
|
1474
|
+
# end
|
1475
|
+
#
|
1476
|
+
# RSpec.configure do |config|
|
1477
|
+
# config.extend(UiHelpers, :type => :request)
|
1478
|
+
# config.extend(PermissionHelpers, :with_permissions, :type => :request)
|
1479
|
+
# end
|
1480
|
+
#
|
1481
|
+
# describe "edit profile", :with_permissions, :type => :request do
|
1482
|
+
# run_in_browser
|
1483
|
+
# define_permissions
|
1484
|
+
#
|
1485
|
+
# it "does stuff in the client" do
|
1486
|
+
# # ...
|
1487
|
+
# end
|
1488
|
+
# end
|
1489
|
+
#
|
1490
|
+
# @see #include
|
1491
|
+
# @see #prepend
|
1492
|
+
def extend(mod, *filters)
|
1493
|
+
define_mixed_in_module(mod, filters, @extend_modules, :extend) do |group|
|
1494
|
+
safe_extend(mod, group)
|
1495
|
+
end
|
1496
|
+
end
|
1497
|
+
|
1498
|
+
if RSpec::Support::RubyFeatures.module_prepends_supported?
|
1499
|
+
# Tells RSpec to prepend example groups with `mod`. Methods defined in
|
1500
|
+
# `mod` are exposed to examples (not example groups). Use `filters` to
|
1501
|
+
# constrain the groups in which to prepend the module.
|
1502
|
+
#
|
1503
|
+
# Similar to `include`, but module is included before the example group's class
|
1504
|
+
# in the ancestor chain.
|
1505
|
+
#
|
1506
|
+
# @example
|
1507
|
+
#
|
1508
|
+
# module OverrideMod
|
1509
|
+
# def override_me
|
1510
|
+
# "overridden"
|
1511
|
+
# end
|
1512
|
+
# end
|
1513
|
+
#
|
1514
|
+
# RSpec.configure do |config|
|
1515
|
+
# config.prepend(OverrideMod, :method => :prepend)
|
1516
|
+
# end
|
1517
|
+
#
|
1518
|
+
# describe "overriding example's class", :method => :prepend do
|
1519
|
+
# it "finds the user" do
|
1520
|
+
# self.class.class_eval do
|
1521
|
+
# def override_me
|
1522
|
+
# end
|
1523
|
+
# end
|
1524
|
+
# override_me # => "overridden"
|
1525
|
+
# # ...
|
1526
|
+
# end
|
1527
|
+
# end
|
1528
|
+
#
|
1529
|
+
# @see #include
|
1530
|
+
# @see #extend
|
1531
|
+
def prepend(mod, *filters)
|
1532
|
+
define_mixed_in_module(mod, filters, @prepend_modules, :prepend) do |group|
|
1533
|
+
safe_prepend(mod, group)
|
1534
|
+
end
|
1535
|
+
end
|
1536
|
+
end
|
1537
|
+
|
1538
|
+
# @private
|
1539
|
+
#
|
1540
|
+
# Used internally to extend a group with modules using `include`, `prepend` and/or
|
1541
|
+
# `extend`.
|
1542
|
+
def configure_group(group)
|
1543
|
+
group.hooks.register_globals(group, hooks)
|
1544
|
+
|
1545
|
+
configure_group_with group, @include_modules, :safe_include
|
1546
|
+
configure_group_with group, @extend_modules, :safe_extend
|
1547
|
+
configure_group_with group, @prepend_modules, :safe_prepend
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
# @private
|
1551
|
+
#
|
1552
|
+
# Used internally to extend the singleton class of a single example's
|
1553
|
+
# example group instance with modules using `include` and/or `extend`.
|
1554
|
+
def configure_example(example, example_hooks)
|
1555
|
+
example_hooks.register_global_singleton_context_hooks(example, hooks)
|
1556
|
+
singleton_group = example.example_group_instance.singleton_class
|
1557
|
+
|
1558
|
+
# We replace the metadata so that SharedExampleGroupModule#included
|
1559
|
+
# has access to the example's metadata[:location].
|
1560
|
+
singleton_group.with_replaced_metadata(example.metadata) do
|
1561
|
+
modules = @include_modules.items_for(example.metadata)
|
1562
|
+
modules.each do |mod|
|
1563
|
+
safe_include(mod, example.example_group_instance.singleton_class)
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
MemoizedHelpers.define_helpers_on(singleton_group) unless modules.empty?
|
1567
|
+
end
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
# @private
|
1571
|
+
def requires=(paths)
|
1572
|
+
directories = ['lib', default_path].select { |p| File.directory? p }
|
1573
|
+
RSpec::Core::RubyProject.add_to_load_path(*directories)
|
1574
|
+
paths.each { |path| load_file_handling_errors(:require, path) }
|
1575
|
+
@requires += paths
|
1576
|
+
end
|
1577
|
+
|
1578
|
+
# @private
|
1579
|
+
def in_project_source_dir_regex
|
1580
|
+
regexes = project_source_dirs.map do |dir|
|
1581
|
+
/\A#{Regexp.escape(File.expand_path(dir))}\//
|
1582
|
+
end
|
1583
|
+
|
1584
|
+
Regexp.union(regexes)
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
# @private
|
1588
|
+
def configure_mock_framework
|
1589
|
+
RSpec::Core::ExampleGroup.__send__(:include, mock_framework)
|
1590
|
+
conditionally_disable_mocks_monkey_patching
|
1591
|
+
end
|
1592
|
+
|
1593
|
+
# @private
|
1594
|
+
def configure_expectation_framework
|
1595
|
+
expectation_frameworks.each do |framework|
|
1596
|
+
RSpec::Core::ExampleGroup.__send__(:include, framework)
|
1597
|
+
end
|
1598
|
+
conditionally_disable_expectations_monkey_patching
|
1599
|
+
end
|
1600
|
+
|
1601
|
+
# @private
|
1602
|
+
def load_spec_files
|
1603
|
+
# Note which spec files world is already aware of.
|
1604
|
+
# This is generally only needed for when the user runs
|
1605
|
+
# `ruby path/to/spec.rb` (and loads `rspec/autorun`) --
|
1606
|
+
# in that case, the spec file was loaded by `ruby` and
|
1607
|
+
# isn't loaded by us here so we only know about it because
|
1608
|
+
# of an example group being registered in it.
|
1609
|
+
world.registered_example_group_files.each do |f|
|
1610
|
+
loaded_spec_files << f # the registered files are already expended absolute paths
|
1611
|
+
end
|
1612
|
+
|
1613
|
+
files_to_run.uniq.each do |f|
|
1614
|
+
file = File.expand_path(f)
|
1615
|
+
load_file_handling_errors(:load, file)
|
1616
|
+
loaded_spec_files << file
|
1617
|
+
end
|
1618
|
+
|
1619
|
+
@spec_files_loaded = true
|
1620
|
+
end
|
1621
|
+
|
1622
|
+
# @private
|
1623
|
+
DEFAULT_FORMATTER = lambda { |string| string }
|
1624
|
+
|
1625
|
+
# Formats the docstring output using the block provided.
|
1626
|
+
#
|
1627
|
+
# @example
|
1628
|
+
# # This will strip the descriptions of both examples and example
|
1629
|
+
# # groups.
|
1630
|
+
# RSpec.configure do |config|
|
1631
|
+
# config.format_docstrings { |s| s.strip }
|
1632
|
+
# end
|
1633
|
+
def format_docstrings(&block)
|
1634
|
+
@format_docstrings_block = block_given? ? block : DEFAULT_FORMATTER
|
1635
|
+
end
|
1636
|
+
|
1637
|
+
# @private
|
1638
|
+
def format_docstrings_block
|
1639
|
+
@format_docstrings_block ||= DEFAULT_FORMATTER
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
# @private
|
1643
|
+
def self.delegate_to_ordering_manager(*methods)
|
1644
|
+
methods.each do |method|
|
1645
|
+
define_method method do |*args, &block|
|
1646
|
+
ordering_manager.__send__(method, *args, &block)
|
1647
|
+
end
|
1648
|
+
end
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
# @!method seed=(value)
|
1652
|
+
#
|
1653
|
+
# Sets the seed value and sets the default global ordering to random.
|
1654
|
+
delegate_to_ordering_manager :seed=
|
1655
|
+
|
1656
|
+
# @!method seed
|
1657
|
+
# Seed for random ordering (default: generated randomly each run).
|
1658
|
+
#
|
1659
|
+
# When you run specs with `--order random`, RSpec generates a random seed
|
1660
|
+
# for the randomization and prints it to the `output_stream` (assuming
|
1661
|
+
# you're using RSpec's built-in formatters). If you discover an ordering
|
1662
|
+
# dependency (i.e. examples fail intermittently depending on order), set
|
1663
|
+
# this (on Configuration or on the command line with `--seed`) to run
|
1664
|
+
# using the same seed while you debug the issue.
|
1665
|
+
#
|
1666
|
+
# We recommend, actually, that you use the command line approach so you
|
1667
|
+
# don't accidentally leave the seed encoded.
|
1668
|
+
delegate_to_ordering_manager :seed
|
1669
|
+
|
1670
|
+
# @!method order=(value)
|
1671
|
+
#
|
1672
|
+
# Sets the default global ordering strategy. By default this can be one
|
1673
|
+
# of `:defined`, `:random`, but is customizable through the
|
1674
|
+
# `register_ordering` API. If order is set to `'rand:<seed>'`,
|
1675
|
+
# the seed will also be set.
|
1676
|
+
#
|
1677
|
+
# @see #register_ordering
|
1678
|
+
delegate_to_ordering_manager :order=
|
1679
|
+
|
1680
|
+
# @!method register_ordering(name)
|
1681
|
+
#
|
1682
|
+
# Registers a named ordering strategy that can later be
|
1683
|
+
# used to order an example group's subgroups by adding
|
1684
|
+
# `:order => <name>` metadata to the example group.
|
1685
|
+
#
|
1686
|
+
# @param name [Symbol] The name of the ordering.
|
1687
|
+
# @yield Block that will order the given examples or example groups
|
1688
|
+
# @yieldparam list [Array<RSpec::Core::Example>,
|
1689
|
+
# Array<RSpec::Core::ExampleGroup>] The examples or groups to order
|
1690
|
+
# @yieldreturn [Array<RSpec::Core::Example>,
|
1691
|
+
# Array<RSpec::Core::ExampleGroup>] The re-ordered examples or groups
|
1692
|
+
#
|
1693
|
+
# @example
|
1694
|
+
# RSpec.configure do |rspec|
|
1695
|
+
# rspec.register_ordering :reverse do |list|
|
1696
|
+
# list.reverse
|
1697
|
+
# end
|
1698
|
+
# end
|
1699
|
+
#
|
1700
|
+
# RSpec.describe 'MyClass', :order => :reverse do
|
1701
|
+
# # ...
|
1702
|
+
# end
|
1703
|
+
#
|
1704
|
+
# @note Pass the symbol `:global` to set the ordering strategy that
|
1705
|
+
# will be used to order the top-level example groups and any example
|
1706
|
+
# groups that do not have declared `:order` metadata.
|
1707
|
+
#
|
1708
|
+
# @example
|
1709
|
+
# RSpec.configure do |rspec|
|
1710
|
+
# rspec.register_ordering :global do |examples|
|
1711
|
+
# acceptance, other = examples.partition do |example|
|
1712
|
+
# example.metadata[:type] == :acceptance
|
1713
|
+
# end
|
1714
|
+
# other + acceptance
|
1715
|
+
# end
|
1716
|
+
# end
|
1717
|
+
#
|
1718
|
+
# RSpec.describe 'MyClass', :type => :acceptance do
|
1719
|
+
# # will run last
|
1720
|
+
# end
|
1721
|
+
#
|
1722
|
+
# RSpec.describe 'MyClass' do
|
1723
|
+
# # will run first
|
1724
|
+
# end
|
1725
|
+
#
|
1726
|
+
delegate_to_ordering_manager :register_ordering
|
1727
|
+
|
1728
|
+
# @private
|
1729
|
+
delegate_to_ordering_manager :seed_used?, :ordering_registry
|
1730
|
+
|
1731
|
+
# Set Ruby warnings on or off.
|
1732
|
+
def warnings=(value)
|
1733
|
+
$VERBOSE = !!value
|
1734
|
+
end
|
1735
|
+
|
1736
|
+
# @return [Boolean] Whether or not ruby warnings are enabled.
|
1737
|
+
def warnings?
|
1738
|
+
$VERBOSE
|
1739
|
+
end
|
1740
|
+
|
1741
|
+
# @private
|
1742
|
+
RAISE_ERROR_WARNING_NOTIFIER = lambda { |message| raise message }
|
1743
|
+
|
1744
|
+
# Turns warnings into errors. This can be useful when
|
1745
|
+
# you want RSpec to run in a 'strict' no warning situation.
|
1746
|
+
#
|
1747
|
+
# @example
|
1748
|
+
#
|
1749
|
+
# RSpec.configure do |rspec|
|
1750
|
+
# rspec.raise_on_warning = true
|
1751
|
+
# end
|
1752
|
+
def raise_on_warning=(value)
|
1753
|
+
if value
|
1754
|
+
RSpec::Support.warning_notifier = RAISE_ERROR_WARNING_NOTIFIER
|
1755
|
+
else
|
1756
|
+
RSpec::Support.warning_notifier = RSpec::Support::DEFAULT_WARNING_NOTIFIER
|
1757
|
+
end
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
# Exposes the current running example via the named
|
1761
|
+
# helper method. RSpec 2.x exposed this via `example`,
|
1762
|
+
# but in RSpec 3.0, the example is instead exposed via
|
1763
|
+
# an arg yielded to `it`, `before`, `let`, etc. However,
|
1764
|
+
# some extension gems (such as Capybara) depend on the
|
1765
|
+
# RSpec 2.x's `example` method, so this config option
|
1766
|
+
# can be used to maintain compatibility.
|
1767
|
+
#
|
1768
|
+
# @param method_name [Symbol] the name of the helper method
|
1769
|
+
#
|
1770
|
+
# @example
|
1771
|
+
#
|
1772
|
+
# RSpec.configure do |rspec|
|
1773
|
+
# rspec.expose_current_running_example_as :example
|
1774
|
+
# end
|
1775
|
+
#
|
1776
|
+
# RSpec.describe MyClass do
|
1777
|
+
# before do
|
1778
|
+
# # `example` can be used here because of the above config.
|
1779
|
+
# do_something if example.metadata[:type] == "foo"
|
1780
|
+
# end
|
1781
|
+
# end
|
1782
|
+
def expose_current_running_example_as(method_name)
|
1783
|
+
ExposeCurrentExample.module_exec do
|
1784
|
+
extend RSpec::SharedContext
|
1785
|
+
let(method_name) { |ex| ex }
|
1786
|
+
end
|
1787
|
+
|
1788
|
+
include ExposeCurrentExample
|
1789
|
+
end
|
1790
|
+
|
1791
|
+
# @private
|
1792
|
+
module ExposeCurrentExample; end
|
1793
|
+
|
1794
|
+
# Turns deprecation warnings into errors, in order to surface
|
1795
|
+
# the full backtrace of the call site. This can be useful when
|
1796
|
+
# you need more context to address a deprecation than the
|
1797
|
+
# single-line call site normally provided.
|
1798
|
+
#
|
1799
|
+
# @example
|
1800
|
+
#
|
1801
|
+
# RSpec.configure do |rspec|
|
1802
|
+
# rspec.raise_errors_for_deprecations!
|
1803
|
+
# end
|
1804
|
+
def raise_errors_for_deprecations!
|
1805
|
+
self.deprecation_stream = Formatters::DeprecationFormatter::RaiseErrorStream.new
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
# Enables zero monkey patching mode for RSpec. It removes monkey
|
1809
|
+
# patching of the top-level DSL methods (`describe`,
|
1810
|
+
# `shared_examples_for`, etc) onto `main` and `Module`, instead
|
1811
|
+
# requiring you to prefix these methods with `RSpec.`. It enables
|
1812
|
+
# expect-only syntax for rspec-mocks and rspec-expectations. It
|
1813
|
+
# simply disables monkey patching on whatever pieces of RSpec
|
1814
|
+
# the user is using.
|
1815
|
+
#
|
1816
|
+
# @note It configures rspec-mocks and rspec-expectations only
|
1817
|
+
# if the user is using those (either explicitly or implicitly
|
1818
|
+
# by not setting `mock_with` or `expect_with` to anything else).
|
1819
|
+
#
|
1820
|
+
# @note If the user uses this options with `mock_with :mocha`
|
1821
|
+
# (or similiar) they will still have monkey patching active
|
1822
|
+
# in their test environment from mocha.
|
1823
|
+
#
|
1824
|
+
# @example
|
1825
|
+
#
|
1826
|
+
# # It disables all monkey patching.
|
1827
|
+
# RSpec.configure do |config|
|
1828
|
+
# config.disable_monkey_patching!
|
1829
|
+
# end
|
1830
|
+
#
|
1831
|
+
# # Is an equivalent to
|
1832
|
+
# RSpec.configure do |config|
|
1833
|
+
# config.expose_dsl_globally = false
|
1834
|
+
#
|
1835
|
+
# config.mock_with :rspec do |mocks|
|
1836
|
+
# mocks.syntax = :expect
|
1837
|
+
# mocks.patch_marshal_to_support_partial_doubles = false
|
1838
|
+
# end
|
1839
|
+
#
|
1840
|
+
# config.expect_with :rspec do |expectations|
|
1841
|
+
# expectations.syntax = :expect
|
1842
|
+
# end
|
1843
|
+
# end
|
1844
|
+
def disable_monkey_patching!
|
1845
|
+
self.expose_dsl_globally = false
|
1846
|
+
self.disable_monkey_patching = true
|
1847
|
+
conditionally_disable_mocks_monkey_patching
|
1848
|
+
conditionally_disable_expectations_monkey_patching
|
1849
|
+
end
|
1850
|
+
|
1851
|
+
# @private
|
1852
|
+
attr_accessor :disable_monkey_patching
|
1853
|
+
|
1854
|
+
# Defines a callback that can assign derived metadata values.
|
1855
|
+
#
|
1856
|
+
# @param filters [Array<Symbol>, Hash] metadata filters that determine
|
1857
|
+
# which example or group metadata hashes the callback will be triggered
|
1858
|
+
# for. If none are given, the callback will be run against the metadata
|
1859
|
+
# hashes of all groups and examples.
|
1860
|
+
# @yieldparam metadata [Hash] original metadata hash from an example or
|
1861
|
+
# group. Mutate this in your block as needed.
|
1862
|
+
#
|
1863
|
+
# @example
|
1864
|
+
# RSpec.configure do |config|
|
1865
|
+
# # Tag all groups and examples in the spec/unit directory with
|
1866
|
+
# # :type => :unit
|
1867
|
+
# config.define_derived_metadata(:file_path => %r{/spec/unit/}) do |metadata|
|
1868
|
+
# metadata[:type] = :unit
|
1869
|
+
# end
|
1870
|
+
# end
|
1871
|
+
def define_derived_metadata(*filters, &block)
|
1872
|
+
meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
|
1873
|
+
@derived_metadata_blocks.append(block, meta)
|
1874
|
+
end
|
1875
|
+
|
1876
|
+
# Defines a callback that runs after the first example with matching
|
1877
|
+
# metadata is defined. If no examples are defined with matching metadata,
|
1878
|
+
# it will not get called at all.
|
1879
|
+
#
|
1880
|
+
# This can be used to ensure some setup is performed (such as bootstrapping
|
1881
|
+
# a DB or loading a specific file that adds significantly to the boot time)
|
1882
|
+
# if needed (as indicated by the presence of an example with matching metadata)
|
1883
|
+
# but avoided otherwise.
|
1884
|
+
#
|
1885
|
+
# @example
|
1886
|
+
# RSpec.configure do |config|
|
1887
|
+
# config.when_first_matching_example_defined(:db) do
|
1888
|
+
# # Load a support file that does some heavyweight setup,
|
1889
|
+
# # including bootstrapping the DB, but only if we have loaded
|
1890
|
+
# # any examples tagged with `:db`.
|
1891
|
+
# require 'support/db'
|
1892
|
+
# end
|
1893
|
+
# end
|
1894
|
+
def when_first_matching_example_defined(*filters)
|
1895
|
+
specified_meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
|
1896
|
+
|
1897
|
+
callback = lambda do |example_or_group_meta|
|
1898
|
+
# Example groups do not have `:example_group` metadata
|
1899
|
+
# (instead they have `:parent_example_group` metadata).
|
1900
|
+
return unless example_or_group_meta.key?(:example_group)
|
1901
|
+
|
1902
|
+
# Ensure the callback only fires once.
|
1903
|
+
@derived_metadata_blocks.delete(callback, specified_meta)
|
1904
|
+
|
1905
|
+
yield
|
1906
|
+
end
|
1907
|
+
|
1908
|
+
@derived_metadata_blocks.append(callback, specified_meta)
|
1909
|
+
end
|
1910
|
+
|
1911
|
+
# @private
|
1912
|
+
def apply_derived_metadata_to(metadata)
|
1913
|
+
already_run_blocks = Set.new
|
1914
|
+
|
1915
|
+
# We loop and attempt to re-apply metadata blocks to support cascades
|
1916
|
+
# (e.g. where a derived bit of metadata triggers the application of
|
1917
|
+
# another piece of derived metadata, etc)
|
1918
|
+
#
|
1919
|
+
# We limit our looping to 200 times as a way to detect infinitely recursing derived metadata blocks.
|
1920
|
+
# It's hard to imagine a valid use case for a derived metadata cascade greater than 200 iterations.
|
1921
|
+
200.times do
|
1922
|
+
return if @derived_metadata_blocks.items_for(metadata).all? do |block|
|
1923
|
+
already_run_blocks.include?(block).tap do |skip_block|
|
1924
|
+
block.call(metadata) unless skip_block
|
1925
|
+
already_run_blocks << block
|
1926
|
+
end
|
1927
|
+
end
|
1928
|
+
end
|
1929
|
+
|
1930
|
+
# If we got here, then `@derived_metadata_blocks.items_for(metadata).all?` never returned
|
1931
|
+
# `true` above and we treat this as an attempt to recurse infinitely. It's better to fail
|
1932
|
+
# with a clear # error than hang indefinitely, which is what would happen if we didn't limit
|
1933
|
+
# the looping above.
|
1934
|
+
raise SystemStackError, "Attempted to recursively derive metadata indefinitely."
|
1935
|
+
end
|
1936
|
+
|
1937
|
+
# Defines a `before` hook. See {Hooks#before} for full docs.
|
1938
|
+
#
|
1939
|
+
# This method differs from {Hooks#before} in only one way: it supports
|
1940
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once before
|
1941
|
+
# the first example of the entire suite is executed. Conditions passed along
|
1942
|
+
# with `:suite` are effectively ignored.
|
1943
|
+
#
|
1944
|
+
# @see #prepend_before
|
1945
|
+
# @see #after
|
1946
|
+
# @see #append_after
|
1947
|
+
def before(scope=nil, *meta, &block)
|
1948
|
+
handle_suite_hook(scope, meta) do
|
1949
|
+
@before_suite_hooks << Hooks::BeforeHook.new(block, {})
|
1950
|
+
end || begin
|
1951
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
1952
|
+
# the methods below are passed the same proc instances
|
1953
|
+
# so `Hook` equality is preserved. For more info, see:
|
1954
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
1955
|
+
block.__id__
|
1956
|
+
|
1957
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.before(scope, *meta, &block) }
|
1958
|
+
super(scope, *meta, &block)
|
1959
|
+
end
|
1960
|
+
end
|
1961
|
+
alias_method :append_before, :before
|
1962
|
+
|
1963
|
+
# Adds `block` to the start of the list of `before` blocks in the same
|
1964
|
+
# scope (`:example`, `:context`, or `:suite`), in contrast to {#before},
|
1965
|
+
# which adds the hook to the end of the list.
|
1966
|
+
#
|
1967
|
+
# See {Hooks#before} for full `before` hook docs.
|
1968
|
+
#
|
1969
|
+
# This method differs from {Hooks#prepend_before} in only one way: it supports
|
1970
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once before
|
1971
|
+
# the first example of the entire suite is executed. Conditions passed along
|
1972
|
+
# with `:suite` are effectively ignored.
|
1973
|
+
#
|
1974
|
+
# @see #before
|
1975
|
+
# @see #after
|
1976
|
+
# @see #append_after
|
1977
|
+
def prepend_before(scope=nil, *meta, &block)
|
1978
|
+
handle_suite_hook(scope, meta) do
|
1979
|
+
@before_suite_hooks.unshift Hooks::BeforeHook.new(block, {})
|
1980
|
+
end || begin
|
1981
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
1982
|
+
# the methods below are passed the same proc instances
|
1983
|
+
# so `Hook` equality is preserved. For more info, see:
|
1984
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
1985
|
+
block.__id__
|
1986
|
+
|
1987
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.prepend_before(scope, *meta, &block) }
|
1988
|
+
super(scope, *meta, &block)
|
1989
|
+
end
|
1990
|
+
end
|
1991
|
+
|
1992
|
+
# Defines a `after` hook. See {Hooks#after} for full docs.
|
1993
|
+
#
|
1994
|
+
# This method differs from {Hooks#after} in only one way: it supports
|
1995
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once after
|
1996
|
+
# the last example of the entire suite is executed. Conditions passed along
|
1997
|
+
# with `:suite` are effectively ignored.
|
1998
|
+
#
|
1999
|
+
# @see #append_after
|
2000
|
+
# @see #before
|
2001
|
+
# @see #prepend_before
|
2002
|
+
def after(scope=nil, *meta, &block)
|
2003
|
+
handle_suite_hook(scope, meta) do
|
2004
|
+
@after_suite_hooks.unshift Hooks::AfterHook.new(block, {})
|
2005
|
+
end || begin
|
2006
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
2007
|
+
# the methods below are passed the same proc instances
|
2008
|
+
# so `Hook` equality is preserved. For more info, see:
|
2009
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
2010
|
+
block.__id__
|
2011
|
+
|
2012
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.after(scope, *meta, &block) }
|
2013
|
+
super(scope, *meta, &block)
|
2014
|
+
end
|
2015
|
+
end
|
2016
|
+
alias_method :prepend_after, :after
|
2017
|
+
|
2018
|
+
# Adds `block` to the end of the list of `after` blocks in the same
|
2019
|
+
# scope (`:example`, `:context`, or `:suite`), in contrast to {#after},
|
2020
|
+
# which adds the hook to the start of the list.
|
2021
|
+
#
|
2022
|
+
# See {Hooks#after} for full `after` hook docs.
|
2023
|
+
#
|
2024
|
+
# This method differs from {Hooks#append_after} in only one way: it supports
|
2025
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once after
|
2026
|
+
# the last example of the entire suite is executed. Conditions passed along
|
2027
|
+
# with `:suite` are effectively ignored.
|
2028
|
+
#
|
2029
|
+
# @see #append_after
|
2030
|
+
# @see #before
|
2031
|
+
# @see #prepend_before
|
2032
|
+
def append_after(scope=nil, *meta, &block)
|
2033
|
+
handle_suite_hook(scope, meta) do
|
2034
|
+
@after_suite_hooks << Hooks::AfterHook.new(block, {})
|
2035
|
+
end || begin
|
2036
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
2037
|
+
# the methods below are passed the same proc instances
|
2038
|
+
# so `Hook` equality is preserved. For more info, see:
|
2039
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
2040
|
+
block.__id__
|
2041
|
+
|
2042
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.append_after(scope, *meta, &block) }
|
2043
|
+
super(scope, *meta, &block)
|
2044
|
+
end
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
# Registers `block` as an `around` hook.
|
2048
|
+
#
|
2049
|
+
# See {Hooks#around} for full `around` hook docs.
|
2050
|
+
def around(scope=nil, *meta, &block)
|
2051
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
2052
|
+
# the methods below are passed the same proc instances
|
2053
|
+
# so `Hook` equality is preserved. For more info, see:
|
2054
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
2055
|
+
block.__id__
|
2056
|
+
|
2057
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.around(scope, *meta, &block) }
|
2058
|
+
super(scope, *meta, &block)
|
2059
|
+
end
|
2060
|
+
|
2061
|
+
# @private
|
2062
|
+
def with_suite_hooks
|
2063
|
+
return yield if dry_run?
|
2064
|
+
|
2065
|
+
begin
|
2066
|
+
run_suite_hooks("a `before(:suite)` hook", @before_suite_hooks)
|
2067
|
+
yield
|
2068
|
+
ensure
|
2069
|
+
run_suite_hooks("an `after(:suite)` hook", @after_suite_hooks)
|
2070
|
+
end
|
2071
|
+
end
|
2072
|
+
|
2073
|
+
# @private
|
2074
|
+
# Holds the various registered hooks. Here we use a FilterableItemRepository
|
2075
|
+
# implementation that is specifically optimized for the read/write patterns
|
2076
|
+
# of the config object.
|
2077
|
+
def hooks
|
2078
|
+
@hooks ||= HookCollections.new(self, FilterableItemRepository::QueryOptimized)
|
2079
|
+
end
|
2080
|
+
|
2081
|
+
# Invokes block before defining an example group
|
2082
|
+
def on_example_group_definition(&block)
|
2083
|
+
on_example_group_definition_callbacks << block
|
2084
|
+
end
|
2085
|
+
|
2086
|
+
# @api private
|
2087
|
+
# Returns an array of blocks to call before defining an example group
|
2088
|
+
def on_example_group_definition_callbacks
|
2089
|
+
@on_example_group_definition_callbacks ||= []
|
2090
|
+
end
|
2091
|
+
|
2092
|
+
# @private
|
2093
|
+
def bisect_runner_class
|
2094
|
+
@bisect_runner_class ||= begin
|
2095
|
+
case bisect_runner
|
2096
|
+
when :fork
|
2097
|
+
RSpec::Support.require_rspec_core 'bisect/fork_runner'
|
2098
|
+
Bisect::ForkRunner
|
2099
|
+
when :shell
|
2100
|
+
RSpec::Support.require_rspec_core 'bisect/shell_runner'
|
2101
|
+
Bisect::ShellRunner
|
2102
|
+
else
|
2103
|
+
raise "Unsupported value for `bisect_runner` (#{bisect_runner.inspect}). " \
|
2104
|
+
"Only `:fork` and `:shell` are supported."
|
2105
|
+
end
|
2106
|
+
end
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
private
|
2110
|
+
|
2111
|
+
def load_file_handling_errors(method, file)
|
2112
|
+
__send__(method, file)
|
2113
|
+
rescue LoadError => ex
|
2114
|
+
relative_file = Metadata.relative_path(file)
|
2115
|
+
suggestions = DidYouMean.new(relative_file).call
|
2116
|
+
reporter.notify_non_example_exception(ex, "An error occurred while loading #{relative_file}.#{suggestions}")
|
2117
|
+
RSpec.world.wants_to_quit = true
|
2118
|
+
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => ex
|
2119
|
+
relative_file = Metadata.relative_path(file)
|
2120
|
+
reporter.notify_non_example_exception(ex, "An error occurred while loading #{relative_file}.")
|
2121
|
+
RSpec.world.wants_to_quit = true
|
2122
|
+
end
|
2123
|
+
|
2124
|
+
def handle_suite_hook(scope, meta)
|
2125
|
+
return nil unless scope == :suite
|
2126
|
+
|
2127
|
+
unless meta.empty?
|
2128
|
+
# TODO: in RSpec 4, consider raising an error here.
|
2129
|
+
# We warn only for backwards compatibility.
|
2130
|
+
RSpec.warn_with "WARNING: `:suite` hooks do not support metadata since " \
|
2131
|
+
"they apply to the suite as a whole rather than " \
|
2132
|
+
"any individual example or example group that has metadata. " \
|
2133
|
+
"The metadata you have provided (#{meta.inspect}) will be ignored."
|
2134
|
+
end
|
2135
|
+
|
2136
|
+
yield
|
2137
|
+
end
|
2138
|
+
|
2139
|
+
def run_suite_hooks(hook_description, hooks)
|
2140
|
+
context = SuiteHookContext.new(hook_description, reporter)
|
2141
|
+
|
2142
|
+
hooks.each do |hook|
|
2143
|
+
begin
|
2144
|
+
hook.run(context)
|
2145
|
+
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => ex
|
2146
|
+
context.set_exception(ex)
|
2147
|
+
|
2148
|
+
# Do not run subsequent `before` hooks if one fails.
|
2149
|
+
# But for `after` hooks, we run them all so that all
|
2150
|
+
# cleanup bits get a chance to complete, minimizing the
|
2151
|
+
# chance that resources get left behind.
|
2152
|
+
break if hooks.equal?(@before_suite_hooks)
|
2153
|
+
end
|
2154
|
+
end
|
2155
|
+
end
|
2156
|
+
|
2157
|
+
def get_files_to_run(paths)
|
2158
|
+
files = FlatMap.flat_map(paths_to_check(paths)) do |path|
|
2159
|
+
path = path.gsub(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
|
2160
|
+
File.directory?(path) ? gather_directories(path) : extract_location(path)
|
2161
|
+
end.uniq
|
2162
|
+
|
2163
|
+
return files unless only_failures?
|
2164
|
+
relative_files = files.map { |f| Metadata.relative_path(File.expand_path f) }
|
2165
|
+
intersection = (relative_files & spec_files_with_failures.to_a)
|
2166
|
+
intersection.empty? ? files : intersection
|
2167
|
+
end
|
2168
|
+
|
2169
|
+
def paths_to_check(paths)
|
2170
|
+
return paths if pattern_might_load_specs_from_vendored_dirs?
|
2171
|
+
paths + [Dir.getwd]
|
2172
|
+
end
|
2173
|
+
|
2174
|
+
def pattern_might_load_specs_from_vendored_dirs?
|
2175
|
+
pattern.split(File::SEPARATOR).first.include?('**')
|
2176
|
+
end
|
2177
|
+
|
2178
|
+
def gather_directories(path)
|
2179
|
+
include_files = get_matching_files(path, pattern)
|
2180
|
+
exclude_files = get_matching_files(path, exclude_pattern)
|
2181
|
+
(include_files - exclude_files).uniq
|
2182
|
+
end
|
2183
|
+
|
2184
|
+
def get_matching_files(path, pattern)
|
2185
|
+
raw_files = Dir[file_glob_from(path, pattern)]
|
2186
|
+
raw_files.map { |file| File.expand_path(file) }.sort
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
def file_glob_from(path, pattern)
|
2190
|
+
stripped = "{#{pattern.gsub(/\s*,\s*/, ',')}}"
|
2191
|
+
return stripped if pattern =~ /^(\.\/)?#{Regexp.escape path}/ || absolute_pattern?(pattern)
|
2192
|
+
File.join(path, stripped)
|
2193
|
+
end
|
2194
|
+
|
2195
|
+
if RSpec::Support::OS.windows?
|
2196
|
+
# :nocov:
|
2197
|
+
def absolute_pattern?(pattern)
|
2198
|
+
pattern =~ /\A[A-Z]:\\/ || windows_absolute_network_path?(pattern)
|
2199
|
+
end
|
2200
|
+
|
2201
|
+
def windows_absolute_network_path?(pattern)
|
2202
|
+
return false unless ::File::ALT_SEPARATOR
|
2203
|
+
pattern.start_with?(::File::ALT_SEPARATOR + ::File::ALT_SEPARATOR)
|
2204
|
+
end
|
2205
|
+
# :nocov:
|
2206
|
+
else
|
2207
|
+
def absolute_pattern?(pattern)
|
2208
|
+
pattern.start_with?(File::Separator)
|
2209
|
+
end
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
def extract_location(path)
|
2213
|
+
match = /^(.*?)((?:\:\d+)+)$/.match(path)
|
2214
|
+
|
2215
|
+
if match
|
2216
|
+
captures = match.captures
|
2217
|
+
path = captures[0]
|
2218
|
+
lines = captures[1][1..-1].split(":").map(&:to_i)
|
2219
|
+
filter_manager.add_location path, lines
|
2220
|
+
else
|
2221
|
+
path, scoped_ids = Example.parse_id(path)
|
2222
|
+
filter_manager.add_ids(path, scoped_ids.split(/\s*,\s*/)) if scoped_ids
|
2223
|
+
end
|
2224
|
+
|
2225
|
+
return [] if path == default_path
|
2226
|
+
File.expand_path(path)
|
2227
|
+
end
|
2228
|
+
|
2229
|
+
def command
|
2230
|
+
$0.split(File::SEPARATOR).last
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
def value_for(key)
|
2234
|
+
@preferred_options.fetch(key) { yield }
|
2235
|
+
end
|
2236
|
+
|
2237
|
+
def define_built_in_hooks
|
2238
|
+
around(:example, :aggregate_failures => true) do |procsy|
|
2239
|
+
begin
|
2240
|
+
aggregate_failures(nil, :hide_backtrace => true, &procsy)
|
2241
|
+
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => exception
|
2242
|
+
procsy.example.set_aggregate_failures_exception(exception)
|
2243
|
+
end
|
2244
|
+
end
|
2245
|
+
end
|
2246
|
+
|
2247
|
+
def assert_no_example_groups_defined(config_option)
|
2248
|
+
return unless world.example_groups.any?
|
2249
|
+
|
2250
|
+
raise MustBeConfiguredBeforeExampleGroupsError.new(
|
2251
|
+
"RSpec's #{config_option} configuration option must be configured before " \
|
2252
|
+
"any example groups are defined, but you have already defined a group."
|
2253
|
+
)
|
2254
|
+
end
|
2255
|
+
|
2256
|
+
def output_wrapper
|
2257
|
+
@output_wrapper ||= OutputWrapper.new(output_stream)
|
2258
|
+
end
|
2259
|
+
|
2260
|
+
def output_to_tty?(output=output_stream)
|
2261
|
+
output.respond_to?(:tty?) && output.tty?
|
2262
|
+
end
|
2263
|
+
|
2264
|
+
def conditionally_disable_mocks_monkey_patching
|
2265
|
+
return unless disable_monkey_patching && rspec_mocks_loaded?
|
2266
|
+
|
2267
|
+
RSpec::Mocks.configuration.tap do |config|
|
2268
|
+
config.syntax = :expect
|
2269
|
+
config.patch_marshal_to_support_partial_doubles = false
|
2270
|
+
end
|
2271
|
+
end
|
2272
|
+
|
2273
|
+
def conditionally_disable_expectations_monkey_patching
|
2274
|
+
return unless disable_monkey_patching && rspec_expectations_loaded?
|
2275
|
+
|
2276
|
+
RSpec::Expectations.configuration.syntax = :expect
|
2277
|
+
end
|
2278
|
+
|
2279
|
+
def rspec_mocks_loaded?
|
2280
|
+
defined?(RSpec::Mocks.configuration)
|
2281
|
+
end
|
2282
|
+
|
2283
|
+
def rspec_expectations_loaded?
|
2284
|
+
defined?(RSpec::Expectations.configuration)
|
2285
|
+
end
|
2286
|
+
|
2287
|
+
def update_pattern_attr(name, value)
|
2288
|
+
if @spec_files_loaded
|
2289
|
+
RSpec.warning "Configuring `#{name}` to #{value} has no effect since " \
|
2290
|
+
"RSpec has already loaded the spec files."
|
2291
|
+
end
|
2292
|
+
|
2293
|
+
instance_variable_set(:"@#{name}", value)
|
2294
|
+
@files_to_run = nil
|
2295
|
+
end
|
2296
|
+
|
2297
|
+
def clear_values_derived_from_example_status_persistence_file_path
|
2298
|
+
@last_run_statuses = nil
|
2299
|
+
@spec_files_with_failures = nil
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
def configure_group_with(group, module_list, application_method)
|
2303
|
+
module_list.items_for(group.metadata).each do |mod|
|
2304
|
+
__send__(application_method, mod, group)
|
2305
|
+
end
|
2306
|
+
end
|
2307
|
+
|
2308
|
+
def add_hook_to_existing_matching_groups(meta, scope, &block)
|
2309
|
+
# For example hooks, we have to apply it to each of the top level
|
2310
|
+
# groups, even if the groups do not match. When we apply it, we
|
2311
|
+
# apply it with the metadata, so it will only apply to examples
|
2312
|
+
# in the group that match the metadata.
|
2313
|
+
# #2280 for background and discussion.
|
2314
|
+
if scope == :example || scope == :each || scope.nil?
|
2315
|
+
world.example_groups.each(&block)
|
2316
|
+
else
|
2317
|
+
meta = Metadata.build_hash_from(meta.dup)
|
2318
|
+
on_existing_matching_groups(meta, &block)
|
2319
|
+
end
|
2320
|
+
end
|
2321
|
+
|
2322
|
+
def on_existing_matching_groups(meta)
|
2323
|
+
world.traverse_example_group_trees_until do |group|
|
2324
|
+
metadata_applies_to_group?(meta, group).tap do |applies|
|
2325
|
+
yield group if applies
|
2326
|
+
end
|
2327
|
+
end
|
2328
|
+
end
|
2329
|
+
|
2330
|
+
def metadata_applies_to_group?(meta, group)
|
2331
|
+
meta.empty? || MetadataFilter.apply?(:any?, meta, group.metadata)
|
2332
|
+
end
|
2333
|
+
|
2334
|
+
if RSpec::Support::RubyFeatures.module_prepends_supported?
|
2335
|
+
def safe_prepend(mod, host)
|
2336
|
+
host.__send__(:prepend, mod) unless host < mod
|
2337
|
+
end
|
2338
|
+
end
|
2339
|
+
|
2340
|
+
if RUBY_VERSION.to_f >= 1.9
|
2341
|
+
def safe_include(mod, host)
|
2342
|
+
host.__send__(:include, mod) unless host < mod
|
2343
|
+
end
|
2344
|
+
|
2345
|
+
def safe_extend(mod, host)
|
2346
|
+
host.extend(mod) unless host.singleton_class < mod
|
2347
|
+
end
|
2348
|
+
else # for 1.8.7
|
2349
|
+
# :nocov:
|
2350
|
+
def safe_include(mod, host)
|
2351
|
+
host.__send__(:include, mod) unless host.included_modules.include?(mod)
|
2352
|
+
end
|
2353
|
+
|
2354
|
+
def safe_extend(mod, host)
|
2355
|
+
host.extend(mod) unless (class << host; self; end).included_modules.include?(mod)
|
2356
|
+
end
|
2357
|
+
# :nocov:
|
2358
|
+
end
|
2359
|
+
|
2360
|
+
def define_mixed_in_module(mod, filters, mod_list, config_method, &block)
|
2361
|
+
unless Module === mod
|
2362
|
+
raise TypeError, "`RSpec.configuration.#{config_method}` expects a module but got: #{mod.inspect}"
|
2363
|
+
end
|
2364
|
+
|
2365
|
+
meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
|
2366
|
+
mod_list.append(mod, meta)
|
2367
|
+
on_existing_matching_groups(meta, &block)
|
2368
|
+
end
|
2369
|
+
end
|
2370
|
+
# rubocop:enable Metrics/ClassLength
|
2371
|
+
end
|
2372
|
+
end
|