Rakefile in bones-1.3.0 vs Rakefile in bones-1.3.1
- old
+ new
@@ -1,20 +1,17 @@
-# $Id: Rakefile 460 2008-01-04 20:53:46Z tim_pease $
+# $Id: Rakefile 489 2008-02-01 17:32:57Z tim_pease $
$:.unshift('lib')
load 'tasks/setup.rb'
require 'bones'
task :default => 'spec:run'
PROJ.name = 'bones'
-PROJ.summary = 'Mr Bones is a handy tool that builds a skeleton for your new Ruby projects'
PROJ.authors = 'Tim Pease'
PROJ.email = 'tim.pease@gmail.com'
PROJ.url = 'http://codeforpeople.rubyforge.org/bones'
-PROJ.description = paragraphs_of('README.txt', 1).join("\n\n")
-PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
PROJ.rubyforge_name = 'codeforpeople'
PROJ.rdoc_remote_dir = 'bones'
PROJ.version = Bones::VERSION
PROJ.rdoc_exclude << '^data/'