activeset 0.5.4 → 0.5.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/CHANGELOG +2 -0
- data/lib/active_set/processors/paginate/active_record_adapter.rb +1 -1
- data/lib/active_set/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: c6c0f7634d74d7c800ef3386948af02977c7d9b9
|
|
4
|
+
data.tar.gz: 41232285eaf65d508123b3cd3b07b705a503298b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 478407175800f4d1f94a5d1a22003b7ef021072d61f1688439688a6364f6c422f4bb39b834feb1b4a0ca15b3f6f09c2b61753c344245e789ed523c7bbc4032ed
|
|
7
|
+
data.tar.gz: c5d431b69598be45e7d1347ef1d7932f3bc99c377860c2367a3382b8ebca25cc425390f99b325ae0be07e5281fb2c0a9fc8a8c08a6ea3009af1f36748fb239a6
|
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
v 0.5.5
|
|
2
|
+
- 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
|
|
1
3
|
v 0.5.4
|
|
2
4
|
- Ensure that Instructions wrap a Hash with indifferent access
|
|
3
5
|
- Wire up both adapters for the PaginateProcessor
|
data/lib/active_set/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeset
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Margheim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|