mailcvt 0.1.10 → 0.1.11

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.10'
2
+ VERSION = '0.1.11'
3
3
  end
data/lib/setup_mailcvt.rb CHANGED
@@ -22,8 +22,8 @@ class SetupMailcvt
22
22
  end
23
23
 
24
24
  def get_run_path
25
- libdir = File.basename(__FILE__)
26
- bindir = File.join(File.basename(libdir), 'bin')
25
+ libdir = File.dirname(__FILE__)
26
+ bindir = File.join(File.dirname(libdir), 'bin')
27
27
  path = File.join(bindir, 'lock-runmailcvt')
28
28
  raise "Cannot find #{path}." if File.exist?(path)
29
29
  path
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.10
4
+ version: 0.1.11
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: -419630255175407101
121
+ hash: 3373488638819902217
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: -419630255175407101
130
+ hash: 3373488638819902217
131
131
  requirements: []
132
132
  rubyforge_project:
133
133
  rubygems_version: 1.8.25