heavylog 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +15 -13
- data/lib/heavylog/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cfa2f8bd9f2b151619ba8ce2a529f0ffefd366160dd254a16ec1a726d91737e
|
4
|
+
data.tar.gz: f70791679b5b64f72f07aa683903f8148600247101734a4dfc08729b2cef57ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdab56ed918860a626b5b884ffbc03f65c7e2f9fa35f5bfbfc1d04ac9456f2b340744366a3e27e808fd51e9ace5efca4c249614c595985287fc56e7887a13da2
|
7
|
+
data.tar.gz: ba4017fdd6edc93e42ed95683e7597b6d2df59f4ee025599988d805a9e41c6fc0db23b819694d05b9b415f6fb34b3888d057da6e2e7c2fc0c311372743d4655e
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
heavylog (0.0.
|
4
|
+
heavylog (0.0.15)
|
5
5
|
actionpack (>= 5)
|
6
6
|
activesupport (>= 5)
|
7
7
|
railties (>= 5)
|
@@ -10,24 +10,25 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actionpack (
|
14
|
-
actionview (=
|
15
|
-
activesupport (=
|
13
|
+
actionpack (6.0.0)
|
14
|
+
actionview (= 6.0.0)
|
15
|
+
activesupport (= 6.0.0)
|
16
16
|
rack (~> 2.0)
|
17
17
|
rack-test (>= 0.6.3)
|
18
18
|
rails-dom-testing (~> 2.0)
|
19
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
20
|
-
actionview (
|
21
|
-
activesupport (=
|
19
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
20
|
+
actionview (6.0.0)
|
21
|
+
activesupport (= 6.0.0)
|
22
22
|
builder (~> 3.1)
|
23
23
|
erubi (~> 1.4)
|
24
24
|
rails-dom-testing (~> 2.0)
|
25
|
-
rails-html-sanitizer (~> 1.
|
26
|
-
activesupport (
|
25
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
26
|
+
activesupport (6.0.0)
|
27
27
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
28
28
|
i18n (>= 0.7, < 2)
|
29
29
|
minitest (~> 5.1)
|
30
30
|
tzinfo (~> 1.1)
|
31
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
31
32
|
ast (2.4.0)
|
32
33
|
builder (3.2.3)
|
33
34
|
concurrent-ruby (1.1.5)
|
@@ -56,12 +57,12 @@ GEM
|
|
56
57
|
nokogiri (>= 1.6)
|
57
58
|
rails-html-sanitizer (1.2.0)
|
58
59
|
loofah (~> 2.2, >= 2.2.2)
|
59
|
-
railties (
|
60
|
-
actionpack (=
|
61
|
-
activesupport (=
|
60
|
+
railties (6.0.0)
|
61
|
+
actionpack (= 6.0.0)
|
62
|
+
activesupport (= 6.0.0)
|
62
63
|
method_source
|
63
64
|
rake (>= 0.8.7)
|
64
|
-
thor (>= 0.
|
65
|
+
thor (>= 0.20.3, < 2.0)
|
65
66
|
rainbow (3.0.0)
|
66
67
|
rake (10.5.0)
|
67
68
|
request_store (1.4.1)
|
@@ -92,6 +93,7 @@ GEM
|
|
92
93
|
tzinfo (1.2.5)
|
93
94
|
thread_safe (~> 0.1)
|
94
95
|
unicode-display_width (1.6.0)
|
96
|
+
zeitwerk (2.1.10)
|
95
97
|
|
96
98
|
PLATFORMS
|
97
99
|
ruby
|
data/lib/heavylog/version.rb
CHANGED