Sha256: 3b036a2dbe778bb1bdbb9a2e537bf379d4d453c1bde09f5fede021186703ccbb

Contents?: true

Size: 1.95 KB

Versions: 0

Compression: gzip

Compressed size: 867 Bytes

Stored size: 867 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: acts_as_textcaptcha
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 1
  - 1
  - 2
  version: 1.1.2
platform: ruby
authors: 
- Matthew Hutchinson
autorequire: 
bindir: bin
cert_chain: []

date: 2010-04-20 00:00:00 +01:00
default_executable: 
dependencies: []

description: |-
  Spam protection for your ActiveRecord models using logic questions and the excellent textcaptcha api. See textcaptcha.com for more details and to get your api key.
    The logic questions are aimed at a child's age of 7, so can be solved easily by all but the most cognitively impaired users. As they involve human logic, such questions cannot be solved by a robot.
    For more reasons on why logic questions are useful, see here; http://textcaptcha.com/why
email: matt@hiddenloop.com
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- .gitignore
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- acts_as_textcaptcha.gemspec
- config/textcaptcha.yml
- init.rb
- lib/acts_as_textcaptcha.rb
- lib/textcaptcha_helper.rb
- rails/init.rb
- spec/acts_as_textcaptcha_spec.rb
- spec/database.yml
- spec/schema.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/hiddenloop/acts_as_textcaptcha
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.6
signing_key: 
specification_version: 3
summary: Spam protection for your models via logic questions and the excellent textcaptcha.com api
test_files: 
- spec/acts_as_textcaptcha_spec.rb
- spec/schema.rb
- spec/spec_helper.rb

Package Spec version

acts_as_textcaptcha-1.1.2