debug_logging 1.0.13 → 1.0.14

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: a37d3585c93fa04bc4ad9787908021c2923e7d9d
4
- data.tar.gz: a41d5e4b7f1a8a87d162ca42d713389133c9e79e
3
+ metadata.gz: 2a6f33d326abdd7e4f51b3db9924c6efc1b5d2dd
4
+ data.tar.gz: a71b17a5339daa7015535d9725c29845b3ee4b77
5
5
  SHA512:
6
- metadata.gz: c276c044a9d874fe55606bf82b8bc8b4f3c6d0e83abfd96f621b1dd29e9593aab6048e72cb13e33abc0ffab91405e06f6e37788f25cbc177caf331b35cbd1cb3
7
- data.tar.gz: c382d925bbd86b4dbdd4b21bfc2615845c98a257d665a6453f131516a79d0b8a6f33ab2224eaa4722b1c661579eb219ba02e4260448a71962c70bbf1467ec768
6
+ metadata.gz: 3ef277127b5b36247d9c28ee2cf331560458dd1d55dedd5d57d3a643e6eb748ae0d6b5088ed31a0759885e58ee488b7dee5cd73d7aabfa6efd130099a4412a65
7
+ data.tar.gz: '0882e2285542cb262c152f110a71a12dfa4cec71527b5fb81f0a877952068bc2ba60b1142730d4fdb29ab7147f28ec63ac03e3496429fda434c4fac24ed50dbc'
@@ -58,7 +58,7 @@ require "debug_logging/class_logger"
58
58
  module DebugLogging
59
59
  def self.extended(base)
60
60
  base.send(:extend, ArgumentPrinter)
61
- base.debug_config_reset(debug_logging_configuration.dup)
61
+ base.debug_config_reset(Configuration.new(**debug_logging_configuration.to_hash))
62
62
  end
63
63
 
64
64
  #### API ####
@@ -1,3 +1,3 @@
1
1
  module DebugLogging
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debug_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-08 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize