jsonapi-scopes 0.1.1 → 0.1.2
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/README.md +4 -1
- data/lib/jsonapi/scopes/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0ab9b614b65a6dea7e3255f8093e7efcd4536fcf0ae7fa3c44e693e00940349
|
4
|
+
data.tar.gz: 6163a1d155fcb233932de0fd0647402e9435712da50238173b156e8f96ca26ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ea31d7bd030d71d7ce5e9d47347042185fef8efb8fca60695d8b55da42d0e75c6bc6e4eed36fd10b12285938f61b506a5318de64d54d4c719040997b1a98ee3
|
7
|
+
data.tar.gz: 88a612c8da4628d5c0cda2c2d721ef637f38e682f6c3439ca65e392108f53e13efeebd82d7c62a952b7697125796fd75d03761a8c52dbf343c5a66be3b50b71e
|
data/README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
[](https://www.paypal.me/guillaumebriday)
|
2
|
+
[](https://rubygems.org/gems/jsonapi-scopes)
|
3
|
+
[](https://rubygems.org/gems/jsonapi-scopes)
|
4
|
+
[](https://github.com/guillaumebriday/jsonapi-scopes)
|
2
5
|
|
3
6
|
# Jsonapi::Scopes
|
4
|
-
This gem
|
7
|
+
This gem allows you to filter and sort an ActiveRecord relation based on a request. This gem follows the [JSON:API specification](https://jsonapi.org/) as closely as possible.
|
5
8
|
|
6
9
|
## Installation
|
7
10
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsonapi-scopes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Guillaume Briday
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -74,5 +74,6 @@ requirements: []
|
|
74
74
|
rubygems_version: 3.0.3
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
|
-
summary:
|
77
|
+
summary: This gem allows you to filter and sort an ActiveRecord relation based on
|
78
|
+
a request, following the JSON:API specification as closely as possible.
|
78
79
|
test_files: []
|