mailcvt 0.1.11 → 0.1.12

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.11'
2
+ VERSION = '0.1.12'
3
3
  end
@@ -25,7 +25,7 @@ class SetupMailcvt
25
25
  libdir = File.dirname(__FILE__)
26
26
  bindir = File.join(File.dirname(libdir), 'bin')
27
27
  path = File.join(bindir, 'lock-runmailcvt')
28
- raise "Cannot find #{path}." if File.exist?(path)
28
+ raise "Cannot find #{path}." unless File.exist?(path)
29
29
  path
30
30
  end
31
31
  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.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -118,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  segments:
120
120
  - 0
121
- hash: 3373488638819902217
121
+ hash: 1819814251293635872
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  none: false
124
124
  requirements:
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  segments:
129
129
  - 0
130
- hash: 3373488638819902217
130
+ hash: 1819814251293635872
131
131
  requirements: []
132
132
  rubyforge_project:
133
133
  rubygems_version: 1.8.25