keyset_pagination 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 2f4eb50dd50d742886a2d65c44f43e60cf4098722ae909feb781859ae9c324c4
4
- data.tar.gz: 34b814a3b2188f0b295767d42e9d72ee0d6d0eecaaafbea7c33c90de7c0f934d
3
+ metadata.gz: ec084265626cc3845f3dc6095224d35556cb184bb4ab66b50fc77e43c5d0dd52
4
+ data.tar.gz: e7ca2a1106fa48d0637b445360539bd81b3f92b40a15a12a6c97c6f5e04de8b9
5
5
  SHA512:
6
- metadata.gz: dbf128d068be4b91bdcdc0adffb22a952c3768aec3e6035608595260622e8ac94cc5713c40483745ada7cc5097fe00eb44045cccca506b66783465cdedf2245e
7
- data.tar.gz: 8779185dd31cf55a80577cfdb00b377b58becea581d89b906c8e6253966e4cca42b9a2cf2d8e56a0cc2eb13a8780b3c9c3ca5856d6d8b7caa434b2315f74b4b2
6
+ metadata.gz: d13c0b43dff889b6ba5bf2aa0c56601fd7a71ce028f527763783b8a6a16f1bf4d70fbd047135cd4bd94f5a690674a0f623531f5fbbe4f63b3218231cba7d31e1
7
+ data.tar.gz: 88c1bf7142292e76899370524a21f1852fe607659aaedddb818d5b641239c985f952e9cf7ca7b7c1029b1028a9031c7d51975440ef11da51aee7f90f4e057f55
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Digest IO
1
+ # Keyset Pagination
2
2
 
3
3
  TODO: Delete this and the text below, and describe your gem
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KeysetPagination
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
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.1
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: '["KeysetPagination provides efficient cursor-based pagination for Active
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: []