--- !ruby/object:Gem::Specification name: antispam version: !ruby/object:Gem::Version version: 0.1.5 platform: ruby authors: - Ryan Kopf autorequire: bindir: bin cert_chain: [] date: 2021-06-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 6.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 6.0.0 - !ruby/object:Gem::Dependency name: image_processing requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' description: Antispam checks DNS blacklists and helps prevent spam on your site. email: - antispam@ryankopf.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/config/antispam_manifest.js - app/assets/images/antispam/captcha/a.gif - app/assets/images/antispam/captcha/b.gif - app/assets/images/antispam/captcha/blank.gif - app/assets/images/antispam/captcha/c.gif - app/assets/images/antispam/captcha/d.gif - app/assets/images/antispam/captcha/e.gif - app/assets/images/antispam/captcha/f.gif - app/assets/images/antispam/captcha/g.gif - app/assets/images/antispam/captcha/h.gif - app/assets/images/antispam/captcha/i.gif - app/assets/images/antispam/captcha/j.gif - app/assets/images/antispam/captcha/k.gif - app/assets/images/antispam/captcha/l.gif - app/assets/stylesheets/antispam/application.css - app/assets/stylesheets/antispam/blocks.css - app/assets/stylesheets/antispam/challenges.css - app/assets/stylesheets/antispam/clears.css - app/assets/stylesheets/scaffold.css - app/controllers/antispam/application_controller.rb - app/controllers/antispam/blocks_controller.rb - app/controllers/antispam/challenges_controller.rb - app/controllers/antispam/clears_controller.rb - app/controllers/antispam/validate_controller.rb - app/helpers/antispam/application_helper.rb - app/helpers/antispam/blocks_helper.rb - app/helpers/antispam/challenges_helper.rb - app/helpers/antispam/clears_helper.rb - app/jobs/antispam/application_job.rb - app/mailers/antispam/application_mailer.rb - app/models/antispam/application_record.rb - app/models/antispam/block.rb - app/models/antispam/challenge.rb - app/models/antispam/clear.rb - app/models/antispam/ip.rb - app/views/antispam/blocks/index.html.erb - app/views/antispam/blocks/show.html.erb - app/views/antispam/challenges/_form.html.erb - app/views/antispam/challenges/edit.html.erb - app/views/antispam/challenges/index.html.erb - app/views/antispam/challenges/new.html.erb - app/views/antispam/challenges/show.html.erb - app/views/antispam/clears/index.html.erb - app/views/antispam/clears/show.html.erb - app/views/antispam/validate/index.html.erb - app/views/layouts/antispam/application.html.erb - config/routes.rb - db/migrate/20210130213708_create_antispam_ips.rb - db/migrate/20210130214835_create_antispam_challenges.rb - db/migrate/20210130234107_create_antispam_blocks.rb - db/migrate/20210130235537_create_antispam_clears.rb - db/migrate/20210131165122_add_threat_to_antispam_blocks.rb - lib/antispam.rb - lib/antispam/blacklists/httpbl.rb - lib/antispam/engine.rb - lib/antispam/tools.rb - lib/antispam/version.rb - lib/tasks/antispam_tasks.rake homepage: https://ryankopf.com licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://ryankopf.com source_code_uri: https://github.com/ryankopf/antispam changelog_uri: https://github.com/ryankopf/antispam/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.4 signing_key: specification_version: 4 summary: A spam prevention gem. test_files: []