dohutil 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/doh/log/stub.rb +1 -0
  2. metadata +2 -1
data/lib/doh/log/stub.rb CHANGED
@@ -2,6 +2,7 @@ module DohLog
2
2
  class StubInterface
3
3
  def self.debug(msg); end
4
4
  def self.info(msg); end
5
+ def self.notify(msg); end
5
6
  def self.warn(msg); end
6
7
  def self.error(msg, exception = nil); end
7
8
  def self.fatal(msg, exception = nil); end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dohutil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,3 +109,4 @@ test_files:
109
109
  - test/core_ext/datewithtime.dt.rb
110
110
  - test/core_ext/force_deep_copy.dt.rb
111
111
  - test/core_ext/string.dt.rb
112
+ has_rdoc: