json-schema-serializer 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/json/schema/serializer/version.rb +1 -1
- data/sig/json/schema/serializer.rbs +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: 1f891febd1f289cd33579bb3045a776978fce4efe25e1971b563a618fe5522f8
|
4
|
+
data.tar.gz: e9f6317e62a8a57d1f999d10977dd61e9b570ccc71a59182780a2ca78f4e5283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f56d91ec30edc66a16ca515ea2876427099e9ae452a7ca601208fd52d0b6f89cd312302e6f99429a9288cf5eee22ff54fd1abc06133b41bb07d7b771dafe7c3a
|
7
|
+
data.tar.gz: 8b00053eb322dd58488d9895afe5179d3dc9a7d3560c92cb865897276d372a5c692e992c79df1a25aeafb109c53cc2ae9b3ab1b38dc8447678c58a7235f8601b
|
@@ -13,7 +13,7 @@ module JSON
|
|
13
13
|
type serializerOptions = {
|
14
14
|
inject_key: String | Symbol?,
|
15
15
|
inject_context: jsonSchemaContext?,
|
16
|
-
injectors: Hash[String | Symbol, Class] | Class
|
16
|
+
injectors: Hash[String | Symbol, Class] | Class?,
|
17
17
|
inject_by_keyword: bool?,
|
18
18
|
resolver: (^(jsonData data) -> jsonData)?,
|
19
19
|
null_through: bool?,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json-schema-serializer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Narazaka
|
@@ -211,7 +211,7 @@ metadata:
|
|
211
211
|
homepage_uri: https://github.com/Narazaka/json-schema-serializer
|
212
212
|
source_code_uri: https://github.com/Narazaka/json-schema-serializer.git
|
213
213
|
changelog_uri: https://github.com/Narazaka/json-schema-serializer/blob/master/CHANGELOG.md
|
214
|
-
documentation_uri: https://www.rubydoc.info/gems/json-schema-serializer/2.1.
|
214
|
+
documentation_uri: https://www.rubydoc.info/gems/json-schema-serializer/2.1.1
|
215
215
|
post_install_message:
|
216
216
|
rdoc_options: []
|
217
217
|
require_paths:
|