about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 04:20:19 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 04:20:19 -0700
commit2dfcea55f5833a7165921034871e8b8c6806885e (patch)
tree32f8eb12121f6a868f221280b8982dcd81c12dc7 /Rakefile
parentaa258fd105987d902114eb77f6f129a45b9291ee (diff)
downloadrainbows-2dfcea55f5833a7165921034871e8b8c6806885e.tar.gz
I think "sleepy" is a better term than "slow" here.  "slow" can
mean apps that are CPU/memory bandwidth-bound, and Rainbows!
sucks at those.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e4fe56a..e32d2b2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ task :news_atom do
     feed :xmlns => "http://www.w3.org/2005/Atom" do
       id! "http://rainbows.rubyforge.org/NEWS.atom.xml"
       title "Rainbows! news"
-      subtitle "Unicorn for slow apps and slow clients"
+      subtitle "Unicorn for sleepy apps and slow clients"
       link! :rel => 'alternate', :type => 'text/html',
             :href => 'http://rainbows.rubyforge.org/NEWS.html'
       updated(new_tags.empty? ? "1970-01-01T00:00:00Z" : new_tags.first[:time])