# -*- encoding: utf-8 -*- # stub: cama_contact_form 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "cama_contact_form".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 = ["Owen Peredo".freeze] s.date = "2022-12-27" s.description = "Permit to create unlimited of contact forms for Camaleon CMS".freeze s.email = ["owenperedo@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "app/assets/javascripts/plugins/cama_contact_form/admin_editor.js".freeze, "app/controllers/concerns/plugins/cama_contact_form/contact_form_controller_concern.rb".freeze, "app/controllers/plugins/cama_contact_form/admin_forms_controller.rb".freeze, "app/controllers/plugins/cama_contact_form/front_controller.rb".freeze, "app/helpers/plugins/cama_contact_form/main_helper.rb".freeze, "app/models/plugins/cama_contact_form/cama_contact_form.rb".freeze, "app/views/plugins/cama_contact_form/admin_forms/_form.html.erb".freeze, "app/views/plugins/cama_contact_form/admin_forms/_item_field.html.erb".freeze, "app/views/plugins/cama_contact_form/admin_forms/edit.html.erb".freeze, "app/views/plugins/cama_contact_form/admin_forms/index.html.erb".freeze, "app/views/plugins/cama_contact_form/admin_forms/responses.html.erb".freeze, "app/views/plugins/cama_contact_form/contact_form/_email_content.html.erb".freeze, "app/views/plugins/cama_contact_form/forms_shorcode.html.erb".freeze, "config/camaleon_plugin.json".freeze, "config/initializers/custom_models.rb".freeze, "config/locales/es.yml".freeze, "config/locales/zh-CN.yml".freeze, "config/routes.rb".freeze, "db/migrate/20160517143441_create_db_structure.rb".freeze, "lib/cama_contact_form.rb".freeze, "lib/cama_contact_form/engine.rb".freeze, "lib/cama_contact_form/version.rb".freeze, "lib/tasks/cama_contact_form_tasks.rake".freeze, "test/cama_contact_form_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Contact Form Plugin for Camaleon CMS".freeze s.test_files = ["test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/Rakefile".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/404.html".freeze, "test/dummy/README.rdoc".freeze, "test/cama_contact_form_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<rails>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<recaptcha>.freeze, [">= 5.0".freeze]) s.add_development_dependency(%q<sqlite3>.freeze, [">= 0".freeze]) end