mailcvt 0.1.36 → 0.1.37

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.
@@ -15,7 +15,7 @@ function copyonly1 {
15
15
  fname=$(basename $f)
16
16
  dname=$(dirname $f)
17
17
  echo "[$(now)] cp $f $dname/COPY_$fname"
18
- cp $f "COPY_$f"
18
+ cp $f "$dname/COPY_$fname"
19
19
  done
20
20
  fi
21
21
  }
@@ -1,3 +1,3 @@
1
1
  module Mailcvt
2
- VERSION = '0.1.36'
2
+ VERSION = '0.1.37'
3
3
  end
@@ -62,7 +62,7 @@ class ToCcParser
62
62
  return if lines.length == 0
63
63
 
64
64
  gm = GrepMail.new(curfile, lines)
65
- mlog = lh.tolog
65
+ mlog = gm.tolog
66
66
  if gm.istocc?
67
67
  @fh.outputtocc2(mlog)
68
68
  else
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.36
4
+ version: 0.1.37
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: 1859752682061743159
123
+ hash: 4509838452600663477
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: 1859752682061743159
132
+ hash: 4509838452600663477
133
133
  requirements: []
134
134
  rubyforge_project:
135
135
  rubygems_version: 1.8.25