From af62240122cac37ade5d3d67445e077e78489355 Mon Sep 17 00:00:00 2001 From: "R.T. Lechow" Date: Wed, 12 Jan 2011 23:33:55 -0500 Subject: [PATCH 1/4] Clean up trailing whitespace. --- doc/command_line_usage.rdoc | 2 +- doc/glossary.rdoc | 2 +- doc/jamis.rb | 4 +-- doc/proto_rake.rdoc | 44 ++++++++++++------------- doc/rake.1.gz | Bin 1369 -> 1370 bytes doc/rational.rdoc | 6 ++-- doc/release_notes/rake-0.4.15.rdoc | 2 +- doc/release_notes/rake-0.5.0.rdoc | 2 +- lib/rake/contrib/compositepublisher.rb | 4 +-- lib/rake/contrib/ftptools.rb | 2 +- lib/rake/contrib/rubyforgepublisher.rb | 4 +-- lib/rake/default_loader.rb | 2 +- lib/rake/loaders/makefile.rb | 2 +- lib/rake/packagetask.rb | 18 +++++----- lib/rake/win32.rb | 8 ++--- rake.gemspec | 38 ++++++++++----------- rakelib/publish.rake | 4 +-- test/data/comments/Rakefile | 2 +- test/data/default/Rakefile | 2 +- test/data/dryrun/Rakefile | 2 +- test/data/file_creation_task/Rakefile | 2 +- test/in_environment.rb | 4 +-- test/lib/dsl_test.rb | 2 +- test/lib/extension_test.rb | 4 +-- test/lib/fileutils_test.rb | 10 +++--- test/lib/task_test.rb | 10 +++--- 26 files changed, 91 insertions(+), 91 deletions(-) diff --git a/doc/command_line_usage.rdoc b/doc/command_line_usage.rdoc index c60e53f51..bc75d5fec 100644 --- a/doc/command_line_usage.rdoc +++ b/doc/command_line_usage.rdoc @@ -9,7 +9,7 @@ Options are: [name=value] Set the environment variable name to value during the execution of the rake command. You can access - the value by using ENV['name']. + the value by using ENV['name']. [--classic-namespace (-n)] Import the Task, FileTask, and FileCreateTask into the top-level diff --git a/doc/glossary.rdoc b/doc/glossary.rdoc index 6726f0a91..ef508b00f 100644 --- a/doc/glossary.rdoc +++ b/doc/glossary.rdoc @@ -39,7 +39,7 @@ [prerequisites] Every task has a set (possibility empty) of prerequisites. A prerequisite P to Task T is itself a task that must be invoked - before Task T. + before Task T. [rule] A rule is a recipe for synthesizing a task when no task is diff --git a/doc/jamis.rb b/doc/jamis.rb index c7439d88e..c7bc84ac5 100644 --- a/doc/jamis.rb +++ b/doc/jamis.rb @@ -183,7 +183,7 @@ module Page CSS XHTML_PREAMBLE = %{ - } @@ -510,7 +510,7 @@ module Page