Skip to content

Commit

Permalink
Forgot to rename mapitool in Rakefile gem spec.
Browse files Browse the repository at this point in the history
git-svn-id: https://ruby-msg.googlecode.com/svn/trunk@126 c30d66de-b626-0410-988f-81f6512a6d81
  • Loading branch information
aquasync committed Oct 11, 2008
1 parent 5bd91de commit c4910bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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/*']

Expand Down

0 comments on commit c4910bd

Please sign in to comment.