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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +102 -1
- data/LICENSE.md +1 -1
- data/README.md +19 -17
- data/exe/yaml-convert +8 -2
- data/lib/yaml/converter/version.rb +4 -1
- data/sig/yaml/converter.rbs +39 -0
- data.tar.gz.sig +0 -0
- metadata +47 -48
- metadata.gz.sig +0 -0
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -275
- data/FUNDING.md +0 -70
- data/MIT.md +0 -21
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- data/sig/yaml/converter/config.rbs +0 -13
- data/sig/yaml/converter/markdown_emitter.rbs +0 -14
- data/sig/yaml/converter/streaming_emitter.rbs +0 -13
- data/sig/yaml/converter/validation.rbs +0 -9
- data/sig/yaml/converter/version.rbs +0 -8
|
@@ -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
|
-
|