json_errors 0.2.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +98 -98
- data/json_errors.gemspec +1 -0
- data/lib/json_errors/rescuer.rb +1 -1
- data/lib/json_errors/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6073926cc4aa340d48ca2fcacf60801832a58709ba638e2b365244641196118d
|
4
|
+
data.tar.gz: 843715bf0b65fb4dfe32a3e53097680d9686d96315caa9091b010cafdaba8f52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 300ce2fcd6f47c71f6e0fe870016115132c6e61c2b75d994caf4b45f29d01b604fc9a825dae1d3bfd201550d63ab1ef8524eb38bfb2dcf3474fd788d268508c0
|
7
|
+
data.tar.gz: d3a334ece99b84051924e3ec1eb68dc7c06a8a873961e1e21a50630b1dbc20984dd2906fbe633ffc9f470341d6a51ae55b64fc5be41935c60152515c70e797e3
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,66 +1,66 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
json_errors (0.2.
|
4
|
+
json_errors (0.2.1)
|
5
5
|
activesupport (>= 4.2.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.1.
|
11
|
-
actionpack (= 6.1.
|
12
|
-
activesupport (= 6.1.
|
10
|
+
actioncable (6.1.5)
|
11
|
+
actionpack (= 6.1.5)
|
12
|
+
activesupport (= 6.1.5)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.1.
|
16
|
-
actionpack (= 6.1.
|
17
|
-
activejob (= 6.1.
|
18
|
-
activerecord (= 6.1.
|
19
|
-
activestorage (= 6.1.
|
20
|
-
activesupport (= 6.1.
|
15
|
+
actionmailbox (6.1.5)
|
16
|
+
actionpack (= 6.1.5)
|
17
|
+
activejob (= 6.1.5)
|
18
|
+
activerecord (= 6.1.5)
|
19
|
+
activestorage (= 6.1.5)
|
20
|
+
activesupport (= 6.1.5)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.1.
|
23
|
-
actionpack (= 6.1.
|
24
|
-
actionview (= 6.1.
|
25
|
-
activejob (= 6.1.
|
26
|
-
activesupport (= 6.1.
|
22
|
+
actionmailer (6.1.5)
|
23
|
+
actionpack (= 6.1.5)
|
24
|
+
actionview (= 6.1.5)
|
25
|
+
activejob (= 6.1.5)
|
26
|
+
activesupport (= 6.1.5)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.1.
|
30
|
-
actionview (= 6.1.
|
31
|
-
activesupport (= 6.1.
|
29
|
+
actionpack (6.1.5)
|
30
|
+
actionview (= 6.1.5)
|
31
|
+
activesupport (= 6.1.5)
|
32
32
|
rack (~> 2.0, >= 2.0.9)
|
33
33
|
rack-test (>= 0.6.3)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.1.
|
37
|
-
actionpack (= 6.1.
|
38
|
-
activerecord (= 6.1.
|
39
|
-
activestorage (= 6.1.
|
40
|
-
activesupport (= 6.1.
|
36
|
+
actiontext (6.1.5)
|
37
|
+
actionpack (= 6.1.5)
|
38
|
+
activerecord (= 6.1.5)
|
39
|
+
activestorage (= 6.1.5)
|
40
|
+
activesupport (= 6.1.5)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.
|
43
|
-
activesupport (= 6.1.
|
42
|
+
actionview (6.1.5)
|
43
|
+
activesupport (= 6.1.5)
|
44
44
|
builder (~> 3.1)
|
45
45
|
erubi (~> 1.4)
|
46
46
|
rails-dom-testing (~> 2.0)
|
47
47
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.1.
|
49
|
-
activesupport (= 6.1.
|
48
|
+
activejob (6.1.5)
|
49
|
+
activesupport (= 6.1.5)
|
50
50
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.
|
52
|
-
activesupport (= 6.1.
|
53
|
-
activerecord (6.1.
|
54
|
-
activemodel (= 6.1.
|
55
|
-
activesupport (= 6.1.
|
56
|
-
activestorage (6.1.
|
57
|
-
actionpack (= 6.1.
|
58
|
-
activejob (= 6.1.
|
59
|
-
activerecord (= 6.1.
|
60
|
-
activesupport (= 6.1.
|
61
|
-
marcel (~> 1.0
|
51
|
+
activemodel (6.1.5)
|
52
|
+
activesupport (= 6.1.5)
|
53
|
+
activerecord (6.1.5)
|
54
|
+
activemodel (= 6.1.5)
|
55
|
+
activesupport (= 6.1.5)
|
56
|
+
activestorage (6.1.5)
|
57
|
+
actionpack (= 6.1.5)
|
58
|
+
activejob (= 6.1.5)
|
59
|
+
activerecord (= 6.1.5)
|
60
|
+
activesupport (= 6.1.5)
|
61
|
+
marcel (~> 1.0)
|
62
62
|
mini_mime (>= 1.1.0)
|
63
|
-
activesupport (6.1.
|
63
|
+
activesupport (6.1.5)
|
64
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
65
|
i18n (>= 1.6, < 2)
|
66
66
|
minitest (>= 5.1)
|
@@ -71,77 +71,77 @@ GEM
|
|
71
71
|
coderay (1.1.3)
|
72
72
|
concurrent-ruby (1.1.9)
|
73
73
|
crass (1.0.6)
|
74
|
-
diff-lcs (1.
|
74
|
+
diff-lcs (1.5.0)
|
75
75
|
erubi (1.10.0)
|
76
|
-
globalid (0.
|
76
|
+
globalid (1.0.0)
|
77
77
|
activesupport (>= 5.0)
|
78
|
-
i18n (1.
|
78
|
+
i18n (1.10.0)
|
79
79
|
concurrent-ruby (~> 1.0)
|
80
|
-
loofah (2.
|
80
|
+
loofah (2.15.0)
|
81
81
|
crass (~> 1.0.2)
|
82
82
|
nokogiri (>= 1.5.9)
|
83
83
|
mail (2.7.1)
|
84
84
|
mini_mime (>= 0.1.1)
|
85
|
-
marcel (1.0.
|
85
|
+
marcel (1.0.2)
|
86
86
|
method_source (1.0.0)
|
87
|
-
mini_mime (1.1.
|
88
|
-
minitest (5.
|
89
|
-
nio4r (2.5.
|
90
|
-
nokogiri (1.
|
87
|
+
mini_mime (1.1.2)
|
88
|
+
minitest (5.15.0)
|
89
|
+
nio4r (2.5.8)
|
90
|
+
nokogiri (1.13.3-x86_64-darwin)
|
91
91
|
racc (~> 1.4)
|
92
|
-
parallel (1.
|
93
|
-
parser (3.
|
92
|
+
parallel (1.21.0)
|
93
|
+
parser (3.1.1.0)
|
94
94
|
ast (~> 2.4.1)
|
95
95
|
pry (0.13.1)
|
96
96
|
coderay (~> 1.1)
|
97
97
|
method_source (~> 1.0)
|
98
|
-
racc (1.
|
98
|
+
racc (1.6.0)
|
99
99
|
rack (2.2.3)
|
100
100
|
rack-test (1.1.0)
|
101
101
|
rack (>= 1.0, < 3)
|
102
|
-
rails (6.1.
|
103
|
-
actioncable (= 6.1.
|
104
|
-
actionmailbox (= 6.1.
|
105
|
-
actionmailer (= 6.1.
|
106
|
-
actionpack (= 6.1.
|
107
|
-
actiontext (= 6.1.
|
108
|
-
actionview (= 6.1.
|
109
|
-
activejob (= 6.1.
|
110
|
-
activemodel (= 6.1.
|
111
|
-
activerecord (= 6.1.
|
112
|
-
activestorage (= 6.1.
|
113
|
-
activesupport (= 6.1.
|
102
|
+
rails (6.1.5)
|
103
|
+
actioncable (= 6.1.5)
|
104
|
+
actionmailbox (= 6.1.5)
|
105
|
+
actionmailer (= 6.1.5)
|
106
|
+
actionpack (= 6.1.5)
|
107
|
+
actiontext (= 6.1.5)
|
108
|
+
actionview (= 6.1.5)
|
109
|
+
activejob (= 6.1.5)
|
110
|
+
activemodel (= 6.1.5)
|
111
|
+
activerecord (= 6.1.5)
|
112
|
+
activestorage (= 6.1.5)
|
113
|
+
activesupport (= 6.1.5)
|
114
114
|
bundler (>= 1.15.0)
|
115
|
-
railties (= 6.1.
|
115
|
+
railties (= 6.1.5)
|
116
116
|
sprockets-rails (>= 2.0.0)
|
117
117
|
rails-dom-testing (2.0.3)
|
118
118
|
activesupport (>= 4.2.0)
|
119
119
|
nokogiri (>= 1.6)
|
120
|
-
rails-html-sanitizer (1.
|
120
|
+
rails-html-sanitizer (1.4.2)
|
121
121
|
loofah (~> 2.3)
|
122
|
-
railties (6.1.
|
123
|
-
actionpack (= 6.1.
|
124
|
-
activesupport (= 6.1.
|
122
|
+
railties (6.1.5)
|
123
|
+
actionpack (= 6.1.5)
|
124
|
+
activesupport (= 6.1.5)
|
125
125
|
method_source
|
126
|
-
rake (>=
|
126
|
+
rake (>= 12.2)
|
127
127
|
thor (~> 1.0)
|
128
|
-
rainbow (3.
|
128
|
+
rainbow (3.1.1)
|
129
129
|
rake (13.0.6)
|
130
|
-
regexp_parser (2.
|
130
|
+
regexp_parser (2.2.1)
|
131
131
|
rexml (3.2.5)
|
132
|
-
rspec (3.
|
133
|
-
rspec-core (~> 3.
|
134
|
-
rspec-expectations (~> 3.
|
135
|
-
rspec-mocks (~> 3.
|
136
|
-
rspec-core (3.
|
137
|
-
rspec-support (~> 3.
|
138
|
-
rspec-expectations (3.
|
132
|
+
rspec (3.11.0)
|
133
|
+
rspec-core (~> 3.11.0)
|
134
|
+
rspec-expectations (~> 3.11.0)
|
135
|
+
rspec-mocks (~> 3.11.0)
|
136
|
+
rspec-core (3.11.0)
|
137
|
+
rspec-support (~> 3.11.0)
|
138
|
+
rspec-expectations (3.11.0)
|
139
139
|
diff-lcs (>= 1.2.0, < 2.0)
|
140
|
-
rspec-support (~> 3.
|
141
|
-
rspec-mocks (3.
|
140
|
+
rspec-support (~> 3.11.0)
|
141
|
+
rspec-mocks (3.11.0)
|
142
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
143
|
-
rspec-support (~> 3.
|
144
|
-
rspec-rails (5.
|
143
|
+
rspec-support (~> 3.11.0)
|
144
|
+
rspec-rails (5.1.1)
|
145
145
|
actionpack (>= 5.2)
|
146
146
|
activesupport (>= 5.2)
|
147
147
|
railties (>= 5.2)
|
@@ -149,42 +149,42 @@ GEM
|
|
149
149
|
rspec-expectations (~> 3.10)
|
150
150
|
rspec-mocks (~> 3.10)
|
151
151
|
rspec-support (~> 3.10)
|
152
|
-
rspec-support (3.
|
153
|
-
rubocop (1.
|
152
|
+
rspec-support (3.11.0)
|
153
|
+
rubocop (1.26.0)
|
154
154
|
parallel (~> 1.10)
|
155
|
-
parser (>= 3.
|
155
|
+
parser (>= 3.1.0.0)
|
156
156
|
rainbow (>= 2.2.2, < 4.0)
|
157
157
|
regexp_parser (>= 1.8, < 3.0)
|
158
158
|
rexml
|
159
|
-
rubocop-ast (>= 1.
|
159
|
+
rubocop-ast (>= 1.16.0, < 2.0)
|
160
160
|
ruby-progressbar (~> 1.7)
|
161
161
|
unicode-display_width (>= 1.4.0, < 3.0)
|
162
|
-
rubocop-ast (1.
|
163
|
-
parser (>= 3.
|
162
|
+
rubocop-ast (1.16.0)
|
163
|
+
parser (>= 3.1.1.0)
|
164
164
|
rubocop-rake (0.6.0)
|
165
165
|
rubocop (~> 1.0)
|
166
|
-
rubocop-rspec (2.
|
167
|
-
rubocop (~> 1.
|
168
|
-
rubocop-ast (>= 1.1.0)
|
166
|
+
rubocop-rspec (2.9.0)
|
167
|
+
rubocop (~> 1.19)
|
169
168
|
ruby-progressbar (1.11.0)
|
170
|
-
sprockets (4.0.
|
169
|
+
sprockets (4.0.3)
|
171
170
|
concurrent-ruby (~> 1.0)
|
172
171
|
rack (> 1, < 3)
|
173
|
-
sprockets-rails (3.
|
174
|
-
actionpack (>=
|
175
|
-
activesupport (>=
|
172
|
+
sprockets-rails (3.4.2)
|
173
|
+
actionpack (>= 5.2)
|
174
|
+
activesupport (>= 5.2)
|
176
175
|
sprockets (>= 3.0.0)
|
177
|
-
thor (1.1
|
176
|
+
thor (1.2.1)
|
178
177
|
tzinfo (2.0.4)
|
179
178
|
concurrent-ruby (~> 1.0)
|
180
|
-
unicode-display_width (2.
|
179
|
+
unicode-display_width (2.1.0)
|
181
180
|
websocket-driver (0.7.5)
|
182
181
|
websocket-extensions (>= 0.1.0)
|
183
182
|
websocket-extensions (0.1.5)
|
184
|
-
zeitwerk (2.4
|
183
|
+
zeitwerk (2.5.4)
|
185
184
|
|
186
185
|
PLATFORMS
|
187
186
|
x86_64-darwin-19
|
187
|
+
x86_64-darwin-20
|
188
188
|
|
189
189
|
DEPENDENCIES
|
190
190
|
json_errors!
|
data/json_errors.gemspec
CHANGED
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
18
|
spec.metadata['source_code_uri'] = 'https://github.com/nomtek/JsonErrors'
|
19
19
|
spec.metadata['changelog_uri'] = 'https://github.com/nomtek/JsonErrors/blob/main/CHANGELOG.md'
|
20
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
20
21
|
|
21
22
|
# Specify which files should be added to the gem when it is released.
|
22
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
data/lib/json_errors/rescuer.rb
CHANGED
data/lib/json_errors/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_errors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Łukasz Pająk
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -65,6 +65,7 @@ metadata:
|
|
65
65
|
homepage_uri: https://github.com/nomtek/JsonErrors
|
66
66
|
source_code_uri: https://github.com/nomtek/JsonErrors
|
67
67
|
changelog_uri: https://github.com/nomtek/JsonErrors/blob/main/CHANGELOG.md
|
68
|
+
rubygems_mfa_required: 'true'
|
68
69
|
post_install_message:
|
69
70
|
rdoc_options: []
|
70
71
|
require_paths:
|
@@ -80,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
81
|
- !ruby/object:Gem::Version
|
81
82
|
version: '0'
|
82
83
|
requirements: []
|
83
|
-
rubygems_version: 3.
|
84
|
+
rubygems_version: 3.3.7
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: RoR JSON API errors handling gem
|