about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--Rakefile2
-rw-r--r--rainbows.gemspec2
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 7353025..682ba38 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-= Rainbows! Unicorn for slow apps and slow clients
+= Rainbows! Unicorn for sleepy apps and slow clients
 
-Rainbows! is a HTTP server for Rack applications.  It is based on
+Rainbows! is a HTTP server for sleepy Rack applications.  It is based on
 Unicorn, but designed to handle applications that expect long
 request/response times and/or slow clients.  For Rack applications not
-heavily bound by slow external dependencies, consider Unicorn instead as
-it simpler and easier to debug.
+heavily bound by slow external network dependencies, consider Unicorn
+instead as it simpler and easier to debug.
 
 == \Rainbows! is about Diversity
 
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])
diff --git a/rainbows.gemspec b/rainbows.gemspec
index df73ccf..0c7edaa 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
 
   s.files = manifest
   s.homepage = %q{http://rainbows.rubyforge.org/}
-  s.summary = %q{Unicorn for slow apps and slow clients}
+  s.summary = %q{Unicorn for sleepy apps and slow clients}
   s.rdoc_options = [ "-Na", "-t", "Rainbows! #{s.summary}" ]
   s.require_paths = %w(lib)
   s.rubyforge_project = %q{rainbows}