From 34d86de48a239b02b34e0a0ff6c267bd44aef544 Mon Sep 17 00:00:00 2001 From: raggi Date: Thu, 2 Oct 2008 01:46:49 +0100 Subject: [PATCH] Added a summary to the spec in the rakefile to remove other dependencies on docs --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 9ddf9fe..9b69680 100644 --- a/Rakefile +++ b/Rakefile @@ -10,6 +10,7 @@ require 'sized_header_protocol' task :default => 'spec:run' PROJ.name = 'sized_header_protocol' +PROJ.summary = 'A simple chainable implementation of a basic sized header protocol' PROJ.authors = 'James Tucker' PROJ.email = 'raggi@rubyforge.org' PROJ.url = 'http://github.com/raggi/sized_header_protocol'