grape-kaminari 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +23 -24
- data/grape-kaminari.gemspec +0 -1
- data/lib/grape/kaminari/version.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6da3bfe439d22b8fe563ca13b5e56cff5b647d593a1afbe0630d7550213793a6
|
4
|
+
data.tar.gz: 55373e7dbd1b58f1ea45971e69df66f43ea9c230e8db5ed509ad6902a1721d0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
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.
|
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.
|
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.
|
28
|
+
dry-types (1.7.1)
|
29
29
|
concurrent-ruby (~> 1.0)
|
30
|
-
dry-core (~> 1.0
|
31
|
-
dry-inflector (~> 1.0
|
32
|
-
dry-logic (
|
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.
|
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.
|
54
|
+
parser (3.2.1.1)
|
55
55
|
ast (~> 2.4.1)
|
56
|
-
rack (3.0.
|
56
|
+
rack (3.0.7)
|
57
57
|
rack-accept (0.4.5)
|
58
58
|
rack (>= 0.4)
|
59
|
-
rack-test (2.0
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
89
|
-
parser (>= 3.
|
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.
|
95
|
+
rubocop-capybara (2.17.1)
|
96
96
|
rubocop (~> 1.41)
|
97
|
-
rubocop-performance (1.
|
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.
|
102
|
+
rubocop-rspec (2.19.0)
|
103
103
|
rubocop (~> 1.33)
|
104
104
|
rubocop-capybara (~> 2.17)
|
105
|
-
ruby-progressbar (1.
|
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.
|
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
|
data/grape-kaminari.gemspec
CHANGED
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
|
+
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-
|
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.
|
83
|
+
rubygems_version: 3.4.6
|
98
84
|
signing_key:
|
99
85
|
specification_version: 4
|
100
86
|
summary: kaminari integration for grape
|