jsonapi-scopes 0.1.0 → 0.1.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/README.md +1 -1
- data/lib/jsonapi/scopes/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: 214a50247c608d0d1cce1702f2451c3d0adfa3459f6afca87744b50b711ae614
|
4
|
+
data.tar.gz: 50fee9d1004679bd3ac18b5a6cb14fc083879dd4a823f4ee2d5234ce03ad63b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dc3f9627f33d2bef4610286f1954ee8f43b538ac4db04abbaccd6d64098a5aa5768ba8161cd1642dc7993a0bb5bbfecd1c689c99d2f1d609cf9ea31c45ca5fb
|
7
|
+
data.tar.gz: f3f2622bc390b55b4b74c459baa4ee3c4caf5ad9a7d0da9bad976c1290953875cd1edb522769ff6abcc7249bd462731ee651940255d8bc8a435330d393e27a22
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ This gem provides an easy way to use a filter query parameter from the [jsonapi
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
9
|
```ruby
|
10
|
-
gem 'jsonapi-scopes'
|
10
|
+
gem 'jsonapi-scopes'
|
11
11
|
```
|
12
12
|
|
13
13
|
And then execute:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Guillaume Briday
|
@@ -74,5 +74,5 @@ requirements: []
|
|
74
74
|
rubygems_version: 3.0.3
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
|
-
summary: A gem to use
|
77
|
+
summary: A gem to use filtering and sorting from json:api specifications.
|
78
78
|
test_files: []
|