evt-schema 0.7.1.0 → 0.7.1.1
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
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c5bbd4a979184c688ef07a1b4add7d5a6a79f2f3707fbf6c149f3c1a96d50d8
|
|
4
|
+
data.tar.gz: c151097312afc59b2818aa215259505154831679948b43a2838639da9c211f4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25923feaa7b02683e81fadd1517afedbadd116135825dbea638764b0e828e8144bf7ce65d5dafe9c2064da708d3dd53e02aa1037bfd349820bf65a74216e75ff
|
|
7
|
+
data.tar.gz: 4aef61f168bda349cc0fdce2e10f77a6cdf3fe7cb144f973f6ac2e772a40c8e7e39fbc1a443335735e658064da89d9a240d70a575372273229b40ac5482894f2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evt-schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.1.
|
|
4
|
+
version: 0.7.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Eventide Project
|
|
@@ -116,8 +116,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
118
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 2.7.
|
|
119
|
+
rubygems_version: 2.7.3
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
|
-
summary: Primitives for schema and structure
|
|
122
|
+
summary: Primitives for schema and data structure
|
|
123
123
|
test_files: []
|