mailcvt 0.1.37 → 0.1.38

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.37'
2
+ VERSION = '0.1.38'
3
3
  end
data/lib/to_cc_parser.rb CHANGED
@@ -19,8 +19,6 @@ class ToCcParser
19
19
  parsetocc grep
20
20
  @fh.closetocc2
21
21
 
22
- idTo = LogHelper.ids['T']
23
- idCc = LogHelper.ids['C']
24
22
  File.open(mlog, 'a') do |omlog|
25
23
  File.foreach(mtocc) do |line|
26
24
  oldlog = line[0..-2]
@@ -32,8 +30,8 @@ class ToCcParser
32
30
  fn = parts[0]
33
31
  if @toccs.has_key?(fn)
34
32
  tocc = @toccs[fn]
35
- parts[idTo+1] = tocc[idTo]
36
- parts[idCc+1] = tocc[idCc]
33
+ parts[4+1] = tocc[4]
34
+ parts[5+1] = tocc[5]
37
35
  end
38
36
  omlog.puts parts[1..-1].join("\t")
39
37
  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.1.37
4
+ version: 0.1.38
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: 4509838452600663477
123
+ hash: -2117374928597539423
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: 4509838452600663477
132
+ hash: -2117374928597539423
133
133
  requirements: []
134
134
  rubyforge_project:
135
135
  rubygems_version: 1.8.25