json_errors 0.2.1 → 0.3.0
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 +4 -4
- data/.ruby-version +1 -0
- data/Gemfile +1 -3
- data/Gemfile.lock +228 -152
- data/json_errors.gemspec +1 -2
- data/lib/json_errors/error/basic_error.rb +1 -1
- data/lib/json_errors/error/custom_payload_error.rb +1 -1
- data/lib/json_errors/error/validation_error.rb +1 -1
- data/lib/json_errors/version.rb +1 -1
- metadata +8 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c99a5f50d67dca55fc3e9036cfb1bd15e6841854ca519483c125b462ab51ed6
|
4
|
+
data.tar.gz: 6a8a22c8d685768a1d402b053cf2f05c9e2ccb2ed1548dd04cad91fe476b0f11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6f9740644d854414e3dd678b426249cdcd5649453ef7bb3547b007f0e464cfcedce422ec94b61b7242c8995585aafc1a195ed5786463287f19a89fc269fd1a9
|
7
|
+
data.tar.gz: 62579f1a161e3fbb64ee3dee6c9eac9ebaaaa247644390cb7eaaba2e6bc3d1fd360d9d058b99a0ad59fc512a4213e40c790f7f1888bbd852fddb01e9ffecb83f
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.4.1
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -2,194 +2,270 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
json_errors (0.2.1)
|
5
|
-
activesupport (>=
|
5
|
+
activesupport (>= 8.0.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (
|
11
|
-
actionpack (=
|
12
|
-
activesupport (=
|
10
|
+
actioncable (8.0.1)
|
11
|
+
actionpack (= 8.0.1)
|
12
|
+
activesupport (= 8.0.1)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
15
|
+
zeitwerk (~> 2.6)
|
16
|
+
actionmailbox (8.0.1)
|
17
|
+
actionpack (= 8.0.1)
|
18
|
+
activejob (= 8.0.1)
|
19
|
+
activerecord (= 8.0.1)
|
20
|
+
activestorage (= 8.0.1)
|
21
|
+
activesupport (= 8.0.1)
|
22
|
+
mail (>= 2.8.0)
|
23
|
+
actionmailer (8.0.1)
|
24
|
+
actionpack (= 8.0.1)
|
25
|
+
actionview (= 8.0.1)
|
26
|
+
activejob (= 8.0.1)
|
27
|
+
activesupport (= 8.0.1)
|
28
|
+
mail (>= 2.8.0)
|
29
|
+
rails-dom-testing (~> 2.2)
|
30
|
+
actionpack (8.0.1)
|
31
|
+
actionview (= 8.0.1)
|
32
|
+
activesupport (= 8.0.1)
|
33
|
+
nokogiri (>= 1.8.5)
|
34
|
+
rack (>= 2.2.4)
|
35
|
+
rack-session (>= 1.0.1)
|
33
36
|
rack-test (>= 0.6.3)
|
34
|
-
rails-dom-testing (~> 2.
|
35
|
-
rails-html-sanitizer (~> 1.
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
37
|
+
rails-dom-testing (~> 2.2)
|
38
|
+
rails-html-sanitizer (~> 1.6)
|
39
|
+
useragent (~> 0.16)
|
40
|
+
actiontext (8.0.1)
|
41
|
+
actionpack (= 8.0.1)
|
42
|
+
activerecord (= 8.0.1)
|
43
|
+
activestorage (= 8.0.1)
|
44
|
+
activesupport (= 8.0.1)
|
45
|
+
globalid (>= 0.6.0)
|
41
46
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (
|
43
|
-
activesupport (=
|
47
|
+
actionview (8.0.1)
|
48
|
+
activesupport (= 8.0.1)
|
44
49
|
builder (~> 3.1)
|
45
|
-
erubi (~> 1.
|
46
|
-
rails-dom-testing (~> 2.
|
47
|
-
rails-html-sanitizer (~> 1.
|
48
|
-
activejob (
|
49
|
-
activesupport (=
|
50
|
+
erubi (~> 1.11)
|
51
|
+
rails-dom-testing (~> 2.2)
|
52
|
+
rails-html-sanitizer (~> 1.6)
|
53
|
+
activejob (8.0.1)
|
54
|
+
activesupport (= 8.0.1)
|
50
55
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (
|
52
|
-
activesupport (=
|
53
|
-
activerecord (
|
54
|
-
activemodel (=
|
55
|
-
activesupport (=
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
56
|
+
activemodel (8.0.1)
|
57
|
+
activesupport (= 8.0.1)
|
58
|
+
activerecord (8.0.1)
|
59
|
+
activemodel (= 8.0.1)
|
60
|
+
activesupport (= 8.0.1)
|
61
|
+
timeout (>= 0.4.0)
|
62
|
+
activestorage (8.0.1)
|
63
|
+
actionpack (= 8.0.1)
|
64
|
+
activejob (= 8.0.1)
|
65
|
+
activerecord (= 8.0.1)
|
66
|
+
activesupport (= 8.0.1)
|
61
67
|
marcel (~> 1.0)
|
62
|
-
|
63
|
-
|
64
|
-
|
68
|
+
activesupport (8.0.1)
|
69
|
+
base64
|
70
|
+
benchmark (>= 0.3)
|
71
|
+
bigdecimal
|
72
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
73
|
+
connection_pool (>= 2.2.5)
|
74
|
+
drb
|
65
75
|
i18n (>= 1.6, < 2)
|
76
|
+
logger (>= 1.4.2)
|
66
77
|
minitest (>= 5.1)
|
67
|
-
|
68
|
-
|
78
|
+
securerandom (>= 0.3)
|
79
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
80
|
+
uri (>= 0.13.1)
|
69
81
|
ast (2.4.2)
|
70
|
-
|
71
|
-
|
72
|
-
|
82
|
+
base64 (0.2.0)
|
83
|
+
benchmark (0.4.0)
|
84
|
+
bigdecimal (3.1.9)
|
85
|
+
builder (3.3.0)
|
86
|
+
concurrent-ruby (1.3.5)
|
87
|
+
connection_pool (2.5.0)
|
73
88
|
crass (1.0.6)
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
89
|
+
date (3.4.1)
|
90
|
+
diff-lcs (1.6.0)
|
91
|
+
drb (2.2.1)
|
92
|
+
erubi (1.13.1)
|
93
|
+
globalid (1.2.1)
|
94
|
+
activesupport (>= 6.1)
|
95
|
+
i18n (1.14.7)
|
79
96
|
concurrent-ruby (~> 1.0)
|
80
|
-
|
97
|
+
io-console (0.8.0)
|
98
|
+
irb (1.15.1)
|
99
|
+
pp (>= 0.6.0)
|
100
|
+
rdoc (>= 4.0.0)
|
101
|
+
reline (>= 0.4.2)
|
102
|
+
json (2.10.1)
|
103
|
+
language_server-protocol (3.17.0.4)
|
104
|
+
lint_roller (1.1.0)
|
105
|
+
logger (1.6.6)
|
106
|
+
loofah (2.24.0)
|
81
107
|
crass (~> 1.0.2)
|
82
|
-
nokogiri (>= 1.
|
83
|
-
mail (2.
|
108
|
+
nokogiri (>= 1.12.0)
|
109
|
+
mail (2.8.1)
|
84
110
|
mini_mime (>= 0.1.1)
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
111
|
+
net-imap
|
112
|
+
net-pop
|
113
|
+
net-smtp
|
114
|
+
marcel (1.0.4)
|
115
|
+
mini_mime (1.1.5)
|
116
|
+
minitest (5.25.4)
|
117
|
+
net-imap (0.5.6)
|
118
|
+
date
|
119
|
+
net-protocol
|
120
|
+
net-pop (0.1.2)
|
121
|
+
net-protocol
|
122
|
+
net-protocol (0.2.2)
|
123
|
+
timeout
|
124
|
+
net-smtp (0.5.1)
|
125
|
+
net-protocol
|
126
|
+
nio4r (2.7.4)
|
127
|
+
nokogiri (1.18.3-aarch64-linux-gnu)
|
128
|
+
racc (~> 1.4)
|
129
|
+
nokogiri (1.18.3-aarch64-linux-musl)
|
130
|
+
racc (~> 1.4)
|
131
|
+
nokogiri (1.18.3-arm-linux-gnu)
|
132
|
+
racc (~> 1.4)
|
133
|
+
nokogiri (1.18.3-arm-linux-musl)
|
134
|
+
racc (~> 1.4)
|
135
|
+
nokogiri (1.18.3-arm64-darwin)
|
91
136
|
racc (~> 1.4)
|
92
|
-
|
93
|
-
|
137
|
+
nokogiri (1.18.3-x86_64-darwin)
|
138
|
+
racc (~> 1.4)
|
139
|
+
nokogiri (1.18.3-x86_64-linux-gnu)
|
140
|
+
racc (~> 1.4)
|
141
|
+
nokogiri (1.18.3-x86_64-linux-musl)
|
142
|
+
racc (~> 1.4)
|
143
|
+
parallel (1.26.3)
|
144
|
+
parser (3.3.7.1)
|
94
145
|
ast (~> 2.4.1)
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
146
|
+
racc
|
147
|
+
pp (0.6.2)
|
148
|
+
prettyprint
|
149
|
+
prettyprint (0.2.0)
|
150
|
+
psych (5.2.3)
|
151
|
+
date
|
152
|
+
stringio
|
153
|
+
racc (1.8.1)
|
154
|
+
rack (3.1.10)
|
155
|
+
rack-session (2.1.0)
|
156
|
+
base64 (>= 0.1.0)
|
157
|
+
rack (>= 3.0.0)
|
158
|
+
rack-test (2.2.0)
|
159
|
+
rack (>= 1.3)
|
160
|
+
rackup (2.2.1)
|
161
|
+
rack (>= 3)
|
162
|
+
rails (8.0.1)
|
163
|
+
actioncable (= 8.0.1)
|
164
|
+
actionmailbox (= 8.0.1)
|
165
|
+
actionmailer (= 8.0.1)
|
166
|
+
actionpack (= 8.0.1)
|
167
|
+
actiontext (= 8.0.1)
|
168
|
+
actionview (= 8.0.1)
|
169
|
+
activejob (= 8.0.1)
|
170
|
+
activemodel (= 8.0.1)
|
171
|
+
activerecord (= 8.0.1)
|
172
|
+
activestorage (= 8.0.1)
|
173
|
+
activesupport (= 8.0.1)
|
114
174
|
bundler (>= 1.15.0)
|
115
|
-
railties (=
|
116
|
-
|
117
|
-
|
118
|
-
|
175
|
+
railties (= 8.0.1)
|
176
|
+
rails-dom-testing (2.2.0)
|
177
|
+
activesupport (>= 5.0.0)
|
178
|
+
minitest
|
119
179
|
nokogiri (>= 1.6)
|
120
|
-
rails-html-sanitizer (1.
|
121
|
-
loofah (~> 2.
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
180
|
+
rails-html-sanitizer (1.6.2)
|
181
|
+
loofah (~> 2.21)
|
182
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
183
|
+
railties (8.0.1)
|
184
|
+
actionpack (= 8.0.1)
|
185
|
+
activesupport (= 8.0.1)
|
186
|
+
irb (~> 1.13)
|
187
|
+
rackup (>= 1.0.0)
|
126
188
|
rake (>= 12.2)
|
127
|
-
thor (~> 1.0)
|
189
|
+
thor (~> 1.0, >= 1.2.2)
|
190
|
+
zeitwerk (~> 2.6)
|
128
191
|
rainbow (3.1.1)
|
129
|
-
rake (13.
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
rspec-
|
138
|
-
|
192
|
+
rake (13.2.1)
|
193
|
+
rdoc (6.12.0)
|
194
|
+
psych (>= 4.0.0)
|
195
|
+
regexp_parser (2.10.0)
|
196
|
+
reline (0.6.0)
|
197
|
+
io-console (~> 0.5)
|
198
|
+
rspec (3.13.0)
|
199
|
+
rspec-core (~> 3.13.0)
|
200
|
+
rspec-expectations (~> 3.13.0)
|
201
|
+
rspec-mocks (~> 3.13.0)
|
202
|
+
rspec-core (3.13.3)
|
203
|
+
rspec-support (~> 3.13.0)
|
204
|
+
rspec-expectations (3.13.3)
|
139
205
|
diff-lcs (>= 1.2.0, < 2.0)
|
140
|
-
rspec-support (~> 3.
|
141
|
-
rspec-mocks (3.
|
206
|
+
rspec-support (~> 3.13.0)
|
207
|
+
rspec-mocks (3.13.2)
|
142
208
|
diff-lcs (>= 1.2.0, < 2.0)
|
143
|
-
rspec-support (~> 3.
|
144
|
-
rspec-rails (
|
145
|
-
actionpack (>=
|
146
|
-
activesupport (>=
|
147
|
-
railties (>=
|
148
|
-
rspec-core (~> 3.
|
149
|
-
rspec-expectations (~> 3.
|
150
|
-
rspec-mocks (~> 3.
|
151
|
-
rspec-support (~> 3.
|
152
|
-
rspec-support (3.
|
153
|
-
rubocop (1.
|
209
|
+
rspec-support (~> 3.13.0)
|
210
|
+
rspec-rails (7.1.1)
|
211
|
+
actionpack (>= 7.0)
|
212
|
+
activesupport (>= 7.0)
|
213
|
+
railties (>= 7.0)
|
214
|
+
rspec-core (~> 3.13)
|
215
|
+
rspec-expectations (~> 3.13)
|
216
|
+
rspec-mocks (~> 3.13)
|
217
|
+
rspec-support (~> 3.13)
|
218
|
+
rspec-support (3.13.2)
|
219
|
+
rubocop (1.73.1)
|
220
|
+
json (~> 2.3)
|
221
|
+
language_server-protocol (~> 3.17.0.2)
|
222
|
+
lint_roller (~> 1.1.0)
|
154
223
|
parallel (~> 1.10)
|
155
|
-
parser (>= 3.
|
224
|
+
parser (>= 3.3.0.2)
|
156
225
|
rainbow (>= 2.2.2, < 4.0)
|
157
|
-
regexp_parser (>=
|
158
|
-
|
159
|
-
rubocop-ast (>= 1.16.0, < 2.0)
|
226
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
227
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
160
228
|
ruby-progressbar (~> 1.7)
|
161
|
-
unicode-display_width (>=
|
162
|
-
rubocop-ast (1.
|
163
|
-
parser (>= 3.
|
164
|
-
rubocop-rake (0.
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
thor (1.2.1)
|
177
|
-
tzinfo (2.0.4)
|
229
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
230
|
+
rubocop-ast (1.38.1)
|
231
|
+
parser (>= 3.3.1.0)
|
232
|
+
rubocop-rake (0.7.1)
|
233
|
+
lint_roller (~> 1.1)
|
234
|
+
rubocop (>= 1.72.1)
|
235
|
+
rubocop-rspec (3.5.0)
|
236
|
+
lint_roller (~> 1.1)
|
237
|
+
rubocop (~> 1.72, >= 1.72.1)
|
238
|
+
ruby-progressbar (1.13.0)
|
239
|
+
securerandom (0.4.1)
|
240
|
+
stringio (3.1.5)
|
241
|
+
thor (1.3.2)
|
242
|
+
timeout (0.4.3)
|
243
|
+
tzinfo (2.0.6)
|
178
244
|
concurrent-ruby (~> 1.0)
|
179
|
-
unicode-display_width (
|
180
|
-
|
245
|
+
unicode-display_width (3.1.4)
|
246
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
247
|
+
unicode-emoji (4.0.4)
|
248
|
+
uri (1.0.3)
|
249
|
+
useragent (0.16.11)
|
250
|
+
websocket-driver (0.7.7)
|
251
|
+
base64
|
181
252
|
websocket-extensions (>= 0.1.0)
|
182
253
|
websocket-extensions (0.1.5)
|
183
|
-
zeitwerk (2.
|
254
|
+
zeitwerk (2.7.2)
|
184
255
|
|
185
256
|
PLATFORMS
|
186
|
-
|
187
|
-
|
257
|
+
aarch64-linux-gnu
|
258
|
+
aarch64-linux-musl
|
259
|
+
arm-linux-gnu
|
260
|
+
arm-linux-musl
|
261
|
+
arm64-darwin
|
262
|
+
x86_64-darwin
|
263
|
+
x86_64-linux-gnu
|
264
|
+
x86_64-linux-musl
|
188
265
|
|
189
266
|
DEPENDENCIES
|
190
267
|
json_errors!
|
191
|
-
|
192
|
-
rails (~> 6.1.0)
|
268
|
+
rails (~> 8.0.1)
|
193
269
|
rake (~> 13.0)
|
194
270
|
rspec (~> 3.0)
|
195
271
|
rspec-rails
|
@@ -198,4 +274,4 @@ DEPENDENCIES
|
|
198
274
|
rubocop-rspec
|
199
275
|
|
200
276
|
BUNDLED WITH
|
201
|
-
2.
|
277
|
+
2.6.5
|
data/json_errors.gemspec
CHANGED
@@ -14,7 +14,6 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0')
|
16
16
|
|
17
|
-
spec.metadata['homepage_uri'] = spec.homepage
|
18
17
|
spec.metadata['source_code_uri'] = 'https://github.com/nomtek/JsonErrors'
|
19
18
|
spec.metadata['changelog_uri'] = 'https://github.com/nomtek/JsonErrors/blob/main/CHANGELOG.md'
|
20
19
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
@@ -28,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
28
27
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
29
28
|
spec.require_paths = ['lib']
|
30
29
|
|
31
|
-
spec.add_dependency 'activesupport',
|
30
|
+
spec.add_dependency 'activesupport', "~> 8.0"
|
32
31
|
|
33
32
|
# For more information and examples about making a new gem, checkout our
|
34
33
|
# guide at: https://bundler.io/guides/creating_gem.html
|
data/lib/json_errors/version.rb
CHANGED
metadata
CHANGED
@@ -1,30 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_errors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Łukasz Pająk
|
8
8
|
- Nomtek
|
9
|
-
autorequire:
|
10
9
|
bindir: exe
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-02-27 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: activesupport
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
18
|
-
- - "
|
17
|
+
- - "~>"
|
19
18
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
19
|
+
version: '8.0'
|
21
20
|
type: :runtime
|
22
21
|
prerelease: false
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
24
23
|
requirements:
|
25
|
-
- - "
|
24
|
+
- - "~>"
|
26
25
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
26
|
+
version: '8.0'
|
28
27
|
description: Ruby on Rails gem for handling errors in the JSON API
|
29
28
|
email:
|
30
29
|
- l.pajak@nomtek.com
|
@@ -36,6 +35,7 @@ files:
|
|
36
35
|
- ".gitignore"
|
37
36
|
- ".rspec"
|
38
37
|
- ".rubocop.yml"
|
38
|
+
- ".ruby-version"
|
39
39
|
- CHANGELOG.md
|
40
40
|
- CODE_OF_CONDUCT.md
|
41
41
|
- Gemfile
|
@@ -62,11 +62,9 @@ homepage: https://github.com/nomtek/JsonErrors
|
|
62
62
|
licenses:
|
63
63
|
- MIT
|
64
64
|
metadata:
|
65
|
-
homepage_uri: https://github.com/nomtek/JsonErrors
|
66
65
|
source_code_uri: https://github.com/nomtek/JsonErrors
|
67
66
|
changelog_uri: https://github.com/nomtek/JsonErrors/blob/main/CHANGELOG.md
|
68
67
|
rubygems_mfa_required: 'true'
|
69
|
-
post_install_message:
|
70
68
|
rdoc_options: []
|
71
69
|
require_paths:
|
72
70
|
- lib
|
@@ -81,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
79
|
- !ruby/object:Gem::Version
|
82
80
|
version: '0'
|
83
81
|
requirements: []
|
84
|
-
rubygems_version: 3.
|
85
|
-
signing_key:
|
82
|
+
rubygems_version: 3.6.5
|
86
83
|
specification_version: 4
|
87
84
|
summary: RoR JSON API errors handling gem
|
88
85
|
test_files: []
|