loggability 0.12.0.pre20161212115530 → 0.12.0.pre20161214121603

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9111cb6dd131b8808684c31e06dab0dc769efead
4
- data.tar.gz: eed7fd5ba5b4fb700e3e04f314c634115732ebb5
3
+ metadata.gz: f46621fee7bd204de1d1872520844f0cf4493e0c
4
+ data.tar.gz: 468ba3b10292e91ba42caccb7987a051646a662b
5
5
  SHA512:
6
- metadata.gz: e4973262889355f718befcf2fea85442798f2cb4b97908a9feaaab522dc978664e45b1def2448aabe6212022675581e0f8c72a0d5a4f95ddf8fce759f1e44f1d
7
- data.tar.gz: 92daec5ddaacf677ee1e6b7e8302d62804b15524417b1e167f8fcfe581b424c5a49d1a9381c6580e51b8a6754213ee6d6c3d60dea496dd08a9acc1b8ea182931
6
+ metadata.gz: 118ba817043e8310dcda717d69bdb22b97836369f64ba73291044899876543735e7025548ecc13216c3c2878a16d8af794e3b8cb7ae9e0cef207454290206514
7
+ data.tar.gz: 7b8e546d2ccac2c1804f5d7419ea7ab9cc4a9ec6706477f6584eacb3a2ae38341dda61bd275d062bd250343f5ab56f3cd8ab94eca207885b9b861989a831ab53
@@ -36,6 +36,12 @@ module Loggability::LogHost
36
36
  alias_method :log=, :logger=
37
37
 
38
38
 
39
+ ### Make subclasses log clients of the loghost.
40
+ def inherited( subclass )
41
+ super
42
+ subclass.log_to( self )
43
+ end
44
+
39
45
  end # module Loggability::LogHost
40
46
 
41
47
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loggability
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0.pre20161212115530
4
+ version: 0.12.0.pre20161214121603
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Granger
@@ -35,7 +35,7 @@ cert_chain:
35
35
  w8aNA5re5+Rt/Vvjxj5AcEnZnZiz5x959NaddQocX32Z1unHw44pzRNUur1GInfW
36
36
  p4vpx2kUSFSAGjtCbDGTNV2AH8w9OU4xEmNz8c5lyoA=
37
37
  -----END CERTIFICATE-----
38
- date: 2016-12-12 00:00:00.000000000 Z
38
+ date: 2016-12-14 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: hoe-mercurial
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  version: 1.3.1
218
218
  requirements: []
219
219
  rubyforge_project:
220
- rubygems_version: 2.6.7
220
+ rubygems_version: 2.6.8
221
221
  signing_key:
222
222
  specification_version: 4
223
223
  summary: A composable logging system built on the standard Logger library
checksums.yaml.gz.sig DELETED
Binary file
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
Binary file