--- a/Rakefile Mon Aug 18 06:25:08 2008 +0000
+++ b/Rakefile Tue Oct 14 16:11:19 2008 +0000
@@ -7,7 +7,7 @@
# Copyright (c) 2008 The FaerieMUD Consortium
#
# Authors:
-# * Michae Granger and Mahlon Smith <ged@FaerieMUD.org, mahlon@martini.nu>
+# * Michael Granger and Mahlon Smith <ged@FaerieMUD.org, mahlon@martini.nu>
#
BEGIN {
@@ -65,6 +65,7 @@
EXTRA_PKGFILES = []
EXTRA_PKGFILES += Pathname.glob( BASEDIR + 'examples/*.{c,rb}' ).delete_if {|item| item =~ /\.svn/ }
+EXTRA_PKGFILES.concat Pathname.glob( BASEDIR + 'misc/monkeypatches.rb' ).delete_if {|item| item =~ /\.svn/ }
RELEASE_FILES = TEXT_FILES +
SPEC_FILES +
@@ -151,7 +152,7 @@
simultaneously. It includes a Ruby binding to the FreeBSD jail(2) functions.
EOD
- gem.authors = 'Michae Granger and Mahlon Smith'
+ gem.authors = 'Michael Granger and Mahlon Smith'
gem.email = 'ged@FaerieMUD.org, mahlon@martini.nu'
gem.homepage = 'http://deveiate.org/projects/Jparallel/'
gem.rubyforge_project = RUBYFORGE_PROJECT