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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac8eec73e3f4bf23e60cf8cca10cee6066b1f72ba02b4abfe62a5d64a1973b84
4
- data.tar.gz: d5128484c2d064e47d06a36d3b46404361f2f85873442222882b62c376421363
3
+ metadata.gz: d715716106b2909150983a8bfdfac8e1a9d9b05d83c5b9862c2fc22b2db55489
4
+ data.tar.gz: 42e4ab3559c17d4c66a142af51797023e55732baa40f54f776f5707d7b34185f
5
5
  SHA512:
6
- metadata.gz: e48de20398166c2632c8751978882ec75db86714b2703667886da512813b5c027cdb8ee5e0179229a3a2e2e10a887b683abf4365a6477b441d1586660f9459df
7
- data.tar.gz: 9006adcb4177edd4fbe1d1f2f03e2778f87faf920ac9ce8caf9e57b1265859cde04677ce9c163c2d68e421dea5f8c43af45695e469ac22af553961c846f6f68f
6
+ metadata.gz: 0f3b71b35a6e209551664aac705224ad4a87dedd9cd94c5f919a5c7eacdc4136f2a6f21bcdbf8e63895e3ff97097f55458d3cf4cd04bfd70cad52f2a15946de7
7
+ data.tar.gz: 3fc4bd5ca7d35e3eff913bd15e44de5c679908c22ded3d3ce94bb7d1753e4211363ea2dd59e3e0d35e190d4358831dab6c40bd899f8707e82d8bf7ae135050ac
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.2.23
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.0.0
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.0)
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.13)
26
- i18n (1.8.10)
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.20.1)
35
- parser (3.0.1.1)
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.4)
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.2)
57
- rubocop (1.18.3)
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.7.0, < 2.0)
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.7.0)
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.4.0)
71
- rubocop (~> 1.0)
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.0.0)
77
- zeitwerk (2.4.2)
75
+ unicode-display_width (2.1.0)
76
+ zeitwerk (2.5.1)
78
77
 
79
78
  PLATFORMS
80
- ruby
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.23
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://travis-ci.org/RenoFi/graphql-pagination.svg?branch=master)](https://travis-ci.org/RenoFi/graphql-pagination)
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
 
@@ -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)}) }
@@ -1,3 +1,3 @@
1
1
  module GraphqlPagination
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.freeze
3
3
  end
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.0
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-07-15 00:00:00.000000000 Z
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: