ric 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/Gemfile +8 -1
- data/HISTORY.yml +14 -0
- data/Makefile +36 -10
- data/Manifest +1360 -1193
- data/README.md +1 -1
- data/Rakefile +70 -48
- data/VERSION +1 -1
- data/bin/ric-xcopy +43 -0
- data/bin/septober +26 -33
- data/ric.gemspec +18 -22
- data/vendor/bundle/ruby/2.7.0/bin/allison +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/lolcat +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rake +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rdoc +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/ri +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rubyforge +27 -0
- data/vendor/bundle/ruby/2.7.0/cache/activemodel-6.1.4.4.gem +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/cache/activemodel-serializers-xml-1.0.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/activeresource-5.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/activesupport-6.1.4.4.gem +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/cache/allison-2.0.3.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/builder-3.2.4.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/concurrent-ruby-1.1.9.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/echoe-4.6.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/echoe-4.6.3.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/echoe-4.6.5.gem +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/cache/echoe-4.6.6.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/gemcutter-0.7.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/i18n-1.8.11.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/json_pure-2.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/lolcat-100.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/manpages-0.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/minitest-5.15.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/optimist-3.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/paint-2.2.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/power_assert-2.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/psych-4.0.3.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rake-13.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rdoc-6.4.0.gem +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/cache/rubyforge-2.0.4.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/stringio-3.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/test-unit-3.5.3.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/tzinfo-2.0.4.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/zeitwerk-2.5.3.gem +0 -0
- data/{TODO-rake-deploy.touch → vendor/bundle/ruby/2.7.0/extensions/x86_64-darwin-20/2.7.0/psych-4.0.3/gem.build_complete} +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-darwin-20/2.7.0/psych-4.0.3/gem_make.out +41 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-darwin-20/2.7.0/psych-4.0.3/psych.bundle +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0/lib/active_resource/observing.rb → 2.7.0/extensions/x86_64-darwin-20/2.7.0/stringio-3.0.0/gem.build_complete} +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-darwin-20/2.7.0/stringio-3.0.0/gem_make.out +137 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-darwin-20/2.7.0/stringio-3.0.0/stringio.bundle +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/CHANGELOG.md +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/README.rdoc +266 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute/user_provided_default.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute.rb +248 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute_assignment.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute_methods.rb +555 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute_mutation_tracker.rb +181 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute_set/builder.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute_set/yaml_encoder.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attribute_set.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/attributes.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/callbacks.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/conversion.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/dirty.rb +293 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/error.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/errors.rb +709 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/forbidden_attributes_protection.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/gem_version.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/lint.rb +118 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/locale/en.yml +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/model.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/naming.rb +333 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/nested_error.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/railtie.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/secure_password.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/serialization.rb +194 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/serializers/json.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/translation.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/big_integer.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/binary.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/boolean.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/date.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/date_time.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/decimal.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/float.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/helpers/accepts_multiparameter_time.rb +49 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/type/helpers/mutable.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/helpers/numeric.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/helpers/time_value.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/helpers/timezone.rb +19 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/type/helpers.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/immutable_string.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/integer.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/registry.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/string.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/time.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/type/value.rb +133 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/type.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/absence.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/acceptance.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/callbacks.rb +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/clusivity.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/confirmation.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/exclusion.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/format.rb +113 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/validations/helper_methods.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/inclusion.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/length.rb +129 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/numericality.rb +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/presence.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations/validates.rb +175 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/validations/with.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validations.rb +436 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model/validator.rb +188 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activemodel-5.2.3 → 2.7.0/gems/activemodel-6.1.4.4}/lib/active_model/version.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.4/lib/active_model.rb +78 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/CONTRIBUTING.md +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/README.md +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/activemodel-serializers-xml.gemspec +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/lib/active_model/serializers/version.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/lib/active_model/serializers/xml.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/lib/active_model/serializers.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/lib/active_record/serializers/xml_serializer.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/activemodel-serializers-xml-1.0.2/lib/activemodel-serializers-xml.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/README.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/active_job_serializer.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/associations/builder/association.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/associations/builder/belongs_to.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/associations/builder/has_many.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/associations/builder/has_one.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/associations.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activeresource-5.1.1/lib/active_resource/base.rb +1695 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/callbacks.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/collection.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/connection.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/custom_methods.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/formats/json_format.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/formats/xml_format.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/formats.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/http_mock.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/log_subscriber.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activeresource-5.1.1/lib/active_resource/observing.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/railtie.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/reflection.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/schema.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/singleton.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/threadsafe_attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource/validations.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activeresource-5.1.1/lib/active_resource/version.rb +12 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/active_resource.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activeresource-5.1.0 → 2.7.0/gems/activeresource-5.1.1}/lib/activeresource.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/CHANGELOG.md +665 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/README.rdoc +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/actionable_error.rb +48 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/all.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/array_inquirer.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/backtrace_cleaner.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/benchmarkable.rb +51 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/builder.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache/file_store.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache/mem_cache_store.rb +213 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache/memory_store.rb +195 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache/null_store.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache/redis_cache_store.rb +493 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache/strategy/local_cache.rb +209 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/cache/strategy/local_cache_middleware.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/cache.rb +878 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/callbacks.rb +862 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/concern.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/concurrency/load_interlock_aware_monitor.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/concurrency/share_lock.rb +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/configurable.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/configuration_file.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/array/access.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/array/conversions.rb +213 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/array/extract.rb +21 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/array/extract_options.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/array/grouping.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/array/inquiry.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/array/wrap.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/array.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/benchmark.rb +16 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/big_decimal/conversions.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/big_decimal.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/class/attribute.rb +131 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/class/attribute_accessors.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/class/subclasses.rb +33 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/class.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date/acts_like.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date/blank.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date/calculations.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date/conversions.rb +97 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date/zones.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date_and_time/calculations.rb +364 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date_and_time/compatibility.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date_time/acts_like.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date_time/blank.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date_time/calculations.rb +211 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date_time/compatibility.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/date_time/conversions.rb +106 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/date_time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/digest/uuid.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/digest.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/enumerable.rb +260 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/file/atomic.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/file.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/conversions.rb +263 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/hash/deep_merge.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/deep_transform_values.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/except.rb +24 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/hash/indifferent_access.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/keys.rb +143 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/hash/reverse_merge.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash/slice.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/hash.rb +10 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/integer/inflections.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/integer/multiple.rb +12 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/integer/time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/integer.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/kernel/concern.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/kernel/reporting.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/kernel/singleton_class.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/kernel.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/load_error.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/marshal.rb +26 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/module/aliasing.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/module/anonymous.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/attr_internal.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/attribute_accessors.rb +206 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +148 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/concerning.rb +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/delegation.rb +330 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/module/deprecation.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/introspection.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module/redefine_method.rb +40 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/module/remove_method.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/module.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/name_error.rb +65 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/numeric/bytes.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/numeric/conversions.rb +140 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/numeric/time.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/numeric.rb +5 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object/acts_like.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/blank.rb +155 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object/conversions.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/deep_dup.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/duplicable.rb +49 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object/inclusion.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object/instance_variables.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/json.rb +239 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object/to_param.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object/to_query.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/try.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/object/with_options.rb +82 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/object.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/range/compare_range.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/range/conversions.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/range/each.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/range/include_time_with_zone.rb +28 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/range/overlaps.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/range.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/regexp.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/securerandom.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/access.rb +95 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/string/behavior.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/conversions.rb +60 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/string/exclude.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/filters.rb +145 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/string/indent.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/inflections.rb +293 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/inquiry.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/multibyte.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/output_safety.rb +315 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/starts_ends_with.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/string/strip.rb +27 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/string/zones.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/string.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/symbol/starts_ends_with.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/symbol.rb +3 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/time/acts_like.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/time/calculations.rb +363 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/time/compatibility.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/time/conversions.rb +74 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/time/zones.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/core_ext/time.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext/uri.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/core_ext.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/current_attributes/test_helper.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/current_attributes.rb +209 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/dependencies/autoload.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/dependencies/interlock.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/dependencies/zeitwerk_integration.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/dependencies.rb +828 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation/behaviors.rb +122 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/deprecation/constant_accessor.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation/disallowed.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation/instance_delegator.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation/method_wrappers.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation/proxy_wrappers.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation/reporting.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/deprecation.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/descendants_tracker.rb +112 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/digest.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/duration/iso8601_parser.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/duration/iso8601_serializer.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/duration.rb +484 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/encrypted_configuration.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/encrypted_file.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/environment_inquirer.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/evented_file_update_checker.rb +170 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/execution_wrapper.rb +129 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/executor.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/file_update_checker.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/fork_tracker.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/gem_version.rb +17 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/gzip.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/hash_with_indifferent_access.rb +423 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/i18n.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/i18n_railtie.rb +125 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/inflections.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/inflector/inflections.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/inflector/methods.rb +401 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/inflector/transliterate.rb +147 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/inflector.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/json/decoding.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/json/encoding.rb +138 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/json.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/key_generator.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/lazy_load_hooks.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/locale/en.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/locale/en.yml +139 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/log_subscriber/test_helper.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/log_subscriber.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/logger.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/logger_silence.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/logger_thread_safe_level.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/message_encryptor.rb +224 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/message_verifier.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/messages/metadata.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/messages/rotation_configuration.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/messages/rotator.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/multibyte/chars.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/multibyte/unicode.rb +82 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/multibyte.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/notifications/fanout.rb +259 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/notifications/instrumenter.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/notifications.rb +280 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_converter.rb +183 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_currency_converter.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_delimited_converter.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_human_converter.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_human_size_converter.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_percentage_converter.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_phone_converter.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/number_to_rounded_converter.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper/rounding_helper.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/number_helper.rb +397 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/option_merger.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/ordered_hash.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/ordered_options.rb +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/parameter_filter.rb +133 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/per_thread_registry.rb +60 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/proxy_object.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/rails.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/railtie.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/reloader.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/rescuable.rb +174 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/secure_compare_rotator.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/security_utils.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/string_inquirer.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/subscriber.rb +174 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/tagged_logging.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/test_case.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/assertions.rb +235 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/testing/autorun.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/testing/constant_lookup.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/testing/declarative.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/deprecation.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/file_fixtures.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/isolation.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/method_call_assertions.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/parallelization/server.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/parallelization/worker.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/parallelization.rb +51 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/testing/setup_and_teardown.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/stream.rb +43 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/testing/tagged_logging.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/testing/time_helpers.rb +235 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/time.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/time_with_zone.rb +585 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/values/time_zone.rb +580 -0
- data/vendor/bundle/ruby/{2.5.0/gems/activesupport-5.2.3 → 2.7.0/gems/activesupport-6.1.4.4}/lib/active_support/version.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/jdom.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/libxml.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/libxmlsax.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/nokogirisax.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini/rexml.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support/xml_mini.rb +201 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.4.4/lib/active_support.rb +108 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/CHANGELOG +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/Manifest +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/README +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/allison.gemspec +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/bin/allison +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/BODY +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/CLASS_INDEX +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/CLASS_PAGE +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/FILE_INDEX +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/FILE_PAGE +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/FONTS +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/FR_INDEX_BODY +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/INDEX +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/JAVASCRIPT +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/METHOD_INDEX +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/METHOD_LIST +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/SRC_PAGE +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/cache/STYLE +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/contrib/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/contrib/rdoc_patch.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/contrib/rdoc_patch_test.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/lib/allison.css +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/lib/allison.js +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/allison-2.0.3/lib/allison.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/CHANGES +119 -0
- data/vendor/bundle/ruby/{2.5.0/gems/builder-3.2.3 → 2.7.0/gems/builder-3.2.4}/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/README.md +258 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/Rakefile +194 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/builder.blurb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/builder.gemspec +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/{2.5.0/gems/builder-3.2.3 → 2.7.0/gems/builder-3.2.4}/doc/releases/builder-1.2.4.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/builder-3.2.3 → 2.7.0/gems/builder-3.2.4}/doc/releases/builder-2.0.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/builder-3.2.3 → 2.7.0/gems/builder-3.2.4}/doc/releases/builder-2.1.1.rdoc +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/blankslate.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder/blankslate.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder/version.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder/xchar.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder/xmlbase.rb +200 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder/xmlevents.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder/xmlmarkup.rb +345 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/lib/builder.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/rakelib/publish.rake +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/rakelib/tags.rake +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/rakelib/testing.rake +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/helper.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/performance.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/preload.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/test_blankslate.rb +208 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/test_eventbuilder.rb +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/test_markupbuilder.rb +617 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/test_method_caching.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/test_namecollision.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/builder-3.2.4/test/test_xchar.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/CHANGELOG.md +528 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/Gemfile +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/README.md +408 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/Rakefile +339 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/ConcurrentRubyService.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5 → 2.7.0/gems/concurrent-ruby-1.1.9}/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/agent.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/array.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/async.rb +448 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atom.rb +222 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/abstract_thread_local_var.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +126 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/atomic_fixnum.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/atomic_markable_reference.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/atomic_reference.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/cyclic_barrier.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/event.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/java_count_down_latch.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/java_thread_local_var.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/mutex_atomic_boolean.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/mutex_atomic_fixnum.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/mutex_count_down_latch.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/mutex_semaphore.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/read_write_lock.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/reentrant_read_write_lock.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb +181 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic/semaphore.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +104 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic_reference/mutex_atomic.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomic_reference/numeric_cas_wrapper.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/atomics.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/copy_on_notify_observer_set.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/copy_on_write_observer_set.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/java_non_concurrent_priority_queue.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/lock_free_stack.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/map/atomic_reference_map_backend.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/map/non_concurrent_map_backend.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/collection/map/synchronized_map_backend.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/ruby/2.7.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.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/concern/deprecation.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/concern/logging.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/concern/obligation.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/concern/observable.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/configuration.rb +188 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/constants.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/dataflow.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/delay.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/exchanger.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +210 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executor/immediate_executor.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executor/indirect_immediate_executor.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +377 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executor/safe_task_executor.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executor/serial_executor_service.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executor/serialized_execution.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executor/serialized_execution_delegator.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/timer_set.rb +172 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/executors.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/future.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/hash.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/ivar.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/map.rb +347 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/maybe.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/mvar.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/options.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promise.rb +580 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/promises.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/re_include.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/scheduled_task.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/set.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/abstract_lockable_object.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/abstract_object.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/condition.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/jruby_lockable_object.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/jruby_object.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/lock.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/mri_object.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +88 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/object.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb +71 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/rbx_object.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/truffleruby_object.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization/volatile.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/synchronization.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/synchronized_delegator.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/util/adder.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/util/cheap_lockable.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +88 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/util/power_of_two_tuple.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/util/volatile.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/util/xor_shift_random.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/thread_safe/util.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/timer_task.rb +333 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/tuple.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tvar.rb +261 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/utility/engine.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/utility/monotonic_time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/utility/native_extension_loader.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent/utility/native_integer.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/version.rb +3 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent-ruby.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/concurrent-ruby-1.1.5/lib → 2.7.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby}/concurrent.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/CHANGELOG +101 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/Manifest +18 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6/README.rdoc → 2.7.0/gems/echoe-4.6.0/README} +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/Rakefile +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/echoe.gemspec +46 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/lib/echoe/extensions.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/lib/echoe/platform.rb +36 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/lib/echoe/rubygems.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/lib/echoe.rb +796 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/lib/rake/contrib/compositepublisher.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/lib/rake/contrib/ftptools.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/lib/rake/contrib/publisher.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/lib/rake/contrib/rubyforgepublisher.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/lib/rake/contrib/sshpublisher.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.0}/vendor/rake/lib/rake/contrib/sys.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/CHANGELOG +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/LICENSE +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/Manifest +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/README +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/Rakefile +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/echoe.gemspec +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/lib/echoe/extensions.rb +61 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.3}/lib/echoe/platform.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/lib/echoe/rubygems.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/lib/echoe.rb +795 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/lib/rake/contrib/compositepublisher.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/lib/rake/contrib/ftptools.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/lib/rake/contrib/publisher.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/lib/rake/contrib/rubyforgepublisher.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/lib/rake/contrib/sshpublisher.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.3/vendor/rake/lib/rake/contrib/sys.rb +209 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/CHANGELOG +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/LICENSE +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.5}/Manifest +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/README.rdoc +97 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.5}/Rakefile +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/echoe.gemspec +45 -0
- data/vendor/bundle/ruby/{2.5.0/gems/echoe-4.6.6 → 2.7.0/gems/echoe-4.6.5}/echoe.pem +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/lib/echoe/extensions.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/lib/echoe/platform.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/lib/echoe/rubygems.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/lib/echoe.rb +793 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/lib/rake/contrib/compositepublisher.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/lib/rake/contrib/ftptools.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/lib/rake/contrib/publisher.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/lib/rake/contrib/rubyforgepublisher.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/lib/rake/contrib/sshpublisher.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/vendor/rake/lib/rake/contrib/sys.rb +209 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/echoe-4.6.6/CHANGELOG +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/LICENSE +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/Manifest +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/README.rdoc +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/Rakefile +15 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/echoe-4.6.6/echoe.gemspec +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/echoe.pem +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/lib/echoe/extensions.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/lib/echoe/platform.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/lib/echoe/rubygems.rb +41 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/echoe-4.6.6/lib/echoe.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/lib/rake/contrib/compositepublisher.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/lib/rake/contrib/ftptools.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/lib/rake/contrib/publisher.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/lib/rake/contrib/rubyforgepublisher.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/lib/rake/contrib/sshpublisher.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/vendor/rake/lib/rake/contrib/sys.rb +209 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/Gemfile +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/MIT-LICENSE +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/README.md +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/Rakefile +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/lib/gemcutter/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/lib/rubygems/commands/migrate_command.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/lib/rubygems/commands/tumble_command.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/lib/rubygems/commands/webhook_command.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/lib/rubygems/commands/yank_command.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/lib/rubygems_plugin.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/test/helper.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/test/webhook_command_test.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/gemcutter-0.7.1/test/yank_command_test.rb +157 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/README.md +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/base.rb +289 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/cache.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/cache_file.rb +36 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/cascade.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/chain.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/fallbacks.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/flatten.rb +118 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/gettext.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/interpolation_compiler.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/key_value.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/memoize.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/metadata.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/pluralization.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/backend/simple.rb +108 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend/transliterator.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/backend.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/config.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/core_ext/hash.rb +59 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/exceptions.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/gettext/helpers.rb +75 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/gettext/po_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/gettext.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/interpolate/ruby.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/locale/fallbacks.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/locale/tag/parents.rb +24 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/locale/tag/rfc4646.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/locale/tag.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/locale.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/middleware.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests/basics.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests/defaults.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/tests/interpolation.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/tests/link.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/tests/localization/date.rb +117 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests/localization/date_time.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/tests/localization/procs.rb +117 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests/localization/time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests/localization.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests/pluralization.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/tests/procs.rb +60 -0
- data/vendor/bundle/ruby/{2.5.0/gems/i18n-1.6.0 → 2.7.0/gems/i18n-1.8.11}/lib/i18n/tests.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.11/lib/i18n.rb +415 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/CHANGES.md +457 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/LICENSE +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/README.md +425 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/VERSION +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/json_pure.gemspec +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/add/complex.rb +28 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/core.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/date.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/date_time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/exception.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/ostruct.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/range.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/add/rational.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/set.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/struct.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/symbol.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/add/time.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/common.rb +703 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/ext.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/generic_object.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/pure/generator.rb +479 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/pure/parser.rb +337 -0
- data/vendor/bundle/ruby/{2.5.0/gems/json_pure-2.2.0 → 2.7.0/gems/json_pure-2.6.1}/lib/json/pure.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json/version.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/json_pure-2.6.1/lib/json.rb +583 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/Gemfile +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/LICENSE +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/README.md +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/Rakefile +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/ass/nom.jpg +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/ass/screenshot.png +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/bin/lolcat +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/lib/lolcat/cat.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/lib/lolcat/lol.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/lib/lolcat/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/lib/lolcat.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/lolcat.gemspec +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/lolcat-100.0.1/man/lolcat.6 +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/CHANGELOG.md +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/CODE_OF_CONDUCT.md +49 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/manpages-0.6.1}/Gemfile +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/Gemfile.lock +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/README.md +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/Rakefile +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/manpages/gem_version.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/manpages/install.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/manpages/man_files.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/manpages/uninstall.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/manpages/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/manpages.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/rubygems/commands/manpages_command.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/lib/rubygems_plugin.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/manpages.gemspec +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/rbenv/hooks/install-man.bash +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/rbenv/hooks/version-name-change-man.bash +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/rbenv/rbenv_hook_install.sh +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/rbenv/remove_hook_folders.sh +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/manpages-0.6.1/rbenv/vars.sh +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/History.rdoc +1430 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/Manifest.txt +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/README.rdoc +803 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/Rakefile +74 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/design_rationale.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/hoe/minitest.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest/assertions.rb +806 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/lib/minitest/autorun.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest/benchmark.rb +455 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest/expectations.rb +303 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/lib/minitest/hell.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest/mock.rb +244 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/lib/minitest/parallel.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/lib/minitest/pride.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/lib/minitest/pride_plugin.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest/spec.rb +343 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest/test.rb +230 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/lib/minitest/unit.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/lib/minitest.rb +1069 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/test/minitest/metametameta.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/test/minitest/test_minitest_assertions.rb +1588 -0
- data/vendor/bundle/ruby/{2.5.0/gems/minitest-5.11.3 → 2.7.0/gems/minitest-5.15.0}/test/minitest/test_minitest_benchmark.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/test/minitest/test_minitest_mock.rb +885 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/test/minitest/test_minitest_reporter.rb +311 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/test/minitest/test_minitest_spec.rb +1062 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.15.0/test/minitest/test_minitest_test.rb +1109 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/FAQ.txt +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/Gemfile +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/History.txt +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/LICENSE.txt +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/README.md +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/Rakefile +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/lib/optimist.rb +1014 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/optimist.gemspec +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/command_line_error_test.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/help_needed_test.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/parser_educate_test.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/parser_opt_test.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/parser_parse_test.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/parser_test.rb +1220 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist/version_needed_test.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/optimist_test.rb +190 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/support/assert_helpers.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/test/test_helper.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/CHANGELOG.md +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/README.md +194 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/Rakefile +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/data/rgb_colors.marshal.gz +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/lib/paint/constants.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/lib/paint/pa.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/lib/paint/rgb_colors.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/lib/paint/util.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/lib/paint/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/lib/paint.rb +257 -0
- data/vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/paint.gemspec +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/BSDL +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/COPYING +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/Gemfile +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/LEGAL +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/README.md +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/Rakefile +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/colorize.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/configuration.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/context.rb +233 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/enable_tracepoint_events.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/inspector.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/parser.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/lib/power_assert.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/power_assert-2.0.1/power_assert.gemspec +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/Gemfile +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/Mavenfile +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/README.md +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/Rakefile +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/bin/console +7 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/psych-4.0.3}/bin/setup +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/Makefile +274 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/depend +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/extconf.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych.bundle +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych.c +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych.h +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_emitter.c +555 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_emitter.h +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_parser.c +579 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_parser.h +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_to_ruby.c +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_to_ruby.h +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_yaml_tree.c +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/psych_yaml_tree.h +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/LICENSE +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/api.c +1393 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/config.h +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/dumper.c +394 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/emitter.c +2358 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/loader.c +544 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/parser.c +1375 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/reader.c +469 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/scanner.c +3598 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/writer.c +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/yaml.h +1985 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/ext/psych/yaml/yaml_private.h +688 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/class_loader.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/coder.rb +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/core_ext.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/exception.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/handler.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/handlers/document_stream.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/handlers/recorder.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/json/ruby_events.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/json/stream.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/json/tree_builder.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/json/yaml_events.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/alias.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/document.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/mapping.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/node.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/scalar.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/sequence.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes/stream.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/nodes.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/omap.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/parser.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/scalar_scanner.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/set.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/stream.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/streaming.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/syntax_error.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/tree_builder.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/versions.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors/depth_first.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors/emitter.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors/json_tree.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors/to_ruby.rb +434 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors/visitor.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors/yaml_tree.rb +587 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/visitors.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych/y.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych.bundle +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/lib/psych.rb +741 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-4.0.3/psych.gemspec +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/History.rdoc +2403 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/README.rdoc +155 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/command_line_usage.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/example/Rakefile1 +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/example/Rakefile2 +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/example/a.c +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/example/b.c +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/example/main.c +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/glossary.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/jamis.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/proto_rake.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/rake.1 +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/rakefile.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/doc/rational.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/exe/rake +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/backtrace.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/cloneable.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/cpu_counter.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/default_loader.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/dsl_definition.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/early_time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/ext/core.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/ext/string.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/file_creation_task.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/file_task.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/invocation_chain.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/invocation_exception_mixin.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/late_time.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/linked_list.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/loaders/makefile.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/multi_task.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/name_space.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/phony.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/private_reader.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/promise.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/pseudo_status.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/rake_module.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/rule_recursion_overflow_error.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/scope.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/task_argument_error.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/task_arguments.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/tasklib.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/thread_history_display.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/trace_output.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake/win32.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rake-12.3.2 → 2.7.0/gems/rake-13.0.6}/lib/rake.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-13.0.6/rake.gemspec +100 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/CONTRIBUTING.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/CVE-2013-0256.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/ExampleMarkdown.md +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/ExampleRDoc.rdoc +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/Gemfile +12 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/History.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/LEGAL.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/LICENSE.rdoc +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/README.rdoc +129 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/RI.rdoc +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/Rakefile +107 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/TODO.rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/bin/console +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/bin/setup +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/exe/rdoc +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/exe/ri +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/alias.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/anon_class.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/any_method.rb +364 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/attr.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/class_module.rb +802 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/code_object.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/code_objects.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/comment.rb +250 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/constant.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/context/section.rb +232 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/context.rb +1266 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/cross_reference.rb +210 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/encoding.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/erb_partial.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/erbio.rb +42 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/extend.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/darkfish.rb +790 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/json_index.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/markup.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/pot/message_extractor.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/pot/po.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/pot/po_entry.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/pot.rb +98 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/ri.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/_footer.rhtml +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_head.rhtml +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml +12 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml +11 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/class.rhtml +172 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/css/fonts.css +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/css/rdoc.css +639 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/add.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/arrow_up.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/brick.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/brick_link.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/bug.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/bullet_black.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/date.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/delete.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/find.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/macFFBgHack.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/package.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/page_green.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/page_white_text.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/page_white_width.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/plugin.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/ruby.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/tag_blue.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/tag_green.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/transparent.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/wrench.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/wrench_orange.png +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/images/zoom.png +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/index.rhtml +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/js/darkfish.js +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/js/search.js +110 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/page.rhtml +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/servlet_root.rhtml +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/json_index/js/navigation.js +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/json_index/js/searcher.js +229 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/generator.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/ghost_method.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/i18n/locale.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/i18n/text.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/i18n.rb +10 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/include.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/known_classes.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markdown/entities.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markdown/literals.kpeg +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markdown/literals.rb +416 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markdown.kpeg +1237 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markdown.rb +16684 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/attr_changer.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/attr_span.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/attribute_manager.rb +409 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/blank_line.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/block_quote.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/document.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/formatter.rb +266 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/hard_break.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/heading.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/include.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/indented_paragraph.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/list.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/list_item.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/paragraph.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/parser.rb +575 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/pre_process.rb +298 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/raw.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/regexp_handling.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/rule.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/table.rb +47 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_ansi.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_bs.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/to_html.rb +444 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/to_html_crossref.rb +176 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_html_snippet.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/to_joined_paragraph.rb +47 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_label.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_markdown.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/to_rdoc.rb +362 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup/to_table_of_contents.rb +89 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_test.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/to_tt_only.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/markup/verbatim.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/markup.rb +867 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/meta_method.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/method_attr.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/mixin.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/normal_class.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/normal_module.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/options.rb +1314 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/c.rb +1237 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/changelog.rb +335 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/parser/markdown.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/parser/rd.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/ripper_state_lex.rb +590 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/ruby.rb +2345 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/parser/ruby_tools.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/parser/simple.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/parser/text.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser.rb +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/rd/block_parser.rb +1056 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/rd/block_parser.ry +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/rd/inline.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/rd/inline_parser.rb +1208 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/rd/inline_parser.ry +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/rd.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/rdoc.rb +551 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/require.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/ri/driver.rb +1579 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/ri/formatter.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/ri/paths.rb +171 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/ri/store.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/ri/task.rb +71 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/ri.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/rubygems_hook.rb +248 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/servlet.rb +451 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/single_class.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/stats/normal.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/stats/quiet.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/stats/verbose.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/stats.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/store.rb +979 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/task.rb +329 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/text.rb +312 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/token_stream.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/tom_doc.rb +263 -0
- data/vendor/bundle/ruby/{2.5.0/gems/rdoc-6.1.1 → 2.7.0/gems/rdoc-6.4.0}/lib/rdoc/top_level.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/version.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc.rb +201 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/man/ri.1 +247 -0
- data/vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/rdoc.gemspec +249 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/History.txt +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/Manifest.txt +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/README.txt +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/bin/rubyforge +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/lib/rubyforge/client.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/lib/rubyforge.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/test/test_rubyforge.rb +0 -0
- data/vendor/bundle/ruby/{2.5.0 → 2.7.0}/gems/rubyforge-2.0.4/test/test_rubyforge_client.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/stringio-3.0.0/README.md +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/stringio-3.0.0/ext/stringio/Makefile +267 -0
- data/vendor/bundle/ruby/2.7.0/gems/stringio-3.0.0/ext/stringio/extconf.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/stringio-3.0.0/ext/stringio/stringio.bundle +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/stringio-3.0.0/ext/stringio/stringio.c +1862 -0
- data/vendor/bundle/ruby/2.7.0/gems/stringio-3.0.0/lib/stringio.bundle +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/BSDL +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/COPYING +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/PSFL +271 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/README.md +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/Rakefile +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/doc/text/getting-started.md +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/doc/text/how-to.md +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/doc/text/news.md +1675 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/assertion-failed-error.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/assertions.rb +2449 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/attribute-matcher.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/attribute.rb +227 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/auto-runner-loader.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/autorunner.rb +581 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/code-snippet-fetcher.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/collector/descendant.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/collector/dir.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/collector/load.rb +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/collector/objectspace.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/collector/xml.rb +249 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/collector.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/color-scheme.rb +216 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/color.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/data-sets.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/data.rb +371 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/diff.rb +745 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/error.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/exception-handler.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/failure.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/fault-location-detector.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/fixture.rb +304 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/notification.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/omission.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/pending.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/priority.rb +194 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/runner/console.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/runner/emacs.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/runner/xml.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/test-suite-creator.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/testcase.rb +938 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/testresult.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/testsuite.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/console/outputlevel.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/console/testrunner.rb +759 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/testrunner.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/testrunnermediator.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/ui/xml/testrunner.rb +224 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/util/backtracefilter.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/util/memory-usage.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/util/method-owner-finder.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/util/observable.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/util/output.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/util/procwrapper.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit/warning.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test/unit.rb +521 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/lib/test-unit.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/sample/adder.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/sample/subtracter.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/sample/test_adder.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/sample/test_subtracter.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/test-unit-3.5.3/sample/test_user.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/CHANGES.md +973 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/LICENSE +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/README.md +406 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/annual_rules.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/country.rb +208 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/country_timezone.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_source.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/country_info.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/data_timezone_info.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/linked_timezone_info.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/posix_time_zone_parser.rb +181 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/ruby_data_source.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/timezone_info.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/transitions_data_timezone_info.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/zoneinfo_data_source.rb +580 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/zoneinfo_reader.rb +486 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/data_timezone.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/datetime_with_offset.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/country_definer.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/country_index_definition.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/timezone_definer.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/timezone_definition.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/timezone_index_definition.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format1.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/country_definer.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/country_index_definer.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/country_index_definition.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/timezone_definer.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/timezone_definition.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/timezone_index_definer.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2/timezone_index_definition.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/format2.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/info_timezone.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/linked_timezone.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/offset_timezone_period.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/string_deduper.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/time_with_offset.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timestamp.rb +548 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timestamp_with_offset.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timezone.rb +1160 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timezone_offset.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timezone_period.rb +179 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timezone_proxy.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/timezone_transition.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/transition_rule.rb +455 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/transitions_timezone_period.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/untaint_ext.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/version.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo/with_offset.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-2.0.4/lib/tzinfo.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/README.md +1071 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/error.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/explicit_namespace.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/gem_inflector.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/inflector.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/kernel.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/loader/callbacks.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/loader/config.rb +321 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/loader/helpers.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/loader.rb +510 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/real_mod_name.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/registry.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.5.3/lib/zeitwerk.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/specifications/activemodel-6.1.4.4.gemspec +32 -0
- data/vendor/bundle/ruby/2.7.0/specifications/activemodel-serializers-xml-1.0.2.gemspec +39 -0
- data/vendor/bundle/ruby/2.7.0/specifications/activeresource-5.1.1.gemspec +42 -0
- data/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.1.4.4.gemspec +41 -0
- data/vendor/bundle/ruby/2.7.0/specifications/allison-2.0.3.gemspec +22 -0
- data/vendor/bundle/ruby/2.7.0/specifications/builder-3.2.4.gemspec +23 -0
- data/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.1.9.gemspec +24 -0
- data/vendor/bundle/ruby/2.7.0/specifications/echoe-4.6.0.gemspec +41 -0
- data/vendor/bundle/ruby/2.7.0/specifications/echoe-4.6.3.gemspec +41 -0
- data/vendor/bundle/ruby/2.7.0/specifications/echoe-4.6.5.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/echoe-4.6.6.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/gemcutter-0.7.1.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/i18n-1.8.11.gemspec +32 -0
- data/vendor/bundle/ruby/2.7.0/specifications/json_pure-2.6.1.gemspec +25 -0
- data/vendor/bundle/ruby/2.7.0/specifications/lolcat-100.0.1.gemspec +37 -0
- data/vendor/bundle/ruby/2.7.0/specifications/manpages-0.6.1.gemspec +39 -0
- data/vendor/bundle/ruby/2.7.0/specifications/minitest-5.15.0.gemspec +38 -0
- data/vendor/bundle/ruby/2.7.0/specifications/optimist-3.0.1.gemspec +35 -0
- data/vendor/bundle/ruby/2.7.0/specifications/paint-2.2.1.gemspec +47 -0
- data/vendor/bundle/ruby/2.7.0/specifications/power_assert-2.0.1.gemspec +46 -0
- data/vendor/bundle/ruby/2.7.0/specifications/psych-4.0.3.gemspec +36 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.6.gemspec +26 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rdoc-6.4.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rubyforge-2.0.4.gemspec +33 -0
- data/vendor/bundle/ruby/2.7.0/specifications/stringio-3.0.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.7.0/specifications/test-unit-3.5.3.gemspec +41 -0
- data/vendor/bundle/ruby/2.7.0/specifications/tzinfo-2.0.4.gemspec +36 -0
- data/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.5.3.gemspec +22 -0
- data.tar.gz.sig +0 -0
- metadata +1394 -1231
- metadata.gz.sig +0 -0
- data/CHANGELOG +0 -7
- data/LICENSE +0 -21
- data/bin/xcopy +0 -53
- data/vendor/bundle/ruby/2.5.0/bin/allison +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/rake +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/rdoc +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/ri +0 -27
- data/vendor/bundle/ruby/2.5.0/bin/rubyforge +0 -27
- data/vendor/bundle/ruby/2.5.0/cache/activemodel-5.2.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/activeresource-5.1.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/activesupport-5.2.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/builder-3.2.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/concurrent-ruby-1.1.5.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/i18n-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/json_pure-2.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/minitest-5.11.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rake-12.3.2.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rdoc-6.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/tzinfo-1.2.5.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/CHANGELOG.md +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/README.rdoc +0 -264
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute/user_provided_default.rb +0 -52
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute.rb +0 -248
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute_assignment.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute_methods.rb +0 -478
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute_mutation_tracker.rb +0 -124
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute_set/builder.rb +0 -126
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute_set/yaml_encoder.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attribute_set.rb +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/attributes.rb +0 -111
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/callbacks.rb +0 -153
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/conversion.rb +0 -111
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/dirty.rb +0 -343
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/errors.rb +0 -517
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/gem_version.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/lint.rb +0 -118
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/naming.rb +0 -318
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/railtie.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/secure_password.rb +0 -129
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/serialization.rb +0 -192
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/serializers/json.rb +0 -146
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/translation.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/big_integer.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/binary.rb +0 -52
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/boolean.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/date.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/date_time.rb +0 -51
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/decimal.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/float.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/helpers/accepts_multiparameter_time.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/helpers/numeric.rb +0 -37
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/helpers/time_value.rb +0 -68
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/helpers/timezone.rb +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/immutable_string.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/integer.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/registry.rb +0 -70
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/string.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/time.rb +0 -51
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/type/value.rb +0 -126
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/absence.rb +0 -33
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/acceptance.rb +0 -106
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/callbacks.rb +0 -122
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/clusivity.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/confirmation.rb +0 -80
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/exclusion.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/format.rb +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/inclusion.rb +0 -47
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/length.rb +0 -129
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/numericality.rb +0 -189
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/presence.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/validates.rb +0 -174
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations.rb +0 -439
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validator.rb +0 -183
- data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model.rb +0 -77
- data/vendor/bundle/ruby/2.5.0/gems/activeresource-5.1.0/lib/active_resource/base.rb +0 -1695
- data/vendor/bundle/ruby/2.5.0/gems/activeresource-5.1.0/lib/active_resource/version.rb +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/CHANGELOG.md +0 -602
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/README.rdoc +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/array_inquirer.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/backtrace_cleaner.rb +0 -105
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/benchmarkable.rb +0 -51
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache/file_store.rb +0 -196
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache/mem_cache_store.rb +0 -207
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache/memory_store.rb +0 -169
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache/null_store.rb +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache/redis_cache_store.rb +0 -461
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache/strategy/local_cache.rb +0 -194
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/cache.rb +0 -808
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/callbacks.rb +0 -845
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/concern.rb +0 -148
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/concurrency/load_interlock_aware_monitor.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/concurrency/share_lock.rb +0 -227
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/configurable.rb +0 -150
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/array/access.rb +0 -92
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/array/conversions.rb +0 -213
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/array/prepend_and_append.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/array.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/benchmark.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/class/attribute.rb +0 -146
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/class/subclasses.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date/calculations.rb +0 -145
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date/conversions.rb +0 -96
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date_and_time/calculations.rb +0 -374
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date_and_time/compatibility.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date_and_time/zones.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date_time/calculations.rb +0 -211
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/date_time/conversions.rb +0 -107
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/enumerable.rb +0 -164
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash/compact.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash/conversions.rb +0 -263
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash/except.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash/keys.rb +0 -172
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash/slice.rb +0 -48
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash/transform_values.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/hash.rb +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/integer/multiple.rb +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/kernel/agnostics.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/kernel.rb +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/load_error.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/marshal.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/attr_internal.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/attribute_accessors.rb +0 -215
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +0 -150
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/concerning.rb +0 -134
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/delegation.rb +0 -287
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/introspection.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/reachable.rb +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module/redefine_method.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/module.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/name_error.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/numeric/conversions.rb +0 -140
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/numeric/inquiry.rb +0 -28
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/numeric.rb +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/object/blank.rb +0 -156
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/object/deep_dup.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/object/duplicable.rb +0 -156
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/object/json.rb +0 -227
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/object/try.rb +0 -148
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/object/with_options.rb +0 -82
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/range/compare_range.rb +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/range/conversions.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/range/each.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/range/include_range.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/range/include_time_with_zone.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/regexp.rb +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/securerandom.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/access.rb +0 -106
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/conversions.rb +0 -59
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/filters.rb +0 -104
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/inflections.rb +0 -254
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/inquiry.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/multibyte.rb +0 -57
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/output_safety.rb +0 -258
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/starts_ends_with.rb +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/strip.rb +0 -25
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/time/calculations.rb +0 -315
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/time/conversions.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext/uri.rb +0 -24
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/core_ext.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/current_attributes.rb +0 -195
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb +0 -753
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/deprecation/behaviors.rb +0 -109
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/deprecation/instance_delegator.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/deprecation/method_wrappers.rb +0 -90
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/deprecation/proxy_wrappers.rb +0 -154
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/deprecation/reporting.rb +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/deprecation.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/descendants_tracker.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/duration/iso8601_parser.rb +0 -125
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/duration/iso8601_serializer.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/duration.rb +0 -432
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/encrypted_configuration.rb +0 -49
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/encrypted_file.rb +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/evented_file_update_checker.rb +0 -205
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/execution_wrapper.rb +0 -128
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/file_update_checker.rb +0 -163
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/gem_version.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/hash_with_indifferent_access.rb +0 -395
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/i18n.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/i18n_railtie.rb +0 -118
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/inflector/inflections.rb +0 -260
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/inflector/methods.rb +0 -410
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/inflector/transliterate.rb +0 -118
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/json/decoding.rb +0 -76
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/json/encoding.rb +0 -130
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/key_generator.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/lazy_load_hooks.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/locale/en.yml +0 -135
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/log_subscriber.rb +0 -112
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/logger.rb +0 -108
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/logger_silence.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/logger_thread_safe_level.rb +0 -33
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/message_encryptor.rb +0 -229
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/message_verifier.rb +0 -205
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/messages/metadata.rb +0 -71
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/messages/rotation_configuration.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/messages/rotator.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/multibyte/chars.rb +0 -235
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/multibyte/unicode.rb +0 -394
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications/fanout.rb +0 -159
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications/instrumenter.rb +0 -93
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/notifications.rb +0 -216
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_converter.rb +0 -184
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_currency_converter.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_delimited_converter.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_human_converter.rb +0 -68
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_human_size_converter.rb +0 -59
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_percentage_converter.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_phone_converter.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/number_to_rounded_converter.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper/rounding_helper.rb +0 -66
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/number_helper.rb +0 -371
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/option_merger.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/ordered_hash.rb +0 -50
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/ordered_options.rb +0 -85
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/per_thread_registry.rb +0 -60
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/rails.rb +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/railtie.rb +0 -80
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/reloader.rb +0 -131
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/rescuable.rb +0 -174
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/security_utils.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/string_inquirer.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/subscriber.rb +0 -130
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/tagged_logging.rb +0 -79
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/test_case.rb +0 -72
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/assertions.rb +0 -214
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/deprecation.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/file_fixtures.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/isolation.rb +0 -110
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/method_call_assertions.rb +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/stream.rb +0 -44
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/testing/time_helpers.rb +0 -200
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/time_with_zone.rb +0 -551
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/values/time_zone.rb +0 -565
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini/jdom.rb +0 -183
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini/libxml.rb +0 -80
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini/libxmlsax.rb +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini/nokogiri.rb +0 -83
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini/nokogirisax.rb +0 -86
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini/rexml.rb +0 -130
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/xml_mini.rb +0 -209
- data/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support.rb +0 -95
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/CHANGES +0 -107
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/README.md +0 -258
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/Rakefile +0 -195
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/doc/jamis.rb +0 -591
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/blankslate.rb +0 -137
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder/blankslate.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder/version.rb +0 -8
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder/xchar.rb +0 -197
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder/xmlbase.rb +0 -199
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder/xmlevents.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder/xmlmarkup.rb +0 -339
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/lib/builder.rb +0 -13
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/rakelib/publish.rake +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/rakelib/tags.rake +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/rakelib/testing.rake +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/helper.rb +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/performance.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/preload.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/test_blankslate.rb +0 -213
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/test_eventbuilder.rb +0 -150
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/test_markupbuilder.rb +0 -611
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/test_method_caching.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/test_namecollision.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/builder-3.2.3/test/test_xchar.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/CHANGELOG.md +0 -478
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/Gemfile +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/LICENSE.md +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/README.md +0 -381
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/Rakefile +0 -327
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/array.rb +0 -66
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/async.rb +0 -459
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/atom.rb +0 -222
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/atomic_boolean.rb +0 -126
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/count_down_latch.rb +0 -100
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/ruby_thread_local_var.rb +0 -161
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/atomic/thread_local_var.rb +0 -104
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/map/mri_map_backend.rb +0 -66
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/non_concurrent_priority_queue.rb +0 -143
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +0 -150
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/concern/dereferenceable.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/configuration.rb +0 -184
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/abstract_executor_service.rb +0 -134
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/cached_thread_pool.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/executor_service.rb +0 -185
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/fixed_thread_pool.rb +0 -206
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/java_executor_service.rb +0 -91
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/java_single_thread_executor.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/java_thread_pool_executor.rb +0 -123
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/ruby_executor_service.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/ruby_single_thread_executor.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/ruby_thread_pool_executor.rb +0 -362
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/simple_executor_service.rb +0 -100
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/single_thread_executor.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/thread_pool_executor.rb +0 -87
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/executor/timer_set.rb +0 -173
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/hash.rb +0 -59
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/immutable_struct.rb +0 -93
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/map.rb +0 -337
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/mutable_struct.rb +0 -229
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/promise.rb +0 -579
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/set.rb +0 -66
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/settable_struct.rb +0 -129
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/abstract_struct.rb +0 -160
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/lockable_object.rb +0 -74
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/mutex_lockable_object.rb +0 -76
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/synchronization/rbx_lockable_object.rb +0 -65
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/data_structures.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/thread_safe/util/striped64.rb +0 -246
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/timer_task.rb +0 -334
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/tvar.rb +0 -258
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/at_exit.rb +0 -97
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/utility/processor_counter.rb +0 -158
- data/vendor/bundle/ruby/2.5.0/gems/concurrent-ruby-1.1.5/lib/concurrent/version.rb +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/README.md +0 -125
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/base.rb +0 -284
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/cache.rb +0 -113
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/cache_file.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/chain.rb +0 -127
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/fallbacks.rb +0 -84
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/flatten.rb +0 -115
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/pluralization.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/backend/simple.rb +0 -111
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/core_ext/hash.rb +0 -47
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/gettext/helpers.rb +0 -75
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/interpolate/ruby.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/locale/fallbacks.rb +0 -96
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/locale/tag/parents.rb +0 -22
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/locale/tag/simple.rb +0 -39
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/tests/interpolation.rb +0 -159
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/tests/link.rb +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/tests/localization/date.rb +0 -117
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/tests/localization/procs.rb +0 -116
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/tests/lookup.rb +0 -81
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/tests/procs.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n/version.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/i18n-1.6.0/lib/i18n.rb +0 -398
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/CHANGES.md +0 -391
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/Gemfile +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/README-json-jruby.md +0 -33
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/README.md +0 -409
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/Rakefile +0 -408
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/VERSION +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/fbuffer/fbuffer.h +0 -187
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/generator/depend +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/generator/extconf.rb +0 -4
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/generator/generator.c +0 -1444
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/generator/generator.h +0 -171
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/parser/depend +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/parser/extconf.rb +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/parser/parser.c +0 -2131
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/parser/parser.h +0 -91
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/ext/parser/parser.rl +0 -891
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/ext/json/extconf.rb +0 -2
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/install.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/ByteListTranscoder.java +0 -166
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/Generator.java +0 -443
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/GeneratorMethods.java +0 -231
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/GeneratorService.java +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/GeneratorState.java +0 -490
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/OptionsReader.java +0 -113
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/Parser.java +0 -2362
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/Parser.rl +0 -893
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/ParserService.java +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/RuntimeInfo.java +0 -116
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/StringDecoder.java +0 -166
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/StringEncoder.java +0 -111
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/java/src/json/ext/Utils.java +0 -88
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/json-java.gemspec +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/json.gemspec +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/json_pure.gemspec +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/add/bigdecimal.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/add/complex.rb +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/add/rational.rb +0 -28
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/add/regexp.rb +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/common.rb +0 -456
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/pure/generator.rb +0 -458
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/pure/parser.rb +0 -311
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json/version.rb +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/lib/json.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/references/rfc7159.txt +0 -899
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail10.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail11.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail12.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail13.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail14.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail18.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail19.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail2.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail20.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail21.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail22.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail23.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail24.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail25.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail27.json +0 -2
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail28.json +0 -2
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail3.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail4.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail5.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail6.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail7.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail8.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/fail9.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/obsolete_fail1.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass1.json +0 -56
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass15.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass16.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass17.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass2.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass26.json +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/fixtures/pass3.json +0 -6
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_addition_test.rb +0 -203
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_common_interface_test.rb +0 -126
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_encoding_test.rb +0 -107
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_ext_parser_test.rb +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_fixtures_test.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_generator_test.rb +0 -377
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_generic_object_test.rb +0 -82
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_parser_test.rb +0 -472
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/json_string_matching_test.rb +0 -38
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tests/test_helper.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tools/diff.sh +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tools/fuzz.rb +0 -131
- data/vendor/bundle/ruby/2.5.0/gems/json_pure-2.2.0/tools/server.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/History.rdoc +0 -1310
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/Manifest.txt +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/README.rdoc +0 -746
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/Rakefile +0 -86
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/hoe/minitest.rb +0 -32
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest/assertions.rb +0 -693
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest/benchmark.rb +0 -455
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest/expectations.rb +0 -284
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest/mock.rb +0 -240
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest/spec.rb +0 -331
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest/test.rb +0 -220
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/lib/minitest.rb +0 -987
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/test/minitest/metametameta.rb +0 -102
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/test/minitest/test_minitest_mock.rb +0 -874
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/test/minitest/test_minitest_reporter.rb +0 -299
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/test/minitest/test_minitest_spec.rb +0 -987
- data/vendor/bundle/ruby/2.5.0/gems/minitest-5.11.3/test/minitest/test_minitest_test.rb +0 -2142
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/CONTRIBUTING.rdoc +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/History.rdoc +0 -2333
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/README.rdoc +0 -156
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/Rakefile +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/bin/bundle +0 -105
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/bin/console +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/bin/rake +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/bin/rdoc +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/bin/rubocop +0 -29
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/application.rb +0 -824
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/clean.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/file_list.rb +0 -435
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/file_utils.rb +0 -137
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/file_utils_ext.rb +0 -145
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/packagetask.rb +0 -207
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/rake_test_loader.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/task.rb +0 -413
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/task_manager.rb +0 -323
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/testtask.rb +0 -224
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/thread_pool.rb +0 -163
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/lib/rake/version.rb +0 -10
- data/vendor/bundle/ruby/2.5.0/gems/rake-12.3.2/rake.gemspec +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/Gemfile +0 -3
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/README.rdoc +0 -130
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/Rakefile +0 -91
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/appveyor.yml +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/any_method.rb +0 -316
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/class_module.rb +0 -802
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/comment.rb +0 -239
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/context/section.rb +0 -245
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/context.rb +0 -1258
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/cross_reference.rb +0 -202
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/erb_partial.rb +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/erbio.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/darkfish.rb +0 -790
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/pot.rb +0 -98
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_head.rhtml +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml +0 -9
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml +0 -12
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/class.rhtml +0 -172
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/css/rdoc.css +0 -590
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/index.rhtml +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/js/darkfish.js +0 -161
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/js/jquery.js +0 -4
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/js/search.js +0 -109
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/servlet_root.rhtml +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/json_index/js/navigation.js +0 -141
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/json_index/js/searcher.js +0 -229
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/i18n.rb +0 -10
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markdown.kpeg +0 -1219
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/attr_span.rb +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/attribute_manager.rb +0 -344
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/formatter.rb +0 -266
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/formatter_test_case.rb +0 -764
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/parser.rb +0 -559
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/pre_process.rb +0 -296
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/text_formatter_test_case.rb +0 -115
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/to_html.rb +0 -404
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/to_html_crossref.rb +0 -164
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/to_joined_paragraph.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/to_rdoc.rb +0 -334
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup/to_table_of_contents.rb +0 -88
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/markup.rb +0 -868
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/options.rb +0 -1235
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/parser/c.rb +0 -1269
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/parser/changelog.rb +0 -204
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/parser/ripper_state_lex.rb +0 -589
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/parser/ruby.rb +0 -2317
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/parser.rb +0 -277
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/rdoc.rb +0 -566
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/ri/driver.rb +0 -1568
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/ri/paths.rb +0 -185
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/ri/task.rb +0 -71
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/rubygems_hook.rb +0 -246
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/servlet.rb +0 -443
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/store.rb +0 -987
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/task.rb +0 -329
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/text.rb +0 -298
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/token_stream.rb +0 -114
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/tom_doc.rb +0 -264
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/version.rb +0 -8
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc.rb +0 -180
- data/vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/rdoc.gemspec +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/Gemfile +0 -20
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/LICENSE +0 -144
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/README.md +0 -60
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/Rakefile +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/examples/bench_cache.rb +0 -35
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +0 -245
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +0 -3863
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +0 -203
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +0 -342
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +0 -3800
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +0 -204
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +0 -291
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +0 -199
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +0 -15
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +0 -908
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +0 -161
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +0 -60
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +0 -135
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +0 -77
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +0 -43
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +0 -62
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +0 -44
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +0 -106
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +0 -222
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +0 -64
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +0 -46
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +0 -41
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/lib/thread_safe.rb +0 -65
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/spec_helper.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/support/threads.rb +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +0 -75
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +0 -507
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +0 -943
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +0 -17
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +0 -85
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/tasks/update_doc.rake +0 -45
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/thread_safe.gemspec +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +0 -125
- data/vendor/bundle/ruby/2.5.0/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/CHANGES.md +0 -786
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/LICENSE +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/README.md +0 -151
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/Rakefile +0 -107
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/country.rb +0 -196
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/country_index_definition.rb +0 -31
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/country_info.rb +0 -42
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/country_timezone.rb +0 -135
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/data_source.rb +0 -190
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/data_timezone.rb +0 -58
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/data_timezone_info.rb +0 -55
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/info_timezone.rb +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/linked_timezone.rb +0 -63
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/linked_timezone_info.rb +0 -26
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/offset_rationals.rb +0 -77
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/ruby_core_support.rb +0 -146
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/ruby_country_info.rb +0 -74
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/ruby_data_source.rb +0 -136
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/time_or_datetime.rb +0 -340
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone.rb +0 -669
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_definition.rb +0 -36
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_index_definition.rb +0 -54
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_info.rb +0 -30
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_offset.rb +0 -101
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_period.rb +0 -245
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_proxy.rb +0 -105
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_transition.rb +0 -130
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/timezone_transition_definition.rb +0 -104
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/transition_data_timezone_info.rb +0 -274
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/zoneinfo_country_info.rb +0 -37
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/zoneinfo_data_source.rb +0 -488
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo/zoneinfo_timezone_info.rb +0 -296
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/lib/tzinfo.rb +0 -40
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_country.rb +0 -234
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_country_index_definition.rb +0 -69
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_country_info.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_country_timezone.rb +0 -173
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_data_source.rb +0 -218
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_data_timezone.rb +0 -99
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_data_timezone_info.rb +0 -18
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_info_timezone.rb +0 -34
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_linked_timezone.rb +0 -155
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_linked_timezone_info.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_offset_rationals.rb +0 -23
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_ruby_core_support.rb +0 -168
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_ruby_country_info.rb +0 -110
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_ruby_data_source.rb +0 -143
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_time_or_datetime.rb +0 -654
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone.rb +0 -1350
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_definition.rb +0 -113
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_index_definition.rb +0 -73
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_info.rb +0 -11
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_london.rb +0 -143
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_melbourne.rb +0 -142
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_new_york.rb +0 -142
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_offset.rb +0 -126
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_period.rb +0 -555
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_proxy.rb +0 -136
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_transition.rb +0 -366
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_transition_definition.rb +0 -295
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_timezone_utc.rb +0 -27
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_transition_data_timezone_info.rb +0 -423
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_zoneinfo_country_info.rb +0 -78
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_zoneinfo_data_source.rb +0 -1195
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tc_zoneinfo_timezone_info.rb +0 -1232
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/test_utils.rb +0 -163
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/ts_all.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/ts_all_ruby.rb +0 -5
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/ts_all_zoneinfo.rb +0 -7
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +0 -89
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +0 -315
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +0 -218
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/EST.rb +0 -19
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +0 -21
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +0 -261
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +0 -186
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +0 -321
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +0 -265
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +0 -220
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +0 -16
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/indexes/countries.rb +0 -927
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +0 -596
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data/version.rb +0 -14
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/tzinfo-data/tzinfo/data.rb +0 -8
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/EST +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/iso3166.tab +0 -275
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/leapseconds +0 -61
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/zone.tab +0 -439
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/test/zoneinfo/zone1970.tab +0 -369
- data/vendor/bundle/ruby/2.5.0/gems/tzinfo-1.2.5/tzinfo.gemspec +0 -21
- data/vendor/bundle/ruby/2.5.0/specifications/activemodel-5.2.3.gemspec +0 -34
- data/vendor/bundle/ruby/2.5.0/specifications/activemodel-serializers-xml-1.0.2.gemspec +0 -46
- data/vendor/bundle/ruby/2.5.0/specifications/activeresource-5.1.0.gemspec +0 -48
- data/vendor/bundle/ruby/2.5.0/specifications/activesupport-5.2.3.gemspec +0 -44
- data/vendor/bundle/ruby/2.5.0/specifications/allison-2.0.3.gemspec +0 -23
- data/vendor/bundle/ruby/2.5.0/specifications/builder-3.2.3.gemspec +0 -21
- data/vendor/bundle/ruby/2.5.0/specifications/concurrent-ruby-1.1.5.gemspec +0 -24
- data/vendor/bundle/ruby/2.5.0/specifications/echoe-4.6.6.gemspec +0 -46
- data/vendor/bundle/ruby/2.5.0/specifications/i18n-1.6.0.gemspec +0 -35
- data/vendor/bundle/ruby/2.5.0/specifications/json_pure-2.2.0.gemspec +0 -39
- data/vendor/bundle/ruby/2.5.0/specifications/minitest-5.11.3.gemspec +0 -39
- data/vendor/bundle/ruby/2.5.0/specifications/rake-12.3.2.gemspec +0 -49
- data/vendor/bundle/ruby/2.5.0/specifications/rdoc-6.1.1.gemspec +0 -50
- data/vendor/bundle/ruby/2.5.0/specifications/rubyforge-2.0.4.gemspec +0 -36
- data/vendor/bundle/ruby/2.5.0/specifications/thread_safe-0.3.6.gemspec +0 -38
- data/vendor/bundle/ruby/2.5.0/specifications/tzinfo-1.2.5.gemspec +0 -37
data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/clusivity.rb
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "active_support/core_ext/range"
|
4
|
-
|
5
|
-
module ActiveModel
|
6
|
-
module Validations
|
7
|
-
module Clusivity #:nodoc:
|
8
|
-
ERROR_MESSAGE = "An object with the method #include? or a proc, lambda or symbol is required, " \
|
9
|
-
"and must be supplied as the :in (or :within) option of the configuration hash"
|
10
|
-
|
11
|
-
def check_validity!
|
12
|
-
unless delimiter.respond_to?(:include?) || delimiter.respond_to?(:call) || delimiter.respond_to?(:to_sym)
|
13
|
-
raise ArgumentError, ERROR_MESSAGE
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
private
|
18
|
-
|
19
|
-
def include?(record, value)
|
20
|
-
members = if delimiter.respond_to?(:call)
|
21
|
-
delimiter.call(record)
|
22
|
-
elsif delimiter.respond_to?(:to_sym)
|
23
|
-
record.send(delimiter)
|
24
|
-
else
|
25
|
-
delimiter
|
26
|
-
end
|
27
|
-
|
28
|
-
members.send(inclusion_method(members), value)
|
29
|
-
end
|
30
|
-
|
31
|
-
def delimiter
|
32
|
-
@delimiter ||= options[:in] || options[:within]
|
33
|
-
end
|
34
|
-
|
35
|
-
# In Ruby 2.2 <tt>Range#include?</tt> on non-number-or-time-ish ranges checks all
|
36
|
-
# possible values in the range for equality, which is slower but more accurate.
|
37
|
-
# <tt>Range#cover?</tt> uses the previous logic of comparing a value with the range
|
38
|
-
# endpoints, which is fast but is only accurate on Numeric, Time, Date,
|
39
|
-
# or DateTime ranges.
|
40
|
-
def inclusion_method(enumerable)
|
41
|
-
if enumerable.is_a? Range
|
42
|
-
case enumerable.first
|
43
|
-
when Numeric, Time, DateTime, Date
|
44
|
-
:cover?
|
45
|
-
else
|
46
|
-
:include?
|
47
|
-
end
|
48
|
-
else
|
49
|
-
:include?
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/confirmation.rb
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module ActiveModel
|
4
|
-
module Validations
|
5
|
-
class ConfirmationValidator < EachValidator # :nodoc:
|
6
|
-
def initialize(options)
|
7
|
-
super({ case_sensitive: true }.merge!(options))
|
8
|
-
setup!(options[:class])
|
9
|
-
end
|
10
|
-
|
11
|
-
def validate_each(record, attribute, value)
|
12
|
-
unless (confirmed = record.send("#{attribute}_confirmation")).nil?
|
13
|
-
unless confirmation_value_equal?(record, attribute, value, confirmed)
|
14
|
-
human_attribute_name = record.class.human_attribute_name(attribute)
|
15
|
-
record.errors.add(:"#{attribute}_confirmation", :confirmation, options.except(:case_sensitive).merge!(attribute: human_attribute_name))
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
private
|
21
|
-
def setup!(klass)
|
22
|
-
klass.send(:attr_reader, *attributes.map do |attribute|
|
23
|
-
:"#{attribute}_confirmation" unless klass.method_defined?(:"#{attribute}_confirmation")
|
24
|
-
end.compact)
|
25
|
-
|
26
|
-
klass.send(:attr_writer, *attributes.map do |attribute|
|
27
|
-
:"#{attribute}_confirmation" unless klass.method_defined?(:"#{attribute}_confirmation=")
|
28
|
-
end.compact)
|
29
|
-
end
|
30
|
-
|
31
|
-
def confirmation_value_equal?(record, attribute, value, confirmed)
|
32
|
-
if !options[:case_sensitive] && value.is_a?(String)
|
33
|
-
value.casecmp(confirmed) == 0
|
34
|
-
else
|
35
|
-
value == confirmed
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
module HelperMethods
|
41
|
-
# Encapsulates the pattern of wanting to validate a password or email
|
42
|
-
# address field with a confirmation.
|
43
|
-
#
|
44
|
-
# Model:
|
45
|
-
# class Person < ActiveRecord::Base
|
46
|
-
# validates_confirmation_of :user_name, :password
|
47
|
-
# validates_confirmation_of :email_address,
|
48
|
-
# message: 'should match confirmation'
|
49
|
-
# end
|
50
|
-
#
|
51
|
-
# View:
|
52
|
-
# <%= password_field "person", "password" %>
|
53
|
-
# <%= password_field "person", "password_confirmation" %>
|
54
|
-
#
|
55
|
-
# The added +password_confirmation+ attribute is virtual; it exists only
|
56
|
-
# as an in-memory attribute for validating the password. To achieve this,
|
57
|
-
# the validation adds accessors to the model for the confirmation
|
58
|
-
# attribute.
|
59
|
-
#
|
60
|
-
# NOTE: This check is performed only if +password_confirmation+ is not
|
61
|
-
# +nil+. To require confirmation, make sure to add a presence check for
|
62
|
-
# the confirmation attribute:
|
63
|
-
#
|
64
|
-
# validates_presence_of :password_confirmation, if: :password_changed?
|
65
|
-
#
|
66
|
-
# Configuration options:
|
67
|
-
# * <tt>:message</tt> - A custom error message (default is: "doesn't match
|
68
|
-
# <tt>%{translated_attribute_name}</tt>").
|
69
|
-
# * <tt>:case_sensitive</tt> - Looks for an exact match. Ignored by
|
70
|
-
# non-text columns (+true+ by default).
|
71
|
-
#
|
72
|
-
# There is also a list of default options supported by every validator:
|
73
|
-
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.
|
74
|
-
# See <tt>ActiveModel::Validations#validates</tt> for more information
|
75
|
-
def validates_confirmation_of(*attr_names)
|
76
|
-
validates_with ConfirmationValidator, _merge_attributes(attr_names)
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/exclusion.rb
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "active_model/validations/clusivity"
|
4
|
-
|
5
|
-
module ActiveModel
|
6
|
-
module Validations
|
7
|
-
class ExclusionValidator < EachValidator # :nodoc:
|
8
|
-
include Clusivity
|
9
|
-
|
10
|
-
def validate_each(record, attribute, value)
|
11
|
-
if include?(record, value)
|
12
|
-
record.errors.add(attribute, :exclusion, options.except(:in, :within).merge!(value: value))
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
module HelperMethods
|
18
|
-
# Validates that the value of the specified attribute is not in a
|
19
|
-
# particular enumerable object.
|
20
|
-
#
|
21
|
-
# class Person < ActiveRecord::Base
|
22
|
-
# validates_exclusion_of :username, in: %w( admin superuser ), message: "You don't belong here"
|
23
|
-
# validates_exclusion_of :age, in: 30..60, message: 'This site is only for under 30 and over 60'
|
24
|
-
# validates_exclusion_of :format, in: %w( mov avi ), message: "extension %{value} is not allowed"
|
25
|
-
# validates_exclusion_of :password, in: ->(person) { [person.username, person.first_name] },
|
26
|
-
# message: 'should not be the same as your username or first name'
|
27
|
-
# validates_exclusion_of :karma, in: :reserved_karmas
|
28
|
-
# end
|
29
|
-
#
|
30
|
-
# Configuration options:
|
31
|
-
# * <tt>:in</tt> - An enumerable object of items that the value shouldn't
|
32
|
-
# be part of. This can be supplied as a proc, lambda or symbol which returns an
|
33
|
-
# enumerable. If the enumerable is a numerical, time or datetime range the test
|
34
|
-
# is performed with <tt>Range#cover?</tt>, otherwise with <tt>include?</tt>. When
|
35
|
-
# using a proc or lambda the instance under validation is passed as an argument.
|
36
|
-
# * <tt>:within</tt> - A synonym(or alias) for <tt>:in</tt>
|
37
|
-
# <tt>Range#cover?</tt>, otherwise with <tt>include?</tt>.
|
38
|
-
# * <tt>:message</tt> - Specifies a custom error message (default is: "is
|
39
|
-
# reserved").
|
40
|
-
#
|
41
|
-
# There is also a list of default options supported by every validator:
|
42
|
-
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.
|
43
|
-
# See <tt>ActiveModel::Validations#validates</tt> for more information
|
44
|
-
def validates_exclusion_of(*attr_names)
|
45
|
-
validates_with ExclusionValidator, _merge_attributes(attr_names)
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
@@ -1,114 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module ActiveModel
|
4
|
-
module Validations
|
5
|
-
class FormatValidator < EachValidator # :nodoc:
|
6
|
-
def validate_each(record, attribute, value)
|
7
|
-
if options[:with]
|
8
|
-
regexp = option_call(record, :with)
|
9
|
-
record_error(record, attribute, :with, value) if value.to_s !~ regexp
|
10
|
-
elsif options[:without]
|
11
|
-
regexp = option_call(record, :without)
|
12
|
-
record_error(record, attribute, :without, value) if regexp.match?(value.to_s)
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
def check_validity!
|
17
|
-
unless options.include?(:with) ^ options.include?(:without) # ^ == xor, or "exclusive or"
|
18
|
-
raise ArgumentError, "Either :with or :without must be supplied (but not both)"
|
19
|
-
end
|
20
|
-
|
21
|
-
check_options_validity :with
|
22
|
-
check_options_validity :without
|
23
|
-
end
|
24
|
-
|
25
|
-
private
|
26
|
-
|
27
|
-
def option_call(record, name)
|
28
|
-
option = options[name]
|
29
|
-
option.respond_to?(:call) ? option.call(record) : option
|
30
|
-
end
|
31
|
-
|
32
|
-
def record_error(record, attribute, name, value)
|
33
|
-
record.errors.add(attribute, :invalid, options.except(name).merge!(value: value))
|
34
|
-
end
|
35
|
-
|
36
|
-
def check_options_validity(name)
|
37
|
-
if option = options[name]
|
38
|
-
if option.is_a?(Regexp)
|
39
|
-
if options[:multiline] != true && regexp_using_multiline_anchors?(option)
|
40
|
-
raise ArgumentError, "The provided regular expression is using multiline anchors (^ or $), " \
|
41
|
-
"which may present a security risk. Did you mean to use \\A and \\z, or forgot to add the " \
|
42
|
-
":multiline => true option?"
|
43
|
-
end
|
44
|
-
elsif !option.respond_to?(:call)
|
45
|
-
raise ArgumentError, "A regular expression or a proc or lambda must be supplied as :#{name}"
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
def regexp_using_multiline_anchors?(regexp)
|
51
|
-
source = regexp.source
|
52
|
-
source.start_with?("^") || (source.end_with?("$") && !source.end_with?("\\$"))
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
module HelperMethods
|
57
|
-
# Validates whether the value of the specified attribute is of the correct
|
58
|
-
# form, going by the regular expression provided. You can require that the
|
59
|
-
# attribute matches the regular expression:
|
60
|
-
#
|
61
|
-
# class Person < ActiveRecord::Base
|
62
|
-
# validates_format_of :email, with: /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\z/i, on: :create
|
63
|
-
# end
|
64
|
-
#
|
65
|
-
# Alternatively, you can require that the specified attribute does _not_
|
66
|
-
# match the regular expression:
|
67
|
-
#
|
68
|
-
# class Person < ActiveRecord::Base
|
69
|
-
# validates_format_of :email, without: /NOSPAM/
|
70
|
-
# end
|
71
|
-
#
|
72
|
-
# You can also provide a proc or lambda which will determine the regular
|
73
|
-
# expression that will be used to validate the attribute.
|
74
|
-
#
|
75
|
-
# class Person < ActiveRecord::Base
|
76
|
-
# # Admin can have number as a first letter in their screen name
|
77
|
-
# validates_format_of :screen_name,
|
78
|
-
# with: ->(person) { person.admin? ? /\A[a-z0-9][a-z0-9_\-]*\z/i : /\A[a-z][a-z0-9_\-]*\z/i }
|
79
|
-
# end
|
80
|
-
#
|
81
|
-
# Note: use <tt>\A</tt> and <tt>\z</tt> to match the start and end of the
|
82
|
-
# string, <tt>^</tt> and <tt>$</tt> match the start/end of a line.
|
83
|
-
#
|
84
|
-
# Due to frequent misuse of <tt>^</tt> and <tt>$</tt>, you need to pass
|
85
|
-
# the <tt>multiline: true</tt> option in case you use any of these two
|
86
|
-
# anchors in the provided regular expression. In most cases, you should be
|
87
|
-
# using <tt>\A</tt> and <tt>\z</tt>.
|
88
|
-
#
|
89
|
-
# You must pass either <tt>:with</tt> or <tt>:without</tt> as an option.
|
90
|
-
# In addition, both must be a regular expression or a proc or lambda, or
|
91
|
-
# else an exception will be raised.
|
92
|
-
#
|
93
|
-
# Configuration options:
|
94
|
-
# * <tt>:message</tt> - A custom error message (default is: "is invalid").
|
95
|
-
# * <tt>:with</tt> - Regular expression that if the attribute matches will
|
96
|
-
# result in a successful validation. This can be provided as a proc or
|
97
|
-
# lambda returning regular expression which will be called at runtime.
|
98
|
-
# * <tt>:without</tt> - Regular expression that if the attribute does not
|
99
|
-
# match will result in a successful validation. This can be provided as
|
100
|
-
# a proc or lambda returning regular expression which will be called at
|
101
|
-
# runtime.
|
102
|
-
# * <tt>:multiline</tt> - Set to true if your regular expression contains
|
103
|
-
# anchors that match the beginning or end of lines as opposed to the
|
104
|
-
# beginning or end of the string. These anchors are <tt>^</tt> and <tt>$</tt>.
|
105
|
-
#
|
106
|
-
# There is also a list of default options supported by every validator:
|
107
|
-
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.
|
108
|
-
# See <tt>ActiveModel::Validations#validates</tt> for more information
|
109
|
-
def validates_format_of(*attr_names)
|
110
|
-
validates_with FormatValidator, _merge_attributes(attr_names)
|
111
|
-
end
|
112
|
-
end
|
113
|
-
end
|
114
|
-
end
|
data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/inclusion.rb
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "active_model/validations/clusivity"
|
4
|
-
|
5
|
-
module ActiveModel
|
6
|
-
module Validations
|
7
|
-
class InclusionValidator < EachValidator # :nodoc:
|
8
|
-
include Clusivity
|
9
|
-
|
10
|
-
def validate_each(record, attribute, value)
|
11
|
-
unless include?(record, value)
|
12
|
-
record.errors.add(attribute, :inclusion, options.except(:in, :within).merge!(value: value))
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
module HelperMethods
|
18
|
-
# Validates whether the value of the specified attribute is available in a
|
19
|
-
# particular enumerable object.
|
20
|
-
#
|
21
|
-
# class Person < ActiveRecord::Base
|
22
|
-
# validates_inclusion_of :gender, in: %w( m f )
|
23
|
-
# validates_inclusion_of :age, in: 0..99
|
24
|
-
# validates_inclusion_of :format, in: %w( jpg gif png ), message: "extension %{value} is not included in the list"
|
25
|
-
# validates_inclusion_of :states, in: ->(person) { STATES[person.country] }
|
26
|
-
# validates_inclusion_of :karma, in: :available_karmas
|
27
|
-
# end
|
28
|
-
#
|
29
|
-
# Configuration options:
|
30
|
-
# * <tt>:in</tt> - An enumerable object of available items. This can be
|
31
|
-
# supplied as a proc, lambda or symbol which returns an enumerable. If the
|
32
|
-
# enumerable is a numerical, time or datetime range the test is performed
|
33
|
-
# with <tt>Range#cover?</tt>, otherwise with <tt>include?</tt>. When using
|
34
|
-
# a proc or lambda the instance under validation is passed as an argument.
|
35
|
-
# * <tt>:within</tt> - A synonym(or alias) for <tt>:in</tt>
|
36
|
-
# * <tt>:message</tt> - Specifies a custom error message (default is: "is
|
37
|
-
# not included in the list").
|
38
|
-
#
|
39
|
-
# There is also a list of default options supported by every validator:
|
40
|
-
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+.
|
41
|
-
# See <tt>ActiveModel::Validations#validates</tt> for more information
|
42
|
-
def validates_inclusion_of(*attr_names)
|
43
|
-
validates_with InclusionValidator, _merge_attributes(attr_names)
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
@@ -1,129 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module ActiveModel
|
4
|
-
module Validations
|
5
|
-
class LengthValidator < EachValidator # :nodoc:
|
6
|
-
MESSAGES = { is: :wrong_length, minimum: :too_short, maximum: :too_long }.freeze
|
7
|
-
CHECKS = { is: :==, minimum: :>=, maximum: :<= }.freeze
|
8
|
-
|
9
|
-
RESERVED_OPTIONS = [:minimum, :maximum, :within, :is, :too_short, :too_long]
|
10
|
-
|
11
|
-
def initialize(options)
|
12
|
-
if range = (options.delete(:in) || options.delete(:within))
|
13
|
-
raise ArgumentError, ":in and :within must be a Range" unless range.is_a?(Range)
|
14
|
-
options[:minimum], options[:maximum] = range.min, range.max
|
15
|
-
end
|
16
|
-
|
17
|
-
if options[:allow_blank] == false && options[:minimum].nil? && options[:is].nil?
|
18
|
-
options[:minimum] = 1
|
19
|
-
end
|
20
|
-
|
21
|
-
super
|
22
|
-
end
|
23
|
-
|
24
|
-
def check_validity!
|
25
|
-
keys = CHECKS.keys & options.keys
|
26
|
-
|
27
|
-
if keys.empty?
|
28
|
-
raise ArgumentError, "Range unspecified. Specify the :in, :within, :maximum, :minimum, or :is option."
|
29
|
-
end
|
30
|
-
|
31
|
-
keys.each do |key|
|
32
|
-
value = options[key]
|
33
|
-
|
34
|
-
unless (value.is_a?(Integer) && value >= 0) || value == Float::INFINITY || value.is_a?(Symbol) || value.is_a?(Proc)
|
35
|
-
raise ArgumentError, ":#{key} must be a nonnegative Integer, Infinity, Symbol, or Proc"
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
def validate_each(record, attribute, value)
|
41
|
-
value_length = value.respond_to?(:length) ? value.length : value.to_s.length
|
42
|
-
errors_options = options.except(*RESERVED_OPTIONS)
|
43
|
-
|
44
|
-
CHECKS.each do |key, validity_check|
|
45
|
-
next unless check_value = options[key]
|
46
|
-
|
47
|
-
if !value.nil? || skip_nil_check?(key)
|
48
|
-
case check_value
|
49
|
-
when Proc
|
50
|
-
check_value = check_value.call(record)
|
51
|
-
when Symbol
|
52
|
-
check_value = record.send(check_value)
|
53
|
-
end
|
54
|
-
next if value_length.send(validity_check, check_value)
|
55
|
-
end
|
56
|
-
|
57
|
-
errors_options[:count] = check_value
|
58
|
-
|
59
|
-
default_message = options[MESSAGES[key]]
|
60
|
-
errors_options[:message] ||= default_message if default_message
|
61
|
-
|
62
|
-
record.errors.add(attribute, MESSAGES[key], errors_options)
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
private
|
67
|
-
def skip_nil_check?(key)
|
68
|
-
key == :maximum && options[:allow_nil].nil? && options[:allow_blank].nil?
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
module HelperMethods
|
73
|
-
# Validates that the specified attributes match the length restrictions
|
74
|
-
# supplied. Only one constraint option can be used at a time apart from
|
75
|
-
# +:minimum+ and +:maximum+ that can be combined together:
|
76
|
-
#
|
77
|
-
# class Person < ActiveRecord::Base
|
78
|
-
# validates_length_of :first_name, maximum: 30
|
79
|
-
# validates_length_of :last_name, maximum: 30, message: "less than 30 if you don't mind"
|
80
|
-
# validates_length_of :fax, in: 7..32, allow_nil: true
|
81
|
-
# validates_length_of :phone, in: 7..32, allow_blank: true
|
82
|
-
# validates_length_of :user_name, within: 6..20, too_long: 'pick a shorter name', too_short: 'pick a longer name'
|
83
|
-
# validates_length_of :zip_code, minimum: 5, too_short: 'please enter at least 5 characters'
|
84
|
-
# validates_length_of :smurf_leader, is: 4, message: "papa is spelled with 4 characters... don't play me."
|
85
|
-
# validates_length_of :words_in_essay, minimum: 100, too_short: 'Your essay must be at least 100 words.'
|
86
|
-
#
|
87
|
-
# private
|
88
|
-
#
|
89
|
-
# def words_in_essay
|
90
|
-
# essay.scan(/\w+/)
|
91
|
-
# end
|
92
|
-
# end
|
93
|
-
#
|
94
|
-
# Constraint options:
|
95
|
-
#
|
96
|
-
# * <tt>:minimum</tt> - The minimum size of the attribute.
|
97
|
-
# * <tt>:maximum</tt> - The maximum size of the attribute. Allows +nil+ by
|
98
|
-
# default if not used with +:minimum+.
|
99
|
-
# * <tt>:is</tt> - The exact size of the attribute.
|
100
|
-
# * <tt>:within</tt> - A range specifying the minimum and maximum size of
|
101
|
-
# the attribute.
|
102
|
-
# * <tt>:in</tt> - A synonym (or alias) for <tt>:within</tt>.
|
103
|
-
#
|
104
|
-
# Other options:
|
105
|
-
#
|
106
|
-
# * <tt>:allow_nil</tt> - Attribute may be +nil+; skip validation.
|
107
|
-
# * <tt>:allow_blank</tt> - Attribute may be blank; skip validation.
|
108
|
-
# * <tt>:too_long</tt> - The error message if the attribute goes over the
|
109
|
-
# maximum (default is: "is too long (maximum is %{count} characters)").
|
110
|
-
# * <tt>:too_short</tt> - The error message if the attribute goes under the
|
111
|
-
# minimum (default is: "is too short (minimum is %{count} characters)").
|
112
|
-
# * <tt>:wrong_length</tt> - The error message if using the <tt>:is</tt>
|
113
|
-
# method and the attribute is the wrong size (default is: "is the wrong
|
114
|
-
# length (should be %{count} characters)").
|
115
|
-
# * <tt>:message</tt> - The error message to use for a <tt>:minimum</tt>,
|
116
|
-
# <tt>:maximum</tt>, or <tt>:is</tt> violation. An alias of the appropriate
|
117
|
-
# <tt>too_long</tt>/<tt>too_short</tt>/<tt>wrong_length</tt> message.
|
118
|
-
#
|
119
|
-
# There is also a list of default options supported by every validator:
|
120
|
-
# +:if+, +:unless+, +:on+ and +:strict+.
|
121
|
-
# See <tt>ActiveModel::Validations#validates</tt> for more information
|
122
|
-
def validates_length_of(*attr_names)
|
123
|
-
validates_with LengthValidator, _merge_attributes(attr_names)
|
124
|
-
end
|
125
|
-
|
126
|
-
alias_method :validates_size_of, :validates_length_of
|
127
|
-
end
|
128
|
-
end
|
129
|
-
end
|
data/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.3/lib/active_model/validations/numericality.rb
DELETED
@@ -1,189 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "bigdecimal/util"
|
4
|
-
|
5
|
-
module ActiveModel
|
6
|
-
module Validations
|
7
|
-
class NumericalityValidator < EachValidator # :nodoc:
|
8
|
-
CHECKS = { greater_than: :>, greater_than_or_equal_to: :>=,
|
9
|
-
equal_to: :==, less_than: :<, less_than_or_equal_to: :<=,
|
10
|
-
odd: :odd?, even: :even?, other_than: :!= }.freeze
|
11
|
-
|
12
|
-
RESERVED_OPTIONS = CHECKS.keys + [:only_integer]
|
13
|
-
|
14
|
-
INTEGER_REGEX = /\A[+-]?\d+\z/
|
15
|
-
|
16
|
-
def check_validity!
|
17
|
-
keys = CHECKS.keys - [:odd, :even]
|
18
|
-
options.slice(*keys).each do |option, value|
|
19
|
-
unless value.is_a?(Numeric) || value.is_a?(Proc) || value.is_a?(Symbol)
|
20
|
-
raise ArgumentError, ":#{option} must be a number, a symbol or a proc"
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def validate_each(record, attr_name, value)
|
26
|
-
came_from_user = :"#{attr_name}_came_from_user?"
|
27
|
-
|
28
|
-
if record.respond_to?(came_from_user)
|
29
|
-
if record.public_send(came_from_user)
|
30
|
-
raw_value = record.read_attribute_before_type_cast(attr_name)
|
31
|
-
elsif record.respond_to?(:read_attribute)
|
32
|
-
raw_value = record.read_attribute(attr_name)
|
33
|
-
end
|
34
|
-
else
|
35
|
-
before_type_cast = :"#{attr_name}_before_type_cast"
|
36
|
-
if record.respond_to?(before_type_cast)
|
37
|
-
raw_value = record.public_send(before_type_cast)
|
38
|
-
end
|
39
|
-
end
|
40
|
-
raw_value ||= value
|
41
|
-
|
42
|
-
if record_attribute_changed_in_place?(record, attr_name)
|
43
|
-
raw_value = value
|
44
|
-
end
|
45
|
-
|
46
|
-
unless is_number?(raw_value)
|
47
|
-
record.errors.add(attr_name, :not_a_number, filtered_options(raw_value))
|
48
|
-
return
|
49
|
-
end
|
50
|
-
|
51
|
-
if allow_only_integer?(record) && !is_integer?(raw_value)
|
52
|
-
record.errors.add(attr_name, :not_an_integer, filtered_options(raw_value))
|
53
|
-
return
|
54
|
-
end
|
55
|
-
|
56
|
-
value = parse_as_number(raw_value)
|
57
|
-
|
58
|
-
options.slice(*CHECKS.keys).each do |option, option_value|
|
59
|
-
case option
|
60
|
-
when :odd, :even
|
61
|
-
unless value.to_i.send(CHECKS[option])
|
62
|
-
record.errors.add(attr_name, option, filtered_options(value))
|
63
|
-
end
|
64
|
-
else
|
65
|
-
case option_value
|
66
|
-
when Proc
|
67
|
-
option_value = option_value.call(record)
|
68
|
-
when Symbol
|
69
|
-
option_value = record.send(option_value)
|
70
|
-
end
|
71
|
-
|
72
|
-
option_value = parse_as_number(option_value)
|
73
|
-
|
74
|
-
unless value.send(CHECKS[option], option_value)
|
75
|
-
record.errors.add(attr_name, option, filtered_options(value).merge!(count: option_value))
|
76
|
-
end
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
|
81
|
-
private
|
82
|
-
|
83
|
-
def is_number?(raw_value)
|
84
|
-
!parse_as_number(raw_value).nil?
|
85
|
-
rescue ArgumentError, TypeError
|
86
|
-
false
|
87
|
-
end
|
88
|
-
|
89
|
-
def parse_as_number(raw_value)
|
90
|
-
if raw_value.is_a?(Float)
|
91
|
-
raw_value.to_d
|
92
|
-
elsif raw_value.is_a?(Numeric)
|
93
|
-
raw_value
|
94
|
-
elsif is_integer?(raw_value)
|
95
|
-
raw_value.to_i
|
96
|
-
elsif !is_hexadecimal_literal?(raw_value)
|
97
|
-
Kernel.Float(raw_value).to_d
|
98
|
-
end
|
99
|
-
end
|
100
|
-
|
101
|
-
def is_integer?(raw_value)
|
102
|
-
INTEGER_REGEX === raw_value.to_s
|
103
|
-
end
|
104
|
-
|
105
|
-
def is_hexadecimal_literal?(raw_value)
|
106
|
-
/\A0[xX]/ === raw_value.to_s
|
107
|
-
end
|
108
|
-
|
109
|
-
def filtered_options(value)
|
110
|
-
filtered = options.except(*RESERVED_OPTIONS)
|
111
|
-
filtered[:value] = value
|
112
|
-
filtered
|
113
|
-
end
|
114
|
-
|
115
|
-
def allow_only_integer?(record)
|
116
|
-
case options[:only_integer]
|
117
|
-
when Symbol
|
118
|
-
record.send(options[:only_integer])
|
119
|
-
when Proc
|
120
|
-
options[:only_integer].call(record)
|
121
|
-
else
|
122
|
-
options[:only_integer]
|
123
|
-
end
|
124
|
-
end
|
125
|
-
|
126
|
-
def record_attribute_changed_in_place?(record, attr_name)
|
127
|
-
record.respond_to?(:attribute_changed_in_place?) &&
|
128
|
-
record.attribute_changed_in_place?(attr_name.to_s)
|
129
|
-
end
|
130
|
-
end
|
131
|
-
|
132
|
-
module HelperMethods
|
133
|
-
# Validates whether the value of the specified attribute is numeric by
|
134
|
-
# trying to convert it to a float with Kernel.Float (if <tt>only_integer</tt>
|
135
|
-
# is +false+) or applying it to the regular expression <tt>/\A[\+\-]?\d+\z/</tt>
|
136
|
-
# (if <tt>only_integer</tt> is set to +true+).
|
137
|
-
#
|
138
|
-
# class Person < ActiveRecord::Base
|
139
|
-
# validates_numericality_of :value, on: :create
|
140
|
-
# end
|
141
|
-
#
|
142
|
-
# Configuration options:
|
143
|
-
# * <tt>:message</tt> - A custom error message (default is: "is not a number").
|
144
|
-
# * <tt>:only_integer</tt> - Specifies whether the value has to be an
|
145
|
-
# integer, e.g. an integral value (default is +false+).
|
146
|
-
# * <tt>:allow_nil</tt> - Skip validation if attribute is +nil+ (default is
|
147
|
-
# +false+). Notice that for Integer and Float columns empty strings are
|
148
|
-
# converted to +nil+.
|
149
|
-
# * <tt>:greater_than</tt> - Specifies the value must be greater than the
|
150
|
-
# supplied value.
|
151
|
-
# * <tt>:greater_than_or_equal_to</tt> - Specifies the value must be
|
152
|
-
# greater than or equal the supplied value.
|
153
|
-
# * <tt>:equal_to</tt> - Specifies the value must be equal to the supplied
|
154
|
-
# value.
|
155
|
-
# * <tt>:less_than</tt> - Specifies the value must be less than the
|
156
|
-
# supplied value.
|
157
|
-
# * <tt>:less_than_or_equal_to</tt> - Specifies the value must be less
|
158
|
-
# than or equal the supplied value.
|
159
|
-
# * <tt>:other_than</tt> - Specifies the value must be other than the
|
160
|
-
# supplied value.
|
161
|
-
# * <tt>:odd</tt> - Specifies the value must be an odd number.
|
162
|
-
# * <tt>:even</tt> - Specifies the value must be an even number.
|
163
|
-
#
|
164
|
-
# There is also a list of default options supported by every validator:
|
165
|
-
# +:if+, +:unless+, +:on+, +:allow_nil+, +:allow_blank+, and +:strict+ .
|
166
|
-
# See <tt>ActiveModel::Validations#validates</tt> for more information
|
167
|
-
#
|
168
|
-
# The following checks can also be supplied with a proc or a symbol which
|
169
|
-
# corresponds to a method:
|
170
|
-
#
|
171
|
-
# * <tt>:greater_than</tt>
|
172
|
-
# * <tt>:greater_than_or_equal_to</tt>
|
173
|
-
# * <tt>:equal_to</tt>
|
174
|
-
# * <tt>:less_than</tt>
|
175
|
-
# * <tt>:less_than_or_equal_to</tt>
|
176
|
-
# * <tt>:only_integer</tt>
|
177
|
-
#
|
178
|
-
# For example:
|
179
|
-
#
|
180
|
-
# class Person < ActiveRecord::Base
|
181
|
-
# validates_numericality_of :width, less_than: ->(person) { person.height }
|
182
|
-
# validates_numericality_of :width, greater_than: :minimum_weight
|
183
|
-
# end
|
184
|
-
def validates_numericality_of(*attr_names)
|
185
|
-
validates_with NumericalityValidator, _merge_attributes(attr_names)
|
186
|
-
end
|
187
|
-
end
|
188
|
-
end
|
189
|
-
end
|