yaml-converter 0.2.3 → 0.2.4

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.
@@ -1,13 +0,0 @@
1
- module Yaml
2
- module Converter
3
- class StreamingEmitter
4
- START_YAML: String
5
- END_YAML: String
6
-
7
- def initialize: (Yaml::Converter::options options, untyped io) -> void
8
- def set_validation_status: (Symbol) -> void
9
- def emit_file: (String input_path) -> void
10
- end
11
- end
12
- end
13
-
@@ -1,9 +0,0 @@
1
- module Yaml
2
- module Converter
3
- module Validation
4
- def self.validate_string: (String) -> { status: Symbol, error: Exception? }
5
- def self.validate_file: (String) -> { status: Symbol, error: Exception? }
6
- end
7
- end
8
- end
9
-
@@ -1,8 +0,0 @@
1
- module Yaml
2
- module Converter
3
- module Version
4
- VERSION: String
5
- end
6
- VERSION: String
7
- end
8
- end