nxt_error_registry 0.1.3 → 0.1.4

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: 642b4d9812c832938b63b9239995d9715019b8606a6c2a90a6fb4c530dd4b4d1
4
- data.tar.gz: 2cea7439ad772694c7ac992f121bd38f1c633ec8307f1a87843c77cc38ea7834
3
+ metadata.gz: d5e4747e5ca829838f0977c5fc22d6968694db1bd68b0893cd9477962db25e21
4
+ data.tar.gz: 00a3e42521ae209cf531dfa34c4247f1659a2af1ee3bcb1a8b216ed356683e13
5
5
  SHA512:
6
- metadata.gz: 9e957610515333fa7895272ce4b5f1292f4299acd3234d512e9ac697023393db44a085d296ef53b9928ea652efbc3a0d604e9db9c0180b772f9bf72f22f3bdfe
7
- data.tar.gz: 9ce83d272ec501bd58240623a39a9c37fcbdcbff32d7c95def8b5129f9c471bf6f753ce69387ae36e1d5a1aca333ef126619f44b7fd109c162653076031f285a
6
+ metadata.gz: 598eb012588cd6d2dc748ed66043aac228d78397712f42a0ea72390e495bf7aebac8fc05ddf5b401c2d172c087bd4aa7f2c518c487181aed67b1298947585369
7
+ data.tar.gz: 67f6b433945347d037d4e354347a7d21794f75fdae34d0b59ec7252efa037082c688708316f78b5fc024e218b0c7f5409004c856f8583144bf8c96bb8c24e158
@@ -1 +1 @@
1
- 2.6.3
1
+ 2.6.5
@@ -1,79 +1,79 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_error_registry (0.1.3)
4
+ nxt_error_registry (0.1.4)
5
5
  activesupport (< 6.1)
6
6
  rails (< 6.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.0.0)
12
- actionpack (= 6.0.0)
11
+ actioncable (6.0.2.1)
12
+ actionpack (= 6.0.2.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.0)
16
- actionpack (= 6.0.0)
17
- activejob (= 6.0.0)
18
- activerecord (= 6.0.0)
19
- activestorage (= 6.0.0)
20
- activesupport (= 6.0.0)
15
+ actionmailbox (6.0.2.1)
16
+ actionpack (= 6.0.2.1)
17
+ activejob (= 6.0.2.1)
18
+ activerecord (= 6.0.2.1)
19
+ activestorage (= 6.0.2.1)
20
+ activesupport (= 6.0.2.1)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.0.0)
23
- actionpack (= 6.0.0)
24
- actionview (= 6.0.0)
25
- activejob (= 6.0.0)
22
+ actionmailer (6.0.2.1)
23
+ actionpack (= 6.0.2.1)
24
+ actionview (= 6.0.2.1)
25
+ activejob (= 6.0.2.1)
26
26
  mail (~> 2.5, >= 2.5.4)
27
27
  rails-dom-testing (~> 2.0)
28
- actionpack (6.0.0)
29
- actionview (= 6.0.0)
30
- activesupport (= 6.0.0)
31
- rack (~> 2.0)
28
+ actionpack (6.0.2.1)
29
+ actionview (= 6.0.2.1)
30
+ activesupport (= 6.0.2.1)
31
+ rack (~> 2.0, >= 2.0.8)
32
32
  rack-test (>= 0.6.3)
33
33
  rails-dom-testing (~> 2.0)
34
34
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.0.0)
36
- actionpack (= 6.0.0)
37
- activerecord (= 6.0.0)
38
- activestorage (= 6.0.0)
39
- activesupport (= 6.0.0)
35
+ actiontext (6.0.2.1)
36
+ actionpack (= 6.0.2.1)
37
+ activerecord (= 6.0.2.1)
38
+ activestorage (= 6.0.2.1)
39
+ activesupport (= 6.0.2.1)
40
40
  nokogiri (>= 1.8.5)
41
- actionview (6.0.0)
42
- activesupport (= 6.0.0)
41
+ actionview (6.0.2.1)
42
+ activesupport (= 6.0.2.1)
43
43
  builder (~> 3.1)
44
44
  erubi (~> 1.4)
45
45
  rails-dom-testing (~> 2.0)
46
46
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.0.0)
48
- activesupport (= 6.0.0)
47
+ activejob (6.0.2.1)
48
+ activesupport (= 6.0.2.1)
49
49
  globalid (>= 0.3.6)
50
- activemodel (6.0.0)
51
- activesupport (= 6.0.0)
52
- activerecord (6.0.0)
53
- activemodel (= 6.0.0)
54
- activesupport (= 6.0.0)
55
- activestorage (6.0.0)
56
- actionpack (= 6.0.0)
57
- activejob (= 6.0.0)
58
- activerecord (= 6.0.0)
50
+ activemodel (6.0.2.1)
51
+ activesupport (= 6.0.2.1)
52
+ activerecord (6.0.2.1)
53
+ activemodel (= 6.0.2.1)
54
+ activesupport (= 6.0.2.1)
55
+ activestorage (6.0.2.1)
56
+ actionpack (= 6.0.2.1)
57
+ activejob (= 6.0.2.1)
58
+ activerecord (= 6.0.2.1)
59
59
  marcel (~> 0.3.1)
60
- activesupport (6.0.0)
60
+ activesupport (6.0.2.1)
61
61
  concurrent-ruby (~> 1.0, >= 1.0.2)
62
62
  i18n (>= 0.7, < 2)
63
63
  minitest (~> 5.1)
64
64
  tzinfo (~> 1.1)
65
- zeitwerk (~> 2.1, >= 2.1.8)
66
- builder (3.2.3)
65
+ zeitwerk (~> 2.2)
66
+ builder (3.2.4)
67
67
  coderay (1.1.2)
68
- concurrent-ruby (1.1.5)
69
- crass (1.0.4)
68
+ concurrent-ruby (1.1.6)
69
+ crass (1.0.6)
70
70
  diff-lcs (1.3)
71
- erubi (1.8.0)
71
+ erubi (1.9.0)
72
72
  globalid (0.4.2)
73
73
  activesupport (>= 4.2.0)
74
- i18n (1.6.0)
74
+ i18n (1.8.2)
75
75
  concurrent-ruby (~> 1.0)
76
- loofah (2.2.3)
76
+ loofah (2.4.0)
77
77
  crass (~> 1.0.2)
78
78
  nokogiri (>= 1.5.9)
79
79
  mail (2.7.1)
@@ -81,76 +81,76 @@ GEM
81
81
  marcel (0.3.3)
82
82
  mimemagic (~> 0.3.2)
83
83
  method_source (0.9.2)
84
- mimemagic (0.3.3)
84
+ mimemagic (0.3.4)
85
85
  mini_mime (1.0.2)
86
86
  mini_portile2 (2.4.0)
87
- minitest (5.11.3)
88
- nio4r (2.4.0)
89
- nokogiri (1.10.4)
87
+ minitest (5.14.0)
88
+ nio4r (2.5.2)
89
+ nokogiri (1.10.9)
90
90
  mini_portile2 (~> 2.4.0)
91
91
  pry (0.12.2)
92
92
  coderay (~> 1.1.0)
93
93
  method_source (~> 0.9.0)
94
- rack (2.0.7)
94
+ rack (2.2.2)
95
95
  rack-test (1.1.0)
96
96
  rack (>= 1.0, < 3)
97
- rails (6.0.0)
98
- actioncable (= 6.0.0)
99
- actionmailbox (= 6.0.0)
100
- actionmailer (= 6.0.0)
101
- actionpack (= 6.0.0)
102
- actiontext (= 6.0.0)
103
- actionview (= 6.0.0)
104
- activejob (= 6.0.0)
105
- activemodel (= 6.0.0)
106
- activerecord (= 6.0.0)
107
- activestorage (= 6.0.0)
108
- activesupport (= 6.0.0)
97
+ rails (6.0.2.1)
98
+ actioncable (= 6.0.2.1)
99
+ actionmailbox (= 6.0.2.1)
100
+ actionmailer (= 6.0.2.1)
101
+ actionpack (= 6.0.2.1)
102
+ actiontext (= 6.0.2.1)
103
+ actionview (= 6.0.2.1)
104
+ activejob (= 6.0.2.1)
105
+ activemodel (= 6.0.2.1)
106
+ activerecord (= 6.0.2.1)
107
+ activestorage (= 6.0.2.1)
108
+ activesupport (= 6.0.2.1)
109
109
  bundler (>= 1.3.0)
110
- railties (= 6.0.0)
110
+ railties (= 6.0.2.1)
111
111
  sprockets-rails (>= 2.0.0)
112
112
  rails-dom-testing (2.0.3)
113
113
  activesupport (>= 4.2.0)
114
114
  nokogiri (>= 1.6)
115
- rails-html-sanitizer (1.2.0)
116
- loofah (~> 2.2, >= 2.2.2)
117
- railties (6.0.0)
118
- actionpack (= 6.0.0)
119
- activesupport (= 6.0.0)
115
+ rails-html-sanitizer (1.3.0)
116
+ loofah (~> 2.3)
117
+ railties (6.0.2.1)
118
+ actionpack (= 6.0.2.1)
119
+ activesupport (= 6.0.2.1)
120
120
  method_source
121
121
  rake (>= 0.8.7)
122
122
  thor (>= 0.20.3, < 2.0)
123
- rake (12.3.3)
124
- rspec (3.8.0)
125
- rspec-core (~> 3.8.0)
126
- rspec-expectations (~> 3.8.0)
127
- rspec-mocks (~> 3.8.0)
128
- rspec-core (3.8.1)
129
- rspec-support (~> 3.8.0)
130
- rspec-expectations (3.8.4)
123
+ rake (13.0.1)
124
+ rspec (3.9.0)
125
+ rspec-core (~> 3.9.0)
126
+ rspec-expectations (~> 3.9.0)
127
+ rspec-mocks (~> 3.9.0)
128
+ rspec-core (3.9.0)
129
+ rspec-support (~> 3.9.0)
130
+ rspec-expectations (3.9.0)
131
131
  diff-lcs (>= 1.2.0, < 2.0)
132
- rspec-support (~> 3.8.0)
133
- rspec-mocks (3.8.1)
132
+ rspec-support (~> 3.9.0)
133
+ rspec-mocks (3.9.0)
134
134
  diff-lcs (>= 1.2.0, < 2.0)
135
- rspec-support (~> 3.8.0)
136
- rspec-support (3.8.2)
135
+ rspec-support (~> 3.9.0)
136
+ rspec-support (3.9.0)
137
137
  rspec_junit_formatter (0.4.1)
138
138
  rspec-core (>= 2, < 4, != 2.12.0)
139
- sprockets (3.7.2)
139
+ sprockets (4.0.0)
140
140
  concurrent-ruby (~> 1.0)
141
141
  rack (> 1, < 3)
142
142
  sprockets-rails (3.2.1)
143
143
  actionpack (>= 4.0)
144
144
  activesupport (>= 4.0)
145
145
  sprockets (>= 3.0.0)
146
- thor (0.20.3)
146
+ thor (1.0.1)
147
147
  thread_safe (0.3.6)
148
- tzinfo (1.2.5)
148
+ tzinfo (1.2.6)
149
149
  thread_safe (~> 0.1)
150
150
  websocket-driver (0.7.1)
151
151
  websocket-extensions (>= 0.1.0)
152
152
  websocket-extensions (0.1.4)
153
- zeitwerk (2.1.9)
153
+ zeitwerk (2.2.2)
154
154
 
155
155
  PLATFORMS
156
156
  ruby
@@ -159,9 +159,9 @@ DEPENDENCIES
159
159
  bundler (~> 2.0)
160
160
  nxt_error_registry!
161
161
  pry
162
- rake (~> 12.3)
162
+ rake (~> 13.0)
163
163
  rspec (~> 3.0)
164
164
  rspec_junit_formatter (~> 0.4.1)
165
165
 
166
166
  BUNDLED WITH
167
- 2.0.1
167
+ 2.1.4
@@ -1,3 +1,3 @@
1
1
  module NxtErrorRegistry
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.4".freeze
3
3
  end
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.require_paths = ["lib"]
36
36
 
37
37
  spec.add_development_dependency "bundler", "~> 2.0"
38
- spec.add_development_dependency "rake", "~> 12.3"
38
+ spec.add_development_dependency "rake", "~> 13.0"
39
39
  spec.add_development_dependency "rspec", "~> 3.0"
40
40
  spec.add_development_dependency "rspec_junit_formatter", "~> 0.4.1"
41
41
  spec.add_development_dependency "pry"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nxt_error_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Robecke
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2019-08-21 00:00:00.000000000 Z
13
+ date: 2020-03-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - "~>"
34
34
  - !ruby/object:Gem::Version
35
- version: '12.3'
35
+ version: '13.0'
36
36
  type: :development
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - "~>"
41
41
  - !ruby/object:Gem::Version
42
- version: '12.3'
42
+ version: '13.0'
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: rspec
45
45
  requirement: !ruby/object:Gem::Requirement