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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1473ad9c6f6b63a7df1d13b6492ab037c3560e524aa4cf04e21d8331aa995c6f
4
- data.tar.gz: 0d7180652480d0763120a818b1867d8940be2a7efdb2470032cd53d11ea6d625
3
+ metadata.gz: 56329a258274b0bd9cfb93908a2c0eabd282d997199df65338754f2bf21553bc
4
+ data.tar.gz: c9f0fe2944b7fd218492a8e71e6381bed4815afef1fd54606b29091a074d095a
5
5
  SHA512:
6
- metadata.gz: aae9b5331fc525afec2aa46130467c9d9cc7d036534bced3ef3d3c94d53a33e07390c2d2853b750c3f561a21e4529eeefaaee5f3fe15a7e53db121186eb9bee2
7
- data.tar.gz: 3dc63a6b4d9b9ab10fa6a9dad2a8ac2da3acd6d7ddb79b4737255cd2dd6a3cc1d2525101a07a5698baea35c693cd39bc06747895504d87c56549c6a8c51d61db
6
+ metadata.gz: 692adfc536f2bd584fe5cbf0c2037f3489d3b874e83d0e8d4dc286c61a4f96a6284beb770d03653f92464b2d881243f3b475ce9e576cd59a2a984fc1ec834034
7
+ data.tar.gz: '09bd6e67e9ce7f7bcf8a026ce93a748a50e96d3cc135b7fffb2493fd970ae37a5ad38a052f240a6b20763bad3f8175e845ab1cf750e9edb0aa9770e027cc68f7'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Logjoy
4
- VERSION = '0.3.3'
4
+ VERSION = '0.3.4'
5
5
  end
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'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logjoy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat McGee