graphql-pagination 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.bundler-version +1 -1
- data/.github/workflows/auto-approve.yml +1 -1
- data/Gemfile.lock +24 -23
- data/README.md +1 -1
- data/graphql-pagination.gemspec +1 -0
- data/lib/graphql_pagination/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d715716106b2909150983a8bfdfac8e1a9d9b05d83c5b9862c2fc22b2db55489
|
4
|
+
data.tar.gz: 42e4ab3559c17d4c66a142af51797023e55732baa40f54f776f5707d7b34185f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f3b71b35a6e209551664aac705224ad4a87dedd9cd94c5f919a5c7eacdc4136f2a6f21bcdbf8e63895e3ff97097f55458d3cf4cd04bfd70cad52f2a15946de7
|
7
|
+
data.tar.gz: 3fc4bd5ca7d35e3eff913bd15e44de5c679908c22ded3d3ce94bb7d1753e4211363ea2dd59e3e0d35e190d4358831dab6c40bd899f8707e82d8bf7ae135050ac
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.32
|
@@ -10,7 +10,7 @@ jobs:
|
|
10
10
|
auto-approve:
|
11
11
|
runs-on: ubuntu-latest
|
12
12
|
steps:
|
13
|
-
- uses: hmarr/auto-approve-action@v2
|
13
|
+
- uses: hmarr/auto-approve-action@v2
|
14
14
|
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev'
|
15
15
|
with:
|
16
16
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
data/Gemfile.lock
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
graphql-pagination (1.2.
|
4
|
+
graphql-pagination (1.2.1)
|
5
5
|
graphql (~> 1.12)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (6.1.4)
|
11
|
-
activesupport (= 6.1.4)
|
12
|
-
activerecord (6.1.4)
|
13
|
-
activemodel (= 6.1.4)
|
14
|
-
activesupport (= 6.1.4)
|
15
|
-
activesupport (6.1.4)
|
10
|
+
activemodel (6.1.4.1)
|
11
|
+
activesupport (= 6.1.4.1)
|
12
|
+
activerecord (6.1.4.1)
|
13
|
+
activemodel (= 6.1.4.1)
|
14
|
+
activesupport (= 6.1.4.1)
|
15
|
+
activesupport (6.1.4.1)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 1.6, < 2)
|
18
18
|
minitest (>= 5.1)
|
@@ -22,8 +22,8 @@ GEM
|
|
22
22
|
coderay (1.1.3)
|
23
23
|
concurrent-ruby (1.1.9)
|
24
24
|
diff-lcs (1.4.4)
|
25
|
-
graphql (1.12.
|
26
|
-
i18n (1.8.
|
25
|
+
graphql (1.12.19)
|
26
|
+
i18n (1.8.11)
|
27
27
|
concurrent-ruby (~> 1.0)
|
28
28
|
kaminari-activerecord (1.2.1)
|
29
29
|
activerecord
|
@@ -31,14 +31,14 @@ GEM
|
|
31
31
|
kaminari-core (1.2.1)
|
32
32
|
method_source (1.0.0)
|
33
33
|
minitest (5.14.4)
|
34
|
-
parallel (1.
|
35
|
-
parser (3.0.
|
34
|
+
parallel (1.21.0)
|
35
|
+
parser (3.0.2.0)
|
36
36
|
ast (~> 2.4.1)
|
37
37
|
pry (0.14.1)
|
38
38
|
coderay (~> 1.1)
|
39
39
|
method_source (~> 1.0)
|
40
40
|
rainbow (3.0.0)
|
41
|
-
rake (13.0.
|
41
|
+
rake (13.0.6)
|
42
42
|
regexp_parser (2.1.1)
|
43
43
|
rexml (3.2.5)
|
44
44
|
rspec (3.10.0)
|
@@ -53,31 +53,32 @@ GEM
|
|
53
53
|
rspec-mocks (3.10.2)
|
54
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
55
|
rspec-support (~> 3.10.0)
|
56
|
-
rspec-support (3.10.
|
57
|
-
rubocop (1.
|
56
|
+
rspec-support (3.10.3)
|
57
|
+
rubocop (1.23.0)
|
58
58
|
parallel (~> 1.10)
|
59
59
|
parser (>= 3.0.0.0)
|
60
60
|
rainbow (>= 2.2.2, < 4.0)
|
61
61
|
regexp_parser (>= 1.8, < 3.0)
|
62
62
|
rexml
|
63
|
-
rubocop-ast (>= 1.
|
63
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
64
64
|
ruby-progressbar (~> 1.7)
|
65
65
|
unicode-display_width (>= 1.4.0, < 3.0)
|
66
|
-
rubocop-ast (1.
|
66
|
+
rubocop-ast (1.13.0)
|
67
67
|
parser (>= 3.0.1.1)
|
68
68
|
rubocop-rake (0.6.0)
|
69
69
|
rubocop (~> 1.0)
|
70
|
-
rubocop-rspec (2.
|
71
|
-
rubocop (~> 1.
|
72
|
-
rubocop-ast (>= 1.1.0)
|
70
|
+
rubocop-rspec (2.6.0)
|
71
|
+
rubocop (~> 1.19)
|
73
72
|
ruby-progressbar (1.11.0)
|
74
73
|
tzinfo (2.0.4)
|
75
74
|
concurrent-ruby (~> 1.0)
|
76
|
-
unicode-display_width (2.
|
77
|
-
zeitwerk (2.
|
75
|
+
unicode-display_width (2.1.0)
|
76
|
+
zeitwerk (2.5.1)
|
78
77
|
|
79
78
|
PLATFORMS
|
80
|
-
|
79
|
+
aarch64-linux-musl
|
80
|
+
x86_64-darwin-18
|
81
|
+
x86_64-darwin-19
|
81
82
|
x86_64-darwin-20
|
82
83
|
x86_64-linux
|
83
84
|
|
@@ -93,4 +94,4 @@ DEPENDENCIES
|
|
93
94
|
rubocop-rspec
|
94
95
|
|
95
96
|
BUNDLED WITH
|
96
|
-
2.2.
|
97
|
+
2.2.29
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
[![Gem Version](https://badge.fury.io/rb/graphql-pagination.svg)](https://rubygems.org/gems/graphql-pagination)
|
2
|
-
[![Build Status](https://
|
2
|
+
[![Build Status](https://github.com/RenoFi/graphql-pagination/actions/workflows/ci.yml/badge.svg)](https://github.com/RenoFi/graphql-pagination/actions/workflows/ci.yml?query=branch%3Amain)
|
3
3
|
|
4
4
|
# graphql-pagination
|
5
5
|
|
data/graphql-pagination.gemspec
CHANGED
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
|
|
15
15
|
|
16
16
|
spec.metadata['homepage_uri'] = 'https://github.com/RenoFi/graphql-pagination'
|
17
17
|
spec.metadata['source_code_uri'] = 'https://github.com/RenoFi/graphql-pagination'
|
18
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
18
19
|
|
19
20
|
spec.files = Dir.chdir(__dir__) do
|
20
21
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin/|spec/|\.rub)}) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphql-pagination
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-11-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: graphql
|
@@ -174,6 +174,7 @@ licenses:
|
|
174
174
|
metadata:
|
175
175
|
homepage_uri: https://github.com/RenoFi/graphql-pagination
|
176
176
|
source_code_uri: https://github.com/RenoFi/graphql-pagination
|
177
|
+
rubygems_mfa_required: 'true'
|
177
178
|
post_install_message:
|
178
179
|
rdoc_options: []
|
179
180
|
require_paths:
|