# -*- encoding: utf-8 -*- # stub: antispam 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "antispam".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/ryankopf/antispam/CHANGELOG.md", "homepage_uri" => "https://ryankopf.com", "source_code_uri" => "https://github.com/ryankopf/antispam" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ryan Kopf".freeze] s.date = "2021-06-26" s.description = "Antispam checks DNS blacklists and helps prevent spam on your site.".freeze s.email = ["antispam@ryankopf.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/antispam_manifest.js".freeze, "app/assets/images/antispam/captcha/a.gif".freeze, "app/assets/images/antispam/captcha/b.gif".freeze, "app/assets/images/antispam/captcha/blank.gif".freeze, "app/assets/images/antispam/captcha/c.gif".freeze, "app/assets/images/antispam/captcha/d.gif".freeze, "app/assets/images/antispam/captcha/e.gif".freeze, "app/assets/images/antispam/captcha/f.gif".freeze, "app/assets/images/antispam/captcha/g.gif".freeze, "app/assets/images/antispam/captcha/h.gif".freeze, "app/assets/images/antispam/captcha/i.gif".freeze, "app/assets/images/antispam/captcha/j.gif".freeze, "app/assets/images/antispam/captcha/k.gif".freeze, "app/assets/images/antispam/captcha/l.gif".freeze, "app/assets/stylesheets/antispam/application.css".freeze, "app/assets/stylesheets/antispam/blocks.css".freeze, "app/assets/stylesheets/antispam/challenges.css".freeze, "app/assets/stylesheets/antispam/clears.css".freeze, "app/assets/stylesheets/scaffold.css".freeze, "app/controllers/antispam/application_controller.rb".freeze, "app/controllers/antispam/blocks_controller.rb".freeze, "app/controllers/antispam/challenges_controller.rb".freeze, "app/controllers/antispam/clears_controller.rb".freeze, "app/controllers/antispam/validate_controller.rb".freeze, "app/helpers/antispam/application_helper.rb".freeze, "app/helpers/antispam/blocks_helper.rb".freeze, "app/helpers/antispam/challenges_helper.rb".freeze, "app/helpers/antispam/clears_helper.rb".freeze, "app/jobs/antispam/application_job.rb".freeze, "app/mailers/antispam/application_mailer.rb".freeze, "app/models/antispam/application_record.rb".freeze, "app/models/antispam/block.rb".freeze, "app/models/antispam/challenge.rb".freeze, "app/models/antispam/clear.rb".freeze, "app/models/antispam/ip.rb".freeze, "app/views/antispam/blocks/index.html.erb".freeze, "app/views/antispam/blocks/show.html.erb".freeze, "app/views/antispam/challenges/_form.html.erb".freeze, "app/views/antispam/challenges/edit.html.erb".freeze, "app/views/antispam/challenges/index.html.erb".freeze, "app/views/antispam/challenges/new.html.erb".freeze, "app/views/antispam/challenges/show.html.erb".freeze, "app/views/antispam/clears/index.html.erb".freeze, "app/views/antispam/clears/show.html.erb".freeze, "app/views/antispam/validate/index.html.erb".freeze, "app/views/layouts/antispam/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20210130213708_create_antispam_ips.rb".freeze, "db/migrate/20210130214835_create_antispam_challenges.rb".freeze, "db/migrate/20210130234107_create_antispam_blocks.rb".freeze, "db/migrate/20210130235537_create_antispam_clears.rb".freeze, "db/migrate/20210131165122_add_threat_to_antispam_blocks.rb".freeze, "lib/antispam.rb".freeze, "lib/antispam/blacklists/httpbl.rb".freeze, "lib/antispam/engine.rb".freeze, "lib/antispam/tools.rb".freeze, "lib/antispam/version.rb".freeze, "lib/tasks/antispam_tasks.rake".freeze] s.homepage = "https://ryankopf.com".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A spam prevention gem.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end