activeset 0.5.5 → 0.5.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff640ddf5701dcd0135532270123f046975c707c
|
4
|
+
data.tar.gz: 16b6fd9a4b307db53c4bccd6195062550451c325
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c98f1ecd55d438fb238fe9b6595d8a661c13c9d5a8118505f04b8868a7e5768aeef87d166fb14399cae41b6d3cd63d85f26de70f1e9e3d6cc94509782e78a1ad
|
7
|
+
data.tar.gz: d02ef5fa2c2c09039da54f79f10c43fd34d82f66fa50c2a4a36846e1bc730266a92ed9041e2d7cec5d89afcc5a5701027a5eaf141a92b6c74d248330ff108184
|
data/CHANGELOG
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
v 0.5.6
|
2
|
+
- Ensure that the default value for instructions when building filtering queries is '=' and not '=='
|
3
|
+
- Allow the default value for the instructions keypath's operator to be passed in
|
1
4
|
v 0.5.5
|
2
5
|
- In the ActiveRecord adapter for pagination, avoid an odd low-level AR bug when counting complex queries by using a simple Enumerable `length` call instead of the AR `count` method
|
3
6
|
v 0.5.4
|
data/lib/active_set/version.rb
CHANGED