ruby-msg 1.2.17.1 → 1.2.17.2

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 (3) hide show
  1. data/bin/msgtool +2 -0
  2. data/lib/msg.rb +1 -1
  3. metadata +2 -2
data/bin/msgtool CHANGED
@@ -32,6 +32,8 @@ def msgtool
32
32
  end
33
33
  # just shut up and convert a message to eml
34
34
  Msg::Log.level = Ole::Log.level = opts[:verbose] ? Logger::WARN : Logger::FATAL
35
+ # fix for windows
36
+ STDOUT.binmode
35
37
  case opts[:action]
36
38
  when :convert
37
39
  msgs.each do |filename|
data/lib/msg.rb CHANGED
@@ -20,7 +20,7 @@ require 'mime'
20
20
  #
21
21
 
22
22
  class Msg
23
- VERSION = '1.2.17.1'
23
+ VERSION = '1.2.17.2'
24
24
  # we look here for the yaml files in data/, and the exe files for support
25
25
  # decoding at the moment.
26
26
  SUPPORT_DIR = File.dirname(__FILE__) + '/..'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: ruby-msg
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.2.17.1
7
- date: 2007-06-16 00:00:00 +10:00
6
+ version: 1.2.17.2
7
+ date: 2007-06-27 00:00:00 +10:00
8
8
  summary: Ruby Msg library.
9
9
  require_paths:
10
10
  - lib