Update gem summary

This commit is contained in:
Jason Lee 2017-01-22 10:21:29 +08:00
parent 93ac160201
commit dd158e1b40
1 changed files with 1 additions and 1 deletions

View File

@ -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"