From 0d334c50776f8f1b0227c06e7e70936bc4d087f8 Mon Sep 17 00:00:00 2001 From: Jeremy Suriel Date: Tue, 6 Jul 2010 15:19:05 -0400 Subject: [PATCH] update gemspec for gemcutter --- mysqlplus.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlplus.gemspec b/mysqlplus.gemspec index e5fb985..7f01aac 100644 --- a/mysqlplus.gemspec +++ b/mysqlplus.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "jrmey-mysqlplus" s.version = "0.1.3" s.date = "2010-07-04" - s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 support" + s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 encoding awareness" s.email = "jeremysuriel@gmail.com" s.homepage = "http://github.com/jrmey/mysqlplus" s.description = "Enhanced Ruby MySQL driver"