jsonapi-resources 0.9.1.beta1 → 0.9.1.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jsonapi/request_parser.rb +1 -1
- data/lib/jsonapi/resources/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a207e2a7c3910438ca32190cb7285841e5584d2
|
4
|
+
data.tar.gz: 074e4017d39211054663e2d7fb0627a50244822b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f9878b88f3f38fa29c14d73c1a217de6750ebe4fa0ccd18080d07fe03193200f1783fff0852a33e66031c96acd69c1a360e4b32a1d7c4e62da57d4eb7a87772
|
7
|
+
data.tar.gz: 19a92eeae6a98f32ba8bec814d14ebae6855f2908dd4e22f8b0ca27be338e086f7d4de2e855ec028cf30c099105db047d7a6330d0386a37f025edc17ea98b061
|
@@ -353,7 +353,7 @@ module JSONAPI
|
|
353
353
|
relationship_type: relationship_type,
|
354
354
|
source_klass: @source_klass,
|
355
355
|
source_id: @source_id,
|
356
|
-
filters: @
|
356
|
+
filters: @filters,
|
357
357
|
sort_criteria: @sort_criteria,
|
358
358
|
paginator: @paginator,
|
359
359
|
fields: @fields,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsonapi-resources
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.1.
|
4
|
+
version: 0.9.1.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Gebhardt
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-12-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
217
217
|
version: 1.3.1
|
218
218
|
requirements: []
|
219
219
|
rubyforge_project:
|
220
|
-
rubygems_version: 2.5.2
|
220
|
+
rubygems_version: 2.5.2.1
|
221
221
|
signing_key:
|
222
222
|
specification_version: 4
|
223
223
|
summary: Easily support JSON API in Rails.
|