graphql-pagination 2.0.0 → 2.0.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: 66ee4e073251b59ae351cabd16e4122d2b9aca8ad2bf666b6a7d7f24004d2d60
4
- data.tar.gz: ca7ab1e6a8612d16a80296b50158073e42d160dc4ef9487d6926968153847e93
3
+ metadata.gz: b902c58fce73cf2785b2f6a1938f9578c89e9b235c081a6e5c769f0c747acece
4
+ data.tar.gz: ee72aa64adb804a3a5458530cc426a3fd98a54d910eaa53cdccb088573ce9361
5
5
  SHA512:
6
- metadata.gz: f281e3304279f6f02dfde1c682a94ad3fe2771c41052ab97982200a17257b9a2650ab858fc70834bcef0a0651b61e34190765fcc121c0c4c71a8adb93e072a1f
7
- data.tar.gz: ddd6dd8edb076763cb918abb30187bd67d6b62999f89eb08abd39b5324794a0fcbafb1ca4c16f95809e14959941c5720d8eaedc7036d83f4cf1ca9d4047f59ff
6
+ metadata.gz: cef3d062eb3f7eaf42617fbe44fb4b33400df6ce03d60a6b10715e3a3066c780ad74482a2e78ec11dc382c1a415fb4c8bb96f9a6c02f1f85d89d48c49b36d940
7
+ data.tar.gz: 534eda25a1be3daab2259787696e1ea604d040cd8e8ade5883beea90d755acfe6246433742d19579d703bbcda14cc194dcc7b4e10717d1d53666db55cc0dc751
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.3.10
1
+ 2.3.12
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql-pagination (2.0.0)
4
+ graphql-pagination (2.0.1)
5
5
  graphql (~> 2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (7.0.2.3)
11
- activesupport (= 7.0.2.3)
12
- activerecord (7.0.2.3)
13
- activemodel (= 7.0.2.3)
14
- activesupport (= 7.0.2.3)
15
- activesupport (7.0.2.3)
10
+ activemodel (7.0.2.4)
11
+ activesupport (= 7.0.2.4)
12
+ activerecord (7.0.2.4)
13
+ activemodel (= 7.0.2.4)
14
+ activesupport (= 7.0.2.4)
15
+ activesupport (7.0.2.4)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -21,7 +21,7 @@ GEM
21
21
  coderay (1.1.3)
22
22
  concurrent-ruby (1.1.10)
23
23
  diff-lcs (1.5.0)
24
- graphql (2.0.5)
24
+ graphql (2.0.7)
25
25
  i18n (1.10.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  kaminari-activerecord (1.2.2)
@@ -31,14 +31,14 @@ GEM
31
31
  method_source (1.0.0)
32
32
  minitest (5.15.0)
33
33
  parallel (1.22.1)
34
- parser (3.1.1.0)
34
+ parser (3.1.2.0)
35
35
  ast (~> 2.4.1)
36
36
  pry (0.14.1)
37
37
  coderay (~> 1.1)
38
38
  method_source (~> 1.0)
39
39
  rainbow (3.1.1)
40
40
  rake (13.0.6)
41
- regexp_parser (2.2.1)
41
+ regexp_parser (2.3.1)
42
42
  rexml (3.2.5)
43
43
  rspec (3.11.0)
44
44
  rspec-core (~> 3.11.0)
@@ -53,20 +53,20 @@ GEM
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.11.0)
55
55
  rspec-support (3.11.0)
56
- rubocop (1.26.1)
56
+ rubocop (1.28.2)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 3.1.0.0)
59
59
  rainbow (>= 2.2.2, < 4.0)
60
60
  regexp_parser (>= 1.8, < 3.0)
61
61
  rexml
62
- rubocop-ast (>= 1.16.0, < 2.0)
62
+ rubocop-ast (>= 1.17.0, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
- rubocop-ast (1.16.0)
65
+ rubocop-ast (1.17.0)
66
66
  parser (>= 3.1.1.0)
67
67
  rubocop-rake (0.6.0)
68
68
  rubocop (~> 1.0)
69
- rubocop-rspec (2.9.0)
69
+ rubocop-rspec (2.10.0)
70
70
  rubocop (~> 1.19)
71
71
  ruby-progressbar (1.11.0)
72
72
  tzinfo (2.0.4)
@@ -75,6 +75,7 @@ GEM
75
75
 
76
76
  PLATFORMS
77
77
  aarch64-linux-musl
78
+ ruby
78
79
  x86_64-darwin-18
79
80
  x86_64-darwin-19
80
81
  x86_64-darwin-20
@@ -93,4 +94,4 @@ DEPENDENCIES
93
94
  rubocop-rspec
94
95
 
95
96
  BUNDLED WITH
96
- 2.3.10
97
+ 2.3.12
@@ -1,3 +1,3 @@
1
1
  module GraphqlPagination
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.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: 2.0.0
4
+ version: 2.0.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: 2022-04-02 00:00:00.000000000 Z
12
+ date: 2022-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  - !ruby/object:Gem::Version
191
191
  version: '0'
192
192
  requirements: []
193
- rubygems_version: 3.3.7
193
+ rubygems_version: 3.3.11
194
194
  signing_key:
195
195
  specification_version: 4
196
196
  summary: Page-based kaminari pagination for graphql.