statelint 0.7.0 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b265a73a0ab59d8d34ec2285e29ca463dc4f2ac7fbc0942d6eeb7295402817c2
4
- data.tar.gz: 223c1e1292d88a6cd7eb20f893dc7056726fe50e70574dced35c87240886c519
3
+ metadata.gz: 169dae8f5c5a2bfef5cf5c0ebff7e769857b6fc92f44c05f6486f8b50ba80ed9
4
+ data.tar.gz: 0b82b21bf6ed92ec38da043bff6a97f4ce00d762e0bf7fae291d95c879afb442
5
5
  SHA512:
6
- metadata.gz: 03ef73ee9234477a19a34c7aedba1c618145eb7c76e9450099b0a1ebb2578e590b4730f737eccd7b3ba8561d2302ddaa7b8511e8f82ce5fcf5a83818207f4b01
7
- data.tar.gz: a9205eda59c3134572975fe8947175b3a5c3346d602aeaf6a9aaabce1a21f6d392fb3538b4db7c9884a85341ab3fa9d7cc49b1fb0490adf1ac79a8995dc6bd99
6
+ metadata.gz: 5fde8ad484bd9a04f68fb2412d9dea0f824b3b9ce00874cdde759671451ba0c450c8d00c0d5550f5add5d9b8e81359cd1361dc1520dc4d0b9a528af8a601e1a0
7
+ data.tar.gz: 1d0d6e4b036a73cbffe526b6bf0042998a016a4bd9da561b077f4dbe00bfdc606e806250ccc3af6048a608eb01757982d150895317df3168f7149daf6db3b808
@@ -117,6 +117,7 @@ A Nested Rule with an "Or" field is a "Nested Boolean".
117
117
  A Nested Rule with a "Not" field is a "Nested Boolean".
118
118
  A Nested Rule MUST NOT have a field named "Next".
119
119
  A Nested Rule MAY have a field named "Variable".
120
+ A Nested Rule MAY have a string field named "Comment".
120
121
  A Nested Rule with a "Variable" field is a "Nested Comparison".
121
122
  A Nested Comparison MAY have a string field named "StringEquals".
122
123
  A Nested Comparison MAY have a string field named "StringLessThan".
data/statelint.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'statelint'
3
- s.version = '0.7.0'
3
+ s.version = '0.8.0'
4
4
  s.summary = "State Machine JSON validator"
5
5
  s.description = "Validates a JSON object representing a State Machine"
6
6
  s.authors = ["Tim Bray"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statelint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Bray
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-24 00:00:00.000000000 Z
11
+ date: 2024-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: j2119
@@ -55,7 +55,7 @@ licenses:
55
55
  metadata:
56
56
  source_code_uri: https://github.com/awslabs/statelint
57
57
  bug_tracker_uri: https://github.com/awslabs/statelint/issues
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.1.6
74
- signing_key:
73
+ rubygems_version: 3.4.10
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: State Machine JSON validator
77
77
  test_files: []