mailcvt 0.2.5 → 0.2.6

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.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
data/lib/setup_mailcvt.rb CHANGED
@@ -16,7 +16,7 @@ class SetupMailcvt
16
16
  File.delete jobfile if File.exist?(jobfile)
17
17
 
18
18
  newmaildir = File.join(Dir.home, 'Maildir/new')
19
- File.open(jobfile, 'w') { |f| f.puts "5 * * * * #{get_run_path} #{newmaildir} #{@output}" }
19
+ File.open(jobfile, 'w') { |f| f.puts "*/6 * * * * #{get_run_path} #{newmaildir} #{@output}" }
20
20
  `crontab #{jobfile}`
21
21
  File.delete jobfile
22
22
  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.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: -1536630647467052380
124
+ hash: 268617747074203837
125
125
  required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  none: false
127
127
  requirements:
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  segments:
132
132
  - 0
133
- hash: -1536630647467052380
133
+ hash: 268617747074203837
134
134
  requirements: []
135
135
  rubyforge_project:
136
136
  rubygems_version: 1.8.25