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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0e74cff9d6b5917c86fc154f8046fd388a843c451fa66b22d09332c6cc67a53
4
- data.tar.gz: 76f8158ff9f126a0ef1ab84ee4bec8f82716ebf1c9dd5ec43894891db3be472e
3
+ metadata.gz: 214a50247c608d0d1cce1702f2451c3d0adfa3459f6afca87744b50b711ae614
4
+ data.tar.gz: 50fee9d1004679bd3ac18b5a6cb14fc083879dd4a823f4ee2d5234ce03ad63b7
5
5
  SHA512:
6
- metadata.gz: 5555c208f5518bc0a8502e50eacf248f6f16844414838d6b43bcf156dabcdd3fe98d5600cea66b8bc1dbf794c6a194ff4052fd04932a85f244a989ee6598ffaa
7
- data.tar.gz: dc3a47eedd3fcb472b702172f297a850156bd4e1e912fc4cb6d2db6b518397e39ee90ce26c5e8322c2a26b0bbb60487304f84b009523ce069f273c36daa9ec6c
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', git: 'https://github.com/guillaumebriday/jsonapi-scopes.git'
10
+ gem 'jsonapi-scopes'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jsonapi
4
4
  module Scopes
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
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.0
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 filters and scopes for JSON:API.
77
+ summary: A gem to use filtering and sorting from json:api specifications.
78
78
  test_files: []