memolog 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -7
  3. data/Gemfile.lock +75 -74
  4. data/lib/memolog/version.rb +1 -1
  5. metadata +87 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cceb77fe0707eec26c98b03dbedaa3706da6ed08d3315b13675addd95a90f306
4
- data.tar.gz: 40077b9b7b5b4f70a2ccfdf3a0af748a710f8520591880b951ae2dd74bcb0268
3
+ metadata.gz: 2860b489711123341366bca28ab9916a82477faaa1fc83e198abb8cc321e5e45
4
+ data.tar.gz: a97dca8465a45b93374b1adb051920a1a2248cc3dfb6ea15c06af2f001c918dd
5
5
  SHA512:
6
- metadata.gz: 50afda53380913eb9323ef68860ea41abe3b30962497700d4a036fb7dac461a17986e5183171181544ed0125ade5b7b8d87921c5e9e949618ae776f1e3cc62e7
7
- data.tar.gz: b5c508e751c8bd99c9c357e4fe3f5ab9eb53dc52e2c091a284dc7df2729c9ae39c37fada1d8b440b73c33247d9c46620abaeee4f3323eb65b4fe64589c1f83e4
6
+ metadata.gz: 40c126dfd74fb20bf33da34014dacaa23e712960f29ebf0fc984bd1be8663e411caaab47d92e4f534ddaecdba96397c8701d94e1e7012573be93d378f3128d5f
7
+ data.tar.gz: e1a5555c422635bc703851da62f141dc47956ad70bffefc513f119de8da3987675934b576485dcdd82fbffa5a42f5a72d3a376efb4d184c94150a61255c5faaa
data/Gemfile CHANGED
@@ -4,10 +4,3 @@ source "https://rubygems.org"
4
4
 
5
5
  # Specify your gem's dependencies in memolog.gemspec
6
6
  gemspec
7
-
8
- gem "pry"
9
- gem "rails"
10
- gem "rake"
11
- gem "rspec"
12
- gem "rubocop-config-umbrellio"
13
- gem "sidekiq"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.4.1)
4
+ memolog (0.4.2)
5
5
  json (~> 2)
6
6
  logger (~> 1.4.3)
7
7
  securerandom (~> 0.1.0)
@@ -9,67 +9,67 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.0.1)
13
- actionpack (= 7.0.1)
14
- activesupport (= 7.0.1)
12
+ actioncable (7.0.2.2)
13
+ actionpack (= 7.0.2.2)
14
+ activesupport (= 7.0.2.2)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
- actionmailbox (7.0.1)
18
- actionpack (= 7.0.1)
19
- activejob (= 7.0.1)
20
- activerecord (= 7.0.1)
21
- activestorage (= 7.0.1)
22
- activesupport (= 7.0.1)
17
+ actionmailbox (7.0.2.2)
18
+ actionpack (= 7.0.2.2)
19
+ activejob (= 7.0.2.2)
20
+ activerecord (= 7.0.2.2)
21
+ activestorage (= 7.0.2.2)
22
+ activesupport (= 7.0.2.2)
23
23
  mail (>= 2.7.1)
24
24
  net-imap
25
25
  net-pop
26
26
  net-smtp
27
- actionmailer (7.0.1)
28
- actionpack (= 7.0.1)
29
- actionview (= 7.0.1)
30
- activejob (= 7.0.1)
31
- activesupport (= 7.0.1)
27
+ actionmailer (7.0.2.2)
28
+ actionpack (= 7.0.2.2)
29
+ actionview (= 7.0.2.2)
30
+ activejob (= 7.0.2.2)
31
+ activesupport (= 7.0.2.2)
32
32
  mail (~> 2.5, >= 2.5.4)
33
33
  net-imap
34
34
  net-pop
35
35
  net-smtp
36
36
  rails-dom-testing (~> 2.0)
37
- actionpack (7.0.1)
38
- actionview (= 7.0.1)
39
- activesupport (= 7.0.1)
37
+ actionpack (7.0.2.2)
38
+ actionview (= 7.0.2.2)
39
+ activesupport (= 7.0.2.2)
40
40
  rack (~> 2.0, >= 2.2.0)
41
41
  rack-test (>= 0.6.3)
42
42
  rails-dom-testing (~> 2.0)
43
43
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (7.0.1)
45
- actionpack (= 7.0.1)
46
- activerecord (= 7.0.1)
47
- activestorage (= 7.0.1)
48
- activesupport (= 7.0.1)
44
+ actiontext (7.0.2.2)
45
+ actionpack (= 7.0.2.2)
46
+ activerecord (= 7.0.2.2)
47
+ activestorage (= 7.0.2.2)
48
+ activesupport (= 7.0.2.2)
49
49
  globalid (>= 0.6.0)
50
50
  nokogiri (>= 1.8.5)
51
- actionview (7.0.1)
52
- activesupport (= 7.0.1)
51
+ actionview (7.0.2.2)
52
+ activesupport (= 7.0.2.2)
53
53
  builder (~> 3.1)
54
54
  erubi (~> 1.4)
55
55
  rails-dom-testing (~> 2.0)
56
56
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (7.0.1)
58
- activesupport (= 7.0.1)
57
+ activejob (7.0.2.2)
58
+ activesupport (= 7.0.2.2)
59
59
  globalid (>= 0.3.6)
60
- activemodel (7.0.1)
61
- activesupport (= 7.0.1)
62
- activerecord (7.0.1)
63
- activemodel (= 7.0.1)
64
- activesupport (= 7.0.1)
65
- activestorage (7.0.1)
66
- actionpack (= 7.0.1)
67
- activejob (= 7.0.1)
68
- activerecord (= 7.0.1)
69
- activesupport (= 7.0.1)
60
+ activemodel (7.0.2.2)
61
+ activesupport (= 7.0.2.2)
62
+ activerecord (7.0.2.2)
63
+ activemodel (= 7.0.2.2)
64
+ activesupport (= 7.0.2.2)
65
+ activestorage (7.0.2.2)
66
+ actionpack (= 7.0.2.2)
67
+ activejob (= 7.0.2.2)
68
+ activerecord (= 7.0.2.2)
69
+ activesupport (= 7.0.2.2)
70
70
  marcel (~> 1.0)
71
71
  mini_mime (>= 1.1.0)
72
- activesupport (7.0.1)
72
+ activesupport (7.0.2.2)
73
73
  concurrent-ruby (~> 1.0, >= 1.0.2)
74
74
  i18n (>= 1.6, < 2)
75
75
  minitest (>= 5.1)
@@ -85,12 +85,12 @@ GEM
85
85
  erubi (1.10.0)
86
86
  globalid (1.0.0)
87
87
  activesupport (>= 5.0)
88
- i18n (1.9.1)
88
+ i18n (1.10.0)
89
89
  concurrent-ruby (~> 1.0)
90
90
  io-wait (0.2.1)
91
91
  json (2.6.1)
92
92
  logger (1.4.4)
93
- loofah (2.13.0)
93
+ loofah (2.14.0)
94
94
  crass (~> 1.0.2)
95
95
  nokogiri (>= 1.5.9)
96
96
  mail (2.7.1)
@@ -115,12 +115,12 @@ GEM
115
115
  net-protocol
116
116
  timeout
117
117
  nio4r (2.5.8)
118
- nokogiri (1.13.1-x86_64-darwin)
118
+ nokogiri (1.13.3-x86_64-darwin)
119
119
  racc (~> 1.4)
120
- nokogiri (1.13.1-x86_64-linux)
120
+ nokogiri (1.13.3-x86_64-linux)
121
121
  racc (~> 1.4)
122
122
  parallel (1.21.0)
123
- parser (3.1.0.0)
123
+ parser (3.1.1.0)
124
124
  ast (~> 2.4.1)
125
125
  pry (0.14.1)
126
126
  coderay (~> 1.1)
@@ -129,28 +129,28 @@ GEM
129
129
  rack (2.2.3)
130
130
  rack-test (1.1.0)
131
131
  rack (>= 1.0, < 3)
132
- rails (7.0.1)
133
- actioncable (= 7.0.1)
134
- actionmailbox (= 7.0.1)
135
- actionmailer (= 7.0.1)
136
- actionpack (= 7.0.1)
137
- actiontext (= 7.0.1)
138
- actionview (= 7.0.1)
139
- activejob (= 7.0.1)
140
- activemodel (= 7.0.1)
141
- activerecord (= 7.0.1)
142
- activestorage (= 7.0.1)
143
- activesupport (= 7.0.1)
132
+ rails (7.0.2.2)
133
+ actioncable (= 7.0.2.2)
134
+ actionmailbox (= 7.0.2.2)
135
+ actionmailer (= 7.0.2.2)
136
+ actionpack (= 7.0.2.2)
137
+ actiontext (= 7.0.2.2)
138
+ actionview (= 7.0.2.2)
139
+ activejob (= 7.0.2.2)
140
+ activemodel (= 7.0.2.2)
141
+ activerecord (= 7.0.2.2)
142
+ activestorage (= 7.0.2.2)
143
+ activesupport (= 7.0.2.2)
144
144
  bundler (>= 1.15.0)
145
- railties (= 7.0.1)
145
+ railties (= 7.0.2.2)
146
146
  rails-dom-testing (2.0.3)
147
147
  activesupport (>= 4.2.0)
148
148
  nokogiri (>= 1.6)
149
149
  rails-html-sanitizer (1.4.2)
150
150
  loofah (~> 2.3)
151
- railties (7.0.1)
152
- actionpack (= 7.0.1)
153
- activesupport (= 7.0.1)
151
+ railties (7.0.2.2)
152
+ actionpack (= 7.0.2.2)
153
+ activesupport (= 7.0.2.2)
154
154
  method_source
155
155
  rake (>= 12.2)
156
156
  thor (~> 1.0)
@@ -158,21 +158,21 @@ GEM
158
158
  rainbow (3.1.1)
159
159
  rake (13.0.6)
160
160
  redis (4.6.0)
161
- regexp_parser (2.2.0)
161
+ regexp_parser (2.2.1)
162
162
  rexml (3.2.5)
163
- rspec (3.10.0)
164
- rspec-core (~> 3.10.0)
165
- rspec-expectations (~> 3.10.0)
166
- rspec-mocks (~> 3.10.0)
167
- rspec-core (3.10.2)
168
- rspec-support (~> 3.10.0)
169
- rspec-expectations (3.10.2)
163
+ rspec (3.11.0)
164
+ rspec-core (~> 3.11.0)
165
+ rspec-expectations (~> 3.11.0)
166
+ rspec-mocks (~> 3.11.0)
167
+ rspec-core (3.11.0)
168
+ rspec-support (~> 3.11.0)
169
+ rspec-expectations (3.11.0)
170
170
  diff-lcs (>= 1.2.0, < 2.0)
171
- rspec-support (~> 3.10.0)
172
- rspec-mocks (3.10.3)
171
+ rspec-support (~> 3.11.0)
172
+ rspec-mocks (3.11.0)
173
173
  diff-lcs (>= 1.2.0, < 2.0)
174
- rspec-support (~> 3.10.0)
175
- rspec-support (3.10.3)
174
+ rspec-support (~> 3.11.0)
175
+ rspec-support (3.11.0)
176
176
  rubocop (1.25.1)
177
177
  parallel (~> 1.10)
178
178
  parser (>= 3.1.0.0)
@@ -182,8 +182,8 @@ GEM
182
182
  rubocop-ast (>= 1.15.1, < 2.0)
183
183
  ruby-progressbar (~> 1.7)
184
184
  unicode-display_width (>= 1.4.0, < 3.0)
185
- rubocop-ast (1.15.1)
186
- parser (>= 3.0.1.1)
185
+ rubocop-ast (1.16.0)
186
+ parser (>= 3.1.1.0)
187
187
  rubocop-config-umbrellio (1.25.0.61)
188
188
  rubocop (~> 1.25.0)
189
189
  rubocop-performance (~> 1.13.0)
@@ -223,6 +223,7 @@ GEM
223
223
 
224
224
  PLATFORMS
225
225
  x86_64-darwin-20
226
+ x86_64-darwin-21
226
227
  x86_64-linux
227
228
 
228
229
  DEPENDENCIES
@@ -235,4 +236,4 @@ DEPENDENCIES
235
236
  sidekiq
236
237
 
237
238
  BUNDLED WITH
238
- 2.2.28
239
+ 2.3.7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-09 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -52,6 +52,90 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.1.0
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rails
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rubocop-config-umbrellio
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: sidekiq
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
55
139
  description: |2
56
140
  Memolog is an in-memory logger, which extend any other logger.
57
141
  Designed to work with Sentry.
@@ -103,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
187
  - !ruby/object:Gem::Version
104
188
  version: '0'
105
189
  requirements: []
106
- rubygems_version: 3.2.15
190
+ rubygems_version: 3.3.3
107
191
  signing_key:
108
192
  specification_version: 4
109
193
  summary: In-memory logger for exceptions.