From 245d5c59135133cd63a97969a658186ad3761efd Mon Sep 17 00:00:00 2001 From: Jesse Storimer Date: Tue, 12 Oct 2010 23:37:15 -0400 Subject: [PATCH] gemspecs need summaries... --- libmemcached_store.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmemcached_store.gemspec b/libmemcached_store.gemspec index 3e3542e..f8c96a9 100644 --- a/libmemcached_store.gemspec +++ b/libmemcached_store.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.authors = ["Shopify"] s.date = %q{2010-10-12} - s.description = %q{An ActiveSupport cache store that uses the C-based libmemcached client through + s.description = s.summary = %q{An ActiveSupport cache store that uses the C-based libmemcached client through Evan Weaver's Ruby/SWIG wrapper, memcached. libmemcached is fast, lightweight, and supports consistent hashing, non-blocking IO, and graceful server failover.}