mailcvt 0.2.18 → 0.2.19

Sign up to get free protection for your applications and to get access to all the features.
data/lib/encoded_word.rb CHANGED
@@ -15,7 +15,7 @@ class EncodedWord
15
15
  next unless File.directory?(path)
16
16
  =end
17
17
 
18
- Dir.glob(File.join(@inputdir, File.join('**', '*.mlog')).select do |f|
18
+ Dir.glob(File.join(@inputdir, File.join('**', '*.mlog'))).select do |f|
19
19
  puts f
20
20
  File.open(f + '.plain', 'w') do |out|
21
21
  File.readlines(f).each do |line|
@@ -1,3 +1,3 @@
1
1
  module Mailcvt
2
- VERSION = '0.2.18'
2
+ VERSION = '0.2.19'
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.18
4
+ version: 0.2.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: