querifier 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/.gitignore +1 -0
- data/README.md +6 -0
- data/lib/querifier/queries/where.rb +2 -1
- data/lib/querifier/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d9ece5eebe56e40fa8fffa8684dc2f41ee28a52
|
4
|
+
data.tar.gz: 13a382c786e6d0c2a90512d58412549d5d099242
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd9c66e1f9f552a2f632a6cb0286b0da4ad68a4a2c4c89cb0ba60195346e6c5aa939d6d8ce3bc7acd6a5b38ab0a656da9b231a60c091cf94f75982600762688
|
7
|
+
data.tar.gz: '0077599ee23261b4930473d42bb9ea9e1eaca1ae20168c3304e753e84413ff35e1e712d677086e65c6affc964877056acf232b663f58b1e274c522609424f1b2'
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -5,6 +5,12 @@ Querifier is a gem intended to create queries for api's easy & fast, it isn't an
|
|
5
5
|
|
6
6
|
The basic use case is when you have an API and you want to filter & order the results without having to think too much
|
7
7
|
|
8
|
+
## Demo
|
9
|
+
|
10
|
+
You can check https://querifier-demo.herokuapp.com/v1/books?page=1&filter[where][title]=Season&filter[order][id]=desc for a demo of how it works
|
11
|
+
|
12
|
+
The source code of the demo is available at https://github.com/hdf1986/querifier-demo
|
13
|
+
|
8
14
|
## Installation
|
9
15
|
|
10
16
|
Add this line to your application's Gemfile:
|
data/lib/querifier/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: querifier
|
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
|
- Hugo Farji
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|