logatron 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: ef5be30956bf44b489551cbba6d556416e79710e
4
- data.tar.gz: 08ae83c13817e6528c948716c2d59e0384c95af1
3
+ metadata.gz: bbb72087cd2c7994e5c7b4d225affa569aefaa10
4
+ data.tar.gz: 4f5d1cc02f607f5dfb0d500eb617071c0eadfcb8
5
5
  SHA512:
6
- metadata.gz: 00c8a6972f8a373af07f6dc1bfa258ed891474da6ff35fdec5a82ad0e6d02110b7953d58f774a0497a80844edb1712b42d97f6c69a7d5d207d54338c09666df8
7
- data.tar.gz: 1b66acd4d4f837825bb25ff3ce722d7a5f6d1b66ef36f890b8055c4bb8b6bd1536e12610135ea4c255e15639b9df2117eaa10029b05123c718947d9012090146
6
+ metadata.gz: 03d9985313ca3ca9e87db8827a6e728b2614d96d958a395ab7917463e7b04f126f476c769cd96fca60ba183a4ff5a25bac5841c62a41c46f929e11363d55ab76
7
+ data.tar.gz: 4930d4efefde83de1a26fffcc06fca3c7bb6854886fc519e30331b73be7e30a83bf13fd41b8bb8749f50fe6ad11b95c218224499e1a1d6ccd3590dbafd2ace17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- logatron (0.2.0)
4
+ logatron (0.2.1)
5
5
  activesupport (~> 4.2, >= 4.2.1)
6
6
 
7
7
  GEM
@@ -34,7 +34,7 @@ module Logatron
34
34
 
35
35
  end
36
36
 
37
- config.lograge.logger = Logatron.logger
37
+ config.lograge.logger = Logatron.configuration.logger
38
38
  config.lograge.enabled = true
39
39
  config.lograge.formatter = Lograge::Formatters::Json.new
40
40
  config.lograge.custom_options = lambda do |event|
data/logatron.gemspec CHANGED
@@ -5,7 +5,7 @@ require 'logatron/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'logatron'
8
- spec.version = '0.2.0'
8
+ spec.version = '0.2.1'
9
9
  spec.authors = ['Justin Grimes']
10
10
  spec.email = ['justin.mgrimes@gmail.com']
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logatron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Grimes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-16 00:00:00.000000000 Z
11
+ date: 2015-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport