json_errors 0.2.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09b6a5462beee5879c2112dcf5058e6a7a2641eb4268fc11f222fe854fe921e4'
4
- data.tar.gz: 0c8542bd919023acadb2ec9ed83bd6204c9546e64785b7f62180ce067270837d
3
+ metadata.gz: 7c99a5f50d67dca55fc3e9036cfb1bd15e6841854ca519483c125b462ab51ed6
4
+ data.tar.gz: 6a8a22c8d685768a1d402b053cf2f05c9e2ccb2ed1548dd04cad91fe476b0f11
5
5
  SHA512:
6
- metadata.gz: 687d743cb610a6b2276781b9d57285035cf75095330ae7828161d4941b0146fdb8198f1b76a4b6cfab1e8cc827ff411539a3d1fce599112382c23511fd84f4d8
7
- data.tar.gz: c12c26908c735334d3d8589449c6af052ecf1766028e0a6e79d57d1169c4626889a507d88da1f2b265facd4243f1b71502c0b53c71bc98d809603f1e78a87bac
6
+ metadata.gz: a6f9740644d854414e3dd678b426249cdcd5649453ef7bb3547b007f0e464cfcedce422ec94b61b7242c8995585aafc1a195ed5786463287f19a89fc269fd1a9
7
+ data.tar.gz: 62579f1a161e3fbb64ee3dee6c9eac9ebaaaa247644390cb7eaaba2e6bc3d1fd360d9d058b99a0ad59fc512a4213e40c790f7f1888bbd852fddb01e9ffecb83f
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.4.1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2021-08-03
4
+
5
+ - Error log formatting fixed
6
+
3
7
  ## [0.2.0] - 2021-08-03
4
8
 
5
9
  - ActiveRecord validation errors handling added
data/Gemfile CHANGED
@@ -5,9 +5,7 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in json_errors.gemspec
6
6
  gemspec
7
7
 
8
- gem 'pry', '~> 0.13.1'
9
-
10
- gem 'rails', '~> 6.1.0'
8
+ gem 'rails', '~> 8.0.1'
11
9
 
12
10
  gem 'rake', '~> 13.0'
13
11
 
data/Gemfile.lock CHANGED
@@ -1,195 +1,271 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- json_errors (0.2.0)
5
- activesupport (>= 4.2.0)
4
+ json_errors (0.2.1)
5
+ activesupport (>= 8.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.4)
11
- actionpack (= 6.1.4)
12
- activesupport (= 6.1.4)
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
- actionmailbox (6.1.4)
16
- actionpack (= 6.1.4)
17
- activejob (= 6.1.4)
18
- activerecord (= 6.1.4)
19
- activestorage (= 6.1.4)
20
- activesupport (= 6.1.4)
21
- mail (>= 2.7.1)
22
- actionmailer (6.1.4)
23
- actionpack (= 6.1.4)
24
- actionview (= 6.1.4)
25
- activejob (= 6.1.4)
26
- activesupport (= 6.1.4)
27
- mail (~> 2.5, >= 2.5.4)
28
- rails-dom-testing (~> 2.0)
29
- actionpack (6.1.4)
30
- actionview (= 6.1.4)
31
- activesupport (= 6.1.4)
32
- rack (~> 2.0, >= 2.0.9)
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.0)
35
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.4)
37
- actionpack (= 6.1.4)
38
- activerecord (= 6.1.4)
39
- activestorage (= 6.1.4)
40
- activesupport (= 6.1.4)
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 (6.1.4)
43
- activesupport (= 6.1.4)
47
+ actionview (8.0.1)
48
+ activesupport (= 8.0.1)
44
49
  builder (~> 3.1)
45
- erubi (~> 1.4)
46
- rails-dom-testing (~> 2.0)
47
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.4)
49
- activesupport (= 6.1.4)
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 (6.1.4)
52
- activesupport (= 6.1.4)
53
- activerecord (6.1.4)
54
- activemodel (= 6.1.4)
55
- activesupport (= 6.1.4)
56
- activestorage (6.1.4)
57
- actionpack (= 6.1.4)
58
- activejob (= 6.1.4)
59
- activerecord (= 6.1.4)
60
- activesupport (= 6.1.4)
61
- marcel (~> 1.0.0)
62
- mini_mime (>= 1.1.0)
63
- activesupport (6.1.4)
64
- concurrent-ruby (~> 1.0, >= 1.0.2)
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)
67
+ marcel (~> 1.0)
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
- tzinfo (~> 2.0)
68
- zeitwerk (~> 2.3)
78
+ securerandom (>= 0.3)
79
+ tzinfo (~> 2.0, >= 2.0.5)
80
+ uri (>= 0.13.1)
69
81
  ast (2.4.2)
70
- builder (3.2.4)
71
- coderay (1.1.3)
72
- concurrent-ruby (1.1.9)
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
- diff-lcs (1.4.4)
75
- erubi (1.10.0)
76
- globalid (0.5.2)
77
- activesupport (>= 5.0)
78
- i18n (1.8.10)
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
- loofah (2.11.0)
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.5.9)
83
- mail (2.7.1)
108
+ nokogiri (>= 1.12.0)
109
+ mail (2.8.1)
84
110
  mini_mime (>= 0.1.1)
85
- marcel (1.0.1)
86
- method_source (1.0.0)
87
- mini_mime (1.1.0)
88
- minitest (5.14.4)
89
- nio4r (2.5.7)
90
- nokogiri (1.12.0-x86_64-darwin)
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
- parallel (1.20.1)
93
- parser (3.0.2.0)
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
- pry (0.13.1)
96
- coderay (~> 1.1)
97
- method_source (~> 1.0)
98
- racc (1.5.2)
99
- rack (2.2.3)
100
- rack-test (1.1.0)
101
- rack (>= 1.0, < 3)
102
- rails (6.1.4)
103
- actioncable (= 6.1.4)
104
- actionmailbox (= 6.1.4)
105
- actionmailer (= 6.1.4)
106
- actionpack (= 6.1.4)
107
- actiontext (= 6.1.4)
108
- actionview (= 6.1.4)
109
- activejob (= 6.1.4)
110
- activemodel (= 6.1.4)
111
- activerecord (= 6.1.4)
112
- activestorage (= 6.1.4)
113
- activesupport (= 6.1.4)
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 (= 6.1.4)
116
- sprockets-rails (>= 2.0.0)
117
- rails-dom-testing (2.0.3)
118
- activesupport (>= 4.2.0)
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.3.0)
121
- loofah (~> 2.3)
122
- railties (6.1.4)
123
- actionpack (= 6.1.4)
124
- activesupport (= 6.1.4)
125
- method_source
126
- rake (>= 0.13)
127
- thor (~> 1.0)
128
- rainbow (3.0.0)
129
- rake (13.0.6)
130
- regexp_parser (2.1.1)
131
- rexml (3.2.5)
132
- rspec (3.10.0)
133
- rspec-core (~> 3.10.0)
134
- rspec-expectations (~> 3.10.0)
135
- rspec-mocks (~> 3.10.0)
136
- rspec-core (3.10.1)
137
- rspec-support (~> 3.10.0)
138
- rspec-expectations (3.10.1)
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)
188
+ rake (>= 12.2)
189
+ thor (~> 1.0, >= 1.2.2)
190
+ zeitwerk (~> 2.6)
191
+ rainbow (3.1.1)
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.10.0)
141
- rspec-mocks (3.10.2)
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.10.0)
144
- rspec-rails (5.0.1)
145
- actionpack (>= 5.2)
146
- activesupport (>= 5.2)
147
- railties (>= 5.2)
148
- rspec-core (~> 3.10)
149
- rspec-expectations (~> 3.10)
150
- rspec-mocks (~> 3.10)
151
- rspec-support (~> 3.10)
152
- rspec-support (3.10.2)
153
- rubocop (1.18.4)
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.0.0.0)
224
+ parser (>= 3.3.0.2)
156
225
  rainbow (>= 2.2.2, < 4.0)
157
- regexp_parser (>= 1.8, < 3.0)
158
- rexml
159
- rubocop-ast (>= 1.8.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 (>= 1.4.0, < 3.0)
162
- rubocop-ast (1.8.0)
163
- parser (>= 3.0.1.1)
164
- rubocop-rake (0.6.0)
165
- rubocop (~> 1.0)
166
- rubocop-rspec (2.4.0)
167
- rubocop (~> 1.0)
168
- rubocop-ast (>= 1.1.0)
169
- ruby-progressbar (1.11.0)
170
- sprockets (4.0.2)
171
- concurrent-ruby (~> 1.0)
172
- rack (> 1, < 3)
173
- sprockets-rails (3.2.2)
174
- actionpack (>= 4.0)
175
- activesupport (>= 4.0)
176
- sprockets (>= 3.0.0)
177
- thor (1.1.0)
178
- 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)
179
244
  concurrent-ruby (~> 1.0)
180
- unicode-display_width (2.0.0)
181
- websocket-driver (0.7.5)
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
182
252
  websocket-extensions (>= 0.1.0)
183
253
  websocket-extensions (0.1.5)
184
- zeitwerk (2.4.2)
254
+ zeitwerk (2.7.2)
185
255
 
186
256
  PLATFORMS
187
- x86_64-darwin-19
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
- pry (~> 0.13.1)
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.2.15
277
+ 2.6.5
data/json_errors.gemspec CHANGED
@@ -14,9 +14,9 @@ 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'
19
+ spec.metadata['rubygems_mfa_required'] = 'true'
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ['lib']
29
29
 
30
- spec.add_dependency 'activesupport', '>= 4.2.0'
30
+ spec.add_dependency 'activesupport', "~> 8.0"
31
31
 
32
32
  # For more information and examples about making a new gem, checkout our
33
33
  # guide at: https://bundler.io/guides/creating_gem.html
@@ -20,7 +20,7 @@ module JsonErrors
20
20
  def to_json(_options = nil)
21
21
  {
22
22
  code: code,
23
- message: message
23
+ message: to_s
24
24
  }.to_json
25
25
  end
26
26
 
@@ -13,7 +13,7 @@ module JsonErrors
13
13
  def to_json(_options = nil)
14
14
  {
15
15
  code: code,
16
- message: message,
16
+ message: to_s,
17
17
  payload: payload
18
18
  }.to_json
19
19
  end
@@ -13,7 +13,7 @@ module JsonErrors
13
13
  def to_json(_options = nil)
14
14
  {
15
15
  code: code,
16
- message: message,
16
+ message: to_s,
17
17
  payload: payload
18
18
  }.to_json
19
19
  end
@@ -30,7 +30,7 @@ module JsonErrors
30
30
  end
31
31
 
32
32
  def log_error(error)
33
- Rails.logger.error "#{error.class}: #{error}"
33
+ Rails.logger.error "#{error.class}: #{error.message}"
34
34
  Rails.logger.debug error.backtrace.join("\n")
35
35
  end
36
36
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonErrors
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
  end
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.2.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: 2021-08-03 00:00:00.000000000 Z
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: 4.2.0
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: 4.2.0
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,10 +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
- post_install_message:
67
+ rubygems_mfa_required: 'true'
69
68
  rdoc_options: []
70
69
  require_paths:
71
70
  - lib
@@ -80,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
79
  - !ruby/object:Gem::Version
81
80
  version: '0'
82
81
  requirements: []
83
- rubygems_version: 3.2.15
84
- signing_key:
82
+ rubygems_version: 3.6.5
85
83
  specification_version: 4
86
84
  summary: RoR JSON API errors handling gem
87
85
  test_files: []