mailcvt 0.2.24 → 0.2.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ class EncodedWord
15
15
  Dir.glob(File.join(@inputdir, File.join('**', '*.mlog'))).select do |f|
16
16
  puts f
17
17
  File.open(f + '.plain', 'w') do |out|
18
- File.open(f, 'r:us-ascii:utf-8').each_line do |line|
18
+ File.open(f, :internal_encoding => 'utf-8').each_line do |line|
19
19
  parts = mysplit(line)
20
20
  newparts = []
21
21
  newparts << format_date(parts[0]) #date
@@ -1,3 +1,3 @@
1
1
  module Mailcvt
2
- VERSION = '0.2.24'
2
+ VERSION = '0.2.25'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailcvt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: