keyset_pagination 0.0.1 → 0.0.2
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 +1 -1
- data/lib/keyset_pagination/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec084265626cc3845f3dc6095224d35556cb184bb4ab66b50fc77e43c5d0dd52
|
|
4
|
+
data.tar.gz: e7ca2a1106fa48d0637b445360539bd81b3f92b40a15a12a6c97c6f5e04de8b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d13c0b43dff889b6ba5bf2aa0c56601fd7a71ce028f527763783b8a6a16f1bf4d70fbd047135cd4bd94f5a690674a0f623531f5fbbe4f63b3218231cba7d31e1
|
|
7
|
+
data.tar.gz: 88c1bf7142292e76899370524a21f1852fe607659aaedddb818d5b641239c985f952e9cf7ca7b7c1029b1028a9031c7d51975440ef11da51aee7f90f4e057f55
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: keyset_pagination
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zeke Gabrielse
|
|
@@ -38,9 +38,8 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description:
|
|
42
|
-
Record with PostgreSQL, offering a performant alternative to offset-based pagination.
|
|
43
|
-
"https://github.com/keygen-sh/keyset_pagination"]'
|
|
41
|
+
description: KeysetPagination provides efficient cursor-based pagination for Active
|
|
42
|
+
Record with PostgreSQL, offering a performant alternative to offset-based pagination.
|
|
44
43
|
email:
|
|
45
44
|
- oss@keygen.sh
|
|
46
45
|
executables: []
|