graphql-pagination 2.4.0 → 2.4.1
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/.bundler-version +1 -1
- data/.github/PULL_REQUEST_TEMPLATE.md +2 -2
- data/Gemfile.lock +49 -43
- data/lib/graphql_pagination/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c59412a309be323ef9ea6e9ee52971de9f128ee1f4a92ce22920ed04e5692edf
|
4
|
+
data.tar.gz: 40623b223bc0cc41e1bcec0d620653225e46eca96dcadacfec0588779cbd955a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d2f981f85f045fe952a5fe241728f17f37a6888b5b567f0883443b9edaba2bd9a160981784184098378ced723c0da34f21e8e9838be5b02333125afcaa101ab
|
7
|
+
data.tar.gz: 90f6de0abf306bba64f512a0909d2fb208232a5ffa332f826c9803547cae10d38f63374b559a39f3307910c2075b37f3dd7f819b28b09656c6b3dfa5a3ff1bad
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.7.0
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
graphql-pagination (2.4.
|
4
|
+
graphql-pagination (2.4.1)
|
5
5
|
graphql (>= 2.4.7)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (8.0.
|
11
|
-
activesupport (= 8.0.
|
12
|
-
activerecord (8.0.
|
13
|
-
activemodel (= 8.0.
|
14
|
-
activesupport (= 8.0.
|
10
|
+
activemodel (8.0.3)
|
11
|
+
activesupport (= 8.0.3)
|
12
|
+
activerecord (8.0.3)
|
13
|
+
activemodel (= 8.0.3)
|
14
|
+
activesupport (= 8.0.3)
|
15
15
|
timeout (>= 0.4.0)
|
16
|
-
activesupport (8.0.
|
16
|
+
activesupport (8.0.3)
|
17
17
|
base64
|
18
18
|
benchmark (>= 0.3)
|
19
19
|
bigdecimal
|
@@ -26,80 +26,86 @@ GEM
|
|
26
26
|
securerandom (>= 0.3)
|
27
27
|
tzinfo (~> 2.0, >= 2.0.5)
|
28
28
|
uri (>= 0.13.1)
|
29
|
-
ast (2.4.
|
30
|
-
base64 (0.
|
31
|
-
benchmark (0.4.
|
32
|
-
bigdecimal (3.
|
29
|
+
ast (2.4.3)
|
30
|
+
base64 (0.3.0)
|
31
|
+
benchmark (0.4.1)
|
32
|
+
bigdecimal (3.2.3)
|
33
33
|
coderay (1.1.3)
|
34
34
|
concurrent-ruby (1.3.5)
|
35
|
-
connection_pool (2.5.
|
36
|
-
diff-lcs (1.
|
37
|
-
drb (2.2.
|
38
|
-
fiber-storage (1.0.
|
39
|
-
graphql (2.
|
35
|
+
connection_pool (2.5.4)
|
36
|
+
diff-lcs (1.6.2)
|
37
|
+
drb (2.2.3)
|
38
|
+
fiber-storage (1.0.1)
|
39
|
+
graphql (2.5.13)
|
40
40
|
base64
|
41
41
|
fiber-storage
|
42
42
|
logger
|
43
43
|
i18n (1.14.7)
|
44
44
|
concurrent-ruby (~> 1.0)
|
45
|
-
json (2.
|
45
|
+
json (2.15.0)
|
46
46
|
kaminari-activerecord (1.2.2)
|
47
47
|
activerecord
|
48
48
|
kaminari-core (= 1.2.2)
|
49
49
|
kaminari-core (1.2.2)
|
50
|
-
language_server-protocol (3.17.0.
|
51
|
-
|
50
|
+
language_server-protocol (3.17.0.5)
|
51
|
+
lint_roller (1.1.0)
|
52
|
+
logger (1.7.0)
|
52
53
|
method_source (1.1.0)
|
53
|
-
minitest (5.25.
|
54
|
-
parallel (1.
|
55
|
-
parser (3.3.
|
54
|
+
minitest (5.25.5)
|
55
|
+
parallel (1.27.0)
|
56
|
+
parser (3.3.9.0)
|
56
57
|
ast (~> 2.4.1)
|
57
58
|
racc
|
59
|
+
prism (1.5.1)
|
58
60
|
pry (0.15.2)
|
59
61
|
coderay (~> 1.1)
|
60
62
|
method_source (~> 1.0)
|
61
63
|
racc (1.8.1)
|
62
64
|
rainbow (3.1.1)
|
63
|
-
rake (13.
|
64
|
-
regexp_parser (2.
|
65
|
-
rspec (3.13.
|
65
|
+
rake (13.3.0)
|
66
|
+
regexp_parser (2.11.3)
|
67
|
+
rspec (3.13.1)
|
66
68
|
rspec-core (~> 3.13.0)
|
67
69
|
rspec-expectations (~> 3.13.0)
|
68
70
|
rspec-mocks (~> 3.13.0)
|
69
|
-
rspec-core (3.13.
|
71
|
+
rspec-core (3.13.5)
|
70
72
|
rspec-support (~> 3.13.0)
|
71
|
-
rspec-expectations (3.13.
|
73
|
+
rspec-expectations (3.13.5)
|
72
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
73
75
|
rspec-support (~> 3.13.0)
|
74
|
-
rspec-mocks (3.13.
|
76
|
+
rspec-mocks (3.13.5)
|
75
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
76
78
|
rspec-support (~> 3.13.0)
|
77
|
-
rspec-support (3.13.
|
78
|
-
rubocop (1.
|
79
|
+
rspec-support (3.13.6)
|
80
|
+
rubocop (1.81.1)
|
79
81
|
json (~> 2.3)
|
80
|
-
language_server-protocol (
|
82
|
+
language_server-protocol (~> 3.17.0.2)
|
83
|
+
lint_roller (~> 1.1.0)
|
81
84
|
parallel (~> 1.10)
|
82
85
|
parser (>= 3.3.0.2)
|
83
86
|
rainbow (>= 2.2.2, < 4.0)
|
84
87
|
regexp_parser (>= 2.9.3, < 3.0)
|
85
|
-
rubocop-ast (>= 1.
|
88
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
86
89
|
ruby-progressbar (~> 1.7)
|
87
90
|
unicode-display_width (>= 2.4.0, < 4.0)
|
88
|
-
rubocop-ast (1.
|
89
|
-
parser (>= 3.3.
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
rubocop (
|
91
|
+
rubocop-ast (1.47.1)
|
92
|
+
parser (>= 3.3.7.2)
|
93
|
+
prism (~> 1.4)
|
94
|
+
rubocop-rake (0.7.1)
|
95
|
+
lint_roller (~> 1.1)
|
96
|
+
rubocop (>= 1.72.1)
|
97
|
+
rubocop-rspec (3.7.0)
|
98
|
+
lint_roller (~> 1.1)
|
99
|
+
rubocop (~> 1.72, >= 1.72.1)
|
94
100
|
ruby-progressbar (1.13.0)
|
95
101
|
securerandom (0.4.1)
|
96
102
|
timeout (0.4.3)
|
97
103
|
tzinfo (2.0.6)
|
98
104
|
concurrent-ruby (~> 1.0)
|
99
|
-
unicode-display_width (3.
|
100
|
-
unicode-emoji (~> 4.
|
101
|
-
unicode-emoji (4.0
|
102
|
-
uri (1.0.
|
105
|
+
unicode-display_width (3.2.0)
|
106
|
+
unicode-emoji (~> 4.1)
|
107
|
+
unicode-emoji (4.1.0)
|
108
|
+
uri (1.0.3)
|
103
109
|
|
104
110
|
PLATFORMS
|
105
111
|
aarch64-linux-musl
|
@@ -122,4 +128,4 @@ DEPENDENCIES
|
|
122
128
|
rubocop-rspec
|
123
129
|
|
124
130
|
BUNDLED WITH
|
125
|
-
2.
|
131
|
+
2.7.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphql-pagination
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
- RenoFi Engineering Team
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphql
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.
|
81
|
+
rubygems_version: 3.7.2
|
82
82
|
specification_version: 4
|
83
83
|
summary: Page-based kaminari pagination for graphql.
|
84
84
|
test_files: []
|