From c4910bdeb647ebb66a90a3d2c031e21725150064 Mon Sep 17 00:00:00 2001 From: aquasync Date: Sat, 11 Oct 2008 14:16:47 +0000 Subject: [PATCH] Forgot to rename mapitool in Rakefile gem spec. git-svn-id: https://ruby-msg.googlecode.com/svn/trunk@126 c30d66de-b626-0410-988f-81f6512a6d81 --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 3021418..7adcf17 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ $:.unshift 'lib' require 'mapi/msg' PKG_NAME = 'ruby-msg' -PKG_VERSION = Mapi::Msg::VERSION +PKG_VERSION = Mapi::VERSION task :default => [:test] @@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s| s.homepage = %q{http://code.google.com/p/ruby-msg} s.rubyforge_project = %q{ruby-msg} - s.executables = ['msgtool'] + s.executables = ['mapitool'] s.files = FileList['data/*.yaml', 'Rakefile', 'README', 'FIXES'] s.files += FileList['lib/**/*.rb', 'test/test_*.rb', 'bin/*']