From ef436ca8d1fbde21bb6556cba448a48418e6db25 Mon Sep 17 00:00:00 2001 From: Abhay Kumar Date: Sat, 2 Feb 2008 19:58:20 -0800 Subject: [PATCH] small changes all around to fit with hoe --- CHANGELOG => History.txt | 0 README => README.txt | 0 Rakefile | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename CHANGELOG => History.txt (100%) rename README => README.txt (100%) diff --git a/CHANGELOG b/History.txt similarity index 100% rename from CHANGELOG rename to History.txt diff --git a/README b/README.txt similarity index 100% rename from README rename to README.txt diff --git a/Rakefile b/Rakefile index e1751c5..d517dc2 100644 --- a/Rakefile +++ b/Rakefile @@ -11,9 +11,9 @@ Hoe.new('calais', Calais::VERSION) do |p| p.author = 'Abhay Kumar' p.email = 'info@opensynapse.net' p.summary = 'A Ruby library to access the OpenCalais service' - p.description = p.paragraphs_of('README', 2..5).join("\n\n") - p.url = p.paragraphs_of('README', 0).first.split(/\n/)[1..-1] - p.changes = p.paragraphs_of('CHANGELOG', 0..1).join("\n\n") + p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") + p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1] + p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") end desc "Run all specs" -- 2.11.4.GIT