mailcvt 0.1.22 → 0.1.23

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.
@@ -1,3 +1,3 @@
1
1
  module Mailcvt
2
- VERSION = '0.1.22'
2
+ VERSION = '0.1.23'
3
3
  end
data/lib/output_helper.rb CHANGED
@@ -39,9 +39,9 @@ class OutputHelper
39
39
 
40
40
  def outputtocc(mailpath, mlog)
41
41
  unless @oftocc
42
- ftocc = @fh.getmout('.ftocc')
42
+ ftocc = getmout('.ftocc')
43
43
  @oftocc = File.open(ftocc, 'w')
44
- mlogtocc = @fh.getmout('.mtocc')
44
+ mlogtocc = getmout('.mtocc')
45
45
  @omlogtocc = File.open(mlogtocc, 'w')
46
46
  end
47
47
 
@@ -56,7 +56,7 @@ class OutputHelper
56
56
 
57
57
  def outputothers(mailpath)
58
58
  unless @ofothers
59
- fothers = @fh.getmout('.fothers')
59
+ fothers = getmout('.fothers')
60
60
  @ofothers = File.open(fothers, 'w')
61
61
  end
62
62
 
@@ -69,7 +69,7 @@ class OutputHelper
69
69
 
70
70
  def outputtocc2(mailpath)
71
71
  unless @oftocc2
72
- ftocc2 = @fh.getmout('.ftocc2')
72
+ ftocc2 = getmout('.ftocc2')
73
73
  @oftocc2 = File.open(ftocc2, 'w')
74
74
  end
75
75
 
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.1.22
4
+ version: 0.1.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -1256108000317534942
123
+ hash: -1512057552017651829
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements:
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: -1256108000317534942
132
+ hash: -1512057552017651829
133
133
  requirements: []
134
134
  rubyforge_project:
135
135
  rubygems_version: 1.8.25