fluent-plugin-nuopenlineage-light 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.github/dependabot.yml +6 -0
- data/.github/workflows/linux.yml +30 -0
- data/.gitignore +16 -0
- data/.idea/.gitignore +8 -0
- data/.idea/fluentd.iml +239 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules/benchmark-memory-0.2.iml +11 -0
- data/.idea/modules/bigdecimal-3.1.iml +11 -0
- data/.idea/modules/certstore_c-0.1.iml +210 -0
- data/.idea/modules/concurrent-ruby-1.3.iml +11 -0
- data/.idea/modules/concurrent-ruby-1.31.iml +11 -0
- data/.idea/modules/concurrent-ruby-1.32.iml +18 -0
- data/.idea/modules/connection_pool-2.4.iml +11 -0
- data/.idea/modules/cool.io-1.8.iml +13 -0
- data/.idea/modules/drb-2.2.iml +14 -0
- data/.idea/modules/drb-2.21.iml +11 -0
- data/.idea/modules/ffi-1.17.iml +17 -0
- data/.idea/modules/ffi-win32-extensions-1.0.iml +16 -0
- data/.idea/modules/fluentd-1.17.iml +40 -0
- data/.idea/modules/http_parser.rb-0.8.iml +14 -0
- data/.idea/modules/json-2.7.iml +15 -0
- data/.idea/modules/json-2.71.iml +11 -0
- data/.idea/modules/msgpack-1.7.iml +12 -0
- data/.idea/modules/mutex_m-0.2.iml +11 -0
- data/.idea/modules/new_gem.iml +12 -0
- data/.idea/modules/power_assert-2.0.iml +16 -0
- data/.idea/modules/rake-13.2.iml +15 -0
- data/.idea/modules/rake-13.21.iml +11 -0
- data/.idea/modules/rake-compiler-1.2.iml +11 -0
- data/.idea/modules/rusty_json_schema-0.15.iml +18 -0
- data/.idea/modules/serverengine-2.3.iml +14 -0
- data/.idea/modules/sigdump-0.2.iml +13 -0
- data/.idea/modules/specifications.iml +14 -0
- data/.idea/modules/specifications1.iml +11 -0
- data/.idea/modules/strptime-0.2.iml +13 -0
- data/.idea/modules/thermite-0.13.iml +16 -0
- data/.idea/modules/webrick-1.8.iml +15 -0
- data/.idea/modules/win32-event-0.6.iml +18 -0
- data/.idea/modules/win32-ipc-0.7.iml +17 -0
- data/.idea/modules/yajl-ruby-1.4.iml +21 -0
- data/.idea/modules.xml +37 -0
- data/.idea/vcs.xml +6 -0
- data/.rspec +2 -0
- data/ChangeLog +3 -0
- data/Gemfile +3 -0
- data/LICENSE +202 -0
- data/README.md +41 -0
- data/Rakefile +13 -0
- data/events/event_full.json +206 -0
- data/events/event_invalid_dataset_facet.json +31 -0
- data/events/event_invalid_input_dataset_facet.json +29 -0
- data/events/event_invalid_job_facet.json +26 -0
- data/events/event_invalid_output_dataset_facet.json +29 -0
- data/events/event_invalid_run_facet.json +28 -0
- data/events/event_no_run_id.json +28 -0
- data/events/event_simple.json +29 -0
- data/fluent-plugin-nuopenlineage-light.gemspec +28 -0
- data/lib/fluent/plugin/parser_openlineage.rb +196 -0
- data/misc/fluent.conf +71 -0
- data/misc/test-complete.json +73 -0
- data/misc/test-start.json +73 -0
- data/spec/Naming.md +500 -0
- data/spec/OpenLineage.json +304 -0
- data/spec/Versioning.md +49 -0
- data/spec/facets/ColumnLineageDatasetFacet.json +96 -0
- data/spec/facets/ColumnLineageDatasetFacet.md +106 -0
- data/spec/facets/DataQualityAssertionsDatasetFacet.json +49 -0
- data/spec/facets/DataQualityMetricsInputDatasetFacet.json +76 -0
- data/spec/facets/DatasetVersionDatasetFacet.json +31 -0
- data/spec/facets/DatasourceDatasetFacet.json +32 -0
- data/spec/facets/DocumentationDatasetFacet.json +31 -0
- data/spec/facets/DocumentationJobFacet.json +30 -0
- data/spec/facets/ErrorMessageRunFacet.json +41 -0
- data/spec/facets/ExternalQueryRunFacet.json +36 -0
- data/spec/facets/ExternalQueryRunFacet.md +49 -0
- data/spec/facets/ExtractionErrorRunFacet.json +58 -0
- data/spec/facets/JobTypeJobFacet.json +41 -0
- data/spec/facets/LifecycleStateChangeDatasetFacet.json +46 -0
- data/spec/facets/NominalTimeRunFacet.json +38 -0
- data/spec/facets/OutputStatisticsOutputDatasetFacet.json +36 -0
- data/spec/facets/OwnershipDatasetFacet.json +45 -0
- data/spec/facets/OwnershipJobFacet.json +45 -0
- data/spec/facets/ParentRunFacet.json +54 -0
- data/spec/facets/ProcessingEngineRunFacet.json +41 -0
- data/spec/facets/SQLJobFacet.json +30 -0
- data/spec/facets/SchemaDatasetFacet.json +59 -0
- data/spec/facets/SourceCodeJobFacet.json +34 -0
- data/spec/facets/SourceCodeLocationJobFacet.json +60 -0
- data/spec/facets/StorageDatasetFacet.json +35 -0
- data/spec/facets/SymlinksDatasetFacet.json +47 -0
- data/spec/fluent/plugin/test_parser_openlineage.rb +141 -0
- data/spec/registry/core/registry.json +31 -0
- data/spec/registry/gcp/facets/GcpCommonJobFacet.json +43 -0
- data/spec/registry/gcp/registry.json +6 -0
- data/spec/spec_helper.rb +8 -0
- data/spec/tests/ColumnLineageDatasetFacet/1.json +172 -0
- data/spec/tests/DataQualityAssertionsDatasetFacet/1.json +58 -0
- data/spec/tests/DataQualityMetricsInputDatasetFacet/1.json +23 -0
- data/spec/tests/DatasetVersionDatasetFacet/1.json +7 -0
- data/spec/tests/DatasourceDatasetFacet/1.json +7 -0
- data/spec/tests/DocumentationDatasetFacet/1.json +7 -0
- data/spec/tests/DocumentationJobFacet/1.json +7 -0
- data/spec/tests/ErrorMessageRunFacet/1.json +9 -0
- data/spec/tests/ExternalQueryRunFacet/1.json +8 -0
- data/spec/tests/ExtractionErrorRunFacet/1.json +15 -0
- data/spec/tests/JobTypeJobFacet/1.json +9 -0
- data/spec/tests/LifecycleStateChangeDatasetFacet/1.json +11 -0
- data/spec/tests/NominalTimeRunFacet/1.json +8 -0
- data/spec/tests/OutputStatisticsOutputDatasetFacet/1.json +9 -0
- data/spec/tests/OwnershipDatasetFacet/1.json +11 -0
- data/spec/tests/OwnershipJobFacet/1.json +11 -0
- data/spec/tests/ParentRunFacet/1.json +13 -0
- data/spec/tests/ProcessingEngineRunFacet/1.json +9 -0
- data/spec/tests/SQLJobFacet/1.json +7 -0
- data/spec/tests/SchemaDatasetFacet/1.json +92 -0
- data/spec/tests/SourceCodeJobFacet/1.json +8 -0
- data/spec/tests/SourceCodeLocationJobFacet/1.json +8 -0
- data/spec/tests/StorageDatasetFacet/1.json +8 -0
- data/spec/tests/SymlinksDatasetFacet/1.json +13 -0
- data/spec/tests/example_full_event.json +24 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-binlog-reader +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-binlog-reader.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-binlog-reader.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-ca-generate +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-ca-generate.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-ca-generate.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-cap-ctl +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-cap-ctl.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-cap-ctl.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-cat +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-cat.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-cat.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-ctl +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-ctl.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-ctl.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-debug +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-debug.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-debug.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-gem +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-gem.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-gem.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-plugin-config-format +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-plugin-config-format.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-plugin-config-format.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-plugin-generate +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-plugin-generate.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluent-plugin-generate.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluentd +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluentd.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/fluentd.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/bin/rake +29 -0
- data/vendor/bundle/ruby/3.3.0/bin/rake.bat +2 -0
- data/vendor/bundle/ruby/3.3.0/bin/rake.lock +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/base64-0.2.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/certstore_c-0.1.7.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/concurrent-ruby-1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/cool.io-1.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/csv-3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/drb-2.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.0-x64-mingw-ucrt.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ffi-win32-extensions-1.0.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/fluentd-1.17.0-x64-mingw-ucrt.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/http_parser.rb-0.8.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.7.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/minitar-0.12.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/msgpack-1.7.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rake-13.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rusty_json_schema-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/serverengine-2.3.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/sigdump-0.2.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/strptime-0.2.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/test-unit-3.6.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/thermite-0.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/tomlrb-1.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/tzinfo-2.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/tzinfo-data-1.2024.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/webrick-1.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/win32-event-0.6.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/win32-ipc-0.7.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/win32-service-2.3.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/yajl-ruby-1.4.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/certstore_c-0.1.7/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/certstore_c-0.1.7/gem_make.out +23 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/cool.io-1.8.1/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/cool.io-1.8.1/gem_make.out +23 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/http_parser.rb-0.8.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/http_parser.rb-0.8.0/gem_make.out +20 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/json-2.7.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/json-2.7.2/gem_make.out +16 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/msgpack-1.7.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/msgpack-1.7.2/gem_make.out +41 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/rusty_json_schema-0.15.0/gem_make.out +34 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/strptime-0.2.5/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/strptime-0.2.5/gem_make.out +24 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/yajl-ruby-1.4.3/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x64-mingw-ucrt/3.3.0/yajl-ruby-1.4.3/gem_make.out +245 -0
- data/vendor/bundle/ruby/3.3.0/gems/base64-0.2.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/base64-0.2.0/README.md +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/base64-0.2.0/lib/base64.rb +363 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/.clang-format +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/.gitignore +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/Gemfile +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/README.md +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/Rakefile +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/appveyor.yml +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/bin/console +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/bin/setup +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/certstore_c.gemspec +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/example/manage_certstore.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/example/open_tls_socket.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/Makefile +273 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/certstore.c +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/certstore.h +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/certstore_util.c +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/extconf.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/ext/certstore/loader.c +527 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/lib/certstore/loader.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/lib/certstore/openssl/loader.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/lib/certstore/version.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/certstore_c-0.1.7/lib/certstore.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/CHANGELOG.md +593 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/Gemfile +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/README.md +407 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/Rakefile +342 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +292 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/agent.rb +588 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/array.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/async.rb +449 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atom.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +144 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +167 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/event.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/locals.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +255 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/atomics.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +160 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +160 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/concern/logging.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/configuration.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/constants.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/dataflow.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/delay.rb +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/errors.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/exchanger.rb +353 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +224 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +145 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +82 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +373 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/timer_set.rb +176 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executors.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/future.rb +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/hash.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/ivar.rb +208 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/map.rb +350 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/maybe.rb +229 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/mvar.rb +242 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/options.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/promise.rb +580 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/promises.rb +2178 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/re_include.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/scheduled_task.rb +331 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/set.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/condition.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/lock.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/object.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/synchronization.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/timer_task.rb +361 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/tuple.rb +82 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/tvar.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/utility/engine.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/utility/native_integer.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +220 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent-ruby.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/.github/workflows/test.yaml +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/.gitignore +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/.rspec +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/.travis.yml +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/CHANGES.md +301 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/Gemfile +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/README.md +169 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/Rakefile +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/appveyor.yml +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/cool.io.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/examples/callbacked_echo_server.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/examples/dslified_echo_client.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/examples/dslified_echo_server.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/examples/echo_client.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/examples/echo_server.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/examples/google.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/.gitignore +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/cool.io.h +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/cool.io_ext.c +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/ev_wrap.h +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/extconf.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/iowatcher.c +198 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/libev.c +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/loop.c +253 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/stat_watcher.c +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/timer_watcher.c +219 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/utils.c +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/watcher.c +264 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/cool.io/watcher.h +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/iobuffer/Makefile +273 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/iobuffer/extconf.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/iobuffer/iobuffer.c +777 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/Changes +513 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/LICENSE +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/README +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/README.embed +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev.c +5238 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev.h +854 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_epoll.c +285 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_kqueue.c +218 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_poll.c +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_port.c +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_select.c +364 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_vars.h +204 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_win32.c +162 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/ev_wrap.h +200 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/ext/libev/test_libev_win32.c +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/.gitignore +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/async_watcher.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/custom_require.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/dns_resolver.rb +228 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/dsl.rb +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/io.rb +194 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/iowatcher.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/listener.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/loop.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/meta.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/server.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/socket.rb +233 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/timer_watcher.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io/version.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/cool.io.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/lib/coolio.rb +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/libev_ruby_gil.diff +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/libev_win_select.diff +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/async_watcher_spec.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/dns_spec.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/iobuffer_spec.rb +147 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/spec_helper.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/stat_watcher_spec.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/tcp_server_spec.rb +225 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/tcp_socket_spec.rb +185 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/timer_watcher_spec.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/udp_socket_spec.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/unix_listener_spec.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/cool.io-1.8.1/spec/unix_server_spec.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/LICENSE.txt +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/NEWS.md +907 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/README.md +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/arguments/io.rdoc +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/common/col_sep.rdoc +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/common/quote_char.rdoc +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/common/row_sep.rdoc +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/generating/force_quotes.rdoc +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/generating/quote_empty.rdoc +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/generating/write_converters.rdoc +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/generating/write_empty_value.rdoc +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/generating/write_headers.rdoc +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/generating/write_nil_value.rdoc +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/converters.rdoc +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/empty_value.rdoc +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/field_size_limit.rdoc +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/header_converters.rdoc +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/headers.rdoc +63 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/liberal_parsing.rdoc +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/nil_value.rdoc +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/return_headers.rdoc +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/skip_blanks.rdoc +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/skip_lines.rdoc +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/strip.rdoc +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/options/parsing/unconverted_fields.rdoc +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/recipes/filtering.rdoc +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/recipes/generating.rdoc +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/recipes/parsing.rdoc +545 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/doc/csv/recipes/recipes.rdoc +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/string.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/fields_converter.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/input_record_separator.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/parser.rb +1297 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/row.rb +757 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/table.rb +1055 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/version.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/writer.rb +210 -0
- data/vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv.rb +2882 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/drb.gemspec +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/acl.rb +239 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/drb.rb +1943 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/extserv.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/extservm.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/gw.rb +161 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/invokemethod.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/observer.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/ssl.rb +354 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/timeridconv.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/unix.rb +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/weakidconv.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/CHANGELOG.md +456 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/COPYING +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/Gemfile +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/LICENSE +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/README.md +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/Rakefile +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/ffi.gemspec +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/abstract_memory.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/autopointer.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/compat.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/data_converter.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/dynamic_library.rb +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/enum.rb +302 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/errno.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/ffi.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/function.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/library.rb +576 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/library_path.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/managedstruct.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/memorypointer.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/aarch64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/aarch64-freebsd12/types.conf +181 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/aarch64-linux/types.conf +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/aarch64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/aarch64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/arm-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/arm-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-gnu/types.conf +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-linux/types.conf +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-openbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/i386-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/ia64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mips-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mips64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mips64el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mipsel-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/powerpc-aix/types.conf +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/powerpc-linux/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/powerpc-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/powerpc64le-linux/types.conf +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/riscv64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/s390-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/s390x-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/sparc-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/sparc-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/sparcv9-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/sparcv9-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/sw_64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-dragonflybsd/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-haiku/types.conf +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-msys/types.conf +119 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform/x86_64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/platform.rb +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/pointer.rb +167 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/struct.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/struct_by_reference.rb +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/struct_layout.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/tools/const_generator.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/tools/generator.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/tools/generator_task.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/tools/struct_generator.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/tools/types_generator.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/types.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/union.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/variadic.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/lib/ffi.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/rakelib/ffi_gem_helper.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/getlogin.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/getpid.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/gettimeofday.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/hello.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/hello_ractor.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/inotify.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/pty.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/qsort.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/samples/qsort_ractor.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/abstract_memory.rbs +165 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/auto_pointer.rbs +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/buffer.rbs +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/data_converter.rbs +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/dynamic_library.rbs +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/enum.rbs +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/function.rbs +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/native_type.rbs +86 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/pointer.rbs +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/struct_by_value.rbs +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/struct_layout.rbs +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/struct_layout_builder.rbs +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi/type.rbs +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.0-x64-mingw-ucrt/sig/ffi.rbs +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/CHANGELOG.md +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/CODE_OF_CONDUCT.md +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/Gemfile +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/LICENSE +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/MANIFEST +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/README +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/README.md +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/Rakefile +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/VERSION +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/ffi-win32-extensions.gemspec +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/lib/ffi/win32/extensions.rb +133 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/lib/ffi-win32-extensions.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/test/test_ffi_extensions.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-win32-extensions-1.0.4/test/test_string_extensions.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.deepsource.toml +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/DISCUSSION_TEMPLATE/q-a-japanese.yml +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/DISCUSSION_TEMPLATE/q-a.yml +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/ISSUE_TEMPLATE/bug_report.yml +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/ISSUE_TEMPLATE/config.yml +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/ISSUE_TEMPLATE/feature_request.yml +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/ISSUE_TEMPLATE.md +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/PULL_REQUEST_TEMPLATE.md +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/stale-actions.yml +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/test-ruby-head.yml +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/test.yml +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.gitignore +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/ADOPTERS.md +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/AUTHORS +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/CHANGELOG.md +2786 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/CONTRIBUTING.md +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/GOVERNANCE.md +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/Gemfile +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/GithubWorkflow.md +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/LICENSE +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/MAINTAINERS.md +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/README.md +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/Rakefile +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/SECURITY.md +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-binlog-reader +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-ca-generate +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-cap-ctl +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-ctl +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-debug +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-plugin-config-format +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/bin/fluent-plugin-generate +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/code-of-conduct.md +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/docs/SECURITY_AUDIT.pdf +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/copy_roundrobin.conf +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/counter.conf +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/filter_stdout.conf +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_forward.conf +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_forward_client.conf +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_forward_shared_key.conf +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_forward_tls.conf +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_forward_users.conf +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_forward_workers.conf +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_http.conf +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_out_forward.conf +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_sample_blocks.conf +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_sample_with_compression.conf +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_syslog.conf +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_tail.conf +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_tcp.conf +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/in_udp.conf +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/logevents.conf +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/multi_filters.conf +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_copy.conf +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_exec_filter.conf +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_file.conf +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward.conf +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_buf_file.conf +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_client.conf +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_heartbeat_none.conf +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_sd.conf +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_shared_key.conf +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_tls.conf +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_forward_users.conf +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_null.conf +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/sd.yaml +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/secondary_file.conf +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/suppress_config_dump.conf +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/v0_12_filter.conf +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/v1_literal_example.conf +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/worker_section.conf +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/fluent.conf +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/fluentd.gemspec +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/agent.rb +168 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/capability.rb +87 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/clock.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/binlog_reader.rb +244 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/bundler_injection.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/ca_generate.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/cap_ctl.rb +174 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/cat.rb +365 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/ctl.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/debug.rb +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/fluentd.rb +374 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/plugin_config_formatter.rb +308 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/command/plugin_generator.rb +365 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/call_super_mixin.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/detach_process_mixin.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/exec_util.rb +129 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/file_util.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/filter.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/formatter.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/formatter_utils.rb +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/handle_tag_and_time_mixin.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/handle_tag_name_mixin.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/input.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/output.rb +721 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/output_chain.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/parser.rb +310 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/parser_utils.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/propagate_default.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/record_filter_mixin.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/set_tag_key_mixin.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/set_time_key_mixin.rb +69 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/socket_util.rb +165 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/string_util.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/structured_format_mixin.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/compat/type_converter.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/basic_parser.rb +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/configure_proxy.rb +424 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/dsl.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/element.rb +265 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/error.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/literal_parser.rb +286 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/parser.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/section.rb +272 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/types.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/v1_parser.rb +192 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/yaml_parser/fluent_value.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/yaml_parser/loader.rb +108 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/yaml_parser/parser.rb +166 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/yaml_parser/section_builder.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config/yaml_parser.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/config.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/configurable.rb +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/base_socket.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/client.rb +297 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/error.rb +86 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/mutex_hash.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/server.rb +273 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/store.rb +205 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter/validator.rb +145 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/counter.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/daemon.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/daemonizer.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/engine.rb +253 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/env.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/error.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/event.rb +330 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/event_router.rb +315 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/ext_monitor_require.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/file_wrapper.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/filter.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/fluent_log_event_router.rb +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/formatter.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/input.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/label.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/load.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/log/console_adapter.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/log.rb +752 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/match.rb +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/mixin.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/msgpack_factory.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/oj_options.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/output.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/output_chain.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/parser.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/bare_output.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/base.rb +214 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buf_file.rb +242 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buf_file_single.rb +254 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buf_memory.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buffer/chunk.rb +240 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buffer/file_chunk.rb +413 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buffer/file_single_chunk.rb +310 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buffer/memory_chunk.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/buffer.rb +948 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/compressable.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/exec_util.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/file_util.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/filter.rb +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/filter_grep.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/filter_parser.rb +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/filter_record_transformer.rb +324 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/filter_stdout.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_csv.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_hash.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_json.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_ltsv.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_msgpack.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_out_file.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_single_value.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_stdout.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/formatter_tsv.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_debug_agent.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_dummy.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_exec.rb +110 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_forward.rb +473 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_gc_stat.rb +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_http.rb +642 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_monitor_agent.rb +412 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_object_space.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_sample.rb +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_syslog.rb +276 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_tail/group_watch.rb +204 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_tail/position_file.rb +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_tail.rb +1343 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_tcp.rb +226 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_udp.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/in_unix.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/input.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/metrics.rb +119 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/metrics_local.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/multi_output.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_copy.rb +120 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_exec.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_exec_filter.rb +319 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_file.rb +340 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/ack_handler.rb +176 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/connection_manager.rb +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/error.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/failure_detector.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/handshake_protocol.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/load_balancer.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward/socket_cache.rb +142 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_forward.rb +826 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_http.rb +387 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_null.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_relabel.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_roundrobin.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_secondary_file.rb +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_stdout.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/out_stream.rb +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/output.rb +1603 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/owned_by_mixin.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser.rb +274 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_apache.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_apache2.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_apache_error.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_csv.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_json.rb +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_ltsv.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_msgpack.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_multiline.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_nginx.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_none.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_regexp.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_syslog.rb +496 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/parser_tsv.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/sd_file.rb +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/sd_srv.rb +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/sd_static.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/service_discovery.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/socket_util.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/storage.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/storage_local.rb +162 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin/string_util.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin.rb +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/cert_option.rb +191 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/child_process.rb +369 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/compat_parameters.rb +343 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/counter.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/event_emitter.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/event_loop.rb +170 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/extract.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/formatter.rb +147 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/app.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/compat/server.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/compat/ssl_context_extractor.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/compat/webrick_handler.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/methods.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/request.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/router.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/server.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server/ssl_context_builder.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/http_server.rb +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/inject.rb +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/metrics.rb +129 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/parser.rb +147 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/record_accessor.rb +207 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/retry_state.rb +219 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/server.rb +828 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/service_discovery/manager.rb +146 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/service_discovery/round_robin_balancer.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/service_discovery.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/socket.rb +288 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/socket_option.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/storage.rb +349 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/thread.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper/timer.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_helper.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/plugin_id.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/process.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/registry.rb +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/root_agent.rb +372 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/rpc.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/static_config_analysis.rb +194 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/supervisor.rb +1076 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/system_config.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/base.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/base.rb +231 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/base_owned.rb +83 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/base_owner.rb +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/event_feeder.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/filter.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/formatter.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/input.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/multi_output.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/output.rb +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/parser.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/storage.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/driver/test_event_router.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/filter_test.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/formatter_test.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/helpers.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/input_test.rb +174 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/log.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/output_test.rb +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/parser_test.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test/startup_shutdown.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/test.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/time.rb +512 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/timezone.rb +171 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/tls.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/unique_id.rb +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/variable_store.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/version.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/win32api.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/lib/fluent/winsvc.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/Gemfile +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/README.md.erb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/Rakefile +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/fluent-plugin.gemspec.erb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/lib/fluent/plugin/filter.rb.erb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/lib/fluent/plugin/formatter.rb.erb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/lib/fluent/plugin/input.rb.erb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/lib/fluent/plugin/output.rb.erb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/lib/fluent/plugin/parser.rb.erb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/lib/fluent/plugin/storage.rb.erb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/helper.rb.erb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/plugin/test_filter.rb.erb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/plugin/test_formatter.rb.erb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/plugin/test_input.rb.erb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/plugin/test_output.rb.erb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/plugin/test_parser.rb.erb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem/test/plugin/test_storage.rb.erb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md-compact.erb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md-table.erb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/param.md.erb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/plugin_config_formatter/section.md.erb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_binlog_reader.rb +362 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_ca_generate.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_cap_ctl.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_cat.rb +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_ctl.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_fluentd.rb +1291 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_plugin_config_formatter.rb +397 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/command/test_plugin_generator.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/compat/test_calls_super.rb +166 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/compat/test_parser.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/assertions.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_config_parser.rb +551 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_configurable.rb +1784 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_configure_proxy.rb +604 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_dsl.rb +415 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_element.rb +518 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_literal_parser.rb +309 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_plugin_configuration.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_section.rb +191 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_system_config.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/config/test_types.rb +408 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/counter/test_client.rb +563 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/counter/test_error.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/counter/test_mutex_hash.rb +179 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/counter/test_server.rb +589 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/counter/test_store.rb +258 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/counter/test_validator.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/helper.rb +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/helpers/fuzzy_assert.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/helpers/process_extenstion.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/log/test_console_adapter.rb +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/2010/01/20100102-030405.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/2010/01/20100102-030406.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/2010/01/20100102.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log/bar +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log/foo/bar.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log/foo/bar2 +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log/test.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log_numeric/01.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log_numeric/02.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log_numeric/12.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/log_numeric/14.log +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/sd_file/config +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/sd_file/config.json +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/sd_file/config.yaml +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/sd_file/config.yml +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/data/sd_file/invalid_config.yml +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/in_tail/test_fifo.rb +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/in_tail/test_io_handler.rb +150 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/in_tail/test_position_file.rb +346 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/out_forward/test_ack_handler.rb +140 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/out_forward/test_connection_manager.rb +145 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/out_forward/test_handshake_protocol.rb +112 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/out_forward/test_load_balancer.rb +106 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/out_forward/test_socket_cache.rb +174 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_bare_output.rb +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_base.rb +247 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buf_file.rb +1314 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buf_file_single.rb +898 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buf_memory.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buffer.rb +1493 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buffer_chunk.rb +209 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buffer_file_chunk.rb +871 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buffer_file_single_chunk.rb +611 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_buffer_memory_chunk.rb +339 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_compressable.rb +87 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_file_util.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_filter.rb +368 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_filter_grep.rb +697 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_filter_parser.rb +731 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_filter_record_transformer.rb +577 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_filter_stdout.rb +207 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_csv.rb +136 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_hash.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_json.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_ltsv.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_msgpack.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_out_file.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_single_value.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_formatter_tsv.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_debug_agent.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_exec.rb +261 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_forward.rb +1178 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_gc_stat.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_http.rb +1124 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_monitor_agent.rb +922 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_object_space.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_sample.rb +190 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_syslog.rb +505 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_tail.rb +3429 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_tcp.rb +328 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_udp.rb +296 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_in_unix.rb +181 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_input.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_metadata.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_metrics.rb +294 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_metrics_local.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_multi_output.rb +204 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_copy.rb +308 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_exec.rb +312 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_exec_filter.rb +606 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_file.rb +1038 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_forward.rb +1349 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_http.rb +557 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_null.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_relabel.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_roundrobin.rb +146 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_secondary_file.rb +458 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_stdout.rb +205 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_out_stream.rb +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output.rb +1334 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_buffered.rb +2024 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_buffered_backup.rb +363 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_buffered_compress.rb +179 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_buffered_overflow.rb +250 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_buffered_retries.rb +966 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_buffered_secondary.rb +882 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_output_as_standard.rb +374 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_owned_by.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser.rb +399 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_apache.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_apache2.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_apache_error.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_csv.rb +200 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_json.rb +244 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_labeled_tsv.rb +160 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_msgpack.rb +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_multiline.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_nginx.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_none.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_regexp.rb +284 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_syslog.rb +650 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_parser_tsv.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_sd_file.rb +228 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_sd_srv.rb +230 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_storage.rb +166 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_storage_local.rb +335 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin/test_string_util.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert-key.pem +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert-with-CRLF.pem +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert-with-no-newline.pem +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert.pem +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert_chains/ca-cert.pem +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert_chains/cert-key.pem +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/cert_chains/cert.pem +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/empty.pem +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/generate_cert.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/ca-cert-key.pem +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/ca-cert.pem +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/cert-key-pass.pem +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/cert-key.pem +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/cert-pass.pem +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/with_ca/cert.pem +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/without_ca/cert-key-pass.pem +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/without_ca/cert-key.pem +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/without_ca/cert-pass.pem +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/data/cert/without_ca/cert.pem +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/http_server/test_app.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/http_server/test_route.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/service_discovery/test_manager.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/service_discovery/test_round_robin_balancer.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_cert_option.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_child_process.rb +862 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_compat_parameters.rb +358 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_event_emitter.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_event_loop.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_extract.rb +194 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_formatter.rb +255 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_http_server_helper.rb +372 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_inject.rb +561 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_metrics.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_parser.rb +264 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_record_accessor.rb +238 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_retry_state.rb +1006 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_server.rb +1895 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_service_discovery.rb +165 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_socket.rb +146 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_storage.rb +542 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_thread.rb +164 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/plugin_helper/test_timer.rb +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/exec_script.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter1/formatter_test1.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter2/formatter_test2.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter_known.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/out_test.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/out_test2.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/parser_known.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_capability.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_clock.rb +164 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_config.rb +369 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_configdsl.rb +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_daemonizer.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_engine.rb +203 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_event.rb +531 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_event_router.rb +348 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_event_time.rb +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_file_wrapper.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_filter.rb +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_fluent_log_event_router.rb +99 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_formatter.rb +369 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_input.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_log.rb +1076 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_match.rb +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_mixin.rb +351 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_msgpack_factory.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_oj_options.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_output.rb +278 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_plugin.rb +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_plugin_classes.rb +370 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_plugin_helper.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_plugin_id.rb +119 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_process.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_root_agent.rb +951 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_static_config_analysis.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_supervisor.rb +821 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_test_drivers.rb +136 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_time_formatter.rb +301 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_time_parser.rb +362 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_tls.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_unique_id.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/test_variable_store.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/.github/workflows/linux.yml +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/.github/workflows/windows.yml +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/.gitignore +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/.gitmodules +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/Gemfile +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/LICENSE-MIT +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/README.md +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/Rakefile +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/bench/standalone.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/bench/thin.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/.gitignore +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/RubyHttpParserService.java +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/ext_help.h +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/extconf.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/org/ruby_http_parser/RubyHttpParser.java +502 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/ruby_http_parser.c +561 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/.gitkeep +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/AUTHORS +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/LICENSE-MIT +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/README.md +246 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/bench.c +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/contrib/parsertrace.c +157 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/contrib/url_parser.c +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/http_parser.c +2440 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/http_parser.gyp +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/http_parser.h +433 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser/test.c +4456 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/AUTHORS +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/LICENSE-MIT +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/README.md +183 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/TODO +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/http_parser.c +2175 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/http_parser.gyp +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/http_parser.h +304 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/Http-parser.java.iml +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/FieldData.java +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPCallback.java +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPDataCallback.java +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPErrorCallback.java +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPMethod.java +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPParser.java +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPParserUrl.java +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/ParserSettings.java +256 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/ParserType.java +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/Util.java +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPCallback.java +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPDataCallback.java +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPErrorCallback.java +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPParser.java +2161 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/ParserSettings.java +83 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Message.java +374 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/ParseUrl.java +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Requests.java +69 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Responses.java +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Test.java +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/TestHeaderOverflowError.java +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/TestLoaderNG.java +212 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/TestNoOverflowLongBody.java +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/UnitTest.java +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Upgrade.java +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Url.java +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Util.java +236 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/WrongContentLength.java +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/test.c +3425 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/tests.dumped +845 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/tests.utf8 +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/tools/byte_constants.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/tools/const_char.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/tools/lowcase.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/http_parser.rb.gemspec +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/lib/http/parser.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/lib/http_parser.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/spec/parser_spec.rb +428 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/spec/spec_helper.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/spec/support/requests.json +612 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/spec/support/responses.json +395 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/tasks/compile.rake +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/tasks/fixtures.rake +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/tasks/spec.rake +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/tasks/submodules.rake +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/CHANGES.md +503 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/LICENSE +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/README.md +416 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/Makefile +205 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/fbuffer/fbuffer.h +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +274 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.c +1703 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.h +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +274 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/extconf.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.c +2211 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.h +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.rl +971 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/extconf.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/json.gemspec +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/bigdecimal.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/complex.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/core.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/date.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/date_time.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/exception.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/ostruct.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/range.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/rational.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/regexp.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/set.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/struct.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/symbol.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/time.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/common.rb +698 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/generic_object.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure/generator.rb +513 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure/parser.rb +337 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/version.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json.rb +592 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/Code-of-Conduct.md +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/Contributing.md +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/History.md +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/Licence.md +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/Manifest.txt +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/README.rdoc +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/Rakefile +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/docs/bsdl.txt +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/docs/ruby.txt +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive/tar/minitar/input.rb +243 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive/tar/minitar/output.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive/tar/minitar/posix_header.rb +278 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive/tar/minitar/reader.rb +286 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive/tar/minitar/writer.rb +346 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive/tar/minitar.rb +311 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/archive-tar-minitar.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/lib/minitar.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/support/hoe/deprecated_gem.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/minitest_helper.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/support/tar_test_helpers.rb +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/test_tar_header.rb +112 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/test_tar_input.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/test_tar_output.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/test_tar_reader.rb +174 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitar-0.12/test/test_tar_writer.rb +278 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ChangeLog +351 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/LICENSE +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/README.md +293 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Buffer.java +233 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Decoder.java +307 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Encoder.java +456 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/ExtensionRegistry.java +167 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/ExtensionValue.java +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Factory.java +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/MessagePackLibrary.java +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Packer.java +266 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Types.java +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/java/org/msgpack/jruby/Unpacker.java +336 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/Makefile +273 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/buffer.c +668 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/buffer.h +500 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/buffer_class.c +616 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/buffer_class.h +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/compat.h +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/extconf.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/extension_value_class.c +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/extension_value_class.h +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/factory_class.c +276 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/factory_class.h +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/packer.c +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/packer.h +506 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/packer_class.c +442 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/packer_class.h +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/packer_ext_registry.c +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/packer_ext_registry.h +140 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/rbinit.c +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/rmem.c +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/rmem.h +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/sysdep.h +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/sysdep_endian.h +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/sysdep_types.h +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/unpacker.c +880 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/unpacker.h +142 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/unpacker_class.c +437 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/unpacker_class.h +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/unpacker_ext_registry.c +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/ext/msgpack/unpacker_ext_registry.h +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/bigint.rb +69 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/buffer.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/core_ext.rb +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/factory.rb +211 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/packer.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/symbol.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/time.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/timestamp.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/unpacker.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack/version.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/lib/msgpack.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/msgpack-1.7.2/msgpack.gemspec +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/.github/dependabot.yml +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/.github/workflows/ci.yml +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/.gitignore +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/COPYING +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/Gemfile +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/LEGAL +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/README.md +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/Rakefile +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/colorize.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/configuration.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/context.rb +233 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/enable_tracepoint_events.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/inspector.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/parser.rb +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/power_assert.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/History.rdoc +2403 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/application.rb +861 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/backtrace.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/dsl_definition.rb +196 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_task.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils.rb +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils_ext.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/packagetask.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task.rb +434 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_manager.rb +331 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/testtask.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/rake.gemspec +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/Cargo.toml +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/README.md +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/ext/Rakefile +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/ext/json_schema.so.x64-mingw32.default +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/ext/json_schema.so.x86_64-darwin.default +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/ext/json_schema.so.x86_64-linux.default +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/lib/rusty_json_schema/binding.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/lib/rusty_json_schema/nodes_array.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/lib/rusty_json_schema/validator.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/lib/rusty_json_schema/version.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/lib/rusty_json_schema.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/lib/tasks/thermite_dir_patch.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/rusty_json_schema.gemspec +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0/src/lib.rs +267 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/.github/workflows/linux.yml +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/.github/workflows/windows.yml +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/.gitignore +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/.rspec +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/Changelog +208 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/Gemfile +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/LICENSE +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/NOTICE +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/README.md +517 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/Rakefile +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/examples/server.rb +138 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/examples/spawn_worker_script.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/blocking_flag.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/command_sender.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/config_loader.rb +82 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/daemon.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/daemon_logger.rb +172 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/embedded_server.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/multi_process_server.rb +173 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/multi_spawn_server.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/multi_thread_server.rb +83 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/multi_worker_server.rb +173 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/privilege.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/process_manager.rb +534 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/server.rb +183 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/signal_thread.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/signals.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/socket_manager.rb +259 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/socket_manager_unix.rb +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/socket_manager_win.rb +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/supervisor.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/utils.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/winsock.rb +133 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine/worker.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/lib/serverengine.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/serverengine.gemspec +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/blocking_flag_spec.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/daemon_logger_spec.rb +200 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/daemon_spec.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/multi_process_server_spec.rb +259 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/multi_spawn_server_spec.rb +225 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/server_worker_context.rb +278 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/signal_thread_spec.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/socket_manager_spec.rb +282 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/spec_helper.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/supervisor_spec.rb +237 -0
- data/vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2/spec/winsock_spec.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/.gitignore +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/ChangeLog +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/Gemfile +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/LICENSE +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/README.md +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/Rakefile +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/lib/sigdump/setup.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/lib/sigdump.rb +150 -0
- data/vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5/sigdump.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/.clang-format +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/.gitignore +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/.rspec +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/.travis.yml +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/Gemfile +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/LICENSE.txt +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/README.md +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/Rakefile +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/appveyor.yml +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/bin/console +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/bin/setup +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/ext/strptime/Makefile +273 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/ext/strptime/extconf.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/ext/strptime/ruby_time.c +694 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/ext/strptime/strftime.c +510 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/ext/strptime/strptime.c +742 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/ext/strptime/strptime.h +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/lib/strptime/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/lib/strptime.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5/strptime.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/BSDL +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/COPYING +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/PSFL +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/README.md +108 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/Rakefile +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/doc/text/getting-started.md +246 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/doc/text/how-to.md +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/doc/text/news.md +1782 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/assertion-failed-error.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/assertions.rb +2541 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/attribute-matcher.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/attribute.rb +228 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/auto-runner-loader.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/autorunner.rb +606 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/code-snippet-fetcher.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/collector/descendant.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/collector/dir.rb +110 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/collector/load.rb +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/collector/objectspace.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/collector/xml.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/collector.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/color-scheme.rb +225 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/color.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/data-sets.rb +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/data.rb +371 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/diff.rb +745 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/error.rb +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/exception-handler.rb +82 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/failure.rb +169 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/fault-location-detector.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/fixture.rb +304 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/notification.rb +138 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/omission.rb +198 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/pending.rb +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/priority.rb +194 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/runner/console.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/runner/emacs.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/runner/xml.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/test-suite-creator.rb +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/testcase.rb +938 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/testresult.rb +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/testsuite.rb +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/console/outputlevel.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/console/testrunner.rb +804 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/testrunner.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/testrunnermediator.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/ui/xml/testrunner.rb +224 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/util/backtracefilter.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/util/memory-usage.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/util/method-owner-finder.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/util/observable.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/util/output.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/util/procwrapper.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit/warning.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test/unit.rb +521 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/lib/test-unit.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/sample/adder.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/sample/subtracter.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/sample/test_adder.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/sample/test_subtracter.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.6.2/sample/test_user.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.appveyor.yml +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.gitignore +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.rubocop.yml +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.travis.yml +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/.yardopts +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/CONTRIBUTING.md +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/Gemfile +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/LICENSE +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/NEWS.md +173 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/README.md +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/Rakefile +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/ci/after_success.py +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/cargo.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/config.rb +290 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/custom_binary.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/fiddle.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/github_release_binary.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/package.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/tasks.rb +157 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/lib/thermite/util.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/fixtures/config/Cargo.toml +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/fixtures/github/releases.atom +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/lib/thermite/cargo_test.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/lib/thermite/config_test.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/lib/thermite/custom_binary_test.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/lib/thermite/github_release_binary_test.rb +160 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/lib/thermite/package_test.rb +119 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/lib/thermite/util_test.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/test/test_helper.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/thermite.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/generated_parser.rb +570 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/handler.rb +73 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/parser.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/parser.y +106 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/scanner.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/string_utils.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/tomlrb-1.3.0/lib/tomlrb.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/.yardopts +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/CHANGES.md +1026 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/LICENSE +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/README.md +406 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/annual_rules.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/country.rb +208 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/country_timezone.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_source.rb +446 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/country_info.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/data_timezone_info.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/linked_timezone_info.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/posix_time_zone_parser.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/ruby_data_source.rb +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/timezone_info.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/transitions_data_timezone_info.rb +214 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/zoneinfo_data_source.rb +592 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/zoneinfo_reader.rb +482 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_timezone.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/datetime_with_offset.rb +153 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/country_definer.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/country_index_definition.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_definer.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_definition.rb +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_index_definition.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_definer.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_index_definer.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_index_definition.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_definer.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_definition.rb +73 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_index_definer.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_index_definition.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/info_timezone.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/linked_timezone.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/offset_timezone_period.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/ruby_core_support.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/string_deduper.rb +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/time_with_offset.rb +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timestamp.rb +552 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timestamp_with_offset.rb +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone.rb +1160 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_offset.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_period.rb +179 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_proxy.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_transition.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/transition_rule.rb +455 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/transitions_timezone_period.rb +63 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/version.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/with_offset.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/.yardopts +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/CONTRIBUTING.md +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/LICENSE +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/README.md +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Abidjan.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Accra.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Addis_Ababa.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Algiers.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Asmara.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Asmera.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Bamako.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Bangui.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Banjul.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Bissau.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Blantyre.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Brazzaville.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Bujumbura.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Cairo.rb +254 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Casablanca.rb +196 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Ceuta.rb +225 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Conakry.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Dakar.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Dar_es_Salaam.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Djibouti.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Douala.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/El_Aaiun.rb +186 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Freetown.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Gaborone.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Harare.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Johannesburg.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Juba.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Kampala.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Khartoum.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Kigali.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Kinshasa.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Lagos.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Libreville.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Lome.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Luanda.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Lubumbashi.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Lusaka.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Malabo.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Maputo.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Maseru.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Mbabane.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Mogadishu.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Monrovia.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Nairobi.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Ndjamena.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Niamey.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Nouakchott.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Ouagadougou.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Porto__m__Novo.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Sao_Tome.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Timbuktu.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Tripoli.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Tunis.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Africa/Windhoek.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Adak.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Anchorage.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Anguilla.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Antigua.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Araguaina.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Catamarca.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/ComodRivadavia.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Cordoba.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Jujuy.rb +87 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/La_Rioja.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Mendoza.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Rio_Gallegos.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Salta.rb +87 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/San_Juan.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/San_Luis.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Tucuman.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Argentina/Ushuaia.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Aruba.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Asuncion.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Atikokan.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Atka.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Bahia.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Bahia_Banderas.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Barbados.rb +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Belem.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Belize.rb +124 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Blanc__m__Sablon.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Boa_Vista.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Bogota.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Boise.rb +252 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Buenos_Aires.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Cambridge_Bay.rb +239 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Campo_Grande.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Cancun.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Caracas.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Catamarca.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Cayenne.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Cayman.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Chicago.rb +336 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Chihuahua.rb +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Ciudad_Juarez.rb +190 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Coral_Harbour.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Cordoba.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Costa_Rica.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Creston.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Cuiaba.rb +112 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Curacao.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Danmarkshavn.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Dawson.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Dawson_Creek.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Denver.rb +257 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Detroit.rb +241 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Dominica.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Edmonton.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Eirunepe.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/El_Salvador.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Ensenada.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Fort_Nelson.rb +169 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Fort_Wayne.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Fortaleza.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Glace_Bay.rb +239 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Godthab.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Goose_Bay.rb +308 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Grand_Turk.rb +214 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Grenada.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Guadeloupe.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Guatemala.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Guayaquil.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Guyana.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Halifax.rb +327 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Havana.rb +254 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Hermosillo.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Indianapolis.rb +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Knox.rb +256 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Marengo.rb +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Petersburg.rb +219 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Tell_City.rb +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Vevay.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Vincennes.rb +204 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indiana/Winamac.rb +210 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Indianapolis.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Inuvik.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Iqaluit.rb +236 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Jamaica.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Jujuy.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Juneau.rb +248 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Kentucky/Louisville.rb +281 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Kentucky/Monticello.rb +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Knox_IN.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Kralendijk.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/La_Paz.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Lima.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Los_Angeles.rb +285 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Louisville.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Lower_Princes.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Maceio.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Managua.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Manaus.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Marigot.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Martinique.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Matamoros.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Mazatlan.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Mendoza.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Menominee.rb +243 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Merida.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Metlakatla.rb +183 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Mexico_City.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Miquelon.rb +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Moncton.rb +307 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Monterrey.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Montevideo.rb +115 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Montreal.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Montserrat.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Nassau.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/New_York.rb +335 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Nipigon.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Nome.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Noronha.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/North_Dakota/Beulah.rb +253 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/North_Dakota/Center.rb +253 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/North_Dakota/New_Salem.rb +253 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Nuuk.rb +215 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Ojinaga.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Panama.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Pangnirtung.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Paramaribo.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Phoenix.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Port__m__au__m__Prince.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Port_of_Spain.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Porto_Acre.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Porto_Velho.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Puerto_Rico.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Punta_Arenas.rb +144 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Rainy_River.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Rankin_Inlet.rb +231 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Recife.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Regina.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Resolute.rb +231 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Rio_Branco.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Rosario.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Santa_Isabel.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Santarem.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Santiago.rb +258 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Santo_Domingo.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Sao_Paulo.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Scoresbysund.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Shiprock.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Sitka.rb +247 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/St_Barthelemy.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/St_Johns.rb +341 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/St_Kitts.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/St_Lucia.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/St_Thomas.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/St_Vincent.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Swift_Current.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Tegucigalpa.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Thule.rb +192 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Thunder_Bay.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Tijuana.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Toronto.rb +332 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Tortola.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Vancouver.rb +289 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Virgin.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Whitehorse.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Winnipeg.rb +285 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Yakutat.rb +246 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/America/Yellowknife.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Casey.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Davis.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/DumontDUrville.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Macquarie.rb +240 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Mawson.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/McMurdo.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Palmer.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Rothera.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/South_Pole.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Syowa.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Troll.rb +164 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Antarctica/Vostok.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Arctic/Longyearbyen.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Aden.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Almaty.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Amman.rb +111 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Anadyr.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Aqtau.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Aqtobe.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ashgabat.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ashkhabad.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Atyrau.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Baghdad.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Bahrain.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Baku.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Bangkok.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Barnaul.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Beirut.rb +238 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Bishkek.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Brunei.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Calcutta.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Chita.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Choibalsan.rb +77 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Chongqing.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Chungking.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Colombo.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Dacca.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Damascus.rb +145 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Dhaka.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Dili.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Dubai.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Dushanbe.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Famagusta.rb +224 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Gaza.rb +285 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Harbin.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Hebron.rb +287 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ho_Chi_Minh.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Hong_Kong.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Hovd.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Irkutsk.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Istanbul.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Jakarta.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Jayapura.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Jerusalem.rb +248 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kabul.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kamchatka.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Karachi.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kashgar.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kathmandu.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Katmandu.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Khandyga.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kolkata.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Krasnoyarsk.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kuala_Lumpur.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kuching.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Kuwait.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Macao.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Macau.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Magadan.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Makassar.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Manila.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Muscat.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Nicosia.rb +224 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Novokuznetsk.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Novosibirsk.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Omsk.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Oral.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Phnom_Penh.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Pontianak.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Pyongyang.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Qatar.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Qostanay.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Qyzylorda.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Rangoon.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Riyadh.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Saigon.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Sakhalin.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Samarkand.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Seoul.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Shanghai.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Singapore.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Srednekolymsk.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Taipei.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Tashkent.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Tbilisi.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Tehran.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Tel_Aviv.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Thimbu.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Thimphu.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Tokyo.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Tomsk.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ujung_Pandang.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ulaanbaatar.rb +74 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ulan_Bator.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Urumqi.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Ust__m__Nera.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Vientiane.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Vladivostok.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Yakutsk.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Yangon.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Yekaterinburg.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Asia/Yerevan.rb +87 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Azores.rb +325 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Bermuda.rb +255 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Canary.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Cape_Verde.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Faeroe.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Faroe.rb +212 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Jan_Mayen.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Madeira.rb +324 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Reykjavik.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/South_Georgia.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/St_Helena.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Atlantic/Stanley.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/ACT.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Adelaide.rb +240 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Brisbane.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Broken_Hill.rb +242 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Canberra.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Currie.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Darwin.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Eucla.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Hobart.rb +250 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/LHI.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Lindeman.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Lord_Howe.rb +213 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Melbourne.rb +238 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/NSW.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/North.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Perth.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Queensland.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/South.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Sydney.rb +238 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Tasmania.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Victoria.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/West.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Australia/Yancowinna.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Brazil/Acre.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Brazil/DeNoronha.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Brazil/East.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Brazil/West.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/CET.rb +230 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/CST6CDT.rb +245 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Atlantic.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Central.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Eastern.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Mountain.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Newfoundland.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Pacific.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Saskatchewan.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Canada/Yukon.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Chile/Continental.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Chile/EasterIsland.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Cuba.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/EET.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/EST5EDT.rb +245 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Egypt.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Eire.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT0.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__0.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__10.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__11.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__12.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__13.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__14.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__2.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__3.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__4.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__5.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__6.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__7.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__8.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__m__9.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__0.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__10.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__11.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__12.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__2.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__3.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__4.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__5.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__6.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__7.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__8.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/GMT__p__9.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/Greenwich.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/UCT.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/Universal.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Etc/Zulu.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Amsterdam.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Andorra.rb +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Astrakhan.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Athens.rb +238 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Belfast.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Belgrade.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Berlin.rb +241 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Bratislava.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Brussels.rb +285 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Bucharest.rb +234 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Budapest.rb +248 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Busingen.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Chisinau.rb +244 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Copenhagen.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Dublin.rb +329 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Gibraltar.rb +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Guernsey.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Helsinki.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Isle_of_Man.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Istanbul.rb +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Jersey.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Kaliningrad.rb +108 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Kiev.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Kirov.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Kyiv.rb +223 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Lisbon.rb +323 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Ljubljana.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/London.rb +341 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Luxembourg.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Madrid.rb +262 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Malta.rb +266 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Mariehamn.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Minsk.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Monaco.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Moscow.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Nicosia.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Oslo.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Paris.rb +285 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Podgorica.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Prague.rb +243 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Riga.rb +229 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Rome.rb +268 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Samara.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/San_Marino.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Sarajevo.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Saratov.rb +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Simferopol.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Skopje.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Sofia.rb +226 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Stockholm.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Tallinn.rb +225 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Tirane.rb +230 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Tiraspol.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Ulyanovsk.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Uzhgorod.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Vaduz.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Vatican.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Vienna.rb +236 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Vilnius.rb +223 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Volgograd.rb +92 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Warsaw.rb +265 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Zagreb.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Zaporozhye.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Europe/Zurich.rb +218 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Factory.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/GB.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/GB__m__Eire.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/GMT.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/GMT0.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/GMT__m__0.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/GMT__p__0.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Greenwich.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/HST.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Hongkong.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Iceland.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Antananarivo.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Chagos.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Christmas.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Cocos.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Comoro.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Kerguelen.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Mahe.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Maldives.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Mauritius.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Mayotte.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Indian/Reunion.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Iran.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Israel.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Jamaica.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Japan.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Kwajalein.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Libya.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/MET.rb +230 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/MST.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/MST7MDT.rb +245 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Mexico/BajaNorte.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Mexico/BajaSur.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Mexico/General.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/NZ.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/NZ__m__CHAT.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Navajo.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/PRC.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/PST8PDT.rb +245 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Apia.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Auckland.rb +255 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Bougainville.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Chatham.rb +226 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Chuuk.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Easter.rb +238 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Efate.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Enderbury.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Fakaofo.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Fiji.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Funafuti.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Galapagos.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Gambier.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Guadalcanal.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Guam.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Honolulu.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Johnston.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Kanton.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Kiritimati.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Kosrae.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Kwajalein.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Majuro.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Marquesas.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Midway.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Nauru.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Niue.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Norfolk.rb +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Noumea.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Palau.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Pitcairn.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Pohnpei.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Ponape.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Port_Moresby.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Rarotonga.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Saipan.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Samoa.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Tahiti.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Tarawa.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Tongatapu.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Truk.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Wake.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Wallis.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Pacific/Yap.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Poland.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Portugal.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/ROC.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/ROK.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Singapore.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Turkey.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/UCT.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Alaska.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Aleutian.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Arizona.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Central.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/East__m__Indiana.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Eastern.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Hawaii.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Indiana__m__Starke.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Michigan.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Mountain.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Pacific.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/US/Samoa.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Universal.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/WET.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/W__m__SU.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/definitions/Zulu.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/indexes/countries.rb +932 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/indexes/timezones.rb +612 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/tzdataparser.rb +1350 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data/version.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-data-1.2024.1/lib/tzinfo/data.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/Gemfile +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/README.md +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/Rakefile +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/accesslog.rb +157 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/cgi.rb +313 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/compat.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/config.rb +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/cookie.rb +172 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/htmlutils.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/authenticator.rb +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/basicauth.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/digestauth.rb +395 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/htdigest.rb +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/htgroup.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/htpasswd.rb +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/userdb.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpproxy.rb +354 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httprequest.rb +640 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpresponse.rb +588 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/https.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpserver.rb +294 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/abstract.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/cgi_runner.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/cgihandler.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/erbhandler.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/filehandler.rb +552 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/prochandler.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpstatus.rb +194 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httputils.rb +523 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpversion.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/log.rb +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/server.rb +381 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/ssl.rb +219 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/utils.rb +265 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/version.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/webrick.gemspec +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/CHANGES +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/MANIFEST +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/README +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/Rakefile +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/certs/djberg96_pub.pem +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/lib/win32/event.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/lib/win32-event.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/test/test_win32_event.rb +200 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3/win32-event.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/CHANGES +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/MANIFEST +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/README +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/Rakefile +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/certs/djberg96_pub.pem +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/lib/win32/ipc.rb +185 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/lib/win32-ipc.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/test/test_win32_ipc.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0/win32-ipc.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32/daemon.rb +366 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32/service.rb +1666 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32/windows/constants.rb +143 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32/windows/functions.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32/windows/structs.rb +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32/windows/version.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32-daemon.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/win32-service-2.3.2/lib/win32-service.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.codeclimate.yml +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.github/workflows/ci.yml +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.gitignore +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/.rspec +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/CHANGELOG.md +332 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/Gemfile +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/README.md +367 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/Rakefile +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/encode.rb +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/encode_json_and_marshal.rb +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/encode_json_and_yaml.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/http.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/parse.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/parse_json_and_marshal.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/parse_json_and_yaml.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/parse_stream.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/item.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/ohai.json +1216 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/ohai.marshal_dump +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/ohai.yml +975 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/twitter_search.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/twitter_stream.json +430 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/benchmark/subjects/unicode.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/encoding/chunked_encoding.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/encoding/one_shot.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/encoding/to_an_io.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/http/twitter_search_api.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/http/twitter_stream_api.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/parsing/from_file.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/parsing/from_stdin.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/examples/parsing/from_string.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/api/yajl_common.h +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/api/yajl_gen.h +166 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/api/yajl_parse.h +198 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/api/yajl_version.h +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/extconf.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl.c +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_alloc.c +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_alloc.h +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_buf.c +200 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_buf.h +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_bytestack.h +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_encode.c +237 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_encode.h +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_ext.c +1424 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_ext.h +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_gen.c +378 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_lex.c +758 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_lex.h +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_parser.c +464 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_parser.h +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/ext/yajl/yajl_version.c +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/bzip2/stream_reader.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/bzip2/stream_writer.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/bzip2.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/deflate/stream_reader.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/deflate/stream_writer.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/deflate.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/gzip/stream_reader.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/gzip/stream_writer.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/gzip.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/http_stream.rb +213 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/json_gem/encoding.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/json_gem/parsing.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/json_gem.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/lib/yajl.rb +83 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/script/bootstrap +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/encoding/encoding_spec.rb +341 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/global/global_spec.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.bzip2.dump +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.chunked.dump +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.deflate.dump +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.error.dump +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.gzip.dump +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.html.dump +1220 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/fixtures/http.raw.dump +1226 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/http_delete_spec.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/http_error_spec.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/http_get_spec.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/http_post_spec.rb +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/http_put_spec.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/http/http_stream_options_spec.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/json_gem_compatibility/compatibility_spec.rb +207 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/active_support_spec.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/chunked_spec.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail.15.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail.16.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail.17.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail.26.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail11.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail12.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail13.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail14.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail19.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail20.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail21.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail22.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail23.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail24.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail25.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail27.json +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail28.json +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail3.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail4.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail5.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail6.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/fail9.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.array.json +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.codepoints_from_unicode_org.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.contacts.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.db100.xml.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.db1000.xml.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.dc_simple_with_comments.json +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.deep_arrays.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.difficult_json_c_test_case.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.difficult_json_c_test_case_with_comments.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.doubles.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.empty_array.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.empty_string.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.escaped_bulgarian.json +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.escaped_foobar.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.item.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.json-org-sample1.json +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.json-org-sample2.json +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.json-org-sample3.json +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.json-org-sample4-nows.json +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.json-org-sample4.json +89 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.json-org-sample5.json +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.map-spain.xml.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.ns-invoice100.xml.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.ns-soap.xml.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.numbers-fp-4k.json +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.numbers-fp-64k.json +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.numbers-int-4k.json +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.numbers-int-64k.json +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.twitter-search.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.twitter-search2.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.unicode.json +3315 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass.yelp.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass1.json +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass2.json +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures/pass3.json +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/fixtures_spec.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/large_number_spec.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/parsing/one_off_spec.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/projection/project_file.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/projection/projection.rb +498 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/rcov.opts +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/spec_helper.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/tasks/compile.rake +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/tasks/rspec.rake +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/yajl-ruby.gemspec +23 -0
- data/vendor/bundle/ruby/3.3.0/specifications/base64-0.2.0.gemspec +23 -0
- data/vendor/bundle/ruby/3.3.0/specifications/certstore_c-0.1.7.gemspec +34 -0
- data/vendor/bundle/ruby/3.3.0/specifications/concurrent-ruby-1.3.4.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/cool.io-1.8.1.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/csv-3.3.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/drb-2.2.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.0-x64-mingw-ucrt.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ffi-win32-extensions-1.0.4.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/fluentd-1.17.0-x64-mingw-ucrt.gemspec +59 -0
- data/vendor/bundle/ruby/3.3.0/specifications/http_parser.rb-0.8.0.gemspec +32 -0
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.7.2.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/minitar-0.12.gemspec +42 -0
- data/vendor/bundle/ruby/3.3.0/specifications/msgpack-1.7.2.gemspec +35 -0
- data/vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.3.gemspec +34 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.2.1.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/serverengine-2.3.2.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/sigdump-0.2.5.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/strptime-0.2.5.gemspec +34 -0
- data/vendor/bundle/ruby/3.3.0/specifications/test-unit-3.6.2.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/thermite-0.13.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/tomlrb-1.3.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/tzinfo-2.0.6.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/tzinfo-data-1.2024.1.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/webrick-1.8.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/win32-event-0.6.3.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/win32-ipc-0.7.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/win32-service-2.3.2.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/yajl-ruby-1.4.3.gemspec +31 -0
- metadata +2753 -0
@@ -0,0 +1,2786 @@
|
|
1
|
+
# v1.17
|
2
|
+
|
3
|
+
## Release v1.17.0 - 2024/04/30
|
4
|
+
|
5
|
+
### Enhancement
|
6
|
+
|
7
|
+
* in_http: Recognize CSP reports as JSON data
|
8
|
+
https://github.com/fluent/fluentd/pull/4282
|
9
|
+
* out_http: Add option to reuse connections
|
10
|
+
https://github.com/fluent/fluentd/pull/4330
|
11
|
+
* in_tail: Expand glob capability for square brackets and one character matcher
|
12
|
+
https://github.com/fluent/fluentd/pull/4401
|
13
|
+
* out_http: Support AWS Signature Version 4 authentication
|
14
|
+
https://github.com/fluent/fluentd/pull/4459
|
15
|
+
|
16
|
+
### Bug Fix
|
17
|
+
|
18
|
+
* Make sure `parser_json` and `parser_msgpack` return `Hash`.
|
19
|
+
Make `parser_json` and `parser_msgpack` accept only `Hash` or `Array` of `Hash`.
|
20
|
+
https://github.com/fluent/fluentd/pull/4474
|
21
|
+
* filter_parser: Add error event for multiple parsed results
|
22
|
+
https://github.com/fluent/fluentd/pull/4478
|
23
|
+
|
24
|
+
### Misc
|
25
|
+
|
26
|
+
* Raise minimum required ruby version
|
27
|
+
https://github.com/fluent/fluentd/pull/4288
|
28
|
+
* Require missing dependent gems as of Ruby 3.4-dev
|
29
|
+
https://github.com/fluent/fluentd/pull/4411
|
30
|
+
* Minor code refactoring
|
31
|
+
https://github.com/fluent/fluentd/pull/4294
|
32
|
+
https://github.com/fluent/fluentd/pull/4299
|
33
|
+
https://github.com/fluent/fluentd/pull/4302
|
34
|
+
https://github.com/fluent/fluentd/pull/4320
|
35
|
+
* CI fixes
|
36
|
+
https://github.com/fluent/fluentd/pull/4369
|
37
|
+
https://github.com/fluent/fluentd/pull/4433
|
38
|
+
https://github.com/fluent/fluentd/pull/4452
|
39
|
+
https://github.com/fluent/fluentd/pull/4477
|
40
|
+
* github: unify YAML file extension to .yml
|
41
|
+
https://github.com/fluent/fluentd/pull/4429
|
42
|
+
|
43
|
+
# v1.16
|
44
|
+
|
45
|
+
## Release v1.16.5 - 2024/03/27
|
46
|
+
|
47
|
+
### Bug Fix
|
48
|
+
|
49
|
+
* Buffer: Fix emit error of v1.16.4 sometimes failing to process large data
|
50
|
+
exceeding chunk size limit
|
51
|
+
https://github.com/fluent/fluentd/pull/4447
|
52
|
+
|
53
|
+
## Release v1.16.4 - 2024/03/14
|
54
|
+
|
55
|
+
### Bug Fix
|
56
|
+
|
57
|
+
* Fix to avoid processing discarded chunks in write_step_by_step.
|
58
|
+
It fixes not to raise pile of IOError when many `chunk
|
59
|
+
bytes limit exceeds` errors are occurred.
|
60
|
+
https://github.com/fluent/fluentd/pull/4342
|
61
|
+
* in_tail: Fix tail watchers in `rotate_wait` state not being managed.
|
62
|
+
https://github.com/fluent/fluentd/pull/4334
|
63
|
+
|
64
|
+
### Misc
|
65
|
+
|
66
|
+
* buffer: Avoid unnecessary log processing. It will improve performance.
|
67
|
+
https://github.com/fluent/fluentd/pull/4331
|
68
|
+
|
69
|
+
## Release v1.16.3 - 2023/11/14
|
70
|
+
|
71
|
+
### Bug Fix
|
72
|
+
|
73
|
+
* in_tail: Fix a stall bug on !follow_inode case
|
74
|
+
https://github.com/fluent/fluentd/pull/4327
|
75
|
+
* in_tail: add warning for silent stop on !follow_inodes case
|
76
|
+
https://github.com/fluent/fluentd/pull/4339
|
77
|
+
* Buffer: Fix NoMethodError with empty unstaged chunk arrays
|
78
|
+
https://github.com/fluent/fluentd/pull/4303
|
79
|
+
* Fix for rotate_age where Fluentd passes as Symbol
|
80
|
+
https://github.com/fluent/fluentd/pull/4311
|
81
|
+
|
82
|
+
## Release v1.16.2 - 2023/07/14
|
83
|
+
|
84
|
+
### Bug Fix
|
85
|
+
|
86
|
+
* in_tail: Fix new watcher is wrongly detached on rotation when `follow_inodes`,
|
87
|
+
which causes stopping tailing the file
|
88
|
+
https://github.com/fluent/fluentd/pull/4208
|
89
|
+
* in_tail: Prevent wrongly unwatching when `follow_inodes`, which causes log
|
90
|
+
duplication
|
91
|
+
https://github.com/fluent/fluentd/pull/4237
|
92
|
+
* in_tail: Fix warning log about overwriting entry when `follow_inodes`
|
93
|
+
https://github.com/fluent/fluentd/pull/4214
|
94
|
+
* in_tail: Ensure to discard TailWatcher with missing target when `follow_inodes`
|
95
|
+
https://github.com/fluent/fluentd/pull/4239
|
96
|
+
* MessagePackFactory: Make sure to reset local unpacker to prevent received
|
97
|
+
broken data from affecting other receiving data
|
98
|
+
https://github.com/fluent/fluentd/pull/4178
|
99
|
+
* Fix failure to launch Fluentd on Windows when the log path isn't specified in
|
100
|
+
the command line
|
101
|
+
https://github.com/fluent/fluentd/pull/4188
|
102
|
+
* logger: Prevent growing cache size of `ignore_same_log_interval` unlimitedly
|
103
|
+
https://github.com/fluent/fluentd/pull/4229
|
104
|
+
* Update sigdump to 0.2.5 to fix wrong value of object counts
|
105
|
+
https://github.com/fluent/fluentd/pull/4225
|
106
|
+
|
107
|
+
### Misc
|
108
|
+
|
109
|
+
* in_tail: Check detaching inode when `follow_inodes`
|
110
|
+
https://github.com/fluent/fluentd/pull/4191
|
111
|
+
* in_tail: Add debug log for pos file compaction
|
112
|
+
https://github.com/fluent/fluentd/pull/4228
|
113
|
+
* Code improvements detected by RuboCop Performance
|
114
|
+
https://github.com/fluent/fluentd/pull/4201
|
115
|
+
https://github.com/fluent/fluentd/pull/4210
|
116
|
+
* Add notice for unused argument `unpacker` of `ChunkMessagePackEventStreamer.each`
|
117
|
+
https://github.com/fluent/fluentd/pull/4159
|
118
|
+
|
119
|
+
## Release v1.16.1 - 2023/04/17
|
120
|
+
|
121
|
+
### Enhancement
|
122
|
+
|
123
|
+
* in_tcp: Add `message_length_limit` to drop large incoming data
|
124
|
+
https://github.com/fluent/fluentd/pull/4137
|
125
|
+
|
126
|
+
### Bug Fix
|
127
|
+
|
128
|
+
* Fix NameError of `SecondaryFileOutput` when setting secondary other than
|
129
|
+
`out_secondary_file`
|
130
|
+
https://github.com/fluent/fluentd/pull/4124
|
131
|
+
* Server helper: Suppress error of `UDPServer` over `max_bytes` on Windows
|
132
|
+
https://github.com/fluent/fluentd/pull/4131
|
133
|
+
* Buffer: Fix that `compress` setting causes unexpected error when receiving
|
134
|
+
already compressed MessagePack
|
135
|
+
https://github.com/fluent/fluentd/pull/4147
|
136
|
+
|
137
|
+
### Misc
|
138
|
+
|
139
|
+
* Update MAINTAINERS.md
|
140
|
+
https://github.com/fluent/fluentd/pull/4119
|
141
|
+
* Update security policy
|
142
|
+
https://github.com/fluent/fluentd/pull/4123
|
143
|
+
* Plugin template: Remove unnecessary code
|
144
|
+
https://github.com/fluent/fluentd/pull/4128
|
145
|
+
* Revive issue auto closer
|
146
|
+
https://github.com/fluent/fluentd/pull/4116
|
147
|
+
* Fix a link for the repository of td-agent
|
148
|
+
https://github.com/fluent/fluentd/pull/4145
|
149
|
+
* in_udp: add test of message_length_limit
|
150
|
+
https://github.com/fluent/fluentd/pull/4117
|
151
|
+
* Fix a typo of an argument of `Fluent::EventStream#each`
|
152
|
+
https://github.com/fluent/fluentd/pull/4148
|
153
|
+
* Test in_tcp: Fix undesirable way to assert logs
|
154
|
+
https://github.com/fluent/fluentd/pull/4138
|
155
|
+
|
156
|
+
## Release v1.16.0 - 2023/03/29
|
157
|
+
|
158
|
+
### Enhancement
|
159
|
+
|
160
|
+
* in_tcp: Add `send_keepalive_packet` option
|
161
|
+
https://github.com/fluent/fluentd/pull/3961
|
162
|
+
* buffer: backup broken file chunk
|
163
|
+
https://github.com/fluent/fluentd/pull/4025
|
164
|
+
* Add warning messages for restoring buffer with `flush_at_shutdown true`
|
165
|
+
https://github.com/fluent/fluentd/pull/4027
|
166
|
+
* Add logs for time period of restored buffer possibly broken
|
167
|
+
https://github.com/fluent/fluentd/pull/4028
|
168
|
+
|
169
|
+
### Bug Fix
|
170
|
+
|
171
|
+
* http_server_helper: Fix format of log messages originating from Async gem
|
172
|
+
https://github.com/fluent/fluentd/pull/3987
|
173
|
+
* Change to not generate a sigdump file after receiving a `SIGTERM` signal on
|
174
|
+
non-Windows
|
175
|
+
https://github.com/fluent/fluentd/pull/4034
|
176
|
+
https://github.com/fluent/fluentd/pull/4043
|
177
|
+
* out_forward: fix error of ack handling conflict on stopping with
|
178
|
+
`require_ack_response` enabled
|
179
|
+
https://github.com/fluent/fluentd/pull/4030
|
180
|
+
* Fix problem that some `system` configs are not reflected
|
181
|
+
https://github.com/fluent/fluentd/pull/4064
|
182
|
+
https://github.com/fluent/fluentd/pull/4065
|
183
|
+
https://github.com/fluent/fluentd/pull/4086
|
184
|
+
https://github.com/fluent/fluentd/pull/4090
|
185
|
+
https://github.com/fluent/fluentd/pull/4096
|
186
|
+
* Fix bug that the logger outputs some initial log messages without applying
|
187
|
+
some settings such as `format`
|
188
|
+
https://github.com/fluent/fluentd/pull/4091
|
189
|
+
* Windows: Fix a bug that the wrong log file is reopened with log rotate setting
|
190
|
+
when flushing or graceful reloading
|
191
|
+
https://github.com/fluent/fluentd/pull/4054
|
192
|
+
* Fix race condition of out_secondary_file
|
193
|
+
https://github.com/fluent/fluentd/pull/4081
|
194
|
+
* Suppress warning using different secondary for out_secondary_file
|
195
|
+
https://github.com/fluent/fluentd/pull/4087
|
196
|
+
* Fix value of `system_config.workers` at `run_configure`.
|
197
|
+
Change argument type of `Fluent::Plugin::Base::configure()` to
|
198
|
+
`Fluent::Config::Element` only.
|
199
|
+
https://github.com/fluent/fluentd/pull/4066
|
200
|
+
* Fix bug that Fluentd sometimes tries to use an unavailable port and fails to
|
201
|
+
start on Windows
|
202
|
+
https://github.com/fluent/fluentd/pull/4092
|
203
|
+
|
204
|
+
### Misc
|
205
|
+
|
206
|
+
* Add method for testing `filtered_with_time`
|
207
|
+
https://github.com/fluent/fluentd/pull/3899
|
208
|
+
* Replace `$$` with `Process.pid`
|
209
|
+
https://github.com/fluent/fluentd/pull/4040
|
210
|
+
* Relax required webric gem version
|
211
|
+
https://github.com/fluent/fluentd/pull/4061
|
212
|
+
* CI fixes to support Ruby 3.2
|
213
|
+
https://github.com/fluent/fluentd/pull/3968
|
214
|
+
https://github.com/fluent/fluentd/pull/3996
|
215
|
+
https://github.com/fluent/fluentd/pull/3997
|
216
|
+
* Other CI fixes
|
217
|
+
https://github.com/fluent/fluentd/pull/3969
|
218
|
+
https://github.com/fluent/fluentd/pull/3990
|
219
|
+
https://github.com/fluent/fluentd/pull/4013
|
220
|
+
https://github.com/fluent/fluentd/pull/4033
|
221
|
+
https://github.com/fluent/fluentd/pull/4044
|
222
|
+
https://github.com/fluent/fluentd/pull/4050
|
223
|
+
https://github.com/fluent/fluentd/pull/4062
|
224
|
+
https://github.com/fluent/fluentd/pull/4074
|
225
|
+
https://github.com/fluent/fluentd/pull/4082
|
226
|
+
https://github.com/fluent/fluentd/pull/4085
|
227
|
+
* Update MAINTAINERS.md
|
228
|
+
https://github.com/fluent/fluentd/pull/4026
|
229
|
+
https://github.com/fluent/fluentd/pull/4069
|
230
|
+
|
231
|
+
# v1.15
|
232
|
+
|
233
|
+
## Release v1.15.3 - 2022/11/02
|
234
|
+
|
235
|
+
### Bug Fix
|
236
|
+
|
237
|
+
* Support glob for `!include` directive in YAML config format
|
238
|
+
https://github.com/fluent/fluentd/pull/3917
|
239
|
+
* Remove meaningless oj options
|
240
|
+
https://github.com/fluent/fluentd/pull/3929
|
241
|
+
* Fix log initializer to correctly create per-process files on Windows
|
242
|
+
https://github.com/fluent/fluentd/pull/3939
|
243
|
+
* out_file: Fix the multi-worker check with `<worker 0-N>` directive
|
244
|
+
https://github.com/fluent/fluentd/pull/3942
|
245
|
+
|
246
|
+
### Misc
|
247
|
+
|
248
|
+
* Fix broken tests on Ruby 3.2
|
249
|
+
https://github.com/fluent/fluentd/pull/3883
|
250
|
+
https://github.com/fluent/fluentd/pull/3922
|
251
|
+
|
252
|
+
## Release v1.15.2 - 2022/08/22
|
253
|
+
|
254
|
+
### Enhancement
|
255
|
+
|
256
|
+
* Add a new system configuration `enable_jit`
|
257
|
+
https://github.com/fluent/fluentd/pull/3857
|
258
|
+
|
259
|
+
### Bug Fix
|
260
|
+
|
261
|
+
* out_file: Fix append mode with `--daemon` flag
|
262
|
+
https://github.com/fluent/fluentd/pull/3864
|
263
|
+
* child_process: Plug file descriptor leak
|
264
|
+
https://github.com/fluent/fluentd/pull/3844
|
265
|
+
|
266
|
+
### Misc
|
267
|
+
|
268
|
+
* Drop win32-api gem to support Ruby 3.2
|
269
|
+
https://github.com/fluent/fluentd/pull/3849
|
270
|
+
https://github.com/fluent/fluentd/pull/3866
|
271
|
+
|
272
|
+
## Release v1.15.1 - 2022/07/27
|
273
|
+
|
274
|
+
### Bug Fix
|
275
|
+
|
276
|
+
* Add support for concurrent append in out_file
|
277
|
+
https://github.com/fluent/fluentd/pull/3808
|
278
|
+
|
279
|
+
### Misc
|
280
|
+
|
281
|
+
* in_tail: Show more information on skipping update_watcher
|
282
|
+
https://github.com/fluent/fluentd/pull/3829
|
283
|
+
|
284
|
+
## Release v1.15.0 - 2022/06/29
|
285
|
+
|
286
|
+
### Enhancement
|
287
|
+
|
288
|
+
* in_tail: Add log throttling in files based on group rules
|
289
|
+
https://github.com/fluent/fluentd/pull/3535
|
290
|
+
https://github.com/fluent/fluentd/pull/3771
|
291
|
+
* Add `dump` command to fluent-ctl
|
292
|
+
https://github.com/fluent/fluentd/pull/3680
|
293
|
+
* Handle YAML configuration format on configuration file
|
294
|
+
https://github.com/fluent/fluentd/pull/3712
|
295
|
+
* Add `restart_worker_interval` parameter in `<system>` directive to set
|
296
|
+
interval to restart workers that has stopped for some reason.
|
297
|
+
https://github.com/fluent/fluentd/pull/3768
|
298
|
+
|
299
|
+
### Bug fixes
|
300
|
+
|
301
|
+
* out_forward: Fix to update timeout of cached sockets
|
302
|
+
https://github.com/fluent/fluentd/pull/3711
|
303
|
+
* in_tail: Fix a possible crash on file rotation when `follow_inodes true`
|
304
|
+
https://github.com/fluent/fluentd/pull/3754
|
305
|
+
* output: Fix a possible crash of flush thread
|
306
|
+
https://github.com/fluent/fluentd/pull/3755
|
307
|
+
* in_tail: Fix crash bugs on Ruby 3.1 on Windows
|
308
|
+
https://github.com/fluent/fluentd/pull/3766
|
309
|
+
* in_tail: Fix a bug that in_tail cannot open non-ascii path on Windows
|
310
|
+
https://github.com/fluent/fluentd/pull/3774
|
311
|
+
* Fix a bug that fluentd doesn't release its own log file even after rotated by
|
312
|
+
external tools
|
313
|
+
https://github.com/fluent/fluentd/pull/3782
|
314
|
+
|
315
|
+
### Misc
|
316
|
+
|
317
|
+
* in_tail: Simplify TargetInfo related code
|
318
|
+
https://github.com/fluent/fluentd/pull/3489
|
319
|
+
* Fix a wrong issue number in CHANGELOG
|
320
|
+
https://github.com/fluent/fluentd/pull/3700
|
321
|
+
* server helper: Add comments to linger_timeout behavior about Windows
|
322
|
+
https://github.com/fluent/fluentd/pull/3701
|
323
|
+
* service_discovery: Fix typo
|
324
|
+
https://github.com/fluent/fluentd/pull/3724
|
325
|
+
* test: Fix unstable tests and warnings
|
326
|
+
https://github.com/fluent/fluentd/pull/3745
|
327
|
+
https://github.com/fluent/fluentd/pull/3753
|
328
|
+
https://github.com/fluent/fluentd/pull/3767
|
329
|
+
https://github.com/fluent/fluentd/pull/3783
|
330
|
+
https://github.com/fluent/fluentd/pull/3784
|
331
|
+
https://github.com/fluent/fluentd/pull/3785
|
332
|
+
https://github.com/fluent/fluentd/pull/3787
|
333
|
+
|
334
|
+
# v1.14
|
335
|
+
|
336
|
+
## Release v1.14.6 - 2022/03/31
|
337
|
+
|
338
|
+
### Enhancement
|
339
|
+
|
340
|
+
* Enable server plugins to specify socket-option `SO_LINGER`
|
341
|
+
https://github.com/fluent/fluentd/pull/3644
|
342
|
+
* Add `--umask` command line parameter
|
343
|
+
https://github.com/fluent/fluentd/pull/3671
|
344
|
+
https://github.com/fluent/fluentd/pull/3679
|
345
|
+
|
346
|
+
### Bug fixes
|
347
|
+
|
348
|
+
* Fix metric name typo
|
349
|
+
https://github.com/fluent/fluentd/pull/3630
|
350
|
+
https://github.com/fluent/fluentd/pull/3673
|
351
|
+
* Apply modifications in pipeline to the records being passed to `@ERROR` label
|
352
|
+
https://github.com/fluent/fluentd/pull/3631
|
353
|
+
* Fix wrong calculation of retry interval
|
354
|
+
https://github.com/fluent/fluentd/pull/3640
|
355
|
+
https://github.com/fluent/fluentd/pull/3649
|
356
|
+
https://github.com/fluent/fluentd/pull/3685
|
357
|
+
https://github.com/fluent/fluentd/pull/3686
|
358
|
+
* Support IPv6 address for `rpc_endpoint` in `system` config
|
359
|
+
https://github.com/fluent/fluentd/pull/3641
|
360
|
+
|
361
|
+
### Misc
|
362
|
+
|
363
|
+
* CI: Support Ruby 3.1 except Windows
|
364
|
+
https://github.com/fluent/fluentd/pull/3619
|
365
|
+
* Switch to GitHub Discussions
|
366
|
+
https://github.com/fluent/fluentd/pull/3654
|
367
|
+
* Fix CHANGELOG.md heading styles
|
368
|
+
https://github.com/fluent/fluentd/pull/3648
|
369
|
+
* Declare `null_value_pattern` as `regexp`
|
370
|
+
https://github.com/fluent/fluentd/pull/3650
|
371
|
+
|
372
|
+
## Release v1.14.5 - 2022/02/09
|
373
|
+
|
374
|
+
### Enhancement
|
375
|
+
|
376
|
+
* Add support for "application/x-ndjson" to `in_http`
|
377
|
+
https://github.com/fluent/fluentd/pull/3616
|
378
|
+
* Add support for ucrt binary for Windows
|
379
|
+
https://github.com/fluent/fluentd/pull/3613
|
380
|
+
|
381
|
+
### Bug fixes
|
382
|
+
|
383
|
+
* Don't retry when `retry_max_times == 0`
|
384
|
+
https://github.com/fluent/fluentd/pull/3608
|
385
|
+
* Fix hang-up issue during TLS handshake in `out_forward`
|
386
|
+
https://github.com/fluent/fluentd/pull/3601
|
387
|
+
* Bump up required ServerEngine to v2.2.5
|
388
|
+
https://github.com/fluent/fluentd/pull/3599
|
389
|
+
* Fix "invalid byte sequence is replaced" warning on Kubernetes
|
390
|
+
https://github.com/fluent/fluentd/pull/3596
|
391
|
+
* Fix "ArgumentError: unknown keyword: :logger" on Windows with Ruby 3.1
|
392
|
+
https://github.com/fluent/fluentd/pull/3592
|
393
|
+
|
394
|
+
## Release v1.14.4 - 2022/01/06
|
395
|
+
|
396
|
+
### Enhancement
|
397
|
+
|
398
|
+
* `in_tail`: Add option to skip long lines (`max_line_size`)
|
399
|
+
https://github.com/fluent/fluentd/pull/3565
|
400
|
+
|
401
|
+
### Bug fix
|
402
|
+
|
403
|
+
* Incorrect BufferChunkOverflowError when each event size is < `chunk_limit_size`
|
404
|
+
https://github.com/fluent/fluentd/pull/3560
|
405
|
+
* On macOS with Ruby 2.7/3.0, `out_file` fails to write events if `append` is true.
|
406
|
+
https://github.com/fluent/fluentd/pull/3579
|
407
|
+
* test: Fix unstable test cases
|
408
|
+
https://github.com/fluent/fluentd/pull/3574
|
409
|
+
https://github.com/fluent/fluentd/pull/3577
|
410
|
+
|
411
|
+
## Release v1.14.3 - 2021/11/26
|
412
|
+
|
413
|
+
### Enhancement
|
414
|
+
|
415
|
+
* Changed to accept `http_parser.rb` 0.8.0.
|
416
|
+
`http_parser.rb` 0.8.0 is ready for Ractor.
|
417
|
+
https://github.com/fluent/fluentd/pull/3544
|
418
|
+
|
419
|
+
### Bug fix
|
420
|
+
|
421
|
+
* in_tail: Fixed a bug that no new logs are read when
|
422
|
+
`enable_stat_watcher true` and `enable_watch_timer false` is set.
|
423
|
+
https://github.com/fluent/fluentd/pull/3541
|
424
|
+
* in_tail: Fixed a bug that the beginning and initial lines are lost
|
425
|
+
after startup when `read_from_head false` and path includes wildcard '*'.
|
426
|
+
https://github.com/fluent/fluentd/pull/3542
|
427
|
+
* Fixed a bug that processing messages were lost when
|
428
|
+
BufferChunkOverflowError was thrown even though only a specific
|
429
|
+
message size exceeds chunk_limit_size.
|
430
|
+
https://github.com/fluent/fluentd/pull/3553
|
431
|
+
https://github.com/fluent/fluentd/pull/3562
|
432
|
+
|
433
|
+
### Misc
|
434
|
+
|
435
|
+
* Bump up required version of `win32-service` gem.
|
436
|
+
newer version is required to implement additional `fluent-ctl` commands.
|
437
|
+
https://github.com/fluent/fluentd/pull/3556
|
438
|
+
|
439
|
+
## Release v1.14.2 - 2021/10/29
|
440
|
+
|
441
|
+
IMPORTANT: This release contain the fix for CVE-2021-41186 -
|
442
|
+
ReDoS vulnerability in `parser_apache2`.
|
443
|
+
This vulnerability is affected from Fluentd v0.14.14 to v1.14.1.
|
444
|
+
We recommend to upgrade Fluentd to v1.14.2 or use patched version of
|
445
|
+
`parser_apache2` plugin.
|
446
|
+
|
447
|
+
### Enhancement
|
448
|
+
|
449
|
+
* fluent-cat: Add `--event-time` option to send specified event time for testing.
|
450
|
+
https://github.com/fluent/fluentd/pull/3528
|
451
|
+
|
452
|
+
### Bug fix
|
453
|
+
|
454
|
+
* Fixed to generate correct epoch timestamp even after switching Daylight Saving Time
|
455
|
+
https://github.com/fluent/fluentd/pull/3524
|
456
|
+
* Fixed ReDoS vulnerability in parser_apache2.
|
457
|
+
This vulnerability is caused by a certain pattern of a broken apache log.
|
458
|
+
|
459
|
+
## Release v1.14.1 - 2021/09/29
|
460
|
+
|
461
|
+
### Enhancement
|
462
|
+
|
463
|
+
* in_tail: Added file related metrics.
|
464
|
+
These metrics should be collected same as fluent-bit's in_tail.
|
465
|
+
https://github.com/fluent/fluentd/pull/3504
|
466
|
+
* out_forward: Changed to use metrics mechanism for node statistics
|
467
|
+
https://github.com/fluent/fluentd/pull/3506
|
468
|
+
|
469
|
+
### Bug fix
|
470
|
+
|
471
|
+
* in_tail: Fixed a crash bug that it raise undefined method of eof? error.
|
472
|
+
This error may happen only when `read_bytes_limit_per_second` was specified.
|
473
|
+
https://github.com/fluent/fluentd/pull/3500
|
474
|
+
* out_forward: Fixed a bug that node statistics information is not included correctly.
|
475
|
+
https://github.com/fluent/fluentd/pull/3503
|
476
|
+
https://github.com/fluent/fluentd/pull/3507
|
477
|
+
* Fixed a error when using `@include` directive
|
478
|
+
It was occurred when http/https scheme URI is used in `@include` directive with Ruby 3.
|
479
|
+
https://github.com/fluent/fluentd/pull/3517
|
480
|
+
* out_copy: Fixed to suppress a wrong warning for `ignore_if_prev_success`
|
481
|
+
It didn't work even if a user set it.
|
482
|
+
https://github.com/fluent/fluentd/pull/3515
|
483
|
+
* Fixed not to output nanoseconds field of next retry time in warning log
|
484
|
+
Then, inappropriate labels in log are also fixed. (retry_time -> retry_times,
|
485
|
+
next_retry_seconds -> next_retry_time)
|
486
|
+
https://github.com/fluent/fluentd/pull/3518
|
487
|
+
|
488
|
+
## Release v1.14.0 - 2021/08/30
|
489
|
+
|
490
|
+
### Enhancement
|
491
|
+
|
492
|
+
* Added `enable_input_metrics`, `enable_size_metrics` system
|
493
|
+
configuration parameter
|
494
|
+
This feature might need to pay higher CPU cost, so input event metrics
|
495
|
+
features are disabled by default. These features are also enabled by
|
496
|
+
`--enable-input-metrics`,`--enable-size-metrics` command line
|
497
|
+
option.
|
498
|
+
https://github.com/fluent/fluentd/pull/3440
|
499
|
+
* Added reserved word `@ROOT` for getting root router.
|
500
|
+
This is incompatible change. Do not use `@ROOT` for label name.
|
501
|
+
https://github.com/fluent/fluentd/pull/3358
|
502
|
+
* in_syslog: Added `send_keepalive_packet` option
|
503
|
+
https://github.com/fluent/fluentd/pull/3474
|
504
|
+
* in_http: Added `cors_allow_credentials` option.
|
505
|
+
This option tells browsers whether to expose the response to
|
506
|
+
frontend when the credentials mode is "include".
|
507
|
+
https://github.com/fluent/fluentd/pull/3481
|
508
|
+
https://github.com/fluent/fluentd/pull/3491
|
509
|
+
|
510
|
+
### Bug fix
|
511
|
+
|
512
|
+
* in_tail: Fixed a bug that deleted paths are not removed
|
513
|
+
from pos file by file compaction at start up
|
514
|
+
https://github.com/fluent/fluentd/pull/3467
|
515
|
+
* in_tail: Revived a warning message of retrying unaccessible file
|
516
|
+
https://github.com/fluent/fluentd/pull/3478
|
517
|
+
* TLSServer: Fixed a crash bug on logging peer host name errors
|
518
|
+
https://github.com/fluent/fluentd/pull/3483
|
519
|
+
|
520
|
+
### Misc
|
521
|
+
|
522
|
+
* Added metrics plugin mechanism
|
523
|
+
The implementations is changed to use metrics plugin.
|
524
|
+
In the future, 3rd party plugin will be able to handle these metrics.
|
525
|
+
https://github.com/fluent/fluentd/pull/3471
|
526
|
+
https://github.com/fluent/fluentd/pull/3473
|
527
|
+
https://github.com/fluent/fluentd/pull/3479
|
528
|
+
https://github.com/fluent/fluentd/pull/3484
|
529
|
+
|
530
|
+
# v1.13
|
531
|
+
|
532
|
+
## Release v1.13.3 - 2021/07/27
|
533
|
+
|
534
|
+
### Bug fix
|
535
|
+
|
536
|
+
* in_tail: Care DeletePending state on Windows
|
537
|
+
https://github.com/fluent/fluentd/pull/3457
|
538
|
+
https://github.com/fluent/fluentd/pull/3460
|
539
|
+
* in_tail: Fix some pos_file bugs.
|
540
|
+
Avoid deleting pos_file entries unexpectedly when both
|
541
|
+
`pos_file_compaction_interval` and `follow_inode` are enabled.
|
542
|
+
Use `bytesize` instead of `size` for path length.
|
543
|
+
https://github.com/fluent/fluentd/pull/3459
|
544
|
+
* in_tail: Fix detecting rotation twice on `follow_inode`.
|
545
|
+
https://github.com/fluent/fluentd/pull/3466
|
546
|
+
|
547
|
+
### Misc
|
548
|
+
|
549
|
+
* Remove needless spaces in a sample config file
|
550
|
+
https://github.com/fluent/fluentd/pull/3456
|
551
|
+
|
552
|
+
## Release v1.13.2 - 2021/07/12
|
553
|
+
|
554
|
+
### Enhancement
|
555
|
+
|
556
|
+
* fluent-plugin-generate: Storage plugin was supported.
|
557
|
+
https://github.com/fluent/fluentd/pull/3426
|
558
|
+
* parser_json: Added support to customize configuration of oj options.
|
559
|
+
Use `FLUENT_OJ_OPTION_BIGDECIMAL_LOAD`, `FLUENT_OJ_OPTION_MAX_NESTING`,
|
560
|
+
`FLUENT_OJ_OPTION_MODE`, and `FLUENT_OJ_OPTION_USE_TO_JSON` environment
|
561
|
+
variable to configure it.
|
562
|
+
https://github.com/fluent/fluentd/pull/3315
|
563
|
+
|
564
|
+
### Bug fix
|
565
|
+
|
566
|
+
* binlog_reader: Fixed a crash bug by missing "fluent/env" dependency.
|
567
|
+
https://github.com/fluent/fluentd/pull/3443
|
568
|
+
* Fixed a crash bug on outputting log at the early stage when parsing
|
569
|
+
config file. This is a regression since v1.13.0. If you use invalid
|
570
|
+
'@' prefix parameter, remove it as a workaround.
|
571
|
+
https://github.com/fluent/fluentd/pull/3451
|
572
|
+
* in_tail: Fixed a bug that when rotation is occurred, remaining lines
|
573
|
+
will be discarded if the throttling feature is enabled.
|
574
|
+
https://github.com/fluent/fluentd/pull/3390
|
575
|
+
* fluent-plugin-generate: Fixed a crash bug during gemspec generation.
|
576
|
+
It was unexpectedly introduced by #3305, thus this bug was a
|
577
|
+
regression since 1.12.3.
|
578
|
+
https://github.com/fluent/fluentd/pull/3444
|
579
|
+
|
580
|
+
### Misc
|
581
|
+
|
582
|
+
* Fixed the runtime dependency version of http_parse.rb to 0.7.0.
|
583
|
+
It was fixed because false positive detection is occurred frequently
|
584
|
+
by security scanning tools.
|
585
|
+
https://github.com/fluent/fluentd/pull/3450
|
586
|
+
|
587
|
+
## Release v1.13.1 - 2021/06/25
|
588
|
+
|
589
|
+
### Bug fix
|
590
|
+
|
591
|
+
* out_forward: Fixed a race condition on handshake
|
592
|
+
It's caused by using a same unpacker from multiple threads.
|
593
|
+
https://github.com/fluent/fluentd/pull/3405
|
594
|
+
https://github.com/fluent/fluentd/pull/3406
|
595
|
+
* in_tail: Fixed to remove too much verbose debugging logs
|
596
|
+
It was unexpectedly introduced by #3185 log throttling feature.
|
597
|
+
https://github.com/fluent/fluentd/pull/3418
|
598
|
+
* Fixed not to echo back the provides path as is on a 404 error
|
599
|
+
There was a potential cross-site scripting vector even though
|
600
|
+
it is quite difficult to exploit.
|
601
|
+
https://github.com/fluent/fluentd/pull/3427
|
602
|
+
|
603
|
+
### Misc
|
604
|
+
|
605
|
+
* Pretty print for Fluent::Config::Section has been supported
|
606
|
+
for debugging
|
607
|
+
https://github.com/fluent/fluentd/pull/3398
|
608
|
+
* CI: Dropped to run CI for Ruby 2.5
|
609
|
+
https://github.com/fluent/fluentd/pull/3412
|
610
|
+
|
611
|
+
## Release v1.13.0 - 2021/05/29
|
612
|
+
|
613
|
+
### Enhancement
|
614
|
+
|
615
|
+
* in_tail: Handle log throttling per file feature
|
616
|
+
https://github.com/fluent/fluentd/pull/3185
|
617
|
+
https://github.com/fluent/fluentd/pull/3364
|
618
|
+
https://github.com/fluent/fluentd/pull/3379
|
619
|
+
* Extend to support service discovery manager in simpler way
|
620
|
+
https://github.com/fluent/fluentd/pull/3299
|
621
|
+
https://github.com/fluent/fluentd/pull/3362
|
622
|
+
* in_http: HTTP GET requests has been supported
|
623
|
+
https://github.com/fluent/fluentd/pull/3373
|
624
|
+
* The log rotate settings in system configuration has been supported
|
625
|
+
https://github.com/fluent/fluentd/pull/3352
|
626
|
+
|
627
|
+
### Bug fix
|
628
|
+
|
629
|
+
* Fix to disable `trace_instruction` when
|
630
|
+
`RubyVM::InstructionSequence` is available. It improves
|
631
|
+
compatibility with `truffleruby` some extent.
|
632
|
+
https://github.com/fluent/fluentd/pull/3376
|
633
|
+
* in_tail: Safely skip files which are used by another process on
|
634
|
+
Windows. It improves exception handling about
|
635
|
+
`ERROR_SHARING_VIOLATION` on Windows.
|
636
|
+
https://github.com/fluent/fluentd/pull/3378
|
637
|
+
* fluent-cat: the issue resending secondary file in specific format
|
638
|
+
has been fixed
|
639
|
+
https://github.com/fluent/fluentd/pull/3368
|
640
|
+
* in_tail: Shutdown immediately & safely even if reading huge files
|
641
|
+
Note that `skip_refresh_on_startup` must be enabled.
|
642
|
+
https://github.com/fluent/fluentd/pull/3380
|
643
|
+
|
644
|
+
### Misc
|
645
|
+
|
646
|
+
* example: Change a path to backup_path in counter_server correctly
|
647
|
+
https://github.com/fluent/fluentd/pull/3359
|
648
|
+
* README: Update link to community forum to discuss.fluentd.org
|
649
|
+
https://github.com/fluent/fluentd/pull/3360
|
650
|
+
|
651
|
+
# v1.12
|
652
|
+
|
653
|
+
## Release v1.12.4 - 2021/05/26
|
654
|
+
|
655
|
+
### Bug fix
|
656
|
+
|
657
|
+
* in_tail: Fix a bug that refresh_watcher fails to handle file rotations
|
658
|
+
https://github.com/fluent/fluentd/pull/3393
|
659
|
+
|
660
|
+
## Release v1.12.3 - 2021/04/23
|
661
|
+
|
662
|
+
### Enhancement
|
663
|
+
|
664
|
+
* plugin_helper: Allow TLS to use keep-alive socket option
|
665
|
+
https://github.com/fluent/fluentd/pull/3308
|
666
|
+
|
667
|
+
### Bug fix
|
668
|
+
|
669
|
+
* parser_csv, parser_syslog: Fix a naming conflict on parser_type
|
670
|
+
https://github.com/fluent/fluentd/pull/3302
|
671
|
+
* in_tail: Fix incorrect error code & message on Windows
|
672
|
+
https://github.com/fluent/fluentd/pull/3325
|
673
|
+
https://github.com/fluent/fluentd/pull/3329
|
674
|
+
https://github.com/fluent/fluentd/pull/3331
|
675
|
+
https://github.com/fluent/fluentd/pull/3337
|
676
|
+
* in_tail: Fix a crash bug on catching a short-lived log
|
677
|
+
https://github.com/fluent/fluentd/pull/3328
|
678
|
+
* storage_local: Fix position file corruption issue on concurrent gracefulReloads
|
679
|
+
https://github.com/fluent/fluentd/pull/3335
|
680
|
+
* Fix incorrect warnings about ${chunk_id} with out_s3
|
681
|
+
https://github.com/fluent/fluentd/pull/3339
|
682
|
+
* TLS Server: Add peer information to error log message
|
683
|
+
https://github.com/fluent/fluentd/pull/3330
|
684
|
+
|
685
|
+
### Misc
|
686
|
+
|
687
|
+
* fluent-plugin-generate: add note about plugin name
|
688
|
+
https://github.com/fluent/fluentd/pull/3303
|
689
|
+
* fluent-plugin-generate: Use same depended gem version with fluentd
|
690
|
+
https://github.com/fluent/fluentd/pull/3305
|
691
|
+
* Fix some broken unit tests and improve CI's stability
|
692
|
+
https://github.com/fluent/fluentd/pull/3304
|
693
|
+
https://github.com/fluent/fluentd/pull/3307
|
694
|
+
https://github.com/fluent/fluentd/pull/3312
|
695
|
+
https://github.com/fluent/fluentd/pull/3313
|
696
|
+
https://github.com/fluent/fluentd/pull/3314
|
697
|
+
https://github.com/fluent/fluentd/pull/3316
|
698
|
+
https://github.com/fluent/fluentd/pull/3336
|
699
|
+
* Permit to install with win32-service 2.2.0 on Windows
|
700
|
+
https://github.com/fluent/fluentd/pull/3343
|
701
|
+
|
702
|
+
## Release v1.12.2 - 2021/03/29
|
703
|
+
|
704
|
+
### Enhancement
|
705
|
+
|
706
|
+
* out_copy: Add ignore_if_prev_successes
|
707
|
+
https://github.com/fluent/fluentd/pull/3190
|
708
|
+
https://github.com/fluent/fluentd/pull/3287
|
709
|
+
* Support multiple kind of timestamp format
|
710
|
+
https://github.com/fluent/fluentd/pull/3252
|
711
|
+
* formatter_ltsv: suppress delimiters in output
|
712
|
+
https://github.com/fluent/fluentd/pull/1666
|
713
|
+
https://github.com/fluent/fluentd/pull/3288
|
714
|
+
https://github.com/fluent/fluentd/pull/3289
|
715
|
+
|
716
|
+
### Bug fix
|
717
|
+
|
718
|
+
* in_tail: Expect ENOENT during stat
|
719
|
+
https://github.com/fluent/fluentd/pull/3275
|
720
|
+
* out_forward: Prevent transferring duplicate logs on restart
|
721
|
+
https://github.com/fluent/fluentd/pull/3267
|
722
|
+
https://github.com/fluent/fluentd/pull/3285
|
723
|
+
* in_tail: Handle to send rotated logs when mv is used for rotating
|
724
|
+
https://github.com/fluent/fluentd/pull/3294
|
725
|
+
* fluent-plugin-config-format: Fill an uninitialized instance variable
|
726
|
+
https://github.com/fluent/fluentd/pull/3297
|
727
|
+
* Fix MessagePackEventStream issue with Enumerable methods
|
728
|
+
https://github.com/fluent/fluentd/pull/2116
|
729
|
+
|
730
|
+
### Misc
|
731
|
+
|
732
|
+
* Add webrick to support Ruby 3.0
|
733
|
+
https://github.com/fluent/fluentd/pull/3257
|
734
|
+
* Suggest Discource instead of Google Groups
|
735
|
+
https://github.com/fluent/fluentd/pull/3261
|
736
|
+
* Update MAINTAINERS.md
|
737
|
+
https://github.com/fluent/fluentd/pull/3282
|
738
|
+
* Introduce DeepSource to check code quality
|
739
|
+
https://github.com/fluent/fluentd/pull/3286
|
740
|
+
https://github.com/fluent/fluentd/pull/3259
|
741
|
+
https://github.com/fluent/fluentd/pull/3291
|
742
|
+
* Migrate to GitHub Actions and stabilize tests
|
743
|
+
https://github.com/fluent/fluentd/pull/3266
|
744
|
+
https://github.com/fluent/fluentd/pull/3268
|
745
|
+
https://github.com/fluent/fluentd/pull/3281
|
746
|
+
https://github.com/fluent/fluentd/pull/3283
|
747
|
+
https://github.com/fluent/fluentd/pull/3290
|
748
|
+
|
749
|
+
## Release v1.12.1 - 2021/02/18
|
750
|
+
|
751
|
+
### Enhancement
|
752
|
+
|
753
|
+
* out_http: Add `headers_from_placeholders` parameter
|
754
|
+
https://github.com/fluent/fluentd/pull/3241
|
755
|
+
* fluent-plugin-config-format: Add `--table` option to use markdown table
|
756
|
+
https://github.com/fluent/fluentd/pull/3240
|
757
|
+
* Add `--disable-shared-socket`/`disable_shared_socket` to disable ServerEngine's shared socket setup
|
758
|
+
https://github.com/fluent/fluentd/pull/3250
|
759
|
+
|
760
|
+
### Bug fix
|
761
|
+
|
762
|
+
* ca_generate: Fix creating TLS certification files which include broken extensions
|
763
|
+
https://github.com/fluent/fluentd/pull/3246
|
764
|
+
* test: Drop TLS 1.1 tests
|
765
|
+
https://github.com/fluent/fluentd/pull/3256
|
766
|
+
* Remove old gem constraints to support Ruby 3
|
767
|
+
|
768
|
+
### Misc
|
769
|
+
|
770
|
+
* Use GitHub Actions
|
771
|
+
https://github.com/fluent/fluentd/pull/3233
|
772
|
+
https://github.com/fluent/fluentd/pull/3255
|
773
|
+
|
774
|
+
## Release v1.12.0 - 2021/01/05
|
775
|
+
|
776
|
+
### New feature
|
777
|
+
|
778
|
+
* in_tail: Add `follow_inode` to support log rotation with wild card
|
779
|
+
https://github.com/fluent/fluentd/pull/3182
|
780
|
+
* in_tail: Handle linux capability
|
781
|
+
https://github.com/fluent/fluentd/pull/3155
|
782
|
+
https://github.com/fluent/fluentd/pull/3162
|
783
|
+
* windows: Add win32 events alternative to unix signals
|
784
|
+
https://github.com/fluent/fluentd/pull/3131
|
785
|
+
|
786
|
+
### Enhancement
|
787
|
+
|
788
|
+
* buffer: Enable metadata comparison optimization on all platforms
|
789
|
+
https://github.com/fluent/fluentd/pull/3095
|
790
|
+
* fluent-plugin-config-formatter: Handle `service_discovery` type
|
791
|
+
https://github.com/fluent/fluentd/pull/3178
|
792
|
+
* in_http: Add `add_query_params` parameter to add query params to event record
|
793
|
+
https://github.com/fluent/fluentd/pull/3197
|
794
|
+
* inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
|
795
|
+
https://github.com/fluent/fluentd/pull/3220
|
796
|
+
* Refactoring code
|
797
|
+
https://github.com/fluent/fluentd/pull/3167
|
798
|
+
https://github.com/fluent/fluentd/pull/3170
|
799
|
+
https://github.com/fluent/fluentd/pull/3180
|
800
|
+
https://github.com/fluent/fluentd/pull/3196
|
801
|
+
https://github.com/fluent/fluentd/pull/3213
|
802
|
+
https://github.com/fluent/fluentd/pull/3222
|
803
|
+
|
804
|
+
### Bug fix
|
805
|
+
|
806
|
+
* output: Prevent retry.step from being called too many times in a short time
|
807
|
+
https://github.com/fluent/fluentd/pull/3203
|
808
|
+
|
809
|
+
# v1.11
|
810
|
+
|
811
|
+
## Release v1.11.5 - 2020/11/06
|
812
|
+
|
813
|
+
### Enhancement
|
814
|
+
|
815
|
+
* formatter: Provide `newline` parameter to support `CRLF`
|
816
|
+
https://github.com/fluent/fluentd/pull/3152
|
817
|
+
* out_http: adding support for intermediate certificates
|
818
|
+
https://github.com/fluent/fluentd/pull/3146
|
819
|
+
* Update serverengine dependency to 2.2.2 or later
|
820
|
+
|
821
|
+
### Bug fix
|
822
|
+
|
823
|
+
* Fix a bug that windows service isn't stopped gracefuly
|
824
|
+
https://github.com/fluent/fluentd/pull/3156
|
825
|
+
|
826
|
+
## Release v1.11.4 - 2020/10/13
|
827
|
+
|
828
|
+
### Enhancement
|
829
|
+
|
830
|
+
* inject: Support `unixtime_millis` in `time_type` parameter
|
831
|
+
https://github.com/fluent/fluentd/pull/3145
|
832
|
+
|
833
|
+
### Bug fix
|
834
|
+
|
835
|
+
* out_http: Fix broken data with `json_array true`
|
836
|
+
https://github.com/fluent/fluentd/pull/3144
|
837
|
+
* output: Fix wrong logging issue for `${chunk_id}`
|
838
|
+
https://github.com/fluent/fluentd/pull/3134
|
839
|
+
|
840
|
+
## Release v1.11.3 - 2020/09/30
|
841
|
+
|
842
|
+
### Enhancement
|
843
|
+
|
844
|
+
* in_exec: Add `connect_mode` parameter to read stderr
|
845
|
+
https://github.com/fluent/fluentd/pull/3108
|
846
|
+
* parser_json: Improve the performance
|
847
|
+
https://github.com/fluent/fluentd/pull/3109
|
848
|
+
* log: Add `ignore_same_log_interval` parameter
|
849
|
+
https://github.com/fluent/fluentd/pull/3119
|
850
|
+
* Upgrade win32 gems
|
851
|
+
https://github.com/fluent/fluentd/pull/3100
|
852
|
+
* Refactoring code
|
853
|
+
https://github.com/fluent/fluentd/pull/3094
|
854
|
+
https://github.com/fluent/fluentd/pull/3118
|
855
|
+
|
856
|
+
### Bug fix
|
857
|
+
|
858
|
+
* buffer: Fix calculation of timekey stats
|
859
|
+
https://github.com/fluent/fluentd/pull/3018
|
860
|
+
* buffer: fix binmode usage for prevent gc
|
861
|
+
https://github.com/fluent/fluentd/pull/3138
|
862
|
+
|
863
|
+
## Release v1.11.2 - 2020/08/04
|
864
|
+
|
865
|
+
### Enhancement
|
866
|
+
|
867
|
+
* `in_dummy` renamed to `in_sample`
|
868
|
+
https://github.com/fluent/fluentd/pull/3065
|
869
|
+
* Allow regular expression in filter/match directive
|
870
|
+
https://github.com/fluent/fluentd/pull/3071
|
871
|
+
* Refactoring code
|
872
|
+
https://github.com/fluent/fluentd/pull/3051
|
873
|
+
|
874
|
+
### Bug fix
|
875
|
+
|
876
|
+
* buffer: Fix log message for `chunk_limit_records` case
|
877
|
+
https://github.com/fluent/fluentd/pull/3079
|
878
|
+
* buffer: Fix timekey optimization for non-windows platform
|
879
|
+
https://github.com/fluent/fluentd/pull/3092
|
880
|
+
* cert: Raise an error for broken certificate file
|
881
|
+
https://github.com/fluent/fluentd/pull/3086
|
882
|
+
* cert: Set TLS ciphers list correcty on older OpenSSL
|
883
|
+
https://github.com/fluent/fluentd/pull/3093
|
884
|
+
|
885
|
+
## Release v1.11.1 - 2020/06/22
|
886
|
+
|
887
|
+
### Enhancement
|
888
|
+
|
889
|
+
* in_http: Add `dump_error_log` parameter
|
890
|
+
https://github.com/fluent/fluentd/pull/3035
|
891
|
+
* in_http: Improve time field handling
|
892
|
+
https://github.com/fluent/fluentd/pull/3046
|
893
|
+
* Refactoring code
|
894
|
+
https://github.com/fluent/fluentd/pull/3047
|
895
|
+
|
896
|
+
### Bug fix
|
897
|
+
|
898
|
+
* in_tail: Use actual path instead of based pattern for ignore list
|
899
|
+
https://github.com/fluent/fluentd/pull/3042
|
900
|
+
* child_process helper: Fix child process failure due to SIGPIPE if the command uses stdout
|
901
|
+
https://github.com/fluent/fluentd/pull/3044
|
902
|
+
|
903
|
+
## Release v1.11.0 - 2020/06/04
|
904
|
+
|
905
|
+
### New feature
|
906
|
+
|
907
|
+
* in_unix: Use v1 API
|
908
|
+
https://github.com/fluent/fluentd/pull/2992
|
909
|
+
|
910
|
+
### Enhancement
|
911
|
+
|
912
|
+
* parser_syslog: Support any `time_format` for RFC3164 string parser
|
913
|
+
https://github.com/fluent/fluentd/pull/3014
|
914
|
+
* parser_syslog: Add new parser for RFC5424
|
915
|
+
https://github.com/fluent/fluentd/pull/3015
|
916
|
+
* Refactoring code
|
917
|
+
https://github.com/fluent/fluentd/pull/3019
|
918
|
+
|
919
|
+
### Bug fix
|
920
|
+
|
921
|
+
* in_gc_stat: Add `use_symbol_keys` parameter to emit string key record
|
922
|
+
https://github.com/fluent/fluentd/pull/3008
|
923
|
+
|
924
|
+
# v1.10
|
925
|
+
|
926
|
+
## Release v1.10.4 - 2020/05/12
|
927
|
+
|
928
|
+
### Enhancement
|
929
|
+
|
930
|
+
* out_http: Support single json array payload
|
931
|
+
https://github.com/fluent/fluentd/pull/2973
|
932
|
+
* Refactoring
|
933
|
+
https://github.com/fluent/fluentd/pull/2988
|
934
|
+
|
935
|
+
### Bug fix
|
936
|
+
|
937
|
+
* supervisor: Call `File.umask(0)` for standalone worker
|
938
|
+
https://github.com/fluent/fluentd/pull/2987
|
939
|
+
* out_forward: Fix ZeroDivisionError issue with `weight 0`
|
940
|
+
https://github.com/fluent/fluentd/pull/2989
|
941
|
+
|
942
|
+
## Release v1.10.3 - 2020/05/01
|
943
|
+
|
944
|
+
### Enhancement
|
945
|
+
|
946
|
+
* record_accessor: Add `set` method
|
947
|
+
https://github.com/fluent/fluentd/pull/2977
|
948
|
+
* config: Ruby DSL format is deprecated
|
949
|
+
https://github.com/fluent/fluentd/pull/2958
|
950
|
+
* Refactor code
|
951
|
+
https://github.com/fluent/fluentd/pull/2961
|
952
|
+
https://github.com/fluent/fluentd/pull/2962
|
953
|
+
https://github.com/fluent/fluentd/pull/2965
|
954
|
+
https://github.com/fluent/fluentd/pull/2966
|
955
|
+
https://github.com/fluent/fluentd/pull/2978
|
956
|
+
|
957
|
+
### Bug fix
|
958
|
+
|
959
|
+
* out_forward: Disable `linger_timeout` setting on Windows
|
960
|
+
https://github.com/fluent/fluentd/pull/2959
|
961
|
+
* out_forward: Fix warning of service discovery manager when fluentd stops
|
962
|
+
https://github.com/fluent/fluentd/pull/2974
|
963
|
+
|
964
|
+
## Release v1.10.2 - 2020/04/15
|
965
|
+
|
966
|
+
### Enhancement
|
967
|
+
|
968
|
+
* out_copy: Add plugin_id to log message
|
969
|
+
https://github.com/fluent/fluentd/pull/2934
|
970
|
+
* socket: Allow cert chains in mutual auth
|
971
|
+
https://github.com/fluent/fluentd/pull/2930
|
972
|
+
* system: Add ignore_repeated_log_interval parameter
|
973
|
+
https://github.com/fluent/fluentd/pull/2937
|
974
|
+
* windows: Allow to launch fluentd from whitespace included path
|
975
|
+
https://github.com/fluent/fluentd/pull/2920
|
976
|
+
* Refactor code
|
977
|
+
https://github.com/fluent/fluentd/pull/2935
|
978
|
+
https://github.com/fluent/fluentd/pull/2936
|
979
|
+
https://github.com/fluent/fluentd/pull/2938
|
980
|
+
https://github.com/fluent/fluentd/pull/2939
|
981
|
+
https://github.com/fluent/fluentd/pull/2946
|
982
|
+
|
983
|
+
### Bug fix
|
984
|
+
|
985
|
+
* in_syslog: Fix octet-counting mode bug
|
986
|
+
https://github.com/fluent/fluentd/pull/2942
|
987
|
+
* out_forward: Create timer for purging obsolete sockets when keepalive_timeout is not set
|
988
|
+
https://github.com/fluent/fluentd/pull/2943
|
989
|
+
* out_forward: Need authentication when sending tcp heartbeat with keepalive
|
990
|
+
https://github.com/fluent/fluentd/pull/2945
|
991
|
+
* command: Fix fluent-debug start failure
|
992
|
+
https://github.com/fluent/fluentd/pull/2948
|
993
|
+
* command: Fix regression of supervisor's worker and `--daemon` combo
|
994
|
+
https://github.com/fluent/fluentd/pull/2950
|
995
|
+
|
996
|
+
## Release v1.10.1 - 2020/04/02
|
997
|
+
|
998
|
+
### Enhancement
|
999
|
+
|
1000
|
+
* command: `--daemon` and `--no-supervisor` now work together
|
1001
|
+
https://github.com/fluent/fluentd/pull/2912
|
1002
|
+
* Refactor code
|
1003
|
+
https://github.com/fluent/fluentd/pull/2913
|
1004
|
+
|
1005
|
+
### Bug fix
|
1006
|
+
|
1007
|
+
* in_tail: `Fix pos_file_compaction_interval` parameter type
|
1008
|
+
https://github.com/fluent/fluentd/pull/2921
|
1009
|
+
* in_tail: Fix seek position update after compaction
|
1010
|
+
https://github.com/fluent/fluentd/pull/2922
|
1011
|
+
* parser_syslog: Fix regression in the `with_priority` and RFC5424 case
|
1012
|
+
https://github.com/fluent/fluentd/pull/2923
|
1013
|
+
|
1014
|
+
### Misc
|
1015
|
+
|
1016
|
+
* Add document for security audit
|
1017
|
+
https://github.com/fluent/fluentd/pull/2911
|
1018
|
+
|
1019
|
+
## Release v1.10.0 - 2020/03/24
|
1020
|
+
|
1021
|
+
### New feature
|
1022
|
+
|
1023
|
+
* sd plugin: Add SRV record plugin
|
1024
|
+
https://github.com/fluent/fluentd/pull/2876
|
1025
|
+
|
1026
|
+
### Enhancement
|
1027
|
+
|
1028
|
+
* server: Add `cert_verifier` parameter for TLS transport
|
1029
|
+
https://github.com/fluent/fluentd/pull/2888
|
1030
|
+
* parser_syslog: Support customized time format
|
1031
|
+
https://github.com/fluent/fluentd/pull/2886
|
1032
|
+
* in_dummy: Delete `suspend` parameter
|
1033
|
+
https://github.com/fluent/fluentd/pull/2897
|
1034
|
+
* Refactor code
|
1035
|
+
https://github.com/fluent/fluentd/pull/2858
|
1036
|
+
https://github.com/fluent/fluentd/pull/2862
|
1037
|
+
https://github.com/fluent/fluentd/pull/2864
|
1038
|
+
https://github.com/fluent/fluentd/pull/2869
|
1039
|
+
https://github.com/fluent/fluentd/pull/2870
|
1040
|
+
https://github.com/fluent/fluentd/pull/2874
|
1041
|
+
https://github.com/fluent/fluentd/pull/2881
|
1042
|
+
https://github.com/fluent/fluentd/pull/2885
|
1043
|
+
https://github.com/fluent/fluentd/pull/2894
|
1044
|
+
https://github.com/fluent/fluentd/pull/2896
|
1045
|
+
https://github.com/fluent/fluentd/pull/2898
|
1046
|
+
https://github.com/fluent/fluentd/pull/2899
|
1047
|
+
https://github.com/fluent/fluentd/pull/2900
|
1048
|
+
https://github.com/fluent/fluentd/pull/2901
|
1049
|
+
https://github.com/fluent/fluentd/pull/2906
|
1050
|
+
|
1051
|
+
### Bug fix
|
1052
|
+
|
1053
|
+
* out_forward: windows: Permit to specify `linger_timeout`
|
1054
|
+
https://github.com/fluent/fluentd/pull/2868
|
1055
|
+
* parser_syslog: Fix syslog format detection
|
1056
|
+
https://github.com/fluent/fluentd/pull/2879
|
1057
|
+
* buffer: Fix `available_buffer_space_ratio` calculation
|
1058
|
+
https://github.com/fluent/fluentd/pull/2882
|
1059
|
+
* tls: Support CRLF based X.509 certificates
|
1060
|
+
https://github.com/fluent/fluentd/pull/2890
|
1061
|
+
* msgpack_factory mixin: Fix performance penalty for deprecation log
|
1062
|
+
https://github.com/fluent/fluentd/pull/2903
|
1063
|
+
|
1064
|
+
|
1065
|
+
# v1.9
|
1066
|
+
|
1067
|
+
## Release v1.9.3 - 2020/03/05
|
1068
|
+
|
1069
|
+
### Enhancement
|
1070
|
+
|
1071
|
+
* in_tail: Emit buffered lines as `unmatched_line` at shutdown phase when `emit_unmatched_lines true`
|
1072
|
+
https://github.com/fluent/fluentd/pull/2837
|
1073
|
+
* Specify directory mode explicitly
|
1074
|
+
https://github.com/fluent/fluentd/pull/2827
|
1075
|
+
* server helper: Change SSLError log level to warn in accept
|
1076
|
+
https://github.com/fluent/fluentd/pull/2861
|
1077
|
+
* Refactor code
|
1078
|
+
https://github.com/fluent/fluentd/pull/2829
|
1079
|
+
https://github.com/fluent/fluentd/pull/2830
|
1080
|
+
https://github.com/fluent/fluentd/pull/2832
|
1081
|
+
https://github.com/fluent/fluentd/pull/2836
|
1082
|
+
https://github.com/fluent/fluentd/pull/2838
|
1083
|
+
https://github.com/fluent/fluentd/pull/2842
|
1084
|
+
https://github.com/fluent/fluentd/pull/2843
|
1085
|
+
|
1086
|
+
### Bug fix
|
1087
|
+
|
1088
|
+
* buffer: Add seq to metadata that it can be unique
|
1089
|
+
https://github.com/fluent/fluentd/pull/2824
|
1090
|
+
https://github.com/fluent/fluentd/pull/2853
|
1091
|
+
* buffer: Use `Tempfile` as binmode for decompression
|
1092
|
+
https://github.com/fluent/fluentd/pull/2847
|
1093
|
+
|
1094
|
+
### Misc
|
1095
|
+
|
1096
|
+
* Add `.idea` to git ignore file
|
1097
|
+
https://github.com/fluent/fluentd/pull/2834
|
1098
|
+
* appveyor: Fix tests
|
1099
|
+
https://github.com/fluent/fluentd/pull/2853
|
1100
|
+
https://github.com/fluent/fluentd/pull/2855
|
1101
|
+
* Update pem for test
|
1102
|
+
https://github.com/fluent/fluentd/pull/2839
|
1103
|
+
|
1104
|
+
## Release v1.9.2 - 2020/02/13
|
1105
|
+
|
1106
|
+
### Enhancement
|
1107
|
+
|
1108
|
+
* in_tail: Add `pos_file_compaction_interval` parameter for auto compaction
|
1109
|
+
https://github.com/fluent/fluentd/pull/2805
|
1110
|
+
* command: Use given encoding when RUBYOPT has `-E`
|
1111
|
+
https://github.com/fluent/fluentd/pull/2814
|
1112
|
+
|
1113
|
+
### Bug fix
|
1114
|
+
|
1115
|
+
* command: Accept RUBYOPT with two or more options
|
1116
|
+
https://github.com/fluent/fluentd/pull/2807
|
1117
|
+
* command: Fix infinite loop bug when RUBYOPT is invalid
|
1118
|
+
https://github.com/fluent/fluentd/pull/2813
|
1119
|
+
* log: serverengine's log should be formatted with the same format of fluentd
|
1120
|
+
https://github.com/fluent/fluentd/pull/2812
|
1121
|
+
* in_http: Fix `NoMethodError` when `OPTIONS` request doesn't have 'Origin' header
|
1122
|
+
https://github.com/fluent/fluentd/pull/2823
|
1123
|
+
* parser_syslog: Improved for parsing RFC5424 structured data in `parser_syslog`
|
1124
|
+
https://github.com/fluent/fluentd/pull/2816
|
1125
|
+
|
1126
|
+
## Release v1.9.1 - 2020/01/31
|
1127
|
+
|
1128
|
+
### Enhancement
|
1129
|
+
|
1130
|
+
* http_server helper: Support HTTPS
|
1131
|
+
https://github.com/fluent/fluentd/pull/2787
|
1132
|
+
* in_tail: Add `path_delimiter` to split with any char
|
1133
|
+
https://github.com/fluent/fluentd/pull/2796
|
1134
|
+
* in_tail: Remove an entry from PositionaFile when it is unwatched
|
1135
|
+
https://github.com/fluent/fluentd/pull/2803
|
1136
|
+
* out_http: Add warning for `retryable_response_code`
|
1137
|
+
https://github.com/fluent/fluentd/pull/2809
|
1138
|
+
* parser_syslog: Add multiline RFC5424 support
|
1139
|
+
https://github.com/fluent/fluentd/pull/2767
|
1140
|
+
* Add TLS module to unify TLS related code
|
1141
|
+
https://github.com/fluent/fluentd/pull/2802
|
1142
|
+
|
1143
|
+
### Bug fix
|
1144
|
+
|
1145
|
+
* output: Add `EncodingError` to unrecoverable errors
|
1146
|
+
https://github.com/fluent/fluentd/pull/2808
|
1147
|
+
* tls: Fix TLS version handling in secure mode
|
1148
|
+
https://github.com/fluent/fluentd/pull/2802
|
1149
|
+
|
1150
|
+
## Release v1.9.0 - 2020/01/22
|
1151
|
+
|
1152
|
+
### New feature
|
1153
|
+
|
1154
|
+
* New light-weight config reload mechanizm
|
1155
|
+
https://github.com/fluent/fluentd/pull/2716
|
1156
|
+
* Drop ruby 2.1/2.2/2.3 support
|
1157
|
+
https://github.com/fluent/fluentd/pull/2750
|
1158
|
+
|
1159
|
+
### Enhancement
|
1160
|
+
|
1161
|
+
* output: Show better message for secondary warning
|
1162
|
+
https://github.com/fluent/fluentd/pull/2751
|
1163
|
+
* Use `ext_monitor` gem if it is installed. For ruby 2.6 or earlier
|
1164
|
+
https://github.com/fluent/fluentd/pull/2670
|
1165
|
+
* Support Ruby's Time class in msgpack serde
|
1166
|
+
https://github.com/fluent/fluentd/pull/2775
|
1167
|
+
* Clean up code/test
|
1168
|
+
https://github.com/fluent/fluentd/pull/2753
|
1169
|
+
https://github.com/fluent/fluentd/pull/2763
|
1170
|
+
https://github.com/fluent/fluentd/pull/2764
|
1171
|
+
https://github.com/fluent/fluentd/pull/2780
|
1172
|
+
|
1173
|
+
### Bug fix
|
1174
|
+
|
1175
|
+
* buffer: Disable the optimization of Metadata instance comparison on Windows
|
1176
|
+
https://github.com/fluent/fluentd/pull/2778
|
1177
|
+
* outut/buffer: Fix stage size computation
|
1178
|
+
https://github.com/fluent/fluentd/pull/2734
|
1179
|
+
* server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart
|
1180
|
+
https://github.com/fluent/fluentd/pull/2773
|
1181
|
+
* server: Fix IPv6 dual stack mode issue for udp socket
|
1182
|
+
https://github.com/fluent/fluentd/pull/2781
|
1183
|
+
* config: Support @include/include directive for spaces included path
|
1184
|
+
https://github.com/fluent/fluentd/pull/2780
|
1185
|
+
|
1186
|
+
|
1187
|
+
# v1.8
|
1188
|
+
|
1189
|
+
## Release v1.8.1 - 2019/12/26
|
1190
|
+
|
1191
|
+
### Enhancement
|
1192
|
+
|
1193
|
+
* in_tail: Add `path_timezone` parameter to format `path` with the specified timezone
|
1194
|
+
https://github.com/fluent/fluentd/pull/2719
|
1195
|
+
* out_copy: Add `copy_mode` parameter. `deep_copy` parameter is now deprecated.
|
1196
|
+
https://github.com/fluent/fluentd/pull/2747
|
1197
|
+
* supervisor: Add deprecated log for `inline_config`
|
1198
|
+
https://github.com/fluent/fluentd/pull/2746
|
1199
|
+
|
1200
|
+
### Bug fixes
|
1201
|
+
|
1202
|
+
* parser_ltsv: Prevent garbage result by checking `label_delimiter`
|
1203
|
+
https://github.com/fluent/fluentd/pull/2748
|
1204
|
+
|
1205
|
+
## Release v1.8.0 - 2019/12/11
|
1206
|
+
|
1207
|
+
### New feature
|
1208
|
+
|
1209
|
+
* Add service discovery plugin and `out_forward` use it
|
1210
|
+
https://github.com/fluent/fluentd/pull/2541
|
1211
|
+
* config: Add strict mode and support `default`/`nil` value in ruby embedded mode
|
1212
|
+
https://github.com/fluent/fluentd/pull/2685
|
1213
|
+
|
1214
|
+
### Enhancement
|
1215
|
+
|
1216
|
+
* formatter_csv: Support nested fields
|
1217
|
+
https://github.com/fluent/fluentd/pull/2643
|
1218
|
+
* record_accessor helper: Make code simple and bit faster
|
1219
|
+
https://github.com/fluent/fluentd/pull/2660
|
1220
|
+
* Relax tzinfo dependency to accept v1
|
1221
|
+
https://github.com/fluent/fluentd/pull/2673
|
1222
|
+
* log: Deprecate top-level match for capturing fluentd logs
|
1223
|
+
https://github.com/fluent/fluentd/pull/2689
|
1224
|
+
* in_monitor_agent: Expose Fluentd verion in REST API
|
1225
|
+
https://github.com/fluent/fluentd/pull/2706
|
1226
|
+
* time: Accept localtime xor utc
|
1227
|
+
https://github.com/fluent/fluentd/pull/2720
|
1228
|
+
https://github.com/fluent/fluentd/pull/2731
|
1229
|
+
* formatter_stdout: Make time_format configurable in stdout format
|
1230
|
+
https://github.com/fluent/fluentd/pull/2721
|
1231
|
+
* supervisor: create log directory when it doesn't exists
|
1232
|
+
https://github.com/fluent/fluentd/pull/2732
|
1233
|
+
* clean up internal classes / methods / code
|
1234
|
+
https://github.com/fluent/fluentd/pull/2647
|
1235
|
+
https://github.com/fluent/fluentd/pull/2648
|
1236
|
+
https://github.com/fluent/fluentd/pull/2653
|
1237
|
+
https://github.com/fluent/fluentd/pull/2654
|
1238
|
+
https://github.com/fluent/fluentd/pull/2657
|
1239
|
+
https://github.com/fluent/fluentd/pull/2667
|
1240
|
+
https://github.com/fluent/fluentd/pull/2674
|
1241
|
+
https://github.com/fluent/fluentd/pull/2677
|
1242
|
+
https://github.com/fluent/fluentd/pull/2680
|
1243
|
+
https://github.com/fluent/fluentd/pull/2709
|
1244
|
+
https://github.com/fluent/fluentd/pull/2730
|
1245
|
+
|
1246
|
+
### Bug fixes
|
1247
|
+
|
1248
|
+
* output: Fix warning printed when chunk key placeholder not replaced
|
1249
|
+
https://github.com/fluent/fluentd/pull/2523
|
1250
|
+
https://github.com/fluent/fluentd/pull/2733
|
1251
|
+
* Fix dry-run mode
|
1252
|
+
https://github.com/fluent/fluentd/pull/2651
|
1253
|
+
* suppress warning
|
1254
|
+
https://github.com/fluent/fluentd/pull/2652
|
1255
|
+
* suppress keyword argument warning for ruby2.7
|
1256
|
+
https://github.com/fluent/fluentd/pull/2664
|
1257
|
+
* RPC: Fix debug log text
|
1258
|
+
https://github.com/fluent/fluentd/pull/2666
|
1259
|
+
* time: Properly show class names in error message
|
1260
|
+
https://github.com/fluent/fluentd/pull/2671
|
1261
|
+
* Fix a potential bug that ThreadError may occur on SIGUSR1
|
1262
|
+
https://github.com/fluent/fluentd/pull/2678
|
1263
|
+
* server helper: Ignore ECONNREFUSED in TLS accept to avoid fluentd restart
|
1264
|
+
https://github.com/fluent/fluentd/pull/2695
|
1265
|
+
* server helper: Fix IPv6 dual stack mode issue for tcp socket.
|
1266
|
+
https://github.com/fluent/fluentd/pull/2697
|
1267
|
+
* supervisor: Fix inline config handling
|
1268
|
+
https://github.com/fluent/fluentd/pull/2708
|
1269
|
+
* Fix typo
|
1270
|
+
https://github.com/fluent/fluentd/pull/2710
|
1271
|
+
https://github.com/fluent/fluentd/pull/2714
|
1272
|
+
|
1273
|
+
# v1.7
|
1274
|
+
|
1275
|
+
## Release v1.7.4 - 2019/10/24
|
1276
|
+
|
1277
|
+
### Enhancement
|
1278
|
+
|
1279
|
+
* in_http: Add `use_204_response` parameter to return proper 204 response instead of 200.
|
1280
|
+
fluentd v2 will change this parameter to `true`.
|
1281
|
+
https://github.com/fluent/fluentd/pull/2640
|
1282
|
+
|
1283
|
+
### Bug fixes
|
1284
|
+
|
1285
|
+
* child_process helper: fix stderr blocking for discard case
|
1286
|
+
https://github.com/fluent/fluentd/pull/2649
|
1287
|
+
* log: Fix log rotation handling on Windows
|
1288
|
+
https://github.com/fluent/fluentd/pull/2663
|
1289
|
+
|
1290
|
+
## Release v1.7.3 - 2019/10/01
|
1291
|
+
|
1292
|
+
### Enhancement
|
1293
|
+
|
1294
|
+
* in_syslog: Replace priority_key with severity_key
|
1295
|
+
https://github.com/fluent/fluentd/pull/2636
|
1296
|
+
|
1297
|
+
### Bug fixes
|
1298
|
+
|
1299
|
+
* out_forward: Fix nil error after purge obsoleted sockets in socket cache
|
1300
|
+
https://github.com/fluent/fluentd/pull/2635
|
1301
|
+
* fix typo in ChangeLog
|
1302
|
+
https://github.com/fluent/fluentd/pull/2633
|
1303
|
+
|
1304
|
+
## Release v1.7.2 - 2019/09/19
|
1305
|
+
|
1306
|
+
### Enhancement
|
1307
|
+
|
1308
|
+
* in_tcp: Add security/client to restrict access
|
1309
|
+
https://github.com/fluent/fluentd/pull/2622
|
1310
|
+
|
1311
|
+
### Bug fixes
|
1312
|
+
|
1313
|
+
* buf_file/buf_file_single: fix to handle compress data during restart
|
1314
|
+
https://github.com/fluent/fluentd/pull/2620
|
1315
|
+
* plugin: Use `__send__` to avoid conflict with user defined `send`
|
1316
|
+
https://github.com/fluent/fluentd/pull/2614
|
1317
|
+
* buffer: reject invalid timekey at configure phase
|
1318
|
+
https://github.com/fluent/fluentd/pull/2615
|
1319
|
+
|
1320
|
+
|
1321
|
+
## Release v1.7.1 - 2019/09/08
|
1322
|
+
|
1323
|
+
### Enhancement
|
1324
|
+
|
1325
|
+
* socket helper/out_forward: Support Windows certstore to load certificates
|
1326
|
+
https://github.com/fluent/fluentd/pull/2601
|
1327
|
+
* parser_syslog: Add faster parser for rfc3164 message
|
1328
|
+
https://github.com/fluent/fluentd/pull/2599
|
1329
|
+
|
1330
|
+
### Bug fixes
|
1331
|
+
|
1332
|
+
* buf_file/buf_file_single: fix to ignore placeholder based path.
|
1333
|
+
https://github.com/fluent/fluentd/pull/2594
|
1334
|
+
* server helper: Ignore ETIMEDOUT error in SSL_accept
|
1335
|
+
https://github.com/fluent/fluentd/pull/2595
|
1336
|
+
* buf_file: ensure to remove metadata after buffer creation failure
|
1337
|
+
https://github.com/fluent/fluentd/pull/2598
|
1338
|
+
* buf_file_single: fix duplicated path setting check
|
1339
|
+
https://github.com/fluent/fluentd/pull/2600
|
1340
|
+
* fix msgpack-ruby dependency to use recent feature
|
1341
|
+
https://github.com/fluent/fluentd/pull/2606
|
1342
|
+
|
1343
|
+
|
1344
|
+
## Release v1.7.0 - 2019/08/20
|
1345
|
+
|
1346
|
+
### New feature
|
1347
|
+
|
1348
|
+
* buffer: Add file_single buffer plugin
|
1349
|
+
https://github.com/fluent/fluentd/pull/2579
|
1350
|
+
* output: Add http output plugin
|
1351
|
+
https://github.com/fluent/fluentd/pull/2488
|
1352
|
+
|
1353
|
+
### Enhancement
|
1354
|
+
|
1355
|
+
* buffer: Improve the performance of buffer routine
|
1356
|
+
https://github.com/fluent/fluentd/pull/2560
|
1357
|
+
https://github.com/fluent/fluentd/pull/2563
|
1358
|
+
https://github.com/fluent/fluentd/pull/2564
|
1359
|
+
* output: Use Mutex instead of Monitor
|
1360
|
+
https://github.com/fluent/fluentd/pull/2561
|
1361
|
+
* event: Add `OneEventStrea#empty?` method
|
1362
|
+
https://github.com/fluent/fluentd/pull/2565
|
1363
|
+
* thread: Set thread name for ruby 2.3 or later
|
1364
|
+
https://github.com/fluent/fluentd/pull/2574
|
1365
|
+
* core: Cache msgpack packer/unpacker to avoid the object allocation
|
1366
|
+
https://github.com/fluent/fluentd/pull/2559
|
1367
|
+
* time: Use faster way to get sec and nsec
|
1368
|
+
https://github.com/fluent/fluentd/pull/2557
|
1369
|
+
* buf_file: Reduce IO flush by removing `IO#truncate`
|
1370
|
+
https://github.com/fluent/fluentd/pull/2551
|
1371
|
+
* in_tcp: Improve the performance for multiple event case
|
1372
|
+
https://github.com/fluent/fluentd/pull/2567
|
1373
|
+
* in_syslog: support `source_hostname_key` and `source_address_key` for unmatched event
|
1374
|
+
https://github.com/fluent/fluentd/pull/2553
|
1375
|
+
* formatter_csv: Improve the format performance.
|
1376
|
+
https://github.com/fluent/fluentd/pull/2529
|
1377
|
+
* parser_csv: Add fast parser for typical cases
|
1378
|
+
https://github.com/fluent/fluentd/pull/2535
|
1379
|
+
* out_forward: Refactor code
|
1380
|
+
https://github.com/fluent/fluentd/pull/2516
|
1381
|
+
https://github.com/fluent/fluentd/pull/2532
|
1382
|
+
|
1383
|
+
### Bug fixes
|
1384
|
+
|
1385
|
+
* output: fix data lost on decompression
|
1386
|
+
https://github.com/fluent/fluentd/pull/2547
|
1387
|
+
* out_exec_filter: fix non-ascii encoding issue
|
1388
|
+
https://github.com/fluent/fluentd/pull/2539
|
1389
|
+
* in_tail: Don't call parser's configure twice
|
1390
|
+
https://github.com/fluent/fluentd/pull/2569
|
1391
|
+
* Fix unused message handling for <section> parameters
|
1392
|
+
https://github.com/fluent/fluentd/pull/2578
|
1393
|
+
* Fix comment/message typos
|
1394
|
+
https://github.com/fluent/fluentd/pull/2549
|
1395
|
+
https://github.com/fluent/fluentd/pull/2554
|
1396
|
+
https://github.com/fluent/fluentd/pull/2556
|
1397
|
+
https://github.com/fluent/fluentd/pull/2566
|
1398
|
+
https://github.com/fluent/fluentd/pull/2573
|
1399
|
+
https://github.com/fluent/fluentd/pull/2576
|
1400
|
+
https://github.com/fluent/fluentd/pull/2583
|
1401
|
+
|
1402
|
+
# v1.6
|
1403
|
+
|
1404
|
+
## Release v1.6.3 - 2019/07/29
|
1405
|
+
|
1406
|
+
### Enhancement
|
1407
|
+
|
1408
|
+
* in_syslog: Add `emit_unmatched_lines` parameter
|
1409
|
+
https://github.com/fluent/fluentd/pull/2499
|
1410
|
+
* buf_file: Add `path_suffix` parameter
|
1411
|
+
https://github.com/fluent/fluentd/pull/2524
|
1412
|
+
* in_tail: Improve the performance of split lines
|
1413
|
+
https://github.com/fluent/fluentd/pull/2527
|
1414
|
+
|
1415
|
+
### Bug fixes
|
1416
|
+
|
1417
|
+
* http_server: Fix re-define render_json method
|
1418
|
+
https://github.com/fluent/fluentd/pull/2517
|
1419
|
+
|
1420
|
+
## Release v1.6.2 - 2019/07/11
|
1421
|
+
|
1422
|
+
### Bug fixes
|
1423
|
+
|
1424
|
+
* http_server helper: Add title argument to support multiple servers
|
1425
|
+
https://github.com/fluent/fluentd/pull/2493
|
1426
|
+
|
1427
|
+
## Release v1.6.1 - 2019/07/10
|
1428
|
+
|
1429
|
+
### Enhancement
|
1430
|
+
|
1431
|
+
* socket/cert: Support all private keys OpenSSL supports, not only RSA.
|
1432
|
+
https://github.com/fluent/fluentd/pull/2487
|
1433
|
+
* output/buffer: Improve statistics method performance
|
1434
|
+
https://github.com/fluent/fluentd/pull/2491
|
1435
|
+
|
1436
|
+
### Bug fixes
|
1437
|
+
|
1438
|
+
* plugin_config_formatter: update new doc URL
|
1439
|
+
https://github.com/fluent/fluentd/pull/2481
|
1440
|
+
* out_forward: Avoid zero division error when there are no available nodes
|
1441
|
+
https://github.com/fluent/fluentd/pull/2482
|
1442
|
+
|
1443
|
+
## Release v1.6.0 - 2019/07/01
|
1444
|
+
|
1445
|
+
### New feature
|
1446
|
+
|
1447
|
+
* plugin: Add http_server helper and in_monitor_agent use it
|
1448
|
+
https://github.com/fluent/fluentd/pull/2447
|
1449
|
+
|
1450
|
+
### Enhancement
|
1451
|
+
|
1452
|
+
* in_monitor_agent: Add more metrics for buffer/output
|
1453
|
+
https://github.com/fluent/fluentd/pull/2450
|
1454
|
+
* time/plugin: Add `EventTime#to_time` method for fast conversion
|
1455
|
+
https://github.com/fluent/fluentd/pull/2469
|
1456
|
+
* socket helper/out_forward: Add connect_timeout parameter
|
1457
|
+
https://github.com/fluent/fluentd/pull/2467
|
1458
|
+
* command: Add `--conf-encoding` option
|
1459
|
+
https://github.com/fluent/fluentd/pull/2453
|
1460
|
+
* parser_none: Small performance optimization
|
1461
|
+
https://github.com/fluent/fluentd/pull/2455
|
1462
|
+
|
1463
|
+
### Bug fixes
|
1464
|
+
|
1465
|
+
* cert: Fix cert match pattern
|
1466
|
+
https://github.com/fluent/fluentd/pull/2466
|
1467
|
+
* output: Fix forget to increment rollback count
|
1468
|
+
https://github.com/fluent/fluentd/pull/2462
|
1469
|
+
|
1470
|
+
# v1.5
|
1471
|
+
|
1472
|
+
## Release v1.5.2 - 2019/06/13
|
1473
|
+
|
1474
|
+
### Bug fixes
|
1475
|
+
|
1476
|
+
* out_forward: Fix duplicated handshake bug in keepalive
|
1477
|
+
https://github.com/fluent/fluentd/pull/2456
|
1478
|
+
|
1479
|
+
## Release v1.5.1 - 2019/06/05
|
1480
|
+
|
1481
|
+
### Enhancement
|
1482
|
+
|
1483
|
+
* in_tail: Increase read block size to reduce IO call
|
1484
|
+
https://github.com/fluent/fluentd/pull/2418
|
1485
|
+
* in_monitor_agent: Refactor code
|
1486
|
+
https://github.com/fluent/fluentd/pull/2422
|
1487
|
+
|
1488
|
+
### Bug fixes
|
1489
|
+
|
1490
|
+
* out_forward: Fix socket handling of keepalive
|
1491
|
+
https://github.com/fluent/fluentd/pull/2434
|
1492
|
+
* parser: Fix the use of name based timezone
|
1493
|
+
https://github.com/fluent/fluentd/pull/2421
|
1494
|
+
* in_monitor_agent: Fix debug parameter handling
|
1495
|
+
https://github.com/fluent/fluentd/pull/2423
|
1496
|
+
* command: Fix error handling of log rotation age option
|
1497
|
+
https://github.com/fluent/fluentd/pull/2427
|
1498
|
+
* command: Fix ERB warning for ruby 2.6 or later
|
1499
|
+
https://github.com/fluent/fluentd/pull/2430
|
1500
|
+
|
1501
|
+
## Release v1.5.0 - 2019/05/18
|
1502
|
+
|
1503
|
+
### New feature
|
1504
|
+
|
1505
|
+
* out_forward: Support keepalive feature
|
1506
|
+
https://github.com/fluent/fluentd/pull/2393
|
1507
|
+
* in_http: Support TLS via server helper
|
1508
|
+
https://github.com/fluent/fluentd/pull/2395
|
1509
|
+
* in_syslog: Support TLS via server helper
|
1510
|
+
https://github.com/fluent/fluentd/pull/2399
|
1511
|
+
|
1512
|
+
### Enhancement
|
1513
|
+
|
1514
|
+
* in_syslog: Add delimiter parameter
|
1515
|
+
https://github.com/fluent/fluentd/pull/2378
|
1516
|
+
* in_forward: Add tag/add_tag_prefix parameters
|
1517
|
+
https://github.com/fluent/fluentd/pull/2396
|
1518
|
+
* parser_json: Add stream_buffer_size parameter for yajl
|
1519
|
+
https://github.com/fluent/fluentd/pull/2381
|
1520
|
+
* command: Add deprecated message to show-plugin-config option
|
1521
|
+
https://github.com/fluent/fluentd/pull/2401
|
1522
|
+
* storage_local: Ignore empty file. Call sync after write for XFS.
|
1523
|
+
https://github.com/fluent/fluentd/pull/2409
|
1524
|
+
|
1525
|
+
### Bug fixes
|
1526
|
+
|
1527
|
+
* out_forward: Don't use SO_LINGER on SSL/TLS WinSock
|
1528
|
+
https://github.com/fluent/fluentd/pull/2398
|
1529
|
+
* server helper: Fix recursive lock issue in TLSServer
|
1530
|
+
https://github.com/fluent/fluentd/pull/2341
|
1531
|
+
* Fix typo
|
1532
|
+
https://github.com/fluent/fluentd/pull/2369
|
1533
|
+
|
1534
|
+
# v1.4
|
1535
|
+
|
1536
|
+
## Release v1.4.2 - 2019/04/02
|
1537
|
+
|
1538
|
+
### Enhancements
|
1539
|
+
|
1540
|
+
* in_http: subdomain support in CORS domain
|
1541
|
+
https://github.com/fluent/fluentd/pull/2337
|
1542
|
+
* in_monitor_agent: Expose current timekey list as a buffer metrics
|
1543
|
+
https://github.com/fluent/fluentd/pull/2343
|
1544
|
+
* in_tcp/in_udp: Add source_address_key parameter
|
1545
|
+
https://github.com/fluent/fluentd/pull/2347
|
1546
|
+
* in_forward: Add send_keepalive_packet parameter to check the remote connection is available or not
|
1547
|
+
https://github.com/fluent/fluentd/pull/2352
|
1548
|
+
|
1549
|
+
### Bug fixes
|
1550
|
+
|
1551
|
+
* out_exec_filter: Fix typo of child_respawn description
|
1552
|
+
https://github.com/fluent/fluentd/pull/2341
|
1553
|
+
* in_tail: Create parent directories for symlink
|
1554
|
+
https://github.com/fluent/fluentd/pull/2353
|
1555
|
+
* in_tail: Fix encoding duplication check for non-specified case
|
1556
|
+
https://github.com/fluent/fluentd/pull/2361
|
1557
|
+
* log: Fix time format handling of plugin logger when log format is JSON
|
1558
|
+
https://github.com/fluent/fluentd/pull/2356
|
1559
|
+
|
1560
|
+
## Release v1.4.1 - 2019/03/18
|
1561
|
+
|
1562
|
+
### Enhancements
|
1563
|
+
|
1564
|
+
* system: Add worker_id to process_name when workers is larger than 1
|
1565
|
+
https://github.com/fluent/fluentd/pull/2321
|
1566
|
+
* parser_regexp: Check named captures. When no named captures, configuration error is raised
|
1567
|
+
https://github.com/fluent/fluentd/pull/2331
|
1568
|
+
|
1569
|
+
### Bug fixes
|
1570
|
+
|
1571
|
+
* out_forward: Make tls_client_private_key_passphrase secret
|
1572
|
+
https://github.com/fluent/fluentd/pull/2324
|
1573
|
+
* in_syslog: Check message length when read from buffer in octet counting
|
1574
|
+
https://github.com/fluent/fluentd/pull/2323
|
1575
|
+
|
1576
|
+
## Release v1.4.0 - 2019/02/24
|
1577
|
+
|
1578
|
+
### New features
|
1579
|
+
|
1580
|
+
* multiprocess: Support <worker N-M> syntax
|
1581
|
+
https://github.com/fluent/fluentd/pull/2292
|
1582
|
+
* output: Work <secondary> and retry_forever together
|
1583
|
+
https://github.com/fluent/fluentd/pull/2276
|
1584
|
+
* out_file: Support placeholders in symlink_path
|
1585
|
+
https://github.com/fluent/fluentd/pull/2254
|
1586
|
+
|
1587
|
+
### Enhancements
|
1588
|
+
|
1589
|
+
* output: Add MessagePack unpacker error to unrecoverable error list
|
1590
|
+
https://github.com/fluent/fluentd/pull/2301
|
1591
|
+
* output: Reduce flush delay when large timekey and small timekey_wait are specified
|
1592
|
+
https://github.com/fluent/fluentd/pull/2291
|
1593
|
+
* config: Support embedded ruby code in section argument.
|
1594
|
+
https://github.com/fluent/fluentd/pull/2295
|
1595
|
+
* in_tail: Improve encoding parameter handling
|
1596
|
+
https://github.com/fluent/fluentd/pull/2305
|
1597
|
+
* in_tcp/in_udp: Add <parse> section check
|
1598
|
+
https://github.com/fluent/fluentd/pull/2267
|
1599
|
+
|
1600
|
+
### Bug fixes
|
1601
|
+
|
1602
|
+
* server: Ignore IOError and related errors in UDP
|
1603
|
+
https://github.com/fluent/fluentd/pull/2310
|
1604
|
+
* server: Ignore EPIPE in TLS accept to avoid fluentd restart
|
1605
|
+
https://github.com/fluent/fluentd/pull/2253
|
1606
|
+
|
1607
|
+
# v1.3
|
1608
|
+
|
1609
|
+
## Release v1.3.3 - 2019/01/06
|
1610
|
+
|
1611
|
+
### Enhancements
|
1612
|
+
|
1613
|
+
* parser_syslog: Use String#squeeze for performance improvement
|
1614
|
+
https://github.com/fluent/fluentd/pull/2239
|
1615
|
+
* parser_syslog: Support RFC5424 timestamp without subseconds
|
1616
|
+
https://github.com/fluent/fluentd/pull/2240
|
1617
|
+
|
1618
|
+
### Bug fixes
|
1619
|
+
|
1620
|
+
* server: Ignore ECONNRESET in TLS accept to avoid fluentd restart
|
1621
|
+
https://github.com/fluent/fluentd/pull/2243
|
1622
|
+
* log: Fix plugin logger ignores fluentd log event setting
|
1623
|
+
https://github.com/fluent/fluentd/pull/2252
|
1624
|
+
|
1625
|
+
## Release v1.3.2 - 2018/12/10
|
1626
|
+
|
1627
|
+
### Enhancements
|
1628
|
+
|
1629
|
+
* out_forward: Support mutual TLS
|
1630
|
+
https://github.com/fluent/fluentd/pull/2187
|
1631
|
+
* out_file: Create `pos_file` directory if it doesn't exist
|
1632
|
+
https://github.com/fluent/fluentd/pull/2223
|
1633
|
+
|
1634
|
+
### Bug fixes
|
1635
|
+
|
1636
|
+
* output: Fix logs during retry
|
1637
|
+
https://github.com/fluent/fluentd/pull/2203
|
1638
|
+
|
1639
|
+
## Release v1.3.1 - 2018/11/27
|
1640
|
+
|
1641
|
+
### Enhancements
|
1642
|
+
|
1643
|
+
* out_forward: Separate parameter names for certificate
|
1644
|
+
https://github.com/fluent/fluentd/pull/2181
|
1645
|
+
https://github.com/fluent/fluentd/pull/2190
|
1646
|
+
* out_forward: Add `verify_connection_at_startup` parameter to check connection setting at startup phase
|
1647
|
+
https://github.com/fluent/fluentd/pull/2184
|
1648
|
+
* config: Check right slash position in regexp type
|
1649
|
+
https://github.com/fluent/fluentd/pull/2176
|
1650
|
+
* parser_nginx: Support multiple IPs in `http_x_forwarded_for` field
|
1651
|
+
https://github.com/fluent/fluentd/pull/2171
|
1652
|
+
|
1653
|
+
### Bug fixes
|
1654
|
+
|
1655
|
+
* fluent-cat: Fix retry limit handling
|
1656
|
+
https://github.com/fluent/fluentd/pull/2193
|
1657
|
+
* record_accessor helper: Delete top level field with bracket style
|
1658
|
+
https://github.com/fluent/fluentd/pull/2192
|
1659
|
+
* filter_record_transformer: Keep `class` methond to avoid undefined method error
|
1660
|
+
https://github.com/fluent/fluentd/pull/2186
|
1661
|
+
|
1662
|
+
## Release v1.3.0 - 2018/11/10
|
1663
|
+
|
1664
|
+
### New features
|
1665
|
+
|
1666
|
+
* output: Change thread execution control
|
1667
|
+
https://github.com/fluent/fluentd/pull/2170
|
1668
|
+
* in_syslog: Support octet counting frame
|
1669
|
+
https://github.com/fluent/fluentd/pull/2147
|
1670
|
+
* Use `flush_thread_count` value for `queued_chunks_limit_size` when `queued_chunks_limit_size` is not specified
|
1671
|
+
https://github.com/fluent/fluentd/pull/2173
|
1672
|
+
|
1673
|
+
### Enhancements
|
1674
|
+
|
1675
|
+
* output: Show backtrace for unrecoverable errors
|
1676
|
+
https://github.com/fluent/fluentd/pull/2149
|
1677
|
+
* in_http: Implement support for CORS preflight requests
|
1678
|
+
https://github.com/fluent/fluentd/pull/2144
|
1679
|
+
|
1680
|
+
### Bug fixes
|
1681
|
+
|
1682
|
+
* server: Fix deadlock between on_writable and close in sockets
|
1683
|
+
https://github.com/fluent/fluentd/pull/2165
|
1684
|
+
* output: show correct error when wrong plugin is specified for secondary
|
1685
|
+
https://github.com/fluent/fluentd/pull/2169
|
1686
|
+
|
1687
|
+
# v1.2
|
1688
|
+
|
1689
|
+
## Release v1.2.6 - 2018/10/03
|
1690
|
+
|
1691
|
+
### Enhancements
|
1692
|
+
|
1693
|
+
* output: Add `disable_chunk_backup` for ignore broken chunks.
|
1694
|
+
https://github.com/fluent/fluentd/pull/2117
|
1695
|
+
* parser_syslog: Improve regexp for RFC5424
|
1696
|
+
https://github.com/fluent/fluentd/pull/2141
|
1697
|
+
* in_http: Allow specifying the wildcard '*' as the CORS domain
|
1698
|
+
https://github.com/fluent/fluentd/pull/2139
|
1699
|
+
|
1700
|
+
### Bug fixes
|
1701
|
+
|
1702
|
+
* in_tail: Prevent thread switching in the interval between seek and read/write operations to pos_file
|
1703
|
+
https://github.com/fluent/fluentd/pull/2118
|
1704
|
+
* parser: Handle LoadError properly for oj
|
1705
|
+
https://github.com/fluent/fluentd/pull/2140
|
1706
|
+
|
1707
|
+
## Release v1.2.5 - 2018/08/22
|
1708
|
+
|
1709
|
+
### Bug fixes
|
1710
|
+
|
1711
|
+
* in_tail: Fix resource leak by file rotation
|
1712
|
+
https://github.com/fluent/fluentd/pull/2105
|
1713
|
+
* fix typos
|
1714
|
+
|
1715
|
+
## Release v1.2.4 - 2018/08/01
|
1716
|
+
|
1717
|
+
### Bug fixes
|
1718
|
+
|
1719
|
+
* output: Consider timezone when calculate timekey
|
1720
|
+
https://github.com/fluent/fluentd/pull/2054
|
1721
|
+
* output: Fix bug in suppress_emit_error_log_interval
|
1722
|
+
https://github.com/fluent/fluentd/pull/2069
|
1723
|
+
* server-helper: Fix connection leak by close timing issue.
|
1724
|
+
https://github.com/fluent/fluentd/pull/2087
|
1725
|
+
|
1726
|
+
## Release v1.2.3 - 2018/07/10
|
1727
|
+
|
1728
|
+
### Enhancements
|
1729
|
+
|
1730
|
+
* in_http: Consider `<parse>` parameters in batch mode
|
1731
|
+
https://github.com/fluent/fluentd/pull/2055
|
1732
|
+
* in_http: Support gzip payload
|
1733
|
+
https://github.com/fluent/fluentd/pull/2060
|
1734
|
+
* output: Improve compress performance
|
1735
|
+
https://github.com/fluent/fluentd/pull/2031
|
1736
|
+
* in_monitor_agent: Add missing descriptions for configurable options
|
1737
|
+
https://github.com/fluent/fluentd/pull/2037
|
1738
|
+
* parser_syslog: update regex of pid field for conformance to RFC5424 spec
|
1739
|
+
https://github.com/fluent/fluentd/pull/2051
|
1740
|
+
|
1741
|
+
### Bug fixes
|
1742
|
+
|
1743
|
+
* in_tail: Fix to rescue Errno::ENOENT for File.mtime()
|
1744
|
+
https://github.com/fluent/fluentd/pull/2063
|
1745
|
+
* fluent-plugin-generate: Fix Parser plugin template
|
1746
|
+
https://github.com/fluent/fluentd/pull/2026
|
1747
|
+
* fluent-plugin-config-format: Fix NoMethodError for some plugins
|
1748
|
+
https://github.com/fluent/fluentd/pull/2023
|
1749
|
+
* config: Don't warn message for reserved parameters in DSL
|
1750
|
+
https://github.com/fluent/fluentd/pull/2034
|
1751
|
+
|
1752
|
+
## Release v1.2.2 - 2018/06/12
|
1753
|
+
|
1754
|
+
### Enhancements
|
1755
|
+
|
1756
|
+
* filter_parser: Add remove_key_name_field parameter
|
1757
|
+
https://github.com/fluent/fluentd/pull/2012
|
1758
|
+
* fluent-plugin-config-format: Dump config_argument
|
1759
|
+
https://github.com/fluent/fluentd/pull/2003
|
1760
|
+
|
1761
|
+
### Bug fixes
|
1762
|
+
|
1763
|
+
* in_tail: Change pos file entry handling to avoid read conflict for other plugins
|
1764
|
+
https://github.com/fluent/fluentd/pull/1963
|
1765
|
+
* buffer: Wait for all chunks being purged before deleting @queued_num items
|
1766
|
+
https://github.com/fluent/fluentd/pull/2016
|
1767
|
+
|
1768
|
+
## Release v1.2.1 - 2018/05/23
|
1769
|
+
|
1770
|
+
### Enhancements
|
1771
|
+
|
1772
|
+
* Counter: Add wait API to client
|
1773
|
+
https://github.com/fluent/fluentd/pull/1997
|
1774
|
+
|
1775
|
+
### Bug fixes
|
1776
|
+
|
1777
|
+
* in_tcp/in_udp: Fix source_hostname_key to set hostname correctly
|
1778
|
+
https://github.com/fluent/fluentd/pull/1976
|
1779
|
+
* in_monitor_agent: Fix buffer_total_queued_size calculation
|
1780
|
+
https://github.com/fluent/fluentd/pull/1990
|
1781
|
+
* out_file: Temporal fix for broken gzipped files with gzip and append
|
1782
|
+
https://github.com/fluent/fluentd/pull/1995
|
1783
|
+
* test: Fix unstable backup test
|
1784
|
+
https://github.com/fluent/fluentd/pull/1979
|
1785
|
+
* gemspec: Remove deprecated has_rdoc
|
1786
|
+
|
1787
|
+
## Release v1.2.0 - 2018/04/30
|
1788
|
+
|
1789
|
+
### New Features
|
1790
|
+
|
1791
|
+
* New Counter API
|
1792
|
+
https://github.com/fluent/fluentd/pull/1857
|
1793
|
+
* output: Backup for broken chunks
|
1794
|
+
https://github.com/fluent/fluentd/pull/1952
|
1795
|
+
* filter_grep: Support for `<and>` and `<or>` sections
|
1796
|
+
https://github.com/fluent/fluentd/pull/1897
|
1797
|
+
* config: Support `regexp` type in configuration parameter
|
1798
|
+
https://github.com/fluent/fluentd/pull/1927
|
1799
|
+
|
1800
|
+
### Enhancements
|
1801
|
+
|
1802
|
+
* parser_nginx: Support optional `http-x-forwarded-for` field
|
1803
|
+
https://github.com/fluent/fluentd/pull/1932
|
1804
|
+
* filter_grep: Improve the performance
|
1805
|
+
https://github.com/fluent/fluentd/pull/1940
|
1806
|
+
|
1807
|
+
### Bug fixes
|
1808
|
+
|
1809
|
+
* log: Fix unexpected implementation bug when log rotation setting is applied
|
1810
|
+
https://github.com/fluent/fluentd/pull/1957
|
1811
|
+
* server helper: Close invalid socket when ssl error happens on reading
|
1812
|
+
https://github.com/fluent/fluentd/pull/1942
|
1813
|
+
* output: Buffer chunk's unique id should be formatted as hex in the log
|
1814
|
+
|
1815
|
+
# v1.1
|
1816
|
+
|
1817
|
+
## Release v1.1.3 - 2018/04/03
|
1818
|
+
|
1819
|
+
### Enhancements
|
1820
|
+
|
1821
|
+
* output: Support negative index for tag placeholders
|
1822
|
+
https://github.com/fluent/fluentd/pull/1908
|
1823
|
+
* buffer: Add queued_chunks_limit_size to control the number of queued chunks
|
1824
|
+
https://github.com/fluent/fluentd/pull/1916
|
1825
|
+
* time: Make Fluent::EventTime human readable for inspect
|
1826
|
+
https://github.com/fluent/fluentd/pull/1915
|
1827
|
+
|
1828
|
+
### Bug fixes
|
1829
|
+
|
1830
|
+
* output: Delete empty queued_num field after purging chunks
|
1831
|
+
https://github.com/fluent/fluentd/pull/1919
|
1832
|
+
* fluent-debug: Fix usage message of fluent-debug command
|
1833
|
+
https://github.com/fluent/fluentd/pull/1920
|
1834
|
+
* out_forward: The node should be disabled when TLS socket for ack returns an error
|
1835
|
+
https://github.com/fluent/fluentd/pull/1925
|
1836
|
+
|
1837
|
+
## Release v1.1.2 - 2018/03/18
|
1838
|
+
|
1839
|
+
### Enhancements
|
1840
|
+
|
1841
|
+
* filter_grep: Support pattern starts with character classes with //
|
1842
|
+
https://github.com/fluent/fluentd/pull/1887
|
1843
|
+
|
1844
|
+
### Bug fixes
|
1845
|
+
|
1846
|
+
* in_tail: Handle records in the correct order on file rotation
|
1847
|
+
https://github.com/fluent/fluentd/pull/1880
|
1848
|
+
* out_forward: Fix race condition with `<security>` on multi thread environment
|
1849
|
+
https://github.com/fluent/fluentd/pull/1893
|
1850
|
+
* output: Prevent flushing threads consume too much CPU when retry happens
|
1851
|
+
https://github.com/fluent/fluentd/pull/1901
|
1852
|
+
* config: Fix boolean param handling for comment without value
|
1853
|
+
https://github.com/fluent/fluentd/pull/1883
|
1854
|
+
* test: Fix random test failures in test/plugin/test_out_forward.rb
|
1855
|
+
https://github.com/fluent/fluentd/pull/1881
|
1856
|
+
https://github.com/fluent/fluentd/pull/1890
|
1857
|
+
* command: Fix typo in binlog_reader
|
1858
|
+
https://github.com/fluent/fluentd/pull/1898
|
1859
|
+
|
1860
|
+
## Release v1.1.1 - 2018/03/05
|
1861
|
+
|
1862
|
+
### Enhancements
|
1863
|
+
|
1864
|
+
* in_debug_agent: Support multi worker environment
|
1865
|
+
https://github.com/fluent/fluentd/pull/1869
|
1866
|
+
* in_forward: Improve SSL setup to support mutual TLS
|
1867
|
+
https://github.com/fluent/fluentd/pull/1861
|
1868
|
+
* buf_file: Skip and delete broken file chunks to avoid unsuccessful retry in resume
|
1869
|
+
https://github.com/fluent/fluentd/pull/1874
|
1870
|
+
* command: Show fluentd version for debug purpose
|
1871
|
+
https://github.com/fluent/fluentd/pull/1839
|
1872
|
+
|
1873
|
+
### Bug fixes
|
1874
|
+
|
1875
|
+
* in_forward: Do not close connection until write is complete on failed auth PONG
|
1876
|
+
https://github.com/fluent/fluentd/pull/1835
|
1877
|
+
* in_tail: Fix IO event race condition during shutdown
|
1878
|
+
https://github.com/fluent/fluentd/pull/1876
|
1879
|
+
* in_http: Emit event time instead of raw time value in batch
|
1880
|
+
https://github.com/fluent/fluentd/pull/1850
|
1881
|
+
* parser_json: Add EncodingError to rescue list for oj 3.x.
|
1882
|
+
https://github.com/fluent/fluentd/pull/1875
|
1883
|
+
* config: Fix config_param for string type with frozen string
|
1884
|
+
https://github.com/fluent/fluentd/pull/1838
|
1885
|
+
* timer: Fix a bug to leak non-repeating timer watchers
|
1886
|
+
https://github.com/fluent/fluentd/pull/1864
|
1887
|
+
|
1888
|
+
## Release v1.1.0 - 2018/01/17
|
1889
|
+
|
1890
|
+
### New features / Enhancements
|
1891
|
+
|
1892
|
+
* config: Add hostname and worker_id short-cut
|
1893
|
+
https://github.com/fluent/fluentd/pull/1814
|
1894
|
+
* parser_ltsv: Add delimiter_pattern parameter
|
1895
|
+
https://github.com/fluent/fluentd/pull/1802
|
1896
|
+
* record_accessor helper: Support nested field deletion
|
1897
|
+
https://github.com/fluent/fluentd/pull/1800
|
1898
|
+
* record_accessor helper: Expose internal instance `@keys` variable
|
1899
|
+
https://github.com/fluent/fluentd/pull/1808
|
1900
|
+
* log: Improve Log#on_xxx API performance
|
1901
|
+
https://github.com/fluent/fluentd/pull/1809
|
1902
|
+
* time: Improve time formatting performance
|
1903
|
+
https://github.com/fluent/fluentd/pull/1796
|
1904
|
+
* command: Port certificates generating command from secure-forward
|
1905
|
+
https://github.com/fluent/fluentd/pull/1818
|
1906
|
+
|
1907
|
+
### Bug fixes
|
1908
|
+
|
1909
|
+
* server helper: Fix TCP + TLS degradation
|
1910
|
+
https://github.com/fluent/fluentd/pull/1805
|
1911
|
+
* time: Fix the method for TimeFormatter#call
|
1912
|
+
https://github.com/fluent/fluentd/pull/1813
|
1913
|
+
|
1914
|
+
# v1.0
|
1915
|
+
|
1916
|
+
## Release v1.0.2 - 2017/12/17
|
1917
|
+
|
1918
|
+
### New features / Enhancements
|
1919
|
+
|
1920
|
+
* Use dig_rb instead of ruby_dig to support dig method in more objects
|
1921
|
+
https://github.com/fluent/fluentd/pull/1794
|
1922
|
+
|
1923
|
+
## Release v1.0.1 - 2017/12/14
|
1924
|
+
|
1925
|
+
### New features / Enhancements
|
1926
|
+
|
1927
|
+
* in_udp: Add receive_buffer_size parameter
|
1928
|
+
https://github.com/fluent/fluentd/pull/1788
|
1929
|
+
* in_tail: Add enable_stat_watcher option to disable inotify events
|
1930
|
+
https://github.com/fluent/fluentd/pull/1775
|
1931
|
+
* Relax strptime gem version
|
1932
|
+
|
1933
|
+
### Bug fixes
|
1934
|
+
|
1935
|
+
* in_tail: Properly handle moved back and truncated case
|
1936
|
+
https://github.com/fluent/fluentd/pull/1793
|
1937
|
+
* out_forward: Rebuild weight array to apply server setting properly
|
1938
|
+
https://github.com/fluent/fluentd/pull/1784
|
1939
|
+
* fluent-plugin-config-formatter: Use v1.0 for URL
|
1940
|
+
https://github.com/fluent/fluentd/pull/1781
|
1941
|
+
|
1942
|
+
## Release v1.0.0 - 2017/12/6
|
1943
|
+
|
1944
|
+
See [CNCF announcement](https://www.cncf.io/blog/2017/12/06/fluentd-v1-0/) :)
|
1945
|
+
|
1946
|
+
### New features / Enhancements
|
1947
|
+
|
1948
|
+
* out_copy: Support ignore_error argument in `<store>`
|
1949
|
+
https://github.com/fluent/fluentd/pull/1764
|
1950
|
+
* server helper: Improve resource usage of TLS transport
|
1951
|
+
https://github.com/fluent/fluentd/pull/1764
|
1952
|
+
* Disable tracepoint feature to omit unnecessary insts
|
1953
|
+
https://github.com/fluent/fluentd/pull/1764
|
1954
|
+
|
1955
|
+
### Bug fixes
|
1956
|
+
|
1957
|
+
* out_forward: Don't update retry state when failed to get ack response.
|
1958
|
+
https://github.com/fluent/fluentd/pull/1686
|
1959
|
+
* plugin: Combine before_shutdown and shutdown call in one sequence.
|
1960
|
+
https://github.com/fluent/fluentd/pull/1763
|
1961
|
+
* Add description to parsers
|
1962
|
+
https://github.com/fluent/fluentd/pull/1776
|
1963
|
+
https://github.com/fluent/fluentd/pull/1777
|
1964
|
+
https://github.com/fluent/fluentd/pull/1778
|
1965
|
+
https://github.com/fluent/fluentd/pull/1779
|
1966
|
+
https://github.com/fluent/fluentd/pull/1780
|
1967
|
+
* filter_parser: Add parameter description
|
1968
|
+
https://github.com/fluent/fluentd/pull/1773
|
1969
|
+
* plugin: Combine before_shutdown and shutdown call in one sequence.
|
1970
|
+
https://github.com/fluent/fluentd/pull/1763
|
1971
|
+
|
1972
|
+
# v0.14
|
1973
|
+
|
1974
|
+
## Release v0.14.25 - 2017/11/29
|
1975
|
+
|
1976
|
+
### New features / Enhancements
|
1977
|
+
|
1978
|
+
* Disable tracepoint feature to omit unnecessary insts
|
1979
|
+
https://github.com/fluent/fluentd/pull/1764
|
1980
|
+
|
1981
|
+
### Bug fixes
|
1982
|
+
|
1983
|
+
* out_forward: Don't update retry state when failed to get ack response.
|
1984
|
+
https://github.com/fluent/fluentd/pull/1686
|
1985
|
+
* plugin: Combine before_shutdown and shutdown call in one sequence.
|
1986
|
+
https://github.com/fluent/fluentd/pull/1763
|
1987
|
+
|
1988
|
+
## Release v0.14.24 - 2017/11/24
|
1989
|
+
|
1990
|
+
### New features / Enhancements
|
1991
|
+
|
1992
|
+
* plugin-config-formatter: Add link to plugin helper result
|
1993
|
+
https://github.com/fluent/fluentd/pull/1753
|
1994
|
+
* server helper: Refactor code
|
1995
|
+
https://github.com/fluent/fluentd/pull/1759
|
1996
|
+
|
1997
|
+
### Bug fixes
|
1998
|
+
|
1999
|
+
* supervisor: Don't call change_privilege twice
|
2000
|
+
https://github.com/fluent/fluentd/pull/1757
|
2001
|
+
|
2002
|
+
## Release v0.14.23 - 2017/11/15
|
2003
|
+
|
2004
|
+
### New features / Enhancements
|
2005
|
+
|
2006
|
+
* in_udp: Add remove_newline parameter
|
2007
|
+
https://github.com/fluent/fluentd/pull/1747
|
2008
|
+
|
2009
|
+
### Bug fixes
|
2010
|
+
|
2011
|
+
* buffer: Lock buffers in order of metadata
|
2012
|
+
https://github.com/fluent/fluentd/pull/1722
|
2013
|
+
* in_tcp: Fix log corruption under load.
|
2014
|
+
https://github.com/fluent/fluentd/pull/1729
|
2015
|
+
* out_forward: Fix elapsed time miscalculation in tcp heartbeat
|
2016
|
+
https://github.com/fluent/fluentd/pull/1738
|
2017
|
+
* supervisor: Fix worker pid handling during worker restart
|
2018
|
+
https://github.com/fluent/fluentd/pull/1739
|
2019
|
+
* in_tail: Skip setup failed watcher to avoid resource leak and log bloat
|
2020
|
+
https://github.com/fluent/fluentd/pull/1742
|
2021
|
+
* agent: Add error location to emit error logs
|
2022
|
+
https://github.com/fluent/fluentd/pull/1746
|
2023
|
+
* command: Consider hyphen and underscore in fluent-plugin-generate arguments
|
2024
|
+
https://github.com/fluent/fluentd/pull/1751
|
2025
|
+
|
2026
|
+
## Release v0.14.22 - 2017/11/01
|
2027
|
+
|
2028
|
+
### New features / Enhancements
|
2029
|
+
|
2030
|
+
* formatter_tsv: Add add_newline parameter
|
2031
|
+
https://github.com/fluent/fluentd/pull/1691
|
2032
|
+
* out_file/out_secondary_file: Support ${chunk_id} placeholder. This includes extrace_placeholders API change
|
2033
|
+
https://github.com/fluent/fluentd/pull/1708
|
2034
|
+
* record_accessor: Support double quotes in bracket notation
|
2035
|
+
https://github.com/fluent/fluentd/pull/1716
|
2036
|
+
* log: Show running ruby version in startup log
|
2037
|
+
https://github.com/fluent/fluentd/pull/1717
|
2038
|
+
* log: Log message when chunk is created
|
2039
|
+
https://github.com/fluent/fluentd/pull/1718
|
2040
|
+
* in_tail: Add pos_file duplication check
|
2041
|
+
https://github.com/fluent/fluentd/pull/1720
|
2042
|
+
|
2043
|
+
### Bug fixes
|
2044
|
+
|
2045
|
+
* parser_apache2: Delay time parser initialization
|
2046
|
+
https://github.com/fluent/fluentd/pull/1690
|
2047
|
+
* cert_option: Improve generated certificates' conformance to X.509 specification
|
2048
|
+
https://github.com/fluent/fluentd/pull/1714
|
2049
|
+
* buffer: Always lock chunks first to avoid deadlock
|
2050
|
+
https://github.com/fluent/fluentd/pull/1721
|
2051
|
+
|
2052
|
+
## Release v0.14.21 - 2017/09/07
|
2053
|
+
|
2054
|
+
### New features / Enhancements
|
2055
|
+
|
2056
|
+
* filter_parser: Support record_accessor in key_name
|
2057
|
+
https://github.com/fluent/fluentd/pull/1654
|
2058
|
+
* buffer: Support record_accessor in chunk keys
|
2059
|
+
https://github.com/fluent/fluentd/pull/1662
|
2060
|
+
|
2061
|
+
### Bug fixes
|
2062
|
+
|
2063
|
+
* compat_parameters: Support all syslog parser parameters
|
2064
|
+
https://github.com/fluent/fluentd/pull/1650
|
2065
|
+
* filter_record_transformer: Don't create new keys if the original record doesn't have `keep_keys` keys
|
2066
|
+
https://github.com/fluent/fluentd/pull/1663
|
2067
|
+
* in_tail: Fix the error when 'tag *' is configured
|
2068
|
+
https://github.com/fluent/fluentd/pull/1664
|
2069
|
+
* supervisor: Clear previous worker pids when receive kill signals.
|
2070
|
+
https://github.com/fluent/fluentd/pull/1683
|
2071
|
+
|
2072
|
+
## Release v0.14.20 - 2017/07/31
|
2073
|
+
|
2074
|
+
### New features / Enhancements
|
2075
|
+
|
2076
|
+
* plugin: Add record_accessor plugin helper
|
2077
|
+
https://github.com/fluent/fluentd/pull/1637
|
2078
|
+
* log: Add format and time_format parameters to `<system>` setting
|
2079
|
+
https://github.com/fluent/fluentd/pull/1644
|
2080
|
+
|
2081
|
+
### Bug fixes
|
2082
|
+
|
2083
|
+
* buf_file: Improve file handling to mitigate broken meta file
|
2084
|
+
https://github.com/fluent/fluentd/pull/1628
|
2085
|
+
* in_syslog: Fix the description of resolve_hostname parameter
|
2086
|
+
https://github.com/fluent/fluentd/pull/1633
|
2087
|
+
* process: Fix signal handling. Send signal to all workers
|
2088
|
+
https://github.com/fluent/fluentd/pull/1642
|
2089
|
+
* output: Fix error message typo
|
2090
|
+
https://github.com/fluent/fluentd/pull/1643
|
2091
|
+
|
2092
|
+
## Release v0.14.19 - 2017/07/12
|
2093
|
+
|
2094
|
+
### New features / Enhancements
|
2095
|
+
|
2096
|
+
* in_syslog: More characters are available in tag part of syslog format
|
2097
|
+
https://github.com/fluent/fluentd/pull/1610
|
2098
|
+
* in_syslog: Add resolve_hostname parameter
|
2099
|
+
https://github.com/fluent/fluentd/pull/1616
|
2100
|
+
* filter_grep: Support new configuration format by config_section
|
2101
|
+
https://github.com/fluent/fluentd/pull/1611
|
2102
|
+
|
2103
|
+
### Bug fixes
|
2104
|
+
|
2105
|
+
* output: Fix race condition of retry state in flush thread
|
2106
|
+
https://github.com/fluent/fluentd/pull/1623
|
2107
|
+
* test: Fix typo in test_in_tail.rb
|
2108
|
+
https://github.com/fluent/fluentd/pull/1622
|
2109
|
+
|
2110
|
+
## Release v0.14.18 - 2017/06/21
|
2111
|
+
|
2112
|
+
### New features / Enhancements
|
2113
|
+
|
2114
|
+
* parser: Add rfc5424 regex without priority
|
2115
|
+
https://github.com/fluent/fluentd/pull/1600
|
2116
|
+
|
2117
|
+
### Bug fixes
|
2118
|
+
|
2119
|
+
* in_tail: Fix timing issue that the excluded_path doesn't apply.
|
2120
|
+
https://github.com/fluent/fluentd/pull/1597
|
2121
|
+
* config: Fix broken UTF-8 encoded configuration file handling
|
2122
|
+
https://github.com/fluent/fluentd/pull/1592
|
2123
|
+
* out_forward: Don't stop heartbeat when error happen
|
2124
|
+
https://github.com/fluent/fluentd/pull/1602
|
2125
|
+
* Fix command name typo in plugin template
|
2126
|
+
https://github.com/fluent/fluentd/pull/1603
|
2127
|
+
|
2128
|
+
## Release v0.14.17 - 2017/05/29
|
2129
|
+
|
2130
|
+
### New features / Enhancements
|
2131
|
+
|
2132
|
+
* in_tail: Add ignore_repeated_permission_error
|
2133
|
+
https://github.com/fluent/fluentd/pull/1574
|
2134
|
+
* server: Accept private key for TLS server without passphrase
|
2135
|
+
https://github.com/fluent/fluentd/pull/1575
|
2136
|
+
* config: Validate workers option on standalone mode
|
2137
|
+
https://github.com/fluent/fluentd/pull/1577
|
2138
|
+
|
2139
|
+
### Bug fixes
|
2140
|
+
|
2141
|
+
* config: Mask all secret parameters in worker section
|
2142
|
+
https://github.com/fluent/fluentd/pull/1580
|
2143
|
+
* out_forward: Fix ack handling
|
2144
|
+
https://github.com/fluent/fluentd/pull/1581
|
2145
|
+
* plugin-config-format: Fix markdown format generator
|
2146
|
+
https://github.com/fluent/fluentd/pull/1585
|
2147
|
+
|
2148
|
+
## Release v0.14.16 - 2017/05/13
|
2149
|
+
|
2150
|
+
### New features / Enhancements
|
2151
|
+
|
2152
|
+
* config: Allow null byte in double-quoted string
|
2153
|
+
https://github.com/fluent/fluentd/pull/1552
|
2154
|
+
* parser: Support %iso8601 special case for time_format
|
2155
|
+
https://github.com/fluent/fluentd/pull/1562
|
2156
|
+
|
2157
|
+
### Bug fixes
|
2158
|
+
|
2159
|
+
* out_forward: Call proper method for each connection type
|
2160
|
+
https://github.com/fluent/fluentd/pull/1560
|
2161
|
+
* in_monitor_agent: check variable buffer is a Buffer instance
|
2162
|
+
https://github.com/fluent/fluentd/pull/1556
|
2163
|
+
* log: Add missing '<<' method to delegators
|
2164
|
+
https://github.com/fluent/fluentd/pull/1558
|
2165
|
+
* command: uninitialized constant Fluent::Engine in fluent-binlog-reader
|
2166
|
+
https://github.com/fluent/fluentd/pull/1568
|
2167
|
+
|
2168
|
+
## Release v0.14.15 - 2017/04/23
|
2169
|
+
|
2170
|
+
### New features / Enhancements
|
2171
|
+
|
2172
|
+
* Add `<worker N>` directive
|
2173
|
+
https://github.com/fluent/fluentd/pull/1507
|
2174
|
+
* in_tail: Do not warn that directories are unreadable in the in_tail plugin
|
2175
|
+
https://github.com/fluent/fluentd/pull/1540
|
2176
|
+
* output: Add formatted_to_msgpack_binary? to Output plugin API
|
2177
|
+
https://github.com/fluent/fluentd/pull/1547
|
2178
|
+
* windows: Allow the Windows Service name Fluentd runs as to be configurable
|
2179
|
+
https://github.com/fluent/fluentd/pull/1548
|
2180
|
+
|
2181
|
+
### Bug fixes
|
2182
|
+
|
2183
|
+
* in_http: Fix X-Forwarded-For header handling. Accpet multiple headers
|
2184
|
+
https://github.com/fluent/fluentd/pull/1535
|
2185
|
+
* Fix backward compatibility with Fluent::DetachProcess and Fluent::DetachMultiProcess
|
2186
|
+
https://github.com/fluent/fluentd/pull/1522
|
2187
|
+
* fix typo
|
2188
|
+
https://github.com/fluent/fluentd/pull/1521
|
2189
|
+
https://github.com/fluent/fluentd/pull/1523
|
2190
|
+
https://github.com/fluent/fluentd/pull/1544
|
2191
|
+
* test: Fix out_file test with timezone
|
2192
|
+
https://github.com/fluent/fluentd/pull/1546
|
2193
|
+
* windows: Quote the file path to the Ruby bin directory when starting fluentd as a windows service
|
2194
|
+
https://github.com/fluent/fluentd/pull/1536
|
2195
|
+
|
2196
|
+
## Release v0.14.14 - 2017/03/23
|
2197
|
+
|
2198
|
+
### New features / Enhancements
|
2199
|
+
|
2200
|
+
* in_http: Support 'application/msgpack` header
|
2201
|
+
https://github.com/fluent/fluentd/pull/1498
|
2202
|
+
* in_udp: Add message_length_limit parameter for parameter name consistency with in_syslog
|
2203
|
+
https://github.com/fluent/fluentd/pull/1515
|
2204
|
+
* in_monitor_agent: Start one HTTP server per worker on sequential port numbers
|
2205
|
+
https://github.com/fluent/fluentd/pull/1493
|
2206
|
+
* in_tail: Skip the refresh of watching list on startup
|
2207
|
+
https://github.com/fluent/fluentd/pull/1487
|
2208
|
+
* filter_parser: filter_parser: Add emit_invalid_record_to_error parameter
|
2209
|
+
https://github.com/fluent/fluentd/pull/1494
|
2210
|
+
* parser_syslog: Support RFC5424 syslog format
|
2211
|
+
https://github.com/fluent/fluentd/pull/1492
|
2212
|
+
* parser: Allow escape sequence in Apache access log
|
2213
|
+
https://github.com/fluent/fluentd/pull/1479
|
2214
|
+
* config: Add actual value in the placeholder error message
|
2215
|
+
https://github.com/fluent/fluentd/pull/1497
|
2216
|
+
* log: Add Fluent::Log#<< to support some SDKs
|
2217
|
+
https://github.com/fluent/fluentd/pull/1478
|
2218
|
+
|
2219
|
+
### Bug fixes
|
2220
|
+
|
2221
|
+
* Fix cleanup resource
|
2222
|
+
https://github.com/fluent/fluentd/pull/1483
|
2223
|
+
* config: Set encoding forcefully to avoid UndefinedConversionError
|
2224
|
+
https://github.com/fluent/fluentd/pull/1477
|
2225
|
+
* Fix Input and Output deadlock when buffer is full during startup
|
2226
|
+
https://github.com/fluent/fluentd/pull/1502
|
2227
|
+
* config: Fix log_level handling in `<system>`
|
2228
|
+
https://github.com/fluent/fluentd/pull/1501
|
2229
|
+
* Fix typo in root agent error log
|
2230
|
+
https://github.com/fluent/fluentd/pull/1491
|
2231
|
+
* storage: Fix a bug storage_create cannot accept hash as `conf` keyword argument
|
2232
|
+
https://github.com/fluent/fluentd/pull/1482
|
2233
|
+
|
2234
|
+
## Release v0.14.13 - 2017/02/17
|
2235
|
+
|
2236
|
+
### New features / Enhancements
|
2237
|
+
|
2238
|
+
* in_tail: Add 'limit_recently_modified' to limit watch files.
|
2239
|
+
https://github.com/fluent/fluentd/pull/1474
|
2240
|
+
* configuration: Improve 'flush_interval' handling for better message and backward compatibility
|
2241
|
+
https://github.com/fluent/fluentd/pull/1442
|
2242
|
+
* command: Add 'fluent-plugin-generate' command
|
2243
|
+
https://github.com/fluent/fluentd/pull/1427
|
2244
|
+
* output: Skip record when 'Output#format' returns nil
|
2245
|
+
https://github.com/fluent/fluentd/pull/1469
|
2246
|
+
|
2247
|
+
### Bug fixes
|
2248
|
+
|
2249
|
+
* output: Secondary calculation should consider 'retry_max_times'
|
2250
|
+
https://github.com/fluent/fluentd/pull/1452
|
2251
|
+
* Fix regression of deprecated 'process' module
|
2252
|
+
https://github.com/fluent/fluentd/pull/1443
|
2253
|
+
* Fix missing parser_regex require
|
2254
|
+
https://github.com/fluent/fluentd/issues/1458
|
2255
|
+
https://github.com/fluent/fluentd/pull/1453
|
2256
|
+
* Keep 'Fluent::BufferQueueLimitError' for existing plugins
|
2257
|
+
https://github.com/fluent/fluentd/pull/1456
|
2258
|
+
* in_tail: Untracked files should be removed from watching list to avoid memory bloat
|
2259
|
+
https://github.com/fluent/fluentd/pull/1467
|
2260
|
+
* in_tail: directories should be skipped when the ** pattern is used
|
2261
|
+
https://github.com/fluent/fluentd/pull/1464
|
2262
|
+
* record_transformer: Revert "Use BasicObject for cleanroom" for `enable_ruby` regression.
|
2263
|
+
https://github.com/fluent/fluentd/pull/1461
|
2264
|
+
* buf_file: handle "Too many open files" error to keep buffer and metadata pair
|
2265
|
+
https://github.com/fluent/fluentd/pull/1468
|
2266
|
+
|
2267
|
+
## Release v0.14.12 - 2017/01/30
|
2268
|
+
|
2269
|
+
### New features / Enhancements
|
2270
|
+
* Support multi process workers by `workers` option
|
2271
|
+
https://github.com/fluent/fluentd/pull/1386
|
2272
|
+
* Support TLS transport security layer by server plugin helper, and forward input/output plugins
|
2273
|
+
https://github.com/fluent/fluentd/pull/1423
|
2274
|
+
* Update internal log event handling to route log events to `@FLUENT_LOG` label if configured, suppress log events in startup/shutdown in default
|
2275
|
+
https://github.com/fluent/fluentd/pull/1405
|
2276
|
+
* Rename buffer plugin chunk limit parameters for consistency
|
2277
|
+
https://github.com/fluent/fluentd/pull/1412
|
2278
|
+
* Encode string values from configuration files in UTF8
|
2279
|
+
https://github.com/fluent/fluentd/pull/1411
|
2280
|
+
* Reorder plugin load paths to load rubygem plugins earlier than built-in plugins to overwrite them
|
2281
|
+
https://github.com/fluent/fluentd/pull/1410
|
2282
|
+
* Clock API to control internal thread control
|
2283
|
+
https://github.com/fluent/fluentd/pull/1425
|
2284
|
+
* Validate `config_param` options to restrict unexpected specifications
|
2285
|
+
https://github.com/fluent/fluentd/pull/1437
|
2286
|
+
* formatter: Add `add_newline` option to get formatted lines without newlines
|
2287
|
+
https://github.com/fluent/fluentd/pull/1420
|
2288
|
+
* in_forward: Add `ignore_network_errors_at_startup` option for automated cluster deployment
|
2289
|
+
https://github.com/fluent/fluentd/pull/1399
|
2290
|
+
* in_forward: Close listening socket in #stop, not to accept new connection request in early stage of shutdown
|
2291
|
+
https://github.com/fluent/fluentd/pull/1401
|
2292
|
+
* out_forward: Ensure to pack values in `str` type of msgpack
|
2293
|
+
https://github.com/fluent/fluentd/pull/1413
|
2294
|
+
* in_tail: Add `emit_unmatched_lines` to capture lines which unmatch configured regular expressions
|
2295
|
+
https://github.com/fluent/fluentd/pull/1421
|
2296
|
+
* in_tail: Add `open_on_every_update` to read lines from files opened in exclusive mode on Windows platform
|
2297
|
+
https://github.com/fluent/fluentd/pull/1409
|
2298
|
+
* in_monitor_agent: Add `with_ivars` query parameter to get instance variables only for specified instance variables
|
2299
|
+
https://github.com/fluent/fluentd/pull/1393
|
2300
|
+
* storage_local: Generate file store path using `usage`, with `root_dir` configuration
|
2301
|
+
https://github.com/fluent/fluentd/pull/1438
|
2302
|
+
* Improve test stability
|
2303
|
+
https://github.com/fluent/fluentd/pull/1426
|
2304
|
+
|
2305
|
+
### Bug fixes
|
2306
|
+
* Fix bug to ignore command line options: `--rpc-endpoint`, `--suppress-config-dump`, etc
|
2307
|
+
https://github.com/fluent/fluentd/pull/1398
|
2308
|
+
* Fix bug to block infinitely in shutdown when buffer is full and `overflow_action` is `block`
|
2309
|
+
https://github.com/fluent/fluentd/pull/1396
|
2310
|
+
* buf_file: Fix bug not to use `root_dir` even if configured correctly
|
2311
|
+
https://github.com/fluent/fluentd/pull/1417
|
2312
|
+
* filter_record_transformer: Fix to use BasicObject for clean room
|
2313
|
+
https://github.com/fluent/fluentd/pull/1415
|
2314
|
+
* filter_record_transformer: Fix bug that `remove_keys` doesn't work with `renew_time_key`
|
2315
|
+
https://github.com/fluent/fluentd/pull/1433
|
2316
|
+
* in_monitor_agent: Fix bug to crash with NoMethodError for some output plugins
|
2317
|
+
https://github.com/fluent/fluentd/pull/1365
|
2318
|
+
|
2319
|
+
## Release v0.14.11 - 2016/12/26
|
2320
|
+
|
2321
|
+
### New features / Enhancements
|
2322
|
+
* Add "root_dir" parameter in `<system>` directive to configure server root directory, used for buffer/storage paths
|
2323
|
+
https://github.com/fluent/fluentd/pull/1374
|
2324
|
+
* Fix not to restart Fluentd processes when unrecoverable errors occur
|
2325
|
+
https://github.com/fluent/fluentd/pull/1359
|
2326
|
+
* Show warnings in log when output flush operation takes longer time than threshold
|
2327
|
+
https://github.com/fluent/fluentd/pull/1370
|
2328
|
+
* formatter_csv: Raise configuration error when no field names are specified
|
2329
|
+
https://github.com/fluent/fluentd/pull/1369
|
2330
|
+
* in_syslog: Update implementation to use plugin helpers
|
2331
|
+
https://github.com/fluent/fluentd/pull/1382
|
2332
|
+
* in_forward: Add a configuration parameter "source_address_key"
|
2333
|
+
https://github.com/fluent/fluentd/pull/1382
|
2334
|
+
* in_monitor_agent: Add a parameter "include_retry" to get detail retry status
|
2335
|
+
https://github.com/fluent/fluentd/pull/1387
|
2336
|
+
* Add Ruby 2.4 into supported ruby versions
|
2337
|
+
|
2338
|
+
### Bug fixes
|
2339
|
+
* Fix to set process name of supervisor process
|
2340
|
+
https://github.com/fluent/fluentd/pull/1380
|
2341
|
+
* in_forward: Fix a bug not to handle "require_ack_response" correctly
|
2342
|
+
https://github.com/fluent/fluentd/pull/1389
|
2343
|
+
|
2344
|
+
|
2345
|
+
## Release v0.14.10 - 2016/12/14
|
2346
|
+
|
2347
|
+
### New features / Enhancement
|
2348
|
+
|
2349
|
+
* Add socket/server plugin helper to write TCP/UDP clients/servers as Fluentd plugin
|
2350
|
+
https://github.com/fluent/fluentd/pull/1312
|
2351
|
+
https://github.com/fluent/fluentd/pull/1350
|
2352
|
+
https://github.com/fluent/fluentd/pull/1356
|
2353
|
+
https://github.com/fluent/fluentd/pull/1362
|
2354
|
+
* Fix to raise errors when injected hostname is also specified as chunk key
|
2355
|
+
https://github.com/fluent/fluentd/pull/1357
|
2356
|
+
* in_tail: Optimize to read lines from file
|
2357
|
+
https://github.com/fluent/fluentd/pull/1325
|
2358
|
+
* in_monitor_agent: Add new parameter "include_config"(default: true)
|
2359
|
+
https://github.com/fluent/fluentd/pull/1317
|
2360
|
+
* in_syslog: Add "priority_key" and "facility_key" options
|
2361
|
+
https://github.com/fluent/fluentd/pull/1351
|
2362
|
+
* filter_record_transformer: Remove obsoleted syntax like "${message}" and not to dump records in logs
|
2363
|
+
https://github.com/fluent/fluentd/pull/1328
|
2364
|
+
* Add an option "--time-as-integer" to fluent-cat command to send events from v0.14 fluent-cat to v0.12 fluentd
|
2365
|
+
https://github.com/fluent/fluentd/pull/1349
|
2366
|
+
|
2367
|
+
### Bug fixes
|
2368
|
+
|
2369
|
+
* Specify correct Oj options for newer versions (Oj 2.18.0 or later)
|
2370
|
+
https://github.com/fluent/fluentd/pull/1331
|
2371
|
+
* TimeSlice output plugins (in v0.12 style) raise errors when "utc" parameter is specified
|
2372
|
+
https://github.com/fluent/fluentd/pull/1319
|
2373
|
+
* Parser plugins cannot use options for regular expressions
|
2374
|
+
https://github.com/fluent/fluentd/pull/1326
|
2375
|
+
* Fix bugs not to raise errors to use logger in v0.12 plugins
|
2376
|
+
https://github.com/fluent/fluentd/pull/1344
|
2377
|
+
https://github.com/fluent/fluentd/pull/1332
|
2378
|
+
* Fix bug about shutting down Fluentd in Windows
|
2379
|
+
https://github.com/fluent/fluentd/pull/1367
|
2380
|
+
* in_tail: Close files explicitly in tests
|
2381
|
+
https://github.com/fluent/fluentd/pull/1327
|
2382
|
+
* out_forward: Fix bug not to convert buffer configurations into v0.14 parameters
|
2383
|
+
https://github.com/fluent/fluentd/pull/1337
|
2384
|
+
* out_forward: Fix bug to raise error when "expire_dns_cache" is specified
|
2385
|
+
https://github.com/fluent/fluentd/pull/1346
|
2386
|
+
* out_file: Fix bug to raise error about buffer chunking when it's configured as secondary
|
2387
|
+
https://github.com/fluent/fluentd/pull/1338
|
2388
|
+
|
2389
|
+
## Release v0.14.9 - 2016/11/15
|
2390
|
+
|
2391
|
+
### New features / Enhancement
|
2392
|
+
|
2393
|
+
* filter_parser: Port fluent-plugin-parser into built-in plugin
|
2394
|
+
https://github.com/fluent/fluentd/pull/1191
|
2395
|
+
* parser/formatter plugin helpers with default @type in plugin side
|
2396
|
+
https://github.com/fluent/fluentd/pull/1267
|
2397
|
+
* parser: Reconstruct Parser related classes
|
2398
|
+
https://github.com/fluent/fluentd/pull/1286
|
2399
|
+
* filter_record_transformer: Remove old behaviours
|
2400
|
+
https://github.com/fluent/fluentd/pull/1311
|
2401
|
+
* Migrate some built-in plugins into v0.14 API
|
2402
|
+
https://github.com/fluent/fluentd/pull/1257 (out_file)
|
2403
|
+
https://github.com/fluent/fluentd/pull/1297 (out_exec, out_exec_filter)
|
2404
|
+
https://github.com/fluent/fluentd/pull/1306 (in_forward, out_forward)
|
2405
|
+
https://github.com/fluent/fluentd/pull/1308 (in_http)
|
2406
|
+
* test: Improve test drivers
|
2407
|
+
https://github.com/fluent/fluentd/pull/1302
|
2408
|
+
https://github.com/fluent/fluentd/pull/1305
|
2409
|
+
|
2410
|
+
### Bug fixes
|
2411
|
+
|
2412
|
+
* log: Avoid name conflict between Fluent::Logger
|
2413
|
+
https://github.com/fluent/fluentd/pull/1274
|
2414
|
+
* fluent-cat: Fix fluent-cat command to send sub-second precision time
|
2415
|
+
https://github.com/fluent/fluentd/pull/1277
|
2416
|
+
* config: Fix a bug not to overwrite default value with nil
|
2417
|
+
https://github.com/fluent/fluentd/pull/1296
|
2418
|
+
* output: Fix timezone for compat timesliced output plugins
|
2419
|
+
https://github.com/fluent/fluentd/pull/1307
|
2420
|
+
* out_forward: fix not to raise error when out_forward is initialized as secondary
|
2421
|
+
https://github.com/fluent/fluentd/pull/1313
|
2422
|
+
* output: Event router for secondary output
|
2423
|
+
https://github.com/fluent/fluentd/pull/1283
|
2424
|
+
* test: fix to return the block value as expected by many rubyists
|
2425
|
+
https://github.com/fluent/fluentd/pull/1284
|
2426
|
+
|
2427
|
+
## Release v0.14.8 - 2016/10/13
|
2428
|
+
|
2429
|
+
### Bug fixes
|
2430
|
+
|
2431
|
+
* Add msgpack_each to buffer chunks in compat-layer output plugins
|
2432
|
+
https://github.com/fluent/fluentd/pull/1273
|
2433
|
+
|
2434
|
+
## Release v0.14.7 - 2016/10/07
|
2435
|
+
|
2436
|
+
### New features / Enhancement
|
2437
|
+
|
2438
|
+
* Support data compression in buffer plugins
|
2439
|
+
https://github.com/fluent/fluentd/pull/1172
|
2440
|
+
* in_forward: support to transfer compressed data
|
2441
|
+
https://github.com/fluent/fluentd/pull/1179
|
2442
|
+
* out_stdout: fix to show nanosecond resolution time
|
2443
|
+
https://github.com/fluent/fluentd/pull/1249
|
2444
|
+
* Add option to rotate Fluentd daemon's log
|
2445
|
+
https://github.com/fluent/fluentd/pull/1235
|
2446
|
+
* Add extract plugin helper, with symmetric time parameter support in parser/formatter and inject/extract
|
2447
|
+
https://github.com/fluent/fluentd/pull/1207
|
2448
|
+
* Add a feature to parse/format numeric time (unix time [+ subsecond value])
|
2449
|
+
https://github.com/fluent/fluentd/pull/1254
|
2450
|
+
* Raise configuration errors for inconsistent `<label>` configurations
|
2451
|
+
https://github.com/fluent/fluentd/pull/1233
|
2452
|
+
* Fix to instantiate an unconfigured section even for multi: true
|
2453
|
+
https://github.com/fluent/fluentd/pull/1210
|
2454
|
+
* Add validators of placeholders for buffering key extraction
|
2455
|
+
https://github.com/fluent/fluentd/pull/1255
|
2456
|
+
* Fix to show log messages about filter optimization only when needed
|
2457
|
+
https://github.com/fluent/fluentd/pull/1227
|
2458
|
+
* Add some features to write plugins more easily
|
2459
|
+
https://github.com/fluent/fluentd/pull/1256
|
2460
|
+
* Add a tool to load dumped events from file
|
2461
|
+
https://github.com/fluent/fluentd/pull/1165
|
2462
|
+
|
2463
|
+
### Bug fixes
|
2464
|
+
|
2465
|
+
* Fix Oj's default option to encode/decode JSON in the same way with Yajl
|
2466
|
+
https://github.com/fluent/fluentd/pull/1147
|
2467
|
+
https://github.com/fluent/fluentd/pull/1239
|
2468
|
+
* Fix to raise correct configuration errors
|
2469
|
+
https://github.com/fluent/fluentd/pull/1223
|
2470
|
+
* Fix a bug to call `shutdown` method (and some others) twice
|
2471
|
+
https://github.com/fluent/fluentd/pull/1242
|
2472
|
+
* Fix to enable `chunk.each` only when it's encoded by msgpack
|
2473
|
+
https://github.com/fluent/fluentd/pull/1263
|
2474
|
+
* Fix a bug not to stop enqueue/flush threads correctly
|
2475
|
+
https://github.com/fluent/fluentd/pull/1264
|
2476
|
+
* out_forward: fix a bug that UDP heartbeat doesn't work
|
2477
|
+
https://github.com/fluent/fluentd/pull/1238
|
2478
|
+
* out_file: fix a crash bug when v0.14 enables symlink and resumes existing buffer file chunk generated by v0.12
|
2479
|
+
https://github.com/fluent/fluentd/pull/1234
|
2480
|
+
* in_monitor_agent: fix compatibility problem between outputs of v0.12 and v0.14
|
2481
|
+
https://github.com/fluent/fluentd/pull/1232
|
2482
|
+
* in_tail: fix a bug to crash to read large amount logs
|
2483
|
+
https://github.com/fluent/fluentd/pull/1259
|
2484
|
+
https://github.com/fluent/fluentd/pull/1261
|
2485
|
+
|
2486
|
+
## Release v0.14.6 - 2016/09/07
|
2487
|
+
|
2488
|
+
### Bug fixes
|
2489
|
+
|
2490
|
+
* in_tail: Add a missing parser_multiline require
|
2491
|
+
https://github.com/fluent/fluentd/pull/1212
|
2492
|
+
* forward: Mark secret parameters of forward plugins as secret
|
2493
|
+
https://github.com/fluent/fluentd/pull/1209
|
2494
|
+
|
2495
|
+
## Release v0.14.5 - 2016/09/06
|
2496
|
+
|
2497
|
+
### New features / Enhancement
|
2498
|
+
|
2499
|
+
* Add authentication / authorization feature to forward protocol and in/out_forward plugins
|
2500
|
+
https://github.com/fluent/fluentd/pull/1136
|
2501
|
+
* Add a new plugin to dump buffers in retries as secondary plugin
|
2502
|
+
https://github.com/fluent/fluentd/pull/1154
|
2503
|
+
* Merge out_buffered_stdout and out_buffered_null into out_stdout and out_null
|
2504
|
+
https://github.com/fluent/fluentd/pull/1200
|
2505
|
+
|
2506
|
+
### Bug fixes
|
2507
|
+
|
2508
|
+
* Raise configuration errors to clarify what's wrong when "@type" is missing
|
2509
|
+
https://github.com/fluent/fluentd/pull/1202
|
2510
|
+
* Fix the bug not to launch Fluentd when v0.12 MultiOutput plugin is configured
|
2511
|
+
https://github.com/fluent/fluentd/pull/1206
|
2512
|
+
|
2513
|
+
## Release v0.14.4 - 2016/08/31
|
2514
|
+
|
2515
|
+
### New features / Enhancement
|
2516
|
+
|
2517
|
+
* Add a method to Filter API to update time of events
|
2518
|
+
https://github.com/fluent/fluentd/pull/1140
|
2519
|
+
* Improve performance of filter pipeline
|
2520
|
+
https://github.com/fluent/fluentd/pull/1145
|
2521
|
+
* Fix to suppress not to warn about different plugins for primary and secondary without any problems
|
2522
|
+
https://github.com/fluent/fluentd/pull/1153
|
2523
|
+
* Add deprecated/obsoleted options to config_param to show removed/warned parameters
|
2524
|
+
https://github.com/fluent/fluentd/pull/1186
|
2525
|
+
* in_forward: Add a feature source_hostname_key to inject source hostname into records
|
2526
|
+
https://github.com/fluent/fluentd/pull/807
|
2527
|
+
* in_tail: Add a feature from_encoding to specify both encoding from and to
|
2528
|
+
https://github.com/fluent/fluentd/pull/1067
|
2529
|
+
* filter_record_transformer: Fix to prevent overwriting reserved placeholder keys
|
2530
|
+
https://github.com/fluent/fluentd/pull/1176
|
2531
|
+
* Migrate some built-in plugins into v0.14 API
|
2532
|
+
https://github.com/fluent/fluentd/pull/1149
|
2533
|
+
https://github.com/fluent/fluentd/pull/1151
|
2534
|
+
* Update dependencies
|
2535
|
+
https://github.com/fluent/fluentd/pull/1193
|
2536
|
+
|
2537
|
+
### Bug fixes
|
2538
|
+
|
2539
|
+
* Fix to start/stop/restart Fluentd processes correctly on Windows environment
|
2540
|
+
https://github.com/fluent/fluentd/pull/1171
|
2541
|
+
https://github.com/fluent/fluentd/pull/1192
|
2542
|
+
* Fix to handle Windows events correctly in winsvc.rb
|
2543
|
+
https://github.com/fluent/fluentd/pull/1155
|
2544
|
+
https://github.com/fluent/fluentd/pull/1170
|
2545
|
+
* Fix not to continue to restart workers for configuration errors
|
2546
|
+
https://github.com/fluent/fluentd/pull/1183
|
2547
|
+
* Fix output threads to start enqueue/flush buffers until plugins' start method ends
|
2548
|
+
https://github.com/fluent/fluentd/pull/1190
|
2549
|
+
* Fix a bug not to set umask 0
|
2550
|
+
https://github.com/fluent/fluentd/pull/1152
|
2551
|
+
* Fix resource leak on one-shot timers
|
2552
|
+
https://github.com/fluent/fluentd/pull/1178
|
2553
|
+
* Fix to call plugin helper methods in configure
|
2554
|
+
https://github.com/fluent/fluentd/pull/1184
|
2555
|
+
* Fix a bug to count event size
|
2556
|
+
https://github.com/fluent/fluentd/pull/1164/files
|
2557
|
+
* Fix to require missed compat modules
|
2558
|
+
https://github.com/fluent/fluentd/pull/1168
|
2559
|
+
* Fix to start properly for plugins under MultiOutput
|
2560
|
+
https://github.com/fluent/fluentd/pull/1167
|
2561
|
+
* Fix test drivers to set class name into plugin instances
|
2562
|
+
https://github.com/fluent/fluentd/pull/1069
|
2563
|
+
* Fix tests not to use mocks for Time (improve test stabilization)
|
2564
|
+
https://github.com/fluent/fluentd/pull/1194
|
2565
|
+
|
2566
|
+
## Release 0.14.3 - 2016/08/30
|
2567
|
+
|
2568
|
+
* Fix the dependency for ServerEngine 1.x
|
2569
|
+
|
2570
|
+
## Release 0.14.2 - 2016/08/09
|
2571
|
+
|
2572
|
+
### New features / Enhancement
|
2573
|
+
|
2574
|
+
* Fix to split large event stream into some/many chunks in buffers
|
2575
|
+
https://github.com/fluent/fluentd/pull/1062
|
2576
|
+
* Add parser and filter support in compat_parameters plugin helper
|
2577
|
+
https://github.com/fluent/fluentd/pull/1079
|
2578
|
+
* Add a RPC call to flush buffers and stop workers
|
2579
|
+
https://github.com/fluent/fluentd/pull/1134
|
2580
|
+
* Update forward protocol to pass the number of events in a payload
|
2581
|
+
https://github.com/fluent/fluentd/pull/1137
|
2582
|
+
* Improve performance of some built-in formatter plugins
|
2583
|
+
https://github.com/fluent/fluentd/pull/1082
|
2584
|
+
https://github.com/fluent/fluentd/pull/1086
|
2585
|
+
* Migrate some built-in plugins and plugin util modules into v0.14 API
|
2586
|
+
https://github.com/fluent/fluentd/pull/1058
|
2587
|
+
https://github.com/fluent/fluentd/pull/1061
|
2588
|
+
https://github.com/fluent/fluentd/pull/1076
|
2589
|
+
https://github.com/fluent/fluentd/pull/1078
|
2590
|
+
https://github.com/fluent/fluentd/pull/1081
|
2591
|
+
https://github.com/fluent/fluentd/pull/1083
|
2592
|
+
https://github.com/fluent/fluentd/pull/1091
|
2593
|
+
* Register RegExpParser as a parser plugin explicitly
|
2594
|
+
https://github.com/fluent/fluentd/pull/1094
|
2595
|
+
* Add delimiter option to CSV parser
|
2596
|
+
https://github.com/fluent/fluentd/pull/1108
|
2597
|
+
* Add an option to receive longer udp syslog messages
|
2598
|
+
https://github.com/fluent/fluentd/pull/1127
|
2599
|
+
* Add a option to suspend internal status in dummy plugin
|
2600
|
+
https://github.com/fluent/fluentd/pull/900
|
2601
|
+
* Add a feature to capture filtered records in test driver for Filter plugins
|
2602
|
+
https://github.com/fluent/fluentd/pull/1077
|
2603
|
+
* Add some utility methods to plugin test drivers
|
2604
|
+
https://github.com/fluent/fluentd/pull/1114
|
2605
|
+
|
2606
|
+
### Bug fixes
|
2607
|
+
|
2608
|
+
* Fix bug to read non buffer-chunk files as buffer chunks when Fluentd resumed
|
2609
|
+
https://github.com/fluent/fluentd/pull/1124
|
2610
|
+
* Fix bug not to load Filter plugins which are specified in configurations
|
2611
|
+
https://github.com/fluent/fluentd/pull/1118
|
2612
|
+
* Fix bug to ignore `-p` option to specify directories of plugins
|
2613
|
+
https://github.com/fluent/fluentd/pull/1133
|
2614
|
+
* Fix bug to overwrite base class configuration section definitions by subclasses
|
2615
|
+
https://github.com/fluent/fluentd/pull/1119
|
2616
|
+
* Fix to stop Fluentd worker process by Ctrl-C when --no-supervisor specified
|
2617
|
+
https://github.com/fluent/fluentd/pull/1089
|
2618
|
+
* Fix regression about RPC call to reload configuration
|
2619
|
+
https://github.com/fluent/fluentd/pull/1093
|
2620
|
+
* Specify to ensure Oj JSON parser to use strict mode
|
2621
|
+
https://github.com/fluent/fluentd/pull/1147
|
2622
|
+
* Fix unexisting path handling in Windows environment
|
2623
|
+
https://github.com/fluent/fluentd/pull/1104
|
2624
|
+
|
2625
|
+
## Release 0.14.1 - 2016/06/30
|
2626
|
+
|
2627
|
+
### New features / Enhancement
|
2628
|
+
|
2629
|
+
* Add plugin helpers for parsers and formatters
|
2630
|
+
https://github.com/fluent/fluentd/pull/1023
|
2631
|
+
* Extract some mixins into compat modules
|
2632
|
+
https://github.com/fluent/fluentd/pull/1044
|
2633
|
+
https://github.com/fluent/fluentd/pull/1052
|
2634
|
+
* Add utility methods for tests and test drivers
|
2635
|
+
https://github.com/fluent/fluentd/pull/1047
|
2636
|
+
* Migrate some built-in plugins to v0.14 APIs
|
2637
|
+
https://github.com/fluent/fluentd/pull/1049
|
2638
|
+
https://github.com/fluent/fluentd/pull/1057
|
2639
|
+
https://github.com/fluent/fluentd/pull/1060
|
2640
|
+
https://github.com/fluent/fluentd/pull/1064
|
2641
|
+
* Add support of X-Forwarded-For header in in_http plugin
|
2642
|
+
https://github.com/fluent/fluentd/pull/1051
|
2643
|
+
* Warn not to create too many staged chunks at configure
|
2644
|
+
https://github.com/fluent/fluentd/pull/1054
|
2645
|
+
* Add a plugin helper to inject tag/time/hostname
|
2646
|
+
https://github.com/fluent/fluentd/pull/1063
|
2647
|
+
|
2648
|
+
### Bug fixes
|
2649
|
+
|
2650
|
+
* Fix in_monitor_agent for v0.14 plugins
|
2651
|
+
https://github.com/fluent/fluentd/pull/1003
|
2652
|
+
* Fix to call #format_stream of plugins themselves when RecordFilter mixin included
|
2653
|
+
https://github.com/fluent/fluentd/pull/1005
|
2654
|
+
* Fix shutdown sequence to wait force flush
|
2655
|
+
https://github.com/fluent/fluentd/pull/1009
|
2656
|
+
* Fix a deadlock bug in shutdown
|
2657
|
+
https://github.com/fluent/fluentd/pull/1010
|
2658
|
+
* Fix to require DetachProcessMixin in default for compat plugins
|
2659
|
+
https://github.com/fluent/fluentd/pull/1014
|
2660
|
+
* Fix to overwrite configure_proxy name only for root sections for debugging
|
2661
|
+
https://github.com/fluent/fluentd/pull/1015
|
2662
|
+
* Rename file for in_unix plugin
|
2663
|
+
https://github.com/fluent/fluentd/pull/1017
|
2664
|
+
* Fix a bug not to create pid file when daemonized
|
2665
|
+
https://github.com/fluent/fluentd/pull/1021
|
2666
|
+
* Fix wrong DEFAULT_PLUGIN_PATH
|
2667
|
+
https://github.com/fluent/fluentd/pull/1028
|
2668
|
+
* Fix a bug not to use primary plugin type for secondary in default
|
2669
|
+
https://github.com/fluent/fluentd/pull/1032
|
2670
|
+
* Add --run-worker option to distinguish to run as worker without supervisor
|
2671
|
+
https://github.com/fluent/fluentd/pull/1033
|
2672
|
+
* Fix regression of fluent-debug command
|
2673
|
+
https://github.com/fluent/fluentd/pull/1046
|
2674
|
+
* Update windows-pr dependency to 1.2.5
|
2675
|
+
https://github.com/fluent/fluentd/pull/1065
|
2676
|
+
* Fix supervisor to pass RUBYOPT to worker processes
|
2677
|
+
https://github.com/fluent/fluentd/pull/1066
|
2678
|
+
|
2679
|
+
## Release 0.14.0 - 2016/05/25
|
2680
|
+
|
2681
|
+
### New features / Enhancement
|
2682
|
+
|
2683
|
+
This list includes changes of 0.14.0.pre.1 and release candidates.
|
2684
|
+
|
2685
|
+
* Update supported Ruby version to 2.1 or later
|
2686
|
+
https://github.com/fluent/fluentd/pull/692
|
2687
|
+
* Sub-second event time support
|
2688
|
+
https://github.com/fluent/fluentd/pull/653
|
2689
|
+
* Windows support and supervisor improvement
|
2690
|
+
https://github.com/fluent/fluentd/pull/674
|
2691
|
+
https://github.com/fluent/fluentd/pull/831
|
2692
|
+
https://github.com/fluent/fluentd/pull/880
|
2693
|
+
* Add New plugin API
|
2694
|
+
https://github.com/fluent/fluentd/pull/800
|
2695
|
+
https://github.com/fluent/fluentd/pull/843
|
2696
|
+
https://github.com/fluent/fluentd/pull/866
|
2697
|
+
https://github.com/fluent/fluentd/pull/905
|
2698
|
+
https://github.com/fluent/fluentd/pull/906
|
2699
|
+
https://github.com/fluent/fluentd/pull/917
|
2700
|
+
https://github.com/fluent/fluentd/pull/928
|
2701
|
+
https://github.com/fluent/fluentd/pull/943
|
2702
|
+
https://github.com/fluent/fluentd/pull/964
|
2703
|
+
https://github.com/fluent/fluentd/pull/965
|
2704
|
+
https://github.com/fluent/fluentd/pull/972
|
2705
|
+
https://github.com/fluent/fluentd/pull/983
|
2706
|
+
* Add standard chunking format
|
2707
|
+
https://github.com/fluent/fluentd/pull/914
|
2708
|
+
* Add Compatibility layer for v0.12 plugins
|
2709
|
+
https://github.com/fluent/fluentd/pull/912
|
2710
|
+
https://github.com/fluent/fluentd/pull/969
|
2711
|
+
https://github.com/fluent/fluentd/pull/974
|
2712
|
+
https://github.com/fluent/fluentd/pull/992
|
2713
|
+
https://github.com/fluent/fluentd/pull/999
|
2714
|
+
* Add Plugin Storage API
|
2715
|
+
https://github.com/fluent/fluentd/pull/864
|
2716
|
+
https://github.com/fluent/fluentd/pull/910
|
2717
|
+
* Enforce to use router.emit instead of Engine.emit
|
2718
|
+
https://github.com/fluent/fluentd/pull/883
|
2719
|
+
* log: Show plugin name and id in logs
|
2720
|
+
https://github.com/fluent/fluentd/pull/860
|
2721
|
+
* log: Dump configurations with v1 syntax in logs
|
2722
|
+
https://github.com/fluent/fluentd/pull/867
|
2723
|
+
* log: Dump errors with class in logs
|
2724
|
+
https://github.com/fluent/fluentd/pull/899
|
2725
|
+
* config: Add simplified syntax for configuration values of hash and array
|
2726
|
+
https://github.com/fluent/fluentd/pull/875
|
2727
|
+
* config: Add 'init' option to config_section to initialize section objects
|
2728
|
+
https://github.com/fluent/fluentd/pull/877
|
2729
|
+
* config: Support multiline string in quoted strings
|
2730
|
+
https://github.com/fluent/fluentd/pull/929
|
2731
|
+
* config: Add optional arguments on Element#elements to select child elements
|
2732
|
+
https://github.com/fluent/fluentd/pull/948
|
2733
|
+
* config: Show deprecated warnings for reserved parameters
|
2734
|
+
https://github.com/fluent/fluentd/pull/971
|
2735
|
+
* config: Make the detach process forward interval configurable
|
2736
|
+
https://github.com/fluent/fluentd/pull/982
|
2737
|
+
* in_tail: Add 'path_key' option to inject tailing path
|
2738
|
+
https://github.com/fluent/fluentd/pull/951
|
2739
|
+
* Remove in_status plugin
|
2740
|
+
https://github.com/fluent/fluentd/pull/690
|
2741
|
+
|
2742
|
+
### Bug fixes
|
2743
|
+
|
2744
|
+
* config: Enum list must be of symbols
|
2745
|
+
https://github.com/fluent/fluentd/pull/821
|
2746
|
+
* config: Fix to dup values in default
|
2747
|
+
https://github.com/fluent/fluentd/pull/827
|
2748
|
+
* config: Fix problems about overwriting subsections
|
2749
|
+
https://github.com/fluent/fluentd/pull/844
|
2750
|
+
https://github.com/fluent/fluentd/pull/981
|
2751
|
+
* log: Serialize Fluent::EventTime as Integer in JSON
|
2752
|
+
https://github.com/fluent/fluentd/pull/904
|
2753
|
+
* out_forward: Add missing error class and tests for it
|
2754
|
+
https://github.com/fluent/fluentd/pull/922
|
2755
|
+
|
2756
|
+
### Internal fix / Refactoring
|
2757
|
+
|
2758
|
+
* Fix dependencies between files
|
2759
|
+
https://github.com/fluent/fluentd/pull/799
|
2760
|
+
https://github.com/fluent/fluentd/pull/808
|
2761
|
+
https://github.com/fluent/fluentd/pull/823
|
2762
|
+
https://github.com/fluent/fluentd/pull/824
|
2763
|
+
https://github.com/fluent/fluentd/pull/825
|
2764
|
+
https://github.com/fluent/fluentd/pull/826
|
2765
|
+
https://github.com/fluent/fluentd/pull/828
|
2766
|
+
https://github.com/fluent/fluentd/pull/859
|
2767
|
+
https://github.com/fluent/fluentd/pull/892
|
2768
|
+
* Separate PluginId from config
|
2769
|
+
https://github.com/fluent/fluentd/pull/832
|
2770
|
+
* Separate MessagePack factory from Engine
|
2771
|
+
https://github.com/fluent/fluentd/pull/871
|
2772
|
+
* Register plugins to registry
|
2773
|
+
https://github.com/fluent/fluentd/pull/838
|
2774
|
+
* Move TypeConverter mixin to mixin.rb
|
2775
|
+
https://github.com/fluent/fluentd/pull/842
|
2776
|
+
* Override default configurations by `<system>`
|
2777
|
+
https://github.com/fluent/fluentd/pull/854
|
2778
|
+
* Suppress Ruby level warnings
|
2779
|
+
https://github.com/fluent/fluentd/pull/846
|
2780
|
+
https://github.com/fluent/fluentd/pull/852
|
2781
|
+
https://github.com/fluent/fluentd/pull/890
|
2782
|
+
https://github.com/fluent/fluentd/pull/946
|
2783
|
+
https://github.com/fluent/fluentd/pull/955
|
2784
|
+
https://github.com/fluent/fluentd/pull/966
|
2785
|
+
|
2786
|
+
See https://github.com/fluent/fluentd/blob/v0.12/CHANGELOG.md for v0.12 changelog
|