philtre 0.0.1 → 0.1.0
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 +2 -2
- data/lib/philtre/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 554f9586dbea206ed2c4d498f846c0fb135aa29b
|
|
4
|
+
data.tar.gz: f8ba5129e7b77a349803a24028834dfe537dbd4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d2b3db1dc47dedbee316e3c78df9d2c305f47e3f05a5bf711f27d7014f4f418758762f84d367009e452a733bacd9f552c6c5b4c2ff75417cf8f5fe9c052bdaa
|
|
7
|
+
data.tar.gz: 618d2eacbd24c67eb5552551fb28d77ad1c18ae5f5e586f056b3e5dba3ef36f489498a7c99dccaf14c832de7e80670386cc54ee3b734c58413fdffeb98a07167
|
data/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# philtre [](http://badge.fury.io/rb/philtre)
|
|
1
|
+
# philtre [](http://badge.fury.io/rb/philtre) [](https://travis-ci.org/djellemah/philtre)
|
|
2
2
|
|
|
3
3
|
It's the [Sequel](http://sequel.jeremyevans.net) equivalent for Ransack, Metasearch, Searchlogic. If
|
|
4
4
|
this doesn't make you fall in love, I don't know what will :-p
|
|
5
5
|
|
|
6
|
-
See philtre-rails for rails integration.
|
|
6
|
+
See [philtre-rails](http://github.com/djellemah/philtre-rails) for rails integration.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
data/lib/philtre/version.rb
CHANGED