# -*- encoding: utf-8 -*-
# stub: really_simple_captcha 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "really_simple_captcha".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Guillaume DOTT".freeze]
  s.date = "2013-01-15"
  s.description = "Simple gem to add captcha or negative captcha to your Rails 3 application".freeze
  s.email = ["guillaume+github@dott.fr".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/really_simple_captcha.rb".freeze, "lib/really_simple_captcha/captcha/plain_captcha.rb".freeze, "lib/really_simple_captcha/captcha/reverse_captcha.rb".freeze, "lib/really_simple_captcha/railtie.rb".freeze, "lib/really_simple_captcha/util.rb".freeze, "lib/really_simple_captcha/version.rb".freeze, "really_simple_captcha.gemspec".freeze]
  s.homepage = "https://github.com/lafourmi/really_simple_captcha".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A really simple captcha gem".freeze

  s.specification_version = 3

  s.add_runtime_dependency(%q<rails>.freeze, [">= 3.0.0".freeze])
  s.add_runtime_dependency(%q<rmagick>.freeze, [">= 0".freeze])
end