elasticgraph-json_schema 1.0.0.rc3 → 1.0.0.rc4
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/README.md +4 -0
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a2cf24652b1a7397a7f87519b36535997ee45f76940a37dfc8453c4d51d303d
|
4
|
+
data.tar.gz: 299e1f5ea3534e0c3e907a1777280e151c1b4446ecefc9fe2959ed79723e32e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ec176b859524a83d67a7d4e8e7302486fe0e1f0dc56418610250b20e4ce60e79328692eaa41f1b88d33529fc35f54d355c20d5cc87a8e0a2bc5d579911a9d21
|
7
|
+
data.tar.gz: 407a83e7d04d33fe56f8767c13c2129bea38a6768cda5a5fb18de8241a58ec962acb48ae4973cb788cf75db327ba3c84fa89ae8ee84a6fde7d7d6934be1fe9c3
|
data/README.md
CHANGED
@@ -25,3 +25,7 @@ graph LR;
|
|
25
25
|
class elasticgraph-schema_definition otherEgGemStyle;
|
26
26
|
click json_schemer href "https://rubygems.org/gems/json_schemer" "Open on RubyGems.org" _blank;
|
27
27
|
```
|
28
|
+
|
29
|
+
## Usage
|
30
|
+
|
31
|
+
This gem is used automatically by `elasticgraph-indexer` to validate events as they are indexed.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticgraph-json_schema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.0.0.
|
20
|
+
version: 1.0.0.rc4
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.0.0.
|
27
|
+
version: 1.0.0.rc4
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: json_schemer
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -56,10 +56,10 @@ licenses:
|
|
56
56
|
- MIT
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
59
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.
|
60
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.
|
59
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc4
|
60
|
+
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc4/
|
61
61
|
homepage_uri: https://block.github.io/elasticgraph/
|
62
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.
|
62
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc4/elasticgraph-json_schema
|
63
63
|
gem_category: core
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.6.
|
81
|
+
rubygems_version: 3.6.9
|
82
82
|
specification_version: 4
|
83
|
-
summary:
|
83
|
+
summary: Provides JSON Schema validation for ElasticGraph.
|
84
84
|
test_files: []
|