about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-04 01:50:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-04 01:50:24 -0700
commitacb5cedd57a116772aae66e4af1f4383bfe16d85 (patch)
tree5f4fd34ee69f92cf406fbe063bc5e3ebb1ae0549 /Rakefile
parent567419aa179773f93429e79fda7d2b33228e1201 (diff)
downloadrainbows-acb5cedd57a116772aae66e4af1f4383bfe16d85.tar.gz
Also add notes about development things and the configuration
language which uses "Rainbows!".  Calling ourselves "Rainbows!"
will help us be taken even more seriously than if the project
were just called "Rainbows"
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f638459..d2025ce 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ task :news_atom do
   puts(Nokogiri::XML::Builder.new do
     feed :xmlns => "http://www.w3.org/2005/Atom" do
       id! "http://rainbows.rubyforge.org/NEWS.atom.xml"
-      title "Rainbows news"
+      title "Rainbows! news"
       subtitle "Unicorn for Comet and slow clients"
       link! :rel => 'alternate', :type => 'text/html',
             :href => 'http://rainbows.rubyforge.org/NEWS.html'