1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "simple_captcha2"
s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pavlo Galeta", "Igor Galeta", "Stefan Wienert"]
s.date = "2015-12-29"
s.description = "SimpleCaptcha is available to be used with Rails 3 + 4 or above and also it provides the backward compatibility with previous versions of Rails."
s.email = "stwienert@gmail.com"
s.extra_rdoc_files = ["README.md"]
s.files = ["README.md", "Rakefile", "lib/generators/USAGE", "lib/generators/simple_captcha_generator.rb", "lib/generators/templates/migration.rb", "lib/generators/templates/partial.erb", "lib/generators/templates/partial.haml", "lib/simple_captcha.rb", "lib/simple_captcha/controller.rb", "lib/simple_captcha/engine.rb", "lib/simple_captcha/form_builder.rb", "lib/simple_captcha/formtastic.rb", "lib/simple_captcha/image.rb", "lib/simple_captcha/middleware.rb", "lib/simple_captcha/model_helpers.rb", "lib/simple_captcha/simple_captcha_data.rb", "lib/simple_captcha/simple_captcha_data_mongoid.rb", "lib/simple_captcha/utils.rb", "lib/simple_captcha/version.rb", "lib/simple_captcha/view.rb", "lib/simple_captcha2.rb"]
s.homepage = "http://github.com/pludoni/simple-captcha"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"
s.summary = "SimpleCaptcha is the simplest and a robust captcha plugin."
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<capybara-mechanize>, [">= 0"])
s.add_development_dependency(%q<poltergeist>, [">= 0"])
s.add_development_dependency(%q<pry>, [">= 0"])
s.add_runtime_dependency(%q<rails>, [">= 4.1"])
s.add_development_dependency(%q<sqlite3>, [">= 0"])
else
s.add_dependency(%q<capybara-mechanize>, [">= 0"])
s.add_dependency(%q<poltergeist>, [">= 0"])
s.add_dependency(%q<pry>, [">= 0"])
s.add_dependency(%q<rails>, [">= 4.1"])
s.add_dependency(%q<sqlite3>, [">= 0"])
end
else
s.add_dependency(%q<capybara-mechanize>, [">= 0"])
s.add_dependency(%q<poltergeist>, [">= 0"])
s.add_dependency(%q<pry>, [">= 0"])
s.add_dependency(%q<rails>, [">= 4.1"])
s.add_dependency(%q<sqlite3>, [">= 0"])
end
end
|