graphql-pagination 2.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e8d0c7a992008746a3ded2753d3d6440db80b2267c213a52df2761ab7c0cd9f
4
- data.tar.gz: 6a19b6dad36411021495b09dee4c3e52236ea168af90e13345991abbb5202024
3
+ metadata.gz: c59412a309be323ef9ea6e9ee52971de9f128ee1f4a92ce22920ed04e5692edf
4
+ data.tar.gz: 40623b223bc0cc41e1bcec0d620653225e46eca96dcadacfec0588779cbd955a
5
5
  SHA512:
6
- metadata.gz: 1759f21fcd299077d44b9e9118e69dedeeba3bdf809331b43f78a6b12af32a9fafff5322b8de37fe1ce278b93719a67446b73c8fd458198c5ef59bc79110ce90
7
- data.tar.gz: 5e05fe083686683c8b501bfba5911a1371b00f413c4d678a4f1904f8082e54133e4d061a7b71ed62cbf3b0f370cc9145fb4146425229acdada117c34fbaea19a
6
+ metadata.gz: 3d2f981f85f045fe952a5fe241728f17f37a6888b5b567f0883443b9edaba2bd9a160981784184098378ced723c0da34f21e8e9838be5b02333125afcaa101ab
7
+ data.tar.gz: 90f6de0abf306bba64f512a0909d2fb208232a5ffa332f826c9803547cae10d38f63374b559a39f3307910c2075b37f3dd7f819b28b09656c6b3dfa5a3ff1bad
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.5.23
1
+ 2.7.0
@@ -2,5 +2,5 @@
2
2
  <!--- Describe your changes in detail -->
3
3
  <!--- Why is this change required? What problem does it solve? -->
4
4
 
5
- ## Related issue(s) or PR(s)
6
- <!--- GH issue number -->
5
+ ## Related tickets(s), PR(s) or slack message:
6
+ <!--- Ticket/Issue/PR number or URL -->
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: [3.2, 3.3]
14
+ ruby-version: [3.3, 3.4]
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql-pagination (2.3.0)
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.0)
11
- activesupport (= 8.0.0)
12
- activerecord (8.0.0)
13
- activemodel (= 8.0.0)
14
- activesupport (= 8.0.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.0)
16
+ activesupport (8.0.3)
17
17
  base64
18
18
  benchmark (>= 0.3)
19
19
  bigdecimal
@@ -26,79 +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.2)
30
- base64 (0.2.0)
31
- benchmark (0.4.0)
32
- bigdecimal (3.1.8)
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
- concurrent-ruby (1.3.4)
35
- connection_pool (2.4.1)
36
- diff-lcs (1.5.1)
37
- drb (2.2.1)
38
- fiber-storage (1.0.0)
39
- graphql (2.4.7)
34
+ concurrent-ruby (1.3.5)
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
- i18n (1.14.6)
42
+ logger
43
+ i18n (1.14.7)
43
44
  concurrent-ruby (~> 1.0)
44
- json (2.9.0)
45
+ json (2.15.0)
45
46
  kaminari-activerecord (1.2.2)
46
47
  activerecord
47
48
  kaminari-core (= 1.2.2)
48
49
  kaminari-core (1.2.2)
49
- language_server-protocol (3.17.0.3)
50
- logger (1.6.2)
50
+ language_server-protocol (3.17.0.5)
51
+ lint_roller (1.1.0)
52
+ logger (1.7.0)
51
53
  method_source (1.1.0)
52
- minitest (5.25.4)
53
- parallel (1.26.3)
54
- parser (3.3.6.0)
54
+ minitest (5.25.5)
55
+ parallel (1.27.0)
56
+ parser (3.3.9.0)
55
57
  ast (~> 2.4.1)
56
58
  racc
57
- pry (0.15.0)
59
+ prism (1.5.1)
60
+ pry (0.15.2)
58
61
  coderay (~> 1.1)
59
62
  method_source (~> 1.0)
60
63
  racc (1.8.1)
61
64
  rainbow (3.1.1)
62
- rake (13.2.1)
63
- regexp_parser (2.9.3)
64
- rspec (3.13.0)
65
+ rake (13.3.0)
66
+ regexp_parser (2.11.3)
67
+ rspec (3.13.1)
65
68
  rspec-core (~> 3.13.0)
66
69
  rspec-expectations (~> 3.13.0)
67
70
  rspec-mocks (~> 3.13.0)
68
- rspec-core (3.13.2)
71
+ rspec-core (3.13.5)
69
72
  rspec-support (~> 3.13.0)
70
- rspec-expectations (3.13.3)
73
+ rspec-expectations (3.13.5)
71
74
  diff-lcs (>= 1.2.0, < 2.0)
72
75
  rspec-support (~> 3.13.0)
73
- rspec-mocks (3.13.2)
76
+ rspec-mocks (3.13.5)
74
77
  diff-lcs (>= 1.2.0, < 2.0)
75
78
  rspec-support (~> 3.13.0)
76
- rspec-support (3.13.2)
77
- rubocop (1.69.1)
79
+ rspec-support (3.13.6)
80
+ rubocop (1.81.1)
78
81
  json (~> 2.3)
79
- language_server-protocol (>= 3.17.0)
82
+ language_server-protocol (~> 3.17.0.2)
83
+ lint_roller (~> 1.1.0)
80
84
  parallel (~> 1.10)
81
85
  parser (>= 3.3.0.2)
82
86
  rainbow (>= 2.2.2, < 4.0)
83
87
  regexp_parser (>= 2.9.3, < 3.0)
84
- rubocop-ast (>= 1.36.2, < 2.0)
88
+ rubocop-ast (>= 1.47.1, < 2.0)
85
89
  ruby-progressbar (~> 1.7)
86
90
  unicode-display_width (>= 2.4.0, < 4.0)
87
- rubocop-ast (1.36.2)
88
- parser (>= 3.3.1.0)
89
- rubocop-rake (0.6.0)
90
- rubocop (~> 1.0)
91
- rubocop-rspec (3.2.0)
92
- rubocop (~> 1.61)
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)
93
100
  ruby-progressbar (1.13.0)
94
- securerandom (0.4.0)
95
- timeout (0.4.2)
101
+ securerandom (0.4.1)
102
+ timeout (0.4.3)
96
103
  tzinfo (2.0.6)
97
104
  concurrent-ruby (~> 1.0)
98
- unicode-display_width (3.1.2)
99
- unicode-emoji (~> 4.0, >= 4.0.4)
100
- unicode-emoji (4.0.4)
101
- uri (1.0.2)
105
+ unicode-display_width (3.2.0)
106
+ unicode-emoji (~> 4.1)
107
+ unicode-emoji (4.1.0)
108
+ uri (1.0.3)
102
109
 
103
110
  PLATFORMS
104
111
  aarch64-linux-musl
@@ -121,4 +128,4 @@ DEPENDENCIES
121
128
  rubocop-rspec
122
129
 
123
130
  BUNDLED WITH
124
- 2.5.23
131
+ 2.7.2
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.metadata['source_code_uri'] = 'https://github.com/RenoFi/graphql-pagination'
18
18
  spec.metadata['rubygems_mfa_required'] = 'true'
19
19
 
20
- spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
20
+ spec.required_ruby_version = Gem::Requirement.new('>= 3.3.0')
21
21
 
22
22
  spec.files = Dir.chdir(__dir__) do
23
23
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin/|spec/|\.rub)}) }
@@ -1,3 +1,3 @@
1
1
  module GraphqlPagination
2
- VERSION = '2.3.0'.freeze
2
+ VERSION = '2.4.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-pagination
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  - RenoFi Engineering Team
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2024-12-09 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: graphql
@@ -65,7 +64,6 @@ metadata:
65
64
  homepage_uri: https://github.com/RenoFi/graphql-pagination
66
65
  source_code_uri: https://github.com/RenoFi/graphql-pagination
67
66
  rubygems_mfa_required: 'true'
68
- post_install_message:
69
67
  rdoc_options: []
70
68
  require_paths:
71
69
  - lib
@@ -73,15 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
- version: 3.2.0
74
+ version: 3.3.0
77
75
  required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  requirements:
79
77
  - - ">="
80
78
  - !ruby/object:Gem::Version
81
79
  version: '0'
82
80
  requirements: []
83
- rubygems_version: 3.5.23
84
- signing_key:
81
+ rubygems_version: 3.7.2
85
82
  specification_version: 4
86
83
  summary: Page-based kaminari pagination for graphql.
87
84
  test_files: []