query_syntax 1.0.4 → 1.0.5
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 -0
- data/lib/query_syntax/query.rb +1 -1
- data/lib/query_syntax/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: 2b267801c00984cf18e4c701b3faaa81dfc41128
|
4
|
+
data.tar.gz: 2f3508a6a1b4645df8ac8066e6979b1a3d3e6188
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe649a29ea0799672e99f9730b17f3f57f10239984423a49914634f01156c451cb29c5cd34c28807870a6c3cf87217ee249d0d33d1994123ca3ea4267f58c12a
|
7
|
+
data.tar.gz: d917e108696a0c75baa603611605dde6396371d514eb9638f59dcab231307c5b50f825091d9d7b4c1d01fb23645fe0640006d14726d6e3239fc3a178821dbf02
|
data/README.md
CHANGED
@@ -16,6 +16,8 @@ Or install it yourself as:
|
|
16
16
|
|
17
17
|
$ gem install query_syntax
|
18
18
|
|
19
|
+
** NOTE ** Updated, as of 1.0.4 only compatible with newer chefs with filter_results
|
20
|
+
|
19
21
|
## Usage
|
20
22
|
|
21
23
|
QuerySyntax::Query provides bang and non-bang methods for and, or, not, where which determine whether we are modifying the current object or whether we are returning a new object. In most cases though, QuerySyntax will return the QuerySyntax object so that we can chain at will.
|
data/lib/query_syntax/query.rb
CHANGED
data/lib/query_syntax/version.rb
CHANGED