grape-app 0.11.1 → 0.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/Gemfile.lock +66 -45
- data/Gemfile.rails6.lock +40 -31
- data/grape-app.gemspec +1 -1
- data/lib/grape/app/helpers/caching.rb +2 -2
- data/lib/grape/app/initializers/pre.rb +8 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3db1043050da92ec87787def57768e532cfa6af8e018433d9dced14fb3a7529
|
4
|
+
data.tar.gz: 3236aa9b797c67ebd96e14359edefc15756f84514dff6471a481a2f6cc26f061
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1824f08abc4e0a7d734fcc20010dad4f0b22a97d9a3b2c6110785ace7c97e3a7577209b29e756372f3cec1e5c442ff251ac1a9eb02c55bc434ca541721c27f02
|
7
|
+
data.tar.gz: ef9222fa4ab8b9eab2e88a583cf5e14338a28fba281019b94fd927badb7c8e6192913c6003521f002216d8bf9233ca73bc798ff79fbdc159c6603647fdc5d028
|
data/.github/workflows/test.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grape-app (0.11.
|
4
|
+
grape-app (0.11.2)
|
5
5
|
activesupport
|
6
6
|
grape (>= 1.7)
|
7
7
|
grape-entity
|
@@ -14,24 +14,35 @@ PATH
|
|
14
14
|
GEM
|
15
15
|
remote: https://rubygems.org/
|
16
16
|
specs:
|
17
|
-
activejob (7.
|
18
|
-
activesupport (= 7.
|
17
|
+
activejob (7.1.3)
|
18
|
+
activesupport (= 7.1.3)
|
19
19
|
globalid (>= 0.3.6)
|
20
|
-
activemodel (7.
|
21
|
-
activesupport (= 7.
|
22
|
-
activerecord (7.
|
23
|
-
activemodel (= 7.
|
24
|
-
activesupport (= 7.
|
25
|
-
|
20
|
+
activemodel (7.1.3)
|
21
|
+
activesupport (= 7.1.3)
|
22
|
+
activerecord (7.1.3)
|
23
|
+
activemodel (= 7.1.3)
|
24
|
+
activesupport (= 7.1.3)
|
25
|
+
timeout (>= 0.4.0)
|
26
|
+
activesupport (7.1.3)
|
27
|
+
base64
|
28
|
+
bigdecimal
|
26
29
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
30
|
+
connection_pool (>= 2.2.5)
|
31
|
+
drb
|
27
32
|
i18n (>= 1.6, < 2)
|
28
33
|
minitest (>= 5.1)
|
34
|
+
mutex_m
|
29
35
|
tzinfo (~> 2.0)
|
30
36
|
ast (2.4.2)
|
37
|
+
base64 (0.2.0)
|
38
|
+
bigdecimal (3.1.6)
|
31
39
|
builder (3.2.4)
|
32
|
-
concurrent-ruby (1.2.
|
40
|
+
concurrent-ruby (1.2.3)
|
41
|
+
connection_pool (2.4.1)
|
33
42
|
diff-lcs (1.5.0)
|
34
|
-
|
43
|
+
drb (2.2.0)
|
44
|
+
ruby2_keywords
|
45
|
+
dry-core (1.0.1)
|
35
46
|
concurrent-ruby (~> 1.0)
|
36
47
|
zeitwerk (~> 2.6)
|
37
48
|
dry-inflector (1.0.0)
|
@@ -39,16 +50,17 @@ GEM
|
|
39
50
|
concurrent-ruby (~> 1.0)
|
40
51
|
dry-core (~> 1.0, < 2)
|
41
52
|
zeitwerk (~> 2.6)
|
42
|
-
dry-types (1.7.
|
53
|
+
dry-types (1.7.2)
|
54
|
+
bigdecimal (~> 3.0)
|
43
55
|
concurrent-ruby (~> 1.0)
|
44
56
|
dry-core (~> 1.0)
|
45
57
|
dry-inflector (~> 1.0)
|
46
58
|
dry-logic (~> 1.4)
|
47
59
|
zeitwerk (~> 2.6)
|
48
|
-
globalid (1.1
|
49
|
-
activesupport (>=
|
50
|
-
grape (
|
51
|
-
activesupport
|
60
|
+
globalid (1.2.1)
|
61
|
+
activesupport (>= 6.1)
|
62
|
+
grape (2.0.0)
|
63
|
+
activesupport (>= 5)
|
52
64
|
builder
|
53
65
|
dry-types (>= 1.1)
|
54
66
|
mustermann-grape (~> 1.0.0)
|
@@ -57,21 +69,25 @@ GEM
|
|
57
69
|
grape-entity (1.0.0)
|
58
70
|
activesupport (>= 3.0.0)
|
59
71
|
multi_json (>= 1.3.2)
|
60
|
-
i18n (1.
|
72
|
+
i18n (1.14.1)
|
61
73
|
concurrent-ruby (~> 1.0)
|
62
|
-
json (2.
|
63
|
-
|
64
|
-
|
74
|
+
json (2.7.1)
|
75
|
+
language_server-protocol (3.17.0.3)
|
76
|
+
mini_portile2 (2.8.5)
|
77
|
+
minitest (5.21.2)
|
65
78
|
multi_json (1.15.0)
|
66
79
|
mustermann (3.0.0)
|
67
80
|
ruby2_keywords (~> 0.0.1)
|
68
81
|
mustermann-grape (1.0.2)
|
69
82
|
mustermann (>= 1.0.0)
|
70
|
-
|
71
|
-
|
72
|
-
|
83
|
+
mutex_m (0.2.0)
|
84
|
+
openssl (3.2.0)
|
85
|
+
parallel (1.24.0)
|
86
|
+
parser (3.3.0.4)
|
73
87
|
ast (~> 2.4.1)
|
74
|
-
|
88
|
+
racc
|
89
|
+
racc (1.7.3)
|
90
|
+
rack (3.0.8)
|
75
91
|
rack-accept (0.4.5)
|
76
92
|
rack (>= 0.4)
|
77
93
|
rack-cors (2.0.1)
|
@@ -80,58 +96,63 @@ GEM
|
|
80
96
|
rack-test (2.1.0)
|
81
97
|
rack (>= 1.3)
|
82
98
|
rainbow (3.1.1)
|
83
|
-
rake (13.0
|
84
|
-
regexp_parser (2.
|
85
|
-
rexml (3.2.
|
99
|
+
rake (13.1.0)
|
100
|
+
regexp_parser (2.9.0)
|
101
|
+
rexml (3.2.6)
|
86
102
|
rspec (3.12.0)
|
87
103
|
rspec-core (~> 3.12.0)
|
88
104
|
rspec-expectations (~> 3.12.0)
|
89
105
|
rspec-mocks (~> 3.12.0)
|
90
|
-
rspec-core (3.12.
|
106
|
+
rspec-core (3.12.2)
|
91
107
|
rspec-support (~> 3.12.0)
|
92
|
-
rspec-expectations (3.12.
|
108
|
+
rspec-expectations (3.12.3)
|
93
109
|
diff-lcs (>= 1.2.0, < 2.0)
|
94
110
|
rspec-support (~> 3.12.0)
|
95
|
-
rspec-mocks (3.12.
|
111
|
+
rspec-mocks (3.12.6)
|
96
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
113
|
rspec-support (~> 3.12.0)
|
98
|
-
rspec-support (3.12.
|
99
|
-
rubocop (1.
|
114
|
+
rspec-support (3.12.1)
|
115
|
+
rubocop (1.60.1)
|
100
116
|
json (~> 2.3)
|
117
|
+
language_server-protocol (>= 3.17.0)
|
101
118
|
parallel (~> 1.10)
|
102
|
-
parser (>= 3.
|
119
|
+
parser (>= 3.3.0.2)
|
103
120
|
rainbow (>= 2.2.2, < 4.0)
|
104
121
|
regexp_parser (>= 1.8, < 3.0)
|
105
122
|
rexml (>= 3.2.5, < 4.0)
|
106
|
-
rubocop-ast (>= 1.
|
123
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
107
124
|
ruby-progressbar (~> 1.7)
|
108
125
|
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
-
rubocop-ast (1.
|
126
|
+
rubocop-ast (1.30.0)
|
110
127
|
parser (>= 3.2.1.0)
|
111
128
|
rubocop-bsm (0.6.1)
|
112
129
|
rubocop (~> 1.0)
|
113
130
|
rubocop-performance
|
114
131
|
rubocop-rake
|
115
132
|
rubocop-rspec
|
116
|
-
rubocop-capybara (2.
|
133
|
+
rubocop-capybara (2.20.0)
|
134
|
+
rubocop (~> 1.41)
|
135
|
+
rubocop-factory_bot (2.25.1)
|
117
136
|
rubocop (~> 1.41)
|
118
|
-
rubocop-performance (1.
|
119
|
-
rubocop (>= 1.
|
120
|
-
rubocop-ast (>=
|
137
|
+
rubocop-performance (1.20.2)
|
138
|
+
rubocop (>= 1.48.1, < 2.0)
|
139
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
121
140
|
rubocop-rake (0.6.0)
|
122
141
|
rubocop (~> 1.0)
|
123
|
-
rubocop-rspec (2.
|
124
|
-
rubocop (~> 1.
|
142
|
+
rubocop-rspec (2.26.1)
|
143
|
+
rubocop (~> 1.40)
|
125
144
|
rubocop-capybara (~> 2.17)
|
145
|
+
rubocop-factory_bot (~> 2.22)
|
126
146
|
ruby-progressbar (1.13.0)
|
127
147
|
ruby2_keywords (0.0.5)
|
128
|
-
sqlite3 (1.
|
148
|
+
sqlite3 (1.7.0)
|
129
149
|
mini_portile2 (~> 2.8.0)
|
130
|
-
thor (1.
|
150
|
+
thor (1.3.0)
|
151
|
+
timeout (0.4.1)
|
131
152
|
tzinfo (2.0.6)
|
132
153
|
concurrent-ruby (~> 1.0)
|
133
|
-
unicode-display_width (2.
|
134
|
-
zeitwerk (2.6.
|
154
|
+
unicode-display_width (2.5.0)
|
155
|
+
zeitwerk (2.6.12)
|
135
156
|
|
136
157
|
PLATFORMS
|
137
158
|
ruby
|
data/Gemfile.rails6.lock
CHANGED
@@ -14,21 +14,22 @@ PATH
|
|
14
14
|
GEM
|
15
15
|
remote: https://rubygems.org/
|
16
16
|
specs:
|
17
|
-
activejob (6.1.7.
|
18
|
-
activesupport (= 6.1.7.
|
17
|
+
activejob (6.1.7.6)
|
18
|
+
activesupport (= 6.1.7.6)
|
19
19
|
globalid (>= 0.3.6)
|
20
|
-
activemodel (6.1.7.
|
21
|
-
activesupport (= 6.1.7.
|
22
|
-
activerecord (6.1.7.
|
23
|
-
activemodel (= 6.1.7.
|
24
|
-
activesupport (= 6.1.7.
|
25
|
-
activesupport (6.1.7.
|
20
|
+
activemodel (6.1.7.6)
|
21
|
+
activesupport (= 6.1.7.6)
|
22
|
+
activerecord (6.1.7.6)
|
23
|
+
activemodel (= 6.1.7.6)
|
24
|
+
activesupport (= 6.1.7.6)
|
25
|
+
activesupport (6.1.7.6)
|
26
26
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
27
27
|
i18n (>= 1.6, < 2)
|
28
28
|
minitest (>= 5.1)
|
29
29
|
tzinfo (~> 2.0)
|
30
30
|
zeitwerk (~> 2.3)
|
31
31
|
ast (2.4.2)
|
32
|
+
base64 (0.1.1)
|
32
33
|
builder (3.2.4)
|
33
34
|
concurrent-ruby (1.2.2)
|
34
35
|
diff-lcs (1.5.0)
|
@@ -48,30 +49,33 @@ GEM
|
|
48
49
|
zeitwerk (~> 2.6)
|
49
50
|
globalid (1.1.0)
|
50
51
|
activesupport (>= 5.0)
|
51
|
-
grape (1.7.
|
52
|
+
grape (1.7.1)
|
52
53
|
activesupport
|
53
54
|
builder
|
54
55
|
dry-types (>= 1.1)
|
55
56
|
mustermann-grape (~> 1.0.0)
|
56
|
-
rack (>= 1.3.0)
|
57
|
+
rack (>= 1.3.0, < 3)
|
57
58
|
rack-accept
|
58
59
|
grape-entity (1.0.0)
|
59
60
|
activesupport (>= 3.0.0)
|
60
61
|
multi_json (>= 1.3.2)
|
61
|
-
i18n (1.
|
62
|
+
i18n (1.14.1)
|
62
63
|
concurrent-ruby (~> 1.0)
|
63
64
|
json (2.6.3)
|
64
|
-
|
65
|
+
language_server-protocol (3.17.0.3)
|
66
|
+
minitest (5.19.0)
|
65
67
|
multi_json (1.15.0)
|
66
68
|
mustermann (3.0.0)
|
67
69
|
ruby2_keywords (~> 0.0.1)
|
68
70
|
mustermann-grape (1.0.2)
|
69
71
|
mustermann (>= 1.0.0)
|
70
72
|
openssl (3.1.0)
|
71
|
-
parallel (1.
|
72
|
-
parser (3.2.
|
73
|
+
parallel (1.23.0)
|
74
|
+
parser (3.2.2.3)
|
73
75
|
ast (~> 2.4.1)
|
74
|
-
|
76
|
+
racc
|
77
|
+
racc (1.7.1)
|
78
|
+
rack (2.2.8)
|
75
79
|
rack-accept (0.4.5)
|
76
80
|
rack (>= 0.4)
|
77
81
|
rack-cors (2.0.1)
|
@@ -81,56 +85,61 @@ GEM
|
|
81
85
|
rack (>= 1.3)
|
82
86
|
rainbow (3.1.1)
|
83
87
|
rake (13.0.6)
|
84
|
-
regexp_parser (2.
|
85
|
-
rexml (3.2.
|
88
|
+
regexp_parser (2.8.1)
|
89
|
+
rexml (3.2.6)
|
86
90
|
rspec (3.12.0)
|
87
91
|
rspec-core (~> 3.12.0)
|
88
92
|
rspec-expectations (~> 3.12.0)
|
89
93
|
rspec-mocks (~> 3.12.0)
|
90
|
-
rspec-core (3.12.
|
94
|
+
rspec-core (3.12.2)
|
91
95
|
rspec-support (~> 3.12.0)
|
92
|
-
rspec-expectations (3.12.
|
96
|
+
rspec-expectations (3.12.3)
|
93
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
94
98
|
rspec-support (~> 3.12.0)
|
95
|
-
rspec-mocks (3.12.
|
99
|
+
rspec-mocks (3.12.6)
|
96
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
101
|
rspec-support (~> 3.12.0)
|
98
|
-
rspec-support (3.12.
|
99
|
-
rubocop (1.
|
102
|
+
rspec-support (3.12.1)
|
103
|
+
rubocop (1.56.2)
|
104
|
+
base64 (~> 0.1.1)
|
100
105
|
json (~> 2.3)
|
106
|
+
language_server-protocol (>= 3.17.0)
|
101
107
|
parallel (~> 1.10)
|
102
|
-
parser (>= 3.2.
|
108
|
+
parser (>= 3.2.2.3)
|
103
109
|
rainbow (>= 2.2.2, < 4.0)
|
104
110
|
regexp_parser (>= 1.8, < 3.0)
|
105
111
|
rexml (>= 3.2.5, < 4.0)
|
106
|
-
rubocop-ast (>= 1.
|
112
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
107
113
|
ruby-progressbar (~> 1.7)
|
108
114
|
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
-
rubocop-ast (1.
|
115
|
+
rubocop-ast (1.29.0)
|
110
116
|
parser (>= 3.2.1.0)
|
111
117
|
rubocop-bsm (0.6.1)
|
112
118
|
rubocop (~> 1.0)
|
113
119
|
rubocop-performance
|
114
120
|
rubocop-rake
|
115
121
|
rubocop-rspec
|
116
|
-
rubocop-capybara (2.
|
122
|
+
rubocop-capybara (2.18.0)
|
117
123
|
rubocop (~> 1.41)
|
118
|
-
rubocop-
|
124
|
+
rubocop-factory_bot (2.23.1)
|
125
|
+
rubocop (~> 1.33)
|
126
|
+
rubocop-performance (1.19.0)
|
119
127
|
rubocop (>= 1.7.0, < 2.0)
|
120
128
|
rubocop-ast (>= 0.4.0)
|
121
129
|
rubocop-rake (0.6.0)
|
122
130
|
rubocop (~> 1.0)
|
123
|
-
rubocop-rspec (2.
|
131
|
+
rubocop-rspec (2.23.2)
|
124
132
|
rubocop (~> 1.33)
|
125
133
|
rubocop-capybara (~> 2.17)
|
134
|
+
rubocop-factory_bot (~> 2.22)
|
126
135
|
ruby-progressbar (1.13.0)
|
127
136
|
ruby2_keywords (0.0.5)
|
128
|
-
sqlite3 (1.6.
|
129
|
-
thor (1.2.
|
137
|
+
sqlite3 (1.6.4-x86_64-linux)
|
138
|
+
thor (1.2.2)
|
130
139
|
tzinfo (2.0.6)
|
131
140
|
concurrent-ruby (~> 1.0)
|
132
141
|
unicode-display_width (2.4.2)
|
133
|
-
zeitwerk (2.6.
|
142
|
+
zeitwerk (2.6.11)
|
134
143
|
|
135
144
|
PLATFORMS
|
136
145
|
x86_64-linux
|
data/grape-app.gemspec
CHANGED
@@ -25,9 +25,9 @@ module Grape::App::Helpers::Caching
|
|
25
25
|
header 'Last-Modified', last_modified.httpdate if last_modified
|
26
26
|
cache_control(**cache_control) unless cache_control.empty?
|
27
27
|
|
28
|
-
if_modified_since = headers['
|
28
|
+
if_modified_since = headers['if-modified-since']
|
29
29
|
if_modified_since = Time.rfc2822(if_modified_since) rescue nil if if_modified_since # rubocop:disable Style/RescueModifier
|
30
|
-
if_none_match = headers['
|
30
|
+
if_none_match = headers['if-none-match']
|
31
31
|
return unless if_modified_since || if_none_match
|
32
32
|
|
33
33
|
fresh = true
|
@@ -8,6 +8,7 @@ ActiveSupport::Digest.hash_digest_class = OpenSSL::Digest::SHA256
|
|
8
8
|
ActiveSupport::KeyGenerator.hash_digest_class = OpenSSL::Digest::SHA256 if ActiveSupport::KeyGenerator.respond_to?(:hash_digest_class=)
|
9
9
|
ActiveSupport::MessageEncryptor.use_authenticated_message_encryption = true
|
10
10
|
ActiveSupport::IsolatedExecutionState.isolation_level = :thread if defined?(ActiveSupport::IsolatedExecutionState)
|
11
|
+
# This is legacy and removed in removed with Rails 7.1
|
11
12
|
Digest::UUID.use_rfc4122_namespaced_uuids = true if Digest::UUID.respond_to?(:use_rfc4122_namespaced_uuids=)
|
12
13
|
|
13
14
|
# Set default time-zone
|
@@ -43,10 +44,13 @@ if defined?(ActiveRecord)
|
|
43
44
|
ActiveRecord::Base.default_timezone = :utc
|
44
45
|
end
|
45
46
|
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
47
|
+
# legacy_connection_handling was deprecated in ActiveRecord 7
|
48
|
+
if ActiveRecord::VERSION::MAJOR < 7
|
49
|
+
if ActiveRecord.respond_to?(:legacy_connection_handling=)
|
50
|
+
ActiveRecord.legacy_connection_handling = false
|
51
|
+
else
|
52
|
+
ActiveRecord::Base.legacy_connection_handling = false
|
53
|
+
end
|
50
54
|
end
|
51
55
|
|
52
56
|
ActiveRecord.tap do |c|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-app
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Black Square Media Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
195
|
requirements: []
|
196
|
-
rubygems_version: 3.4
|
196
|
+
rubygems_version: 3.5.4
|
197
197
|
signing_key:
|
198
198
|
specification_version: 4
|
199
199
|
summary: Standalone Grape API apps
|