From dd158e1b405345dcd7efefd6c727a563ab52878b Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sun, 22 Jan 2017 10:21:29 +0800 Subject: [PATCH] Update gem summary --- rucaptcha.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rucaptcha.gemspec b/rucaptcha.gemspec index ff50488..4ff80a5 100644 --- a/rucaptcha.gemspec +++ b/rucaptcha.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/huacnlee/rucaptcha' s.require_paths = ['lib'] s.extensions = %w[ext/rucaptcha/extconf.rb] - s.summary = 'This is a Captcha gem for Rails Application. It run ImageMagick command to draw Captcha image.' + s.summary = 'This is a Captcha gem for Rails Applications. It drawing captcha image with C code so it no dependencies.' s.license = "MIT" s.required_ruby_version = ">= 2.0.0"