Update homepage in gemspec

master
Guillaume DOTT 2013-01-15 15:59:18 +01:00
parent ed719954ca
commit a8102e94a7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["guillaume+github@dott.fr"]
gem.summary = %q{A really simple captcha gem}
gem.description = %q{Simple gem to add captcha or negative captcha to your Rails 3 application}
gem.homepage = "https://github.com/gdott9/really_simple_captcha"
gem.homepage = "https://github.com/lafourmi/really_simple_captcha"
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }