json_errors 0.2.1 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6073926cc4aa340d48ca2fcacf60801832a58709ba638e2b365244641196118d
4
- data.tar.gz: 843715bf0b65fb4dfe32a3e53097680d9686d96315caa9091b010cafdaba8f52
3
+ metadata.gz: 4c7bb942cf5ede276351ed16f0730c356a901a0892ba4b8d64afb0db71d6f797
4
+ data.tar.gz: 586832722858d41b3ee436cdac4407428c2a3cf2fb9c3f9fffd1934177ecd189
5
5
  SHA512:
6
- metadata.gz: 300ce2fcd6f47c71f6e0fe870016115132c6e61c2b75d994caf4b45f29d01b604fc9a825dae1d3bfd201550d63ab1ef8524eb38bfb2dcf3474fd788d268508c0
7
- data.tar.gz: d3a334ece99b84051924e3ec1eb68dc7c06a8a873961e1e21a50630b1dbc20984dd2906fbe633ffc9f470341d6a51ae55b64fc5be41935c60152515c70e797e3
6
+ metadata.gz: caa154ab9fed780b387f8d726663455598e2e13ebf9c8fab5126aec955098e62a199c640771892f53bb7c448a86e6c26707a19eb19a0c49ba595415b4ab88414
7
+ data.tar.gz: 64d0d4bc21882a908aa4b871e3f872ca0164ff577c5ae44c36d6186309751897d8f4a202c72e9bedb051fe527872261bcd77204cfe0225cefe66edbb51422709
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  workspace.code-workspace
13
+ *.gem
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.4.1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.1] - 2025-02-27
4
+
5
+ - bugfix: Wrong ActiveRecord error format
6
+
7
+ ## [0.3.0] - 2025-02-27
8
+
9
+ - Update with ActiveRecord validation errors to Rails 8
10
+
3
11
  ## [0.2.1] - 2021-08-03
4
12
 
5
13
  - Error log formatting fixed
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.1)
5
- activesupport (>= 4.2.0)
4
+ json_errors (0.3.0)
5
+ activesupport (~> 8.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.5)
11
- actionpack (= 6.1.5)
12
- activesupport (= 6.1.5)
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.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
- mail (>= 2.7.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
- mail (~> 2.5, >= 2.5.4)
28
- rails-dom-testing (~> 2.0)
29
- actionpack (6.1.5)
30
- actionview (= 6.1.5)
31
- activesupport (= 6.1.5)
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.5)
37
- actionpack (= 6.1.5)
38
- activerecord (= 6.1.5)
39
- activestorage (= 6.1.5)
40
- activesupport (= 6.1.5)
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.5)
43
- activesupport (= 6.1.5)
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.5)
49
- activesupport (= 6.1.5)
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.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)
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
- mini_mime (>= 1.1.0)
63
- activesupport (6.1.5)
64
- concurrent-ruby (~> 1.0, >= 1.0.2)
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.5.0)
75
- erubi (1.10.0)
76
- globalid (1.0.0)
77
- activesupport (>= 5.0)
78
- i18n (1.10.0)
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.15.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.2)
86
- method_source (1.0.0)
87
- mini_mime (1.1.2)
88
- minitest (5.15.0)
89
- nio4r (2.5.8)
90
- nokogiri (1.13.3-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.21.0)
93
- parser (3.1.1.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.6.0)
99
- rack (2.2.3)
100
- rack-test (1.1.0)
101
- rack (>= 1.0, < 3)
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)
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.5)
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.4.2)
121
- loofah (~> 2.3)
122
- railties (6.1.5)
123
- actionpack (= 6.1.5)
124
- activesupport (= 6.1.5)
125
- method_source
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.0.6)
130
- regexp_parser (2.2.1)
131
- rexml (3.2.5)
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)
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.11.0)
141
- rspec-mocks (3.11.0)
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.11.0)
144
- rspec-rails (5.1.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.11.0)
153
- rubocop (1.26.0)
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.1.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.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 (>= 1.4.0, < 3.0)
162
- rubocop-ast (1.16.0)
163
- parser (>= 3.1.1.0)
164
- rubocop-rake (0.6.0)
165
- rubocop (~> 1.0)
166
- rubocop-rspec (2.9.0)
167
- rubocop (~> 1.19)
168
- ruby-progressbar (1.11.0)
169
- sprockets (4.0.3)
170
- concurrent-ruby (~> 1.0)
171
- rack (> 1, < 3)
172
- sprockets-rails (3.4.2)
173
- actionpack (>= 5.2)
174
- activesupport (>= 5.2)
175
- sprockets (>= 3.0.0)
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 (2.1.0)
180
- 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
181
252
  websocket-extensions (>= 0.1.0)
182
253
  websocket-extensions (0.1.5)
183
- zeitwerk (2.5.4)
254
+ zeitwerk (2.7.2)
184
255
 
185
256
  PLATFORMS
186
- x86_64-darwin-19
187
- x86_64-darwin-20
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,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', '>= 4.2.0'
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
@@ -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
@@ -24,8 +24,8 @@ module JsonErrors
24
24
 
25
25
  def payload
26
26
  validation_payload = []
27
- record.errors.each do |key, messages|
28
- validation_payload << { key => messages }
27
+ record.errors.each do |error|
28
+ validation_payload << { error.attribute => error.message }
29
29
  end
30
30
 
31
31
  { record.class.to_s => validation_payload }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonErrors
4
- VERSION = '0.2.1'
4
+ VERSION = '0.3.1'
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.1
4
+ version: 0.3.1
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: 2022-03-18 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,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.3.7
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: []