Rakefile
branchmahlon-misc
changeset 9 4c51ebe6e9b6
parent 0 92d00ff32c56
child 10 b1426511fb64
equal deleted inserted replaced
8:296a03a08be2 9:4c51ebe6e9b6
     5 # Based on various other Rakefiles, especially one by Ben Bleything
     5 # Based on various other Rakefiles, especially one by Ben Bleything
     6 #
     6 #
     7 # Copyright (c) 2008 The FaerieMUD Consortium
     7 # Copyright (c) 2008 The FaerieMUD Consortium
     8 #
     8 #
     9 # Authors:
     9 # Authors:
    10 #  * Michae Granger and Mahlon Smith <ged@FaerieMUD.org, mahlon@martini.nu>
    10 #  * Michael Granger and Mahlon Smith <ged@FaerieMUD.org, mahlon@martini.nu>
    11 #
    11 #
    12 
    12 
    13 BEGIN {
    13 BEGIN {
    14 	require 'pathname'
    14 	require 'pathname'
    15 	basedir = Pathname.new( __FILE__ ).dirname
    15 	basedir = Pathname.new( __FILE__ ).dirname
    63 
    63 
    64 LOCAL_RAKEFILE = BASEDIR + 'Rakefile.local'
    64 LOCAL_RAKEFILE = BASEDIR + 'Rakefile.local'
    65 
    65 
    66 EXTRA_PKGFILES = []
    66 EXTRA_PKGFILES = []
    67 EXTRA_PKGFILES += Pathname.glob( BASEDIR + 'examples/*.{c,rb}' ).delete_if {|item| item =~ /\.svn/ } 
    67 EXTRA_PKGFILES += Pathname.glob( BASEDIR + 'examples/*.{c,rb}' ).delete_if {|item| item =~ /\.svn/ } 
       
    68 EXTRA_PKGFILES.concat Pathname.glob( BASEDIR + 'misc/monkeypatches.rb' ).delete_if {|item| item =~ /\.svn/ }
    68 
    69 
    69 RELEASE_FILES = TEXT_FILES + 
    70 RELEASE_FILES = TEXT_FILES + 
    70 	SPEC_FILES + 
    71 	SPEC_FILES + 
    71 	TEST_FILES + 
    72 	TEST_FILES + 
    72 	LIB_FILES + 
    73 	LIB_FILES + 
   149 	This is shell that can be used to interact with multiple FreeBSD jail instances
   150 	This is shell that can be used to interact with multiple FreeBSD jail instances
   150 
   151 
   151 	simultaneously. It includes a Ruby binding to the FreeBSD jail(2) functions.
   152 	simultaneously. It includes a Ruby binding to the FreeBSD jail(2) functions.
   152 	EOD
   153 	EOD
   153 
   154 
   154 	gem.authors           = 'Michae Granger and Mahlon Smith'
   155 	gem.authors           = 'Michael Granger and Mahlon Smith'
   155 	gem.email             = 'ged@FaerieMUD.org, mahlon@martini.nu'
   156 	gem.email             = 'ged@FaerieMUD.org, mahlon@martini.nu'
   156 	gem.homepage          = 'http://deveiate.org/projects/Jparallel/'
   157 	gem.homepage          = 'http://deveiate.org/projects/Jparallel/'
   157 	gem.rubyforge_project = RUBYFORGE_PROJECT
   158 	gem.rubyforge_project = RUBYFORGE_PROJECT
   158 
   159 
   159 	gem.has_rdoc          = true
   160 	gem.has_rdoc          = true