logjoy 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logjoy/version.rb +1 -1
- data/lib/logjoy.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: 56329a258274b0bd9cfb93908a2c0eabd282d997199df65338754f2bf21553bc
|
4
|
+
data.tar.gz: c9f0fe2944b7fd218492a8e71e6381bed4815afef1fd54606b29091a074d095a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 692adfc536f2bd584fe5cbf0c2037f3489d3b874e83d0e8d4dc286c61a4f96a6284beb770d03653f92464b2d881243f3b475ce9e576cd59a2a984fc1ec834034
|
7
|
+
data.tar.gz: '09bd6e67e9ce7f7bcf8a026ce93a748a50e96d3cc135b7fffb2493fd970ae37a5ad38a052f240a6b20763bad3f8175e845ab1cf750e9edb0aa9770e027cc68f7'
|
data/lib/logjoy/version.rb
CHANGED
data/lib/logjoy.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require 'active_support/core_ext/string/inflections'
|
3
4
|
require 'action_view/log_subscriber'
|
4
5
|
require 'action_controller/log_subscriber'
|
5
6
|
require 'action_mailer/log_subscriber'
|
6
7
|
require 'active_storage/log_subscriber'
|
7
|
-
require 'active_support/core_ext/string/inflections'
|
8
8
|
|
9
9
|
require_relative 'logjoy/version'
|
10
10
|
require_relative 'logjoy/log_subscribers/action_controller'
|