ruby-msg 1.2.17 → 1.2.17.1
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.
- data/lib/msg.rb +1 -1
- data/lib/msg/properties.rb +1 -1
- metadata +2 -2
data/lib/msg.rb
CHANGED
data/lib/msg/properties.rb
CHANGED
|
@@ -98,7 +98,7 @@ class Msg
|
|
|
98
98
|
0x001f => proc { |obj| Ole::Types::FROM_UTF16.iconv obj.read }, # unicode
|
|
99
99
|
# ascii
|
|
100
100
|
# FIXME hack did a[0..-2] before, seems right sometimes, but for some others it chopped the text. chomp
|
|
101
|
-
0x001e => proc { |obj|
|
|
101
|
+
0x001e => proc { |obj| obj.read.chomp 0.chr },
|
|
102
102
|
0x0102 => proc { |obj| obj.open }, # binary?
|
|
103
103
|
:default => proc { |obj| obj.open }
|
|
104
104
|
}
|
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
|
|
7
|
-
date: 2007-
|
|
6
|
+
version: 1.2.17.1
|
|
7
|
+
date: 2007-06-16 00:00:00 +10:00
|
|
8
8
|
summary: Ruby Msg library.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|