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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09b6a5462beee5879c2112dcf5058e6a7a2641eb4268fc11f222fe854fe921e4'
4
- data.tar.gz: 0c8542bd919023acadb2ec9ed83bd6204c9546e64785b7f62180ce067270837d
3
+ metadata.gz: 6073926cc4aa340d48ca2fcacf60801832a58709ba638e2b365244641196118d
4
+ data.tar.gz: 843715bf0b65fb4dfe32a3e53097680d9686d96315caa9091b010cafdaba8f52
5
5
  SHA512:
6
- metadata.gz: 687d743cb610a6b2276781b9d57285035cf75095330ae7828161d4941b0146fdb8198f1b76a4b6cfab1e8cc827ff411539a3d1fce599112382c23511fd84f4d8
7
- data.tar.gz: c12c26908c735334d3d8589449c6af052ecf1766028e0a6e79d57d1169c4626889a507d88da1f2b265facd4243f1b71502c0b53c71bc98d809603f1e78a87bac
6
+ metadata.gz: 300ce2fcd6f47c71f6e0fe870016115132c6e61c2b75d994caf4b45f29d01b604fc9a825dae1d3bfd201550d63ab1ef8524eb38bfb2dcf3474fd788d268508c0
7
+ data.tar.gz: d3a334ece99b84051924e3ec1eb68dc7c06a8a873961e1e21a50630b1dbc20984dd2906fbe633ffc9f470341d6a51ae55b64fc5be41935c60152515c70e797e3
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.lock CHANGED
@@ -1,66 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- json_errors (0.2.0)
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.4)
11
- actionpack (= 6.1.4)
12
- activesupport (= 6.1.4)
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.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)
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.4)
23
- actionpack (= 6.1.4)
24
- actionview (= 6.1.4)
25
- activejob (= 6.1.4)
26
- activesupport (= 6.1.4)
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.4)
30
- actionview (= 6.1.4)
31
- activesupport (= 6.1.4)
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.4)
37
- actionpack (= 6.1.4)
38
- activerecord (= 6.1.4)
39
- activestorage (= 6.1.4)
40
- activesupport (= 6.1.4)
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.4)
43
- activesupport (= 6.1.4)
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.4)
49
- activesupport (= 6.1.4)
48
+ activejob (6.1.5)
49
+ activesupport (= 6.1.5)
50
50
  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)
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.4)
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.4.4)
74
+ diff-lcs (1.5.0)
75
75
  erubi (1.10.0)
76
- globalid (0.5.2)
76
+ globalid (1.0.0)
77
77
  activesupport (>= 5.0)
78
- i18n (1.8.10)
78
+ i18n (1.10.0)
79
79
  concurrent-ruby (~> 1.0)
80
- loofah (2.11.0)
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.1)
85
+ marcel (1.0.2)
86
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)
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.20.1)
93
- parser (3.0.2.0)
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.5.2)
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.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)
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.4)
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.3.0)
120
+ rails-html-sanitizer (1.4.2)
121
121
  loofah (~> 2.3)
122
- railties (6.1.4)
123
- actionpack (= 6.1.4)
124
- activesupport (= 6.1.4)
122
+ railties (6.1.5)
123
+ actionpack (= 6.1.5)
124
+ activesupport (= 6.1.5)
125
125
  method_source
126
- rake (>= 0.13)
126
+ rake (>= 12.2)
127
127
  thor (~> 1.0)
128
- rainbow (3.0.0)
128
+ rainbow (3.1.1)
129
129
  rake (13.0.6)
130
- regexp_parser (2.1.1)
130
+ regexp_parser (2.2.1)
131
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)
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.10.0)
141
- rspec-mocks (3.10.2)
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.10.0)
144
- rspec-rails (5.0.1)
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.10.2)
153
- rubocop (1.18.4)
152
+ rspec-support (3.11.0)
153
+ rubocop (1.26.0)
154
154
  parallel (~> 1.10)
155
- parser (>= 3.0.0.0)
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.8.0, < 2.0)
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.8.0)
163
- parser (>= 3.0.1.1)
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.4.0)
167
- rubocop (~> 1.0)
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.2)
169
+ sprockets (4.0.3)
171
170
  concurrent-ruby (~> 1.0)
172
171
  rack (> 1, < 3)
173
- sprockets-rails (3.2.2)
174
- actionpack (>= 4.0)
175
- activesupport (>= 4.0)
172
+ sprockets-rails (3.4.2)
173
+ actionpack (>= 5.2)
174
+ activesupport (>= 5.2)
176
175
  sprockets (>= 3.0.0)
177
- thor (1.1.0)
176
+ thor (1.2.1)
178
177
  tzinfo (2.0.4)
179
178
  concurrent-ruby (~> 1.0)
180
- unicode-display_width (2.0.0)
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.2)
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.
@@ -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.2.1'
5
5
  end
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.0
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: 2021-08-03 00:00:00.000000000 Z
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.2.15
84
+ rubygems_version: 3.3.7
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: RoR JSON API errors handling gem