--- !ruby/object:Gem::Specification name: effective_polls version: !ruby/object:Gem::Version version: 0.5.5 platform: ruby authors: - Code and Effect autorequire: bindir: bin cert_chain: [] date: 2023-11-29 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: effective_bootstrap requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: effective_datatables requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.0.0 - !ruby/object:Gem::Dependency name: effective_email_templates requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: effective_resources requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: wicked requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sassc requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: devise requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: pry-byebug requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: effective_test_bot requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: effective_developer requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: psych requirement: !ruby/object:Gem::Requirement requirements: - - "<" - !ruby/object:Gem::Version version: '4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "<" - !ruby/object:Gem::Version version: '4' description: Online polls and user voting. email: - info@codeandeffect.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/config/effective_polls_manifest.js - app/assets/stylesheets/effective_polls.scss - app/controllers/admin/poll_notifications_controller.rb - app/controllers/admin/poll_questions_controller.rb - app/controllers/admin/polls_controller.rb - app/controllers/effective/ballots_controller.rb - app/controllers/effective/polls_controller.rb - app/datatables/admin/effective_poll_notifications_datatable.rb - app/datatables/admin/effective_poll_questions_datatable.rb - app/datatables/admin/effective_poll_results_datatable.rb - app/datatables/admin/effective_polls_datatable.rb - app/datatables/effective_polls_available_polls_datatable.rb - app/helpers/effective_polls_helper.rb - app/mailers/effective/polls_mailer.rb - app/models/concerns/effective_polls_user.rb - app/models/effective/ballot.rb - app/models/effective/ballot_response.rb - app/models/effective/ballot_response_option.rb - app/models/effective/poll.rb - app/models/effective/poll_notification.rb - app/models/effective/poll_question.rb - app/models/effective/poll_question_option.rb - app/views/admin/poll_notifications/_form.html.haml - app/views/admin/poll_notifications/_form_poll_before_poll_ends.html.haml - app/views/admin/poll_notifications/_form_poll_reminder.html.haml - app/views/admin/poll_notifications/_form_poll_upcoming_reminder.html.haml - app/views/admin/poll_notifications/_form_poll_when_poll_ends.html.haml - app/views/admin/poll_notifications/_form_poll_when_poll_starts.html.haml - app/views/admin/poll_questions/_form.html.haml - app/views/admin/polls/_form.html.haml - app/views/admin/polls/_form_content.html.haml - app/views/admin/polls/_form_poll.html.haml - app/views/admin/polls/_poll.html.haml - app/views/effective/ballot_responses/_ballot_response.html.haml - app/views/effective/ballot_responses/_fields.html.haml - app/views/effective/ballot_responses/fields/_choose_one.html.haml - app/views/effective/ballot_responses/fields/_date.html.haml - app/views/effective/ballot_responses/fields/_email.html.haml - app/views/effective/ballot_responses/fields/_long_answer.html.haml - app/views/effective/ballot_responses/fields/_number.html.haml - app/views/effective/ballot_responses/fields/_select_all_that_apply.html.haml - app/views/effective/ballot_responses/fields/_select_up_to_1.html.haml - app/views/effective/ballot_responses/fields/_select_up_to_2.html.haml - app/views/effective/ballot_responses/fields/_select_up_to_3.html.haml - app/views/effective/ballot_responses/fields/_select_up_to_4.html.haml - app/views/effective/ballot_responses/fields/_select_up_to_5.html.haml - app/views/effective/ballot_responses/fields/_short_answer.html.haml - app/views/effective/ballot_responses/fields/_upload_file.html.haml - app/views/effective/ballot_responses/responses/_choose_one.html.haml - app/views/effective/ballot_responses/responses/_date.html.haml - app/views/effective/ballot_responses/responses/_email.html.haml - app/views/effective/ballot_responses/responses/_long_answer.html.haml - app/views/effective/ballot_responses/responses/_number.html.haml - app/views/effective/ballot_responses/responses/_select_all_that_apply.html.haml - app/views/effective/ballot_responses/responses/_select_up_to_1.html.haml - app/views/effective/ballot_responses/responses/_select_up_to_2.html.haml - app/views/effective/ballot_responses/responses/_select_up_to_3.html.haml - app/views/effective/ballot_responses/responses/_select_up_to_4.html.haml - app/views/effective/ballot_responses/responses/_select_up_to_5.html.haml - app/views/effective/ballot_responses/responses/_short_answer.html.haml - app/views/effective/ballot_responses/responses/_upload_file.html.haml - app/views/effective/ballots/_ballot.html.haml - app/views/effective/ballots/_content.html.haml - app/views/effective/ballots/_layout.html.haml - app/views/effective/ballots/complete.html.haml - app/views/effective/ballots/start.html.haml - app/views/effective/ballots/submit.html.haml - app/views/effective/ballots/vote.html.haml - app/views/effective/poll_results/_poll_result.html.haml - app/views/effective/poll_results/_results.html.haml - app/views/effective/poll_results/results/_choose_one.html.haml - app/views/effective/poll_results/results/_date.html.haml - app/views/effective/poll_results/results/_email.html.haml - app/views/effective/poll_results/results/_long_answer.html.haml - app/views/effective/poll_results/results/_number.html.haml - app/views/effective/poll_results/results/_poll_question_option.html.haml - app/views/effective/poll_results/results/_select_all_that_apply.html.haml - app/views/effective/poll_results/results/_select_up_to_1.html.haml - app/views/effective/poll_results/results/_select_up_to_2.html.haml - app/views/effective/poll_results/results/_select_up_to_3.html.haml - app/views/effective/poll_results/results/_select_up_to_4.html.haml - app/views/effective/poll_results/results/_select_up_to_5.html.haml - app/views/effective/poll_results/results/_short_answer.html.haml - app/views/effective/poll_results/results/_upload_file.html.haml - app/views/effective/polls/_dashboard.html.haml - app/views/effective/polls_mailer/poll_before_poll_ends.liquid - app/views/effective/polls_mailer/poll_reminder.liquid - app/views/effective/polls_mailer/poll_upcoming_reminder.liquid - app/views/effective/polls_mailer/poll_when_poll_ends.liquid - app/views/effective/polls_mailer/poll_when_poll_starts.liquid - config/effective_polls.rb - config/locales/effective_polls.yml - config/routes.rb - db/migrate/101_create_effective_polls.rb - db/seeds.rb - lib/effective_polls.rb - lib/effective_polls/engine.rb - lib/effective_polls/version.rb - lib/generators/effective_polls/install_generator.rb - lib/generators/templates/effective_polls_mailer_preview.rb - lib/tasks/effective_polls_tasks.rake homepage: https://github.com/code-and-effect/effective_polls licenses: - MIT metadata: {} 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.3.7 signing_key: specification_version: 4 summary: Online polls and user voting. test_files: []