dima_app_logger 0.0.3 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/dima_app_logger/logger.rb +0 -4
  2. metadata +3 -3
@@ -77,7 +77,6 @@ module Dima
77
77
  end
78
78
 
79
79
  def method_missing(method, *args, &block)
80
- puts method.to_s
81
80
  _expire! if _expired?
82
81
  _logger.__send__(method, *args, &block)
83
82
  end
@@ -94,8 +93,5 @@ module Dima
94
93
  def initialize
95
94
  super(STDOUT)
96
95
  end
97
- def format_message(level, time, progname, msg)
98
- msg.to_s
99
- end
100
96
  end
101
97
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dima_app_logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dmitry Galinsky