grape-kaminari 0.4.4 → 0.4.5

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: e7bef8d7546d576aca8f4b0f1bdb1e633c4ea4d63b011063228874e226b0826f
4
- data.tar.gz: 0ca3f5acfad14c2a5bddea2e4605ebeedce883f22f41d93cd900dac8d6113a84
3
+ metadata.gz: 6da3bfe439d22b8fe563ca13b5e56cff5b647d593a1afbe0630d7550213793a6
4
+ data.tar.gz: 55373e7dbd1b58f1ea45971e69df66f43ea9c230e8db5ed509ad6902a1721d0a
5
5
  SHA512:
6
- metadata.gz: 2b12a1b1e568af31df333ff20f617d9e0687b0177430fd8a8be40f92b7b44fc6fa7777278f0629302e0f939b7901c66e5df8a3cce19702131c1d800edea491b8
7
- data.tar.gz: 90ac0dad49e5910652100d3518ac38fab54f8903004a4ceef027fa58d3f1bc25b27988735dfde36ba7af0658b364f858b40c4c7b3bd22e724b0651ddd7129b15
6
+ metadata.gz: 540eb8a2f40a2ab513c72f5fe9b153715f8caccd83e61ccab9746401eab4df6c4154373b0515ddddf8b21453a485a0c035d4789c602b604f8e5b78b4ea507486
7
+ data.tar.gz: 0ac5faa9706c7573abceb9534a6301bd97bb219c3ca9aa5a7d6878bbbcb1e18662c9d66f80a339c27f43a5bc68e79d182219929c2fd8a072e15f87744b1a4943
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grape-kaminari (0.4.4)
4
+ grape-kaminari (0.4.5)
5
5
  grape (>= 1.6.1)
6
6
  kaminari-grape
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.0.4.2)
11
+ activesupport (7.0.4.3)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
16
  ast (2.4.2)
17
17
  builder (3.2.4)
18
- concurrent-ruby (1.2.0)
18
+ concurrent-ruby (1.2.2)
19
19
  diff-lcs (1.5.0)
20
20
  dry-core (1.0.0)
21
21
  concurrent-ruby (~> 1.0)
@@ -25,11 +25,11 @@ GEM
25
25
  concurrent-ruby (~> 1.0)
26
26
  dry-core (~> 1.0, < 2)
27
27
  zeitwerk (~> 2.6)
28
- dry-types (1.7.0)
28
+ dry-types (1.7.1)
29
29
  concurrent-ruby (~> 1.0)
30
- dry-core (~> 1.0, < 2)
31
- dry-inflector (~> 1.0, < 2)
32
- dry-logic (>= 1.4, < 2)
30
+ dry-core (~> 1.0)
31
+ dry-inflector (~> 1.0)
32
+ dry-logic (~> 1.4)
33
33
  zeitwerk (~> 2.6)
34
34
  grape (1.7.0)
35
35
  activesupport
@@ -45,75 +45,74 @@ GEM
45
45
  kaminari-grape (1.0.1)
46
46
  grape
47
47
  kaminari-core (~> 1.0)
48
- minitest (5.17.0)
48
+ minitest (5.18.0)
49
49
  mustermann (3.0.0)
50
50
  ruby2_keywords (~> 0.0.1)
51
51
  mustermann-grape (1.0.2)
52
52
  mustermann (>= 1.0.0)
53
53
  parallel (1.22.1)
54
- parser (3.2.0.0)
54
+ parser (3.2.1.1)
55
55
  ast (~> 2.4.1)
56
- rack (3.0.4.1)
56
+ rack (3.0.7)
57
57
  rack-accept (0.4.5)
58
58
  rack (>= 0.4)
59
- rack-test (2.0.2)
59
+ rack-test (2.1.0)
60
60
  rack (>= 1.3)
61
61
  rainbow (3.1.1)
62
62
  rake (13.0.6)
63
- regexp_parser (2.6.2)
63
+ regexp_parser (2.7.0)
64
64
  rexml (3.2.5)
65
65
  rspec (3.12.0)
66
66
  rspec-core (~> 3.12.0)
67
67
  rspec-expectations (~> 3.12.0)
68
68
  rspec-mocks (~> 3.12.0)
69
- rspec-core (3.12.0)
69
+ rspec-core (3.12.1)
70
70
  rspec-support (~> 3.12.0)
71
71
  rspec-expectations (3.12.2)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
73
  rspec-support (~> 3.12.0)
74
- rspec-mocks (3.12.3)
74
+ rspec-mocks (3.12.4)
75
75
  diff-lcs (>= 1.2.0, < 2.0)
76
76
  rspec-support (~> 3.12.0)
77
77
  rspec-support (3.12.0)
78
- rubocop (1.44.1)
78
+ rubocop (1.48.1)
79
79
  json (~> 2.3)
80
80
  parallel (~> 1.10)
81
81
  parser (>= 3.2.0.0)
82
82
  rainbow (>= 2.2.2, < 4.0)
83
83
  regexp_parser (>= 1.8, < 3.0)
84
84
  rexml (>= 3.2.5, < 4.0)
85
- rubocop-ast (>= 1.24.1, < 2.0)
85
+ rubocop-ast (>= 1.26.0, < 2.0)
86
86
  ruby-progressbar (~> 1.7)
87
87
  unicode-display_width (>= 2.4.0, < 3.0)
88
- rubocop-ast (1.24.1)
89
- parser (>= 3.1.1.0)
88
+ rubocop-ast (1.27.0)
89
+ parser (>= 3.2.1.0)
90
90
  rubocop-bsm (0.6.1)
91
91
  rubocop (~> 1.0)
92
92
  rubocop-performance
93
93
  rubocop-rake
94
94
  rubocop-rspec
95
- rubocop-capybara (2.17.0)
95
+ rubocop-capybara (2.17.1)
96
96
  rubocop (~> 1.41)
97
- rubocop-performance (1.15.2)
97
+ rubocop-performance (1.16.0)
98
98
  rubocop (>= 1.7.0, < 2.0)
99
99
  rubocop-ast (>= 0.4.0)
100
100
  rubocop-rake (0.6.0)
101
101
  rubocop (~> 1.0)
102
- rubocop-rspec (2.18.1)
102
+ rubocop-rspec (2.19.0)
103
103
  rubocop (~> 1.33)
104
104
  rubocop-capybara (~> 2.17)
105
- ruby-progressbar (1.11.0)
105
+ ruby-progressbar (1.13.0)
106
106
  ruby2_keywords (0.0.5)
107
107
  tzinfo (2.0.6)
108
108
  concurrent-ruby (~> 1.0)
109
109
  unicode-display_width (2.4.2)
110
- zeitwerk (2.6.6)
110
+ zeitwerk (2.6.7)
111
111
 
112
112
  PLATFORMS
113
113
  ruby
114
114
 
115
115
  DEPENDENCIES
116
- bundler
117
116
  grape-kaminari!
118
117
  rack-test
119
118
  rake
@@ -19,6 +19,5 @@ Gem::Specification.new do |spec|
19
19
  spec.add_runtime_dependency 'grape', '>= 1.6.1'
20
20
  spec.add_runtime_dependency 'kaminari-grape'
21
21
 
22
- spec.add_development_dependency 'bundler'
23
22
  spec.metadata['rubygems_mfa_required'] = 'true'
24
23
  end
@@ -1,5 +1,5 @@
1
1
  module Grape
2
2
  module Kaminari
3
- VERSION = '0.4.4'.freeze
3
+ VERSION = '0.4.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-kaminari
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tymon Tobolski
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-01-31 00:00:00.000000000 Z
12
+ date: 2023-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: grape
@@ -39,20 +39,6 @@ dependencies:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
- - !ruby/object:Gem::Dependency
43
- name: bundler
44
- requirement: !ruby/object:Gem::Requirement
45
- requirements:
46
- - - ">="
47
- - !ruby/object:Gem::Version
48
- version: '0'
49
- type: :development
50
- prerelease: false
51
- version_requirements: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- version: '0'
56
42
  description: kaminari paginator integration for grape API framework
57
43
  email:
58
44
  - info@blacksquaremedia.com
@@ -94,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
80
  - !ruby/object:Gem::Version
95
81
  version: '0'
96
82
  requirements: []
97
- rubygems_version: 3.3.3
83
+ rubygems_version: 3.4.6
98
84
  signing_key:
99
85
  specification_version: 4
100
86
  summary: kaminari integration for grape