Rakefile in bones-1.0.0 vs Rakefile in bones-1.1.0
- old
+ new
@@ -10,10 +10,10 @@
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', 3).join("\n\n")
+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