From 83b730a449e138e8edcc09e1f32485826414c997 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 28 Mar 2005 20:38:06 +0000 Subject: [PATCH] Fixed casing of 'Ruby-EET'. --- ChangeLog | 5 ++++- Rakefile | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 876f33a..fa9013a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -- -$Id: ChangeLog 13 2005-03-27 18:35:51Z tilman $ +$Id: ChangeLog 14 2005-03-28 20:38:06Z tilman $ ++ +2005-03-28 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Fixed casing of "Ruby-EET" + 2005-03-27 Tilman Sauerbeck (tilman at code-monkey de) * README: Fixed casing of "Ruby-EET" * ext/ext.c: Added support for compression parameters diff --git a/Rakefile b/Rakefile index a1ac76f..d4851c3 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 8 2005-03-27 14:25:35Z tilman $ +# $Id: Rakefile 14 2005-03-28 20:38:06Z tilman $ require "rbconfig" require "rake/clean" @@ -62,7 +62,7 @@ end Rake::RDocTask.new do |t| t.rdoc_dir = "doc" - t.title = "ruby-eet - EET bindings for Ruby" + t.title = "Ruby-EET - EET bindings for Ruby" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog", "ext/ext.c", "lib/eet.rb") -- 2.30.2