fluent-plugin-openlineage 0.1.2 → 0.1.3
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 +4 -4
- 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 +204 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules/benchmark-memory-0.2.iml +12 -0
- data/.idea/modules/bigdecimal-3.1.iml +11 -0
- data/.idea/modules/certstore_c-0.1.iml +15 -0
- data/.idea/modules/concurrent-ruby-1.3.iml +18 -0
- data/.idea/modules/concurrent-ruby-1.31.iml +15 -0
- data/.idea/modules/connection_pool-2.4.iml +11 -0
- data/.idea/modules/cool.io-1.8.iml +16 -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 +20 -0
- data/.idea/modules/ffi-win32-extensions-1.0.iml +19 -0
- data/.idea/modules/fluentd-1.17.iml +43 -0
- data/.idea/modules/http_parser.rb-0.8.iml +17 -0
- data/.idea/modules/json-2.7.iml +14 -0
- data/.idea/modules/json-2.71.iml +11 -0
- data/.idea/modules/msgpack-1.7.iml +15 -0
- data/.idea/modules/mutex_m-0.2.iml +15 -0
- data/.idea/modules/new_gem.iml +15 -0
- data/.idea/modules/power_assert-2.0.iml +19 -0
- data/.idea/modules/rake-13.2.iml +18 -0
- data/.idea/modules/rake-13.21.iml +15 -0
- data/.idea/modules/rake-compiler-1.2.iml +13 -0
- data/.idea/modules/rusty_json_schema-0.15.iml +15 -0
- data/.idea/modules/serverengine-2.3.iml +17 -0
- data/.idea/modules/sigdump-0.2.iml +16 -0
- data/.idea/modules/specifications.iml +14 -0
- data/.idea/modules/specifications1.iml +11 -0
- data/.idea/modules/strptime-0.2.iml +16 -0
- data/.idea/modules/thermite-0.13.iml +17 -0
- data/.idea/modules/webrick-1.8.iml +18 -0
- data/.idea/modules/win32-event-0.6.iml +21 -0
- data/.idea/modules/win32-ipc-0.7.iml +20 -0
- data/.idea/modules/yajl-ruby-1.4.iml +779 -0
- data/.idea/modules.xml +41 -0
- data/.rspec +2 -0
- data/ChangeLog +3 -0
- data/Gemfile +3 -0
- data/LICENSE +202 -0
- data/README.md +250 -0
- data/Rakefile +13 -0
- data/fluent-plugin-openlineage.gemspec +28 -0
- data/lib/fluent/plugin/parser_openlineage.rb +182 -0
- data/misc/fluent.conf +101 -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/events/event_full.json +206 -0
- data/spec/events/event_invalid_dataset_facet.json +31 -0
- data/spec/events/event_invalid_input_dataset_facet.json +29 -0
- data/spec/events/event_invalid_job_facet.json +26 -0
- data/spec/events/event_invalid_output_dataset_facet.json +29 -0
- data/spec/events/event_invalid_run_facet.json +28 -0
- data/spec/events/event_no_run_id.json +28 -0
- data/spec/events/event_simple.json +29 -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
- metadata +188 -3
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/templates/new_gem" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
</component>
|
12
|
+
<component name="RubyModuleProperties">
|
13
|
+
<option name="autoCreated" value="true" />
|
14
|
+
</component>
|
15
|
+
</module>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="irb (v1.13.1, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="power_assert (v2.0.3, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="test-unit (v3.6.1, ruby-3.3.3-p89) [gem]" level="application" />
|
15
|
+
</component>
|
16
|
+
<component name="RubyModuleProperties">
|
17
|
+
<option name="autoCreated" value="true" />
|
18
|
+
</component>
|
19
|
+
</module>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/rake-13.2.1" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="debug (v1.9.1, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="irb (v1.13.1, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="reline (v0.5.7, ruby-3.3.3-p89) [gem]" level="application" />
|
14
|
+
</component>
|
15
|
+
<component name="RubyModuleProperties">
|
16
|
+
<option name="autoCreated" value="true" />
|
17
|
+
</component>
|
18
|
+
</module>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager">
|
4
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1" />
|
5
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="debug (v1.9.1, ruby-3.3.3-p89) [gem]" level="application" />
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="irb (v1.13.1, ruby-3.3.3-p89) [gem]" level="application" />
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="reline (v0.5.7, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
</component>
|
12
|
+
<component name="RubyModuleProperties">
|
13
|
+
<option name="autoCreated" value="true" />
|
14
|
+
</component>
|
15
|
+
</module>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager">
|
4
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/vendor/bundle/ruby/3.3.0/gems/rake-compiler-1.2.7" />
|
5
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
9
|
+
</component>
|
10
|
+
<component name="RubyModuleProperties">
|
11
|
+
<option name="autoCreated" value="true" />
|
12
|
+
</component>
|
13
|
+
</module>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/rusty_json_schema-0.15.0" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.0, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
</component>
|
12
|
+
<component name="RubyModuleProperties">
|
13
|
+
<option name="autoCreated" value="true" />
|
14
|
+
</component>
|
15
|
+
</module>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/serverengine-2.3.2" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="sigdump (v0.2.5, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
</component>
|
14
|
+
<component name="RubyModuleProperties">
|
15
|
+
<option name="autoCreated" value="true" />
|
16
|
+
</component>
|
17
|
+
</module>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/sigdump-0.2.5" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
</component>
|
13
|
+
<component name="RubyModuleProperties">
|
14
|
+
<option name="autoCreated" value="true" />
|
15
|
+
</component>
|
16
|
+
</module>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/specifications" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
</component>
|
11
|
+
<component name="RubyModuleProperties">
|
12
|
+
<option name="autoCreated" value="true" />
|
13
|
+
</component>
|
14
|
+
</module>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager">
|
4
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/vendor/bundle/ruby/3.3.0/specifications" />
|
5
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
</component>
|
8
|
+
<component name="RubyModuleProperties">
|
9
|
+
<option name="autoCreated" value="true" />
|
10
|
+
</component>
|
11
|
+
</module>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/strptime-0.2.5" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
</component>
|
13
|
+
<component name="RubyModuleProperties">
|
14
|
+
<option name="autoCreated" value="true" />
|
15
|
+
</component>
|
16
|
+
</module>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.20.0, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
</component>
|
14
|
+
<component name="RubyModuleProperties">
|
15
|
+
<option name="autoCreated" value="true" />
|
16
|
+
</component>
|
17
|
+
</module>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="power_assert (v2.0.3, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="test-unit (v3.6.1, ruby-3.3.3-p89) [gem]" level="application" />
|
14
|
+
</component>
|
15
|
+
<component name="RubyModuleProperties">
|
16
|
+
<option name="autoCreated" value="true" />
|
17
|
+
</component>
|
18
|
+
</module>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/win32-event-0.6.3" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.0, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="power_assert (v2.0.3, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rubygems-update (v3.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="test-unit (v3.6.1, ruby-3.3.3-p89) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="win32-event (v0.6.3, ruby-3.3.3-p89) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="win32-ipc (v0.7.0, ruby-3.3.3-p89) [gem]" level="application" />
|
17
|
+
</component>
|
18
|
+
<component name="RubyModuleProperties">
|
19
|
+
<option name="autoCreated" value="true" />
|
20
|
+
</component>
|
21
|
+
</module>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$/../../vendor/bundle/ruby/3.3.0/gems/win32-ipc-0.7.0" />
|
8
|
+
<orderEntry type="jdk" jdkName="ruby-3.3.3-p89" jdkType="RUBY_SDK" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.0, ruby-3.3.3-p89) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="power_assert (v2.0.3, ruby-3.3.3-p89) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, ruby-3.3.3-p89) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rubygems-update (v3.5.16, ruby-3.3.3-p89) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="test-unit (v3.6.1, ruby-3.3.3-p89) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="win32-ipc (v0.7.0, ruby-3.3.3-p89) [gem]" level="application" />
|
16
|
+
</component>
|
17
|
+
<component name="RubyModuleProperties">
|
18
|
+
<option name="autoCreated" value="true" />
|
19
|
+
</component>
|
20
|
+
</module>
|