Update rucaptcha.gemspec

This commit is contained in:
chiu 2020-05-28 19:55:36 +08:00
parent 21a90d6592
commit fb2d53d513
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
Dir.glob('app/**/*') +
Dir.glob('config/**/*') +
%w[README.md CHANGELOG.md]
s.homepage = 'https://github.com/huacnlee/rucaptcha'
s.homepage = 'http://gitlab.tp.rulingcom.com/chiu/rucaptcha'
s.require_paths = ['lib']
s.extensions = %w[ext/rucaptcha/extconf.rb]
s.summary = 'This is a Captcha gem for Rails Applications. It drawing captcha image with C code so it no dependencies.'