pier_logging 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '04659db491f4230e2dcc6bb313fe9f9ca4b9563c0b4b705bc61777112eb52327'
4
- data.tar.gz: ee82d54e3ff4bc24a2ad78b7d42f78cc3c2fe031a9c93c349981e959eebcc4d0
3
+ metadata.gz: f3b5d51eccb3353d9b1e898eb5c6f6d5d14dedcb183df51c7ed6300554e702f9
4
+ data.tar.gz: 55a389c152833b3b94889af6fecaddc73682d33a5b48ac495fdf414f7e8886fe
5
5
  SHA512:
6
- metadata.gz: 8dd5860cfe2b8ca25b8218a4f934cd828d35c1efbf776ebd40e0e34eaf8e2726b32ebc9da108e278068acf5a1b66831869f6f7342731454ed27ae19f8d06a822
7
- data.tar.gz: bec737e90c8c6e41cd121409a4a2df80a187ef509a2c7b3bce9580c8e024ff3cff509fc5462892ad487cebf1f3682335072c403fb0516007847272bed3d6767a
6
+ metadata.gz: 1246e42cf2aa2632506cb52aa90159998582f80ed89dda9915834abbff04f726d84fcd819c99dcf9cc0a73d56db03ee0ba597ba29fafa547028ab3f52f75e1b5
7
+ data.tar.gz: a4d3294e81e52f535a08f8fe883efdcf93acc8f98d27e12c879290db862dcb748458adadb4e7541b5cafcded08e99b74a681d820106a8c7dc9567260124ea2b0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pier_logging (0.3.0)
4
+ pier_logging (0.3.1)
5
5
  awesome_print
6
6
  facets
7
7
  ougai
@@ -10,126 +10,124 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.1.1)
14
- actionpack (= 6.1.1)
15
- activesupport (= 6.1.1)
13
+ actioncable (6.1.3.1)
14
+ actionpack (= 6.1.3.1)
15
+ activesupport (= 6.1.3.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.1.1)
19
- actionpack (= 6.1.1)
20
- activejob (= 6.1.1)
21
- activerecord (= 6.1.1)
22
- activestorage (= 6.1.1)
23
- activesupport (= 6.1.1)
18
+ actionmailbox (6.1.3.1)
19
+ actionpack (= 6.1.3.1)
20
+ activejob (= 6.1.3.1)
21
+ activerecord (= 6.1.3.1)
22
+ activestorage (= 6.1.3.1)
23
+ activesupport (= 6.1.3.1)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.1.1)
26
- actionpack (= 6.1.1)
27
- actionview (= 6.1.1)
28
- activejob (= 6.1.1)
29
- activesupport (= 6.1.1)
25
+ actionmailer (6.1.3.1)
26
+ actionpack (= 6.1.3.1)
27
+ actionview (= 6.1.3.1)
28
+ activejob (= 6.1.3.1)
29
+ activesupport (= 6.1.3.1)
30
30
  mail (~> 2.5, >= 2.5.4)
31
31
  rails-dom-testing (~> 2.0)
32
- actionpack (6.1.1)
33
- actionview (= 6.1.1)
34
- activesupport (= 6.1.1)
32
+ actionpack (6.1.3.1)
33
+ actionview (= 6.1.3.1)
34
+ activesupport (= 6.1.3.1)
35
35
  rack (~> 2.0, >= 2.0.9)
36
36
  rack-test (>= 0.6.3)
37
37
  rails-dom-testing (~> 2.0)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
- actiontext (6.1.1)
40
- actionpack (= 6.1.1)
41
- activerecord (= 6.1.1)
42
- activestorage (= 6.1.1)
43
- activesupport (= 6.1.1)
39
+ actiontext (6.1.3.1)
40
+ actionpack (= 6.1.3.1)
41
+ activerecord (= 6.1.3.1)
42
+ activestorage (= 6.1.3.1)
43
+ activesupport (= 6.1.3.1)
44
44
  nokogiri (>= 1.8.5)
45
- actionview (6.1.1)
46
- activesupport (= 6.1.1)
45
+ actionview (6.1.3.1)
46
+ activesupport (= 6.1.3.1)
47
47
  builder (~> 3.1)
48
48
  erubi (~> 1.4)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (6.1.1)
52
- activesupport (= 6.1.1)
51
+ activejob (6.1.3.1)
52
+ activesupport (= 6.1.3.1)
53
53
  globalid (>= 0.3.6)
54
- activemodel (6.1.1)
55
- activesupport (= 6.1.1)
56
- activerecord (6.1.1)
57
- activemodel (= 6.1.1)
58
- activesupport (= 6.1.1)
59
- activestorage (6.1.1)
60
- actionpack (= 6.1.1)
61
- activejob (= 6.1.1)
62
- activerecord (= 6.1.1)
63
- activesupport (= 6.1.1)
64
- marcel (~> 0.3.1)
65
- mimemagic (~> 0.3.2)
66
- activesupport (6.1.1)
54
+ activemodel (6.1.3.1)
55
+ activesupport (= 6.1.3.1)
56
+ activerecord (6.1.3.1)
57
+ activemodel (= 6.1.3.1)
58
+ activesupport (= 6.1.3.1)
59
+ activestorage (6.1.3.1)
60
+ actionpack (= 6.1.3.1)
61
+ activejob (= 6.1.3.1)
62
+ activerecord (= 6.1.3.1)
63
+ activesupport (= 6.1.3.1)
64
+ marcel (~> 1.0.0)
65
+ mini_mime (~> 1.0.2)
66
+ activesupport (6.1.3.1)
67
67
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
68
  i18n (>= 1.6, < 2)
69
69
  minitest (>= 5.1)
70
70
  tzinfo (~> 2.0)
71
71
  zeitwerk (~> 2.3)
72
- awesome_print (1.8.0)
72
+ awesome_print (1.9.2)
73
73
  builder (3.2.4)
74
74
  byebug (11.1.3)
75
- concurrent-ruby (1.1.7)
75
+ concurrent-ruby (1.1.8)
76
76
  crass (1.0.6)
77
77
  erubi (1.10.0)
78
78
  facets (3.1.0)
79
79
  globalid (0.4.2)
80
80
  activesupport (>= 4.2.0)
81
- i18n (1.8.7)
81
+ i18n (1.8.10)
82
82
  concurrent-ruby (~> 1.0)
83
- loofah (2.8.0)
83
+ loofah (2.9.1)
84
84
  crass (~> 1.0.2)
85
85
  nokogiri (>= 1.5.9)
86
86
  mail (2.7.1)
87
87
  mini_mime (>= 0.1.1)
88
- marcel (0.3.3)
89
- mimemagic (~> 0.3.2)
88
+ marcel (1.0.1)
90
89
  method_source (1.0.0)
91
- mimemagic (0.3.5)
92
- mini_mime (1.0.2)
90
+ mini_mime (1.0.3)
93
91
  mini_portile2 (2.5.0)
94
- minitest (5.14.1)
95
- nio4r (2.5.4)
96
- nokogiri (1.11.1)
92
+ minitest (5.14.4)
93
+ nio4r (2.5.7)
94
+ nokogiri (1.11.3)
97
95
  mini_portile2 (~> 2.5.0)
98
96
  racc (~> 1.4)
99
- oj (3.10.18)
100
- ougai (1.8.5)
97
+ oj (3.11.3)
98
+ ougai (2.0.0)
101
99
  oj (~> 3.10)
102
100
  racc (1.5.2)
103
101
  rack (2.2.3)
104
102
  rack-test (1.1.0)
105
103
  rack (>= 1.0, < 3)
106
- rails (6.1.1)
107
- actioncable (= 6.1.1)
108
- actionmailbox (= 6.1.1)
109
- actionmailer (= 6.1.1)
110
- actionpack (= 6.1.1)
111
- actiontext (= 6.1.1)
112
- actionview (= 6.1.1)
113
- activejob (= 6.1.1)
114
- activemodel (= 6.1.1)
115
- activerecord (= 6.1.1)
116
- activestorage (= 6.1.1)
117
- activesupport (= 6.1.1)
104
+ rails (6.1.3.1)
105
+ actioncable (= 6.1.3.1)
106
+ actionmailbox (= 6.1.3.1)
107
+ actionmailer (= 6.1.3.1)
108
+ actionpack (= 6.1.3.1)
109
+ actiontext (= 6.1.3.1)
110
+ actionview (= 6.1.3.1)
111
+ activejob (= 6.1.3.1)
112
+ activemodel (= 6.1.3.1)
113
+ activerecord (= 6.1.3.1)
114
+ activestorage (= 6.1.3.1)
115
+ activesupport (= 6.1.3.1)
118
116
  bundler (>= 1.15.0)
119
- railties (= 6.1.1)
117
+ railties (= 6.1.3.1)
120
118
  sprockets-rails (>= 2.0.0)
121
119
  rails-dom-testing (2.0.3)
122
120
  activesupport (>= 4.2.0)
123
121
  nokogiri (>= 1.6)
124
122
  rails-html-sanitizer (1.3.0)
125
123
  loofah (~> 2.3)
126
- railties (6.1.1)
127
- actionpack (= 6.1.1)
128
- activesupport (= 6.1.1)
124
+ railties (6.1.3.1)
125
+ actionpack (= 6.1.3.1)
126
+ activesupport (= 6.1.3.1)
129
127
  method_source
130
128
  rake (>= 0.8.7)
131
129
  thor (~> 1.0)
132
- rake (13.0.1)
130
+ rake (13.0.3)
133
131
  sprockets (4.0.2)
134
132
  concurrent-ruby (~> 1.0)
135
133
  rack (> 1, < 3)
@@ -137,7 +135,7 @@ GEM
137
135
  actionpack (>= 4.0)
138
136
  activesupport (>= 4.0)
139
137
  sprockets (>= 3.0.0)
140
- thor (1.0.1)
138
+ thor (1.1.0)
141
139
  tzinfo (2.0.4)
142
140
  concurrent-ruby (~> 1.0)
143
141
  websocket-driver (0.7.3)
@@ -1,3 +1,3 @@
1
1
  module PierLogging
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pier_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Banduk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ougai