sawmill 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- === 0.0.7 / 2009-12-09
1
+ === 0.0.8 / 2009-12-09
2
2
 
3
3
  * The rotater crashed when obtaining an IO handle under Ruby 1.9. Fixed.
4
4
 
@@ -148,7 +148,7 @@ module Sawmill
148
148
  _write_to_stream(io_, "# sawmill_format: version=1\n")
149
149
  if SUPPORTS_ENCODING
150
150
  encoding_ = @encoding || ::Encoding.default_external
151
- _write_to_stream(io_, "# sawmill_format: encoding=#{@encoding.name}\n")
151
+ _write_to_stream(io_, "# sawmill_format: encoding=#{encoding_.name}\n")
152
152
  end
153
153
  end
154
154
  @handles[handle_] = [handle_, io_, 1]
@@ -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.7'.freeze
46
+ VERSION_STRING = '0.0.8'.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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma