oselvar-var-config 0.3.2 → 0.4.2
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/lib/oselvar/var/config.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5721a0fe1ed0a7de2d4b24c88336f5300290c0f21d3f4ace20e2158c4b39fe53
|
|
4
|
+
data.tar.gz: d6684534efbb72c7f38d2f3d77588fe6f7c1b2dc9947289e73e7c3a76b3324f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0d437dfbcb3e1b9d7f465630aef6867bd5cc476d4b48e58ad0827f3d57b6b2663d7c3e3956a82c602c604408aac3fa4e2ba3a710674cbe260bb1a411bf2efa2
|
|
7
|
+
data.tar.gz: b2ec35c9f8d25a6f7d6d547483fc0696da20aa453e83108a88d46c90859b4c4bf347acf9a446e6afe08133693c1d808561f0a8caccc7bc528e88be247d53e084
|
data/lib/oselvar/var/config.rb
CHANGED
|
@@ -8,7 +8,7 @@ module Oselvar
|
|
|
8
8
|
# file → empty config; malformed JSON, wrong types, or unknown keys → an
|
|
9
9
|
# error starting with the file path. See conformance/config/README.md.
|
|
10
10
|
module Config
|
|
11
|
-
VERSION = '0.
|
|
11
|
+
VERSION = '0.4.2'
|
|
12
12
|
|
|
13
13
|
# The parsed config. All fields default to empty.
|
|
14
14
|
VarConfig = Data.define(:docs_include, :docs_exclude, :steps, :snippets, :scanner_plugins) do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oselvar-var-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Strict, fail-loud reader for the shared var.config.json format.
|
|
14
14
|
email:
|