sawmill 0.0.9 → 0.0.10

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.
@@ -95,6 +95,7 @@ module Sawmill
95
95
  record_id_ = entry_.record_id
96
96
  if @rotater
97
97
  if @standby_channel
98
+ @standby_channel.check_rotate
98
99
  io_ = @standby_channel
99
100
  @standby_channel = nil
100
101
  else
@@ -168,8 +169,8 @@ module Sawmill
168
169
  io_.write(str_)
169
170
  else
170
171
  @standby_channel ||= @rotater.create_channel
171
- @standby_channel.write(str_)
172
172
  @standby_channel.check_rotate
173
+ @standby_channel.write(str_)
173
174
  end
174
175
  else
175
176
  @io.write(str_)
@@ -43,7 +43,7 @@ end
43
43
  module Sawmill
44
44
 
45
45
  # Current gem version, as a frozen string.
46
- VERSION_STRING = '0.0.9'.freeze
46
+ VERSION_STRING = '0.0.10'.freeze
47
47
 
48
48
  # Current gem version, as a Versionomy::Value if the versionomy library
49
49
  # is available, or as a frozen string if not.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sawmill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-28 00:00:00 -08:00
12
+ date: 2010-01-31 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency