Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4910bd

Browse files
committed
Forgot to rename mapitool in Rakefile gem spec.
git-svn-id: https://ruby-msg.googlecode.com/svn/trunk@126 c30d66de-b626-0410-988f-81f6512a6d81
1 parent 5bd91de commit c4910bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $:.unshift 'lib'
1111
require 'mapi/msg'
1212

1313
PKG_NAME = 'ruby-msg'
14-
PKG_VERSION = Mapi::Msg::VERSION
14+
PKG_VERSION = Mapi::VERSION
1515

1616
task :default => [:test]
1717

@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
5454
s.homepage = %q{http://code.google.com/p/ruby-msg}
5555
s.rubyforge_project = %q{ruby-msg}
5656

57-
s.executables = ['msgtool']
57+
s.executables = ['mapitool']
5858
s.files = FileList['data/*.yaml', 'Rakefile', 'README', 'FIXES']
5959
s.files += FileList['lib/**/*.rb', 'test/test_*.rb', 'bin/*']
6060

0 commit comments

Comments
 (0)