Sha256: bf2fd6e7700a2f462be8835f2d040a3bfad9b75cfa58f77505c3c6bc74a315c7

Contents?: true

Size: 907 Bytes

Versions: 4

Compression:

Stored size: 907 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require 'invisible_captcha/version'

Gem::Specification.new do |spec|
  spec.name          = "invisible_captcha"
  spec.version       = InvisibleCaptcha::VERSION
  spec.authors       = ["Marc Anguera Insa"]
  spec.email         = ["srmarc.ai@gmail.com"]
  spec.description   = %q{Simple spam protection for Rails applications using honeypot strategy for better user experience.}
  spec.summary       = %q{Simple honeypot protection for RoR apps}
  spec.homepage      = "https://github.com/markets/invisible_captcha"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'rails'

  spec.add_development_dependency 'rspec-rails', '~> 3.1'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
invisible_captcha-0.8.2 invisible_captcha.gemspec
invisible_captcha-0.8.1 invisible_captcha.gemspec
invisible_captcha-0.8.0 invisible_captcha.gemspec
invisible_captcha-0.7.0 invisible_captcha.gemspec