json-schema-serializer 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -7
- data/lib/json/schema/serializer/version.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: 37e694cb4884a1ca5064e0d0ec1ec8e8c71b4033f802c60eda6c409cbc47eae2
|
4
|
+
data.tar.gz: abbc2a9dae69d938498280fcd70b27ee2b0d4d575271112b3196b9655b1a0686
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20ccc5691d1928f7869be012a310096f4e8c1ae0a879a954126cd1c478e7596a2d7f523e22f1efba91e8c2735bea6c32960da6db9d0c2b973f49feec6d8e6c5f
|
7
|
+
data.tar.gz: b9c86efa2961c16b00c9ba072277e7d98e12a8c6f6d4e86dbef6c366785bdcd054c35766a227586907e4e5ea3a05eb5a2fdcd59265dfa15b89ad629fea1e580e
|
data/README.md
CHANGED
@@ -173,13 +173,6 @@ serializer2 = JSON::Schema::Serializer.new(schema["properties"]["bar"], {
|
|
173
173
|
|
174
174
|
The initializer.
|
175
175
|
|
176
|
-
# @param schema [any] JSON schema object. The serializer tries schema["type"], schema[:type] and schema.type!
|
177
|
-
# @param options [Hash] options
|
178
|
-
# @option options [Proc] :resolver schema object resolver
|
179
|
-
# @option options [Hashlike<String, Class>] :injectors If schema has inject key, the serializer treats injectors[inject_key].new(data).
|
180
|
-
# @option options [String, Symbol] :inject_key inject key
|
181
|
-
# @option
|
182
|
-
|
183
176
|
#### schema [any]
|
184
177
|
|
185
178
|
JSON schema object. The serializer tries schema["type"], schema[:type] and schema.type!
|
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: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Narazaka
|
@@ -181,7 +181,7 @@ metadata:
|
|
181
181
|
homepage_uri: https://github.com/Narazaka/json-schema-serializer
|
182
182
|
source_code_uri: https://github.com/Narazaka/json-schema-serializer.git
|
183
183
|
changelog_uri: https://github.com/Narazaka/json-schema-serializer/blob/master/CHANGELOG.md
|
184
|
-
documentation_uri: https://www.rubydoc.info/gems/json-schema-serializer/1.5.
|
184
|
+
documentation_uri: https://www.rubydoc.info/gems/json-schema-serializer/1.5.1
|
185
185
|
post_install_message:
|
186
186
|
rdoc_options: []
|
187
187
|
require_paths:
|