Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd91de commit c4910bdCopy full SHA for c4910bd
Rakefile
@@ -11,7 +11,7 @@ $:.unshift 'lib'
11
require 'mapi/msg'
12
13
PKG_NAME = 'ruby-msg'
14
-PKG_VERSION = Mapi::Msg::VERSION
+PKG_VERSION = Mapi::VERSION
15
16
task :default => [:test]
17
@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
54
s.homepage = %q{http://code.google.com/p/ruby-msg}
55
s.rubyforge_project = %q{ruby-msg}
56
57
- s.executables = ['msgtool']
+ s.executables = ['mapitool']
58
s.files = FileList['data/*.yaml', 'Rakefile', 'README', 'FIXES']
59
s.files += FileList['lib/**/*.rb', 'test/test_*.rb', 'bin/*']
60
0 commit comments