dulead-jsonapi-serializer 2.2.0 → 2.2.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
- data/lib/fast_jsonapi/object_serializer.rb +2 -2
- data/lib/jsonapi/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: 604beead860bba8e8002e92f0c47903c089e66e392a2961e7b27205dc7ca255b
|
|
4
|
+
data.tar.gz: 8cca19a6be3ffa1697b907346fa046a92bbed25163169908e9545f794fa1f05b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c04073da9088ef4823526830b2a12ac3a47cbdc81bdadd4fe411da3aaec715db53bd83f6e0b883539a7934940d5c6e048cec9457a82861675b2ac8fc199e471
|
|
7
|
+
data.tar.gz: 00daee878602596954b751c4539d22cb0b4d8e1c8279ba3be06367e41b12f8fb0946d0cec96320156b99508f5df118f396825e8a0862a417fcd95850f3fa9806
|
|
@@ -347,9 +347,9 @@ module FastJsonapi
|
|
|
347
347
|
|
|
348
348
|
parse_includes_list(includes).each_key do |include_item|
|
|
349
349
|
relationship_to_include = relationships_to_serialize[include_item]
|
|
350
|
-
|
|
350
|
+
warn(JSONAPI::Serializer::UnsupportedIncludeError.new(include_item, name)) unless relationship_to_include
|
|
351
351
|
|
|
352
|
-
relationship_to_include.static_serializer # called for a side-effect to check for a known serializer class.
|
|
352
|
+
relationship_to_include.static_serializer if relationship_to_include # called for a side-effect to check for a known serializer class.
|
|
353
353
|
end
|
|
354
354
|
end
|
|
355
355
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dulead-jsonapi-serializer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JSON:API Serializer Community
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|