jsonapi_suite 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jsonapi_suite/version.rb +1 -1
- data/lib/jsonapi_suite.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5a4fb62c94c1e8dfd278e9a069a8a4f8d50cb2c
|
4
|
+
data.tar.gz: a33210d61f6a5e49e0fc1c1f8e6c2641982802cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50801e18b7ad6ae26f4d004745c8293bc0a75c82a4914bf72e8347b9be090ac7a236965c7baeaf7bd6b85768982da65bfc756c8347ff37bf39a09bf6d61ad6af
|
7
|
+
data.tar.gz: b0ad36065fa8a22a5fdcc85bc1e747ada7f74bffab914fe6eef282cc0642baf13b7a35df12ecbf919881615f0bd104923e0ca9171cf7fba9eca5fbbe2316bed8
|
data/lib/jsonapi_suite.rb
CHANGED
@@ -1,11 +1,9 @@
|
|
1
1
|
require 'jsonapi'
|
2
2
|
require 'jsonapi/include_directive'
|
3
3
|
|
4
|
-
require 'active_model_serializers'
|
5
4
|
require 'strong_resources'
|
6
5
|
require 'jsonapi_compliable'
|
7
6
|
require 'jsonapi_errorable'
|
8
|
-
require 'jsonapi_ams_extensions'
|
9
7
|
require 'jsonapi_swagger_helpers'
|
10
8
|
require 'nested_attribute_reassignable'
|
11
9
|
|