--- !ruby/object:Gem::Specification name: mail_manager version: !ruby/object:Gem::Version version: 3.2.1 platform: ruby authors: - Lone Star Internet autorequire: bindir: bin cert_chain: [] date: 2015-04-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.1' - !ruby/object:Gem::Dependency name: jquery-ui-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.0' - !ruby/object:Gem::Dependency name: jquery-ui-themes requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.0' - !ruby/object:Gem::Dependency name: daemons requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: with_lock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.1' - !ruby/object:Gem::Dependency name: mini_magick requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' - !ruby/object:Gem::Dependency name: will_paginate requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: unix_utils requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.0' - !ruby/object:Gem::Dependency name: delayed_job requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' - !ruby/object:Gem::Dependency name: delayed_job_active_record requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' - !ruby/object:Gem::Dependency name: dynamic_form requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: cancancan requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.9' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.9' description: Manages the delivery of mailable items. Handles bounces, unsubscribe, opt-in, etc. email: - biz@lone-star.net executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".ruby-gemset" - ".ruby-version" - Gemfile - Guardfile - LICENSE.txt - MIT-LICENSE - Manifest.txt - Procfile - README.md - Rakefile - app/assets/images/mail_manager/.gitkeep - app/assets/images/mail_manager/BottomRight.gif - app/assets/images/mail_manager/MidRight.gif - app/assets/images/mail_manager/TopCenter.gif - app/assets/images/mail_manager/TopRight.gif - app/assets/images/mail_manager/calendar_date_select/calendar.gif - app/assets/images/mail_manager/iReach_logo.gif - app/assets/images/mail_manager/spacer.gif - app/assets/images/mail_manager/topMid.gif - app/assets/javascripts/mail_manager/application.js - app/assets/javascripts/mail_manager/jquery-ui-timepicker-addon.js - app/assets/stylesheets/mail_manager/admin.css - app/assets/stylesheets/mail_manager/application.css - app/assets/stylesheets/mail_manager/nav.css - app/assets/stylesheets/mail_manager/timepicker.css - app/controllers/mail_manager/application_controller.rb - app/controllers/mail_manager/bounces_controller.rb - app/controllers/mail_manager/contacts_controller.rb - app/controllers/mail_manager/mailing_lists_controller.rb - app/controllers/mail_manager/mailings_controller.rb - app/controllers/mail_manager/messages_controller.rb - app/controllers/mail_manager/subscriptions_controller.rb - app/helpers/mail_manager/application_helper.rb - app/helpers/mail_manager/layout_helper.rb - app/helpers/mail_manager/subscriptions_helper.rb - app/models/mail_manager.rb - app/models/mail_manager/bounce.rb - app/models/mail_manager/contact.rb - app/models/mail_manager/contactable_registry.rb - app/models/mail_manager/mailable.rb - app/models/mail_manager/mailable_registry.rb - app/models/mail_manager/mailer.rb - app/models/mail_manager/mailing.rb - app/models/mail_manager/mailing_list.rb - app/models/mail_manager/message.rb - app/models/mail_manager/subscription.rb - app/models/mail_manager/test_message.rb - app/models/status_history.rb - app/views/layouts/mail_manager/application.html.erb - app/views/layouts/mail_manager/layout.html.erb - app/views/mail_manager/bounces/_email_parts.html.erb - app/views/mail_manager/bounces/index.html.erb - app/views/mail_manager/bounces/show.html.erb - app/views/mail_manager/contacts/_form.html.erb - app/views/mail_manager/contacts/double_opt_in.html.erb - app/views/mail_manager/contacts/edit.html.erb - app/views/mail_manager/contacts/index.html.erb - app/views/mail_manager/contacts/new.html.erb - app/views/mail_manager/contacts/show.html.erb - app/views/mail_manager/contacts/subscribe.html.erb - app/views/mail_manager/contacts/thank_you.html.erb - app/views/mail_manager/help/_available_email_substitutions.html.erb - app/views/mail_manager/mailer/double_opt_in.erb - app/views/mail_manager/mailer/double_opt_in.html.erb - app/views/mail_manager/mailer/unsubscribed.erb - app/views/mail_manager/mailer/unsubscribed.html.erb - app/views/mail_manager/mailing_lists/_form.html.erb - app/views/mail_manager/mailing_lists/edit.html.erb - app/views/mail_manager/mailing_lists/index.html.erb - app/views/mail_manager/mailing_lists/new.html.erb - app/views/mail_manager/mailing_lists/show.html.erb - app/views/mail_manager/mailings/_form.html.erb - app/views/mail_manager/mailings/edit.html.erb - app/views/mail_manager/mailings/index.html.erb - app/views/mail_manager/mailings/new.html.erb - app/views/mail_manager/mailings/show.html.erb - app/views/mail_manager/mailings/test.html.erb - app/views/mail_manager/messages/index.html.erb - app/views/mail_manager/subscriptions/_form.html.erb - app/views/mail_manager/subscriptions/_subscriptions.html.erb - app/views/mail_manager/subscriptions/_subscriptions_divs.html.erb - app/views/mail_manager/subscriptions/edit.html.erb - app/views/mail_manager/subscriptions/index.html.erb - app/views/mail_manager/subscriptions/new.html.erb - app/views/mail_manager/subscriptions/show.html.erb - app/views/mail_manager/subscriptions/unsubscribe.html.erb - app/views/mail_manager/subscriptions/unsubscribe_by_email_address.html.erb - config/daemons.yml - config/initializers/delayed_job.rb - config/locales/en.yml - config/locales/mailings.en.yml - config/routes.rb - config/spring.rb - config/with_lock.yml - db/migrate/001_mail_mgr_initial.rb - db/migrate/002_mail_mgr_create_contact.rb - db/migrate/003_mail_mgr_test_message.rb - db/migrate/004_add_deleted_at_to_mailing_lists.rb - db/migrate/005_contacts_deleted_at.rb - db/migrate/006_mail_mgr_mailing_list_add_defaults_to_active.rb - db/migrate/007_mail_mgr_message_add_from_email_address.rb - db/migrate/008_add_bounces_count_to_mailings.rb - db/migrate/009_add_messages_count_to_mailings.rb - db/migrate/010_add_login_token_to_contact.rb - db/migrate/011_add_deleted_at_to_mailing.rb - db/mlm_migrate/001_mlm_initial.rb - db/mlm_migrate/002_mailable_as_polymorphic.rb - db/mlm_migrate/003_contact_as_polymorphic.rb - db/mlm_migrate/004_bounce_mlm_mailing_id.rb - db/mlm_migrate/005_mlm_to_mail_mgr_scoped.rb - doc/README_FOR_APP - doc/mlm.wiki.txt - lib/daemons/mail_manager.rb - lib/daemons/mail_manager_ctl - lib/delayed/mailer.rb - lib/delayed/persistent_job.rb - lib/delayed/repeating_job.rb - lib/delayed/status.rb - lib/delayed/status_job.rb - lib/delayed_overrides/worker.rb - lib/deleteable.rb - lib/mail_manager.rb - lib/mail_manager/config.rb - lib/mail_manager/engine.rb - lib/mail_manager/lock.rb - lib/mail_manager/version.rb - lib/tasks/mail_manager.rake - lib/workers/mail_manager/bounce_job.rb - lib/workers/mail_manager/mailing_job.rb - lib/workers/mail_manager/message_job.rb - lib/workers/mail_manager/test_message_job.rb - mail_manager.gemspec - script/rails - script/with_lock - spec/rails_helper.rb - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb - spec/test_app/.env.development - spec/test_app/.env.test - spec/test_app/.rspec - spec/test_app/Procfile - spec/test_app/README.rdoc - spec/test_app/Rakefile - spec/test_app/app/assets/javascripts/application.js - spec/test_app/app/assets/javascripts/users.js - spec/test_app/app/assets/stylesheets/application.css - spec/test_app/app/assets/stylesheets/scaffold.css - spec/test_app/app/assets/stylesheets/users.css - spec/test_app/app/controllers/application_controller.rb - spec/test_app/app/controllers/users_controller.rb - spec/test_app/app/helpers/application_helper.rb - spec/test_app/app/helpers/users_helper.rb - spec/test_app/app/models/ability.rb - spec/test_app/app/models/user.rb - spec/test_app/app/models/user_with_role.rb - spec/test_app/app/views/layouts/application.html.erb - spec/test_app/app/views/users/_form.html.erb - spec/test_app/app/views/users/edit.html.erb - spec/test_app/app/views/users/index.html.erb - spec/test_app/app/views/users/new.html.erb - spec/test_app/app/views/users/show.html.erb - spec/test_app/config.ru - spec/test_app/config/application.rb - spec/test_app/config/boot.rb - spec/test_app/config/cucumber.yml - spec/test_app/config/database.mysql.yml - spec/test_app/config/database.postgres.yml - spec/test_app/config/database.sqlite.yml - spec/test_app/config/environment.rb - spec/test_app/config/environments/development.rb - spec/test_app/config/environments/production.rb - spec/test_app/config/environments/test.rb - spec/test_app/config/initializers/backtrace_silencers.rb - spec/test_app/config/initializers/inflections.rb - spec/test_app/config/initializers/mime_types.rb - spec/test_app/config/initializers/secret_token.rb - spec/test_app/config/initializers/session_store.rb - spec/test_app/config/initializers/wrap_parameters.rb - spec/test_app/config/locales/en.yml - spec/test_app/config/mail_manager.yml - spec/test_app/config/routes.rb - spec/test_app/config/spring.rb - spec/test_app/config/with_lock.example.yml - spec/test_app/db/migrate/20131217101010_create_users.rb - spec/test_app/db/migrate/20131221064151_mail_mgr_initial.rb - spec/test_app/db/migrate/20131221064152_mail_mgr_create_contact.rb - spec/test_app/db/migrate/20131221064153_mail_mgr_test_message.rb - spec/test_app/db/migrate/20131221064154_add_deleted_at_to_mailing_lists.rb - spec/test_app/db/migrate/20131221064155_contacts_deleted_at.rb - spec/test_app/db/migrate/20131221064156_mail_mgr_mailing_list_add_defaults_to_active.rb - spec/test_app/db/migrate/20131221064157_mail_mgr_message_add_from_email_address.rb - spec/test_app/db/migrate/20131221072600_create_delayed_jobs.rb - spec/test_app/db/migrate/20150420163235_add_bounces_count_to_mailings.rb - spec/test_app/db/migrate/20150420163804_add_messages_count_to_mailings.rb - spec/test_app/db/migrate/20150421151457_add_login_token_to_contact.rb - spec/test_app/db/migrate/20150423143754_add_deleted_at_to_mailing.rb - spec/test_app/db/schema.rb - spec/test_app/db/structure.sql - spec/test_app/features/bounce_management.feature - spec/test_app/features/contact_management.feature - spec/test_app/features/mailable.feature - spec/test_app/features/mailing_list_management.feature - spec/test_app/features/mailing_management.feature - spec/test_app/features/message.feature - spec/test_app/features/message_management.feature - spec/test_app/features/step_definitions/bounce_steps.rb - spec/test_app/features/step_definitions/contact_steps.rb - spec/test_app/features/step_definitions/debugging_steps.rb - spec/test_app/features/step_definitions/email_steps.rb - spec/test_app/features/step_definitions/job_steps.rb - spec/test_app/features/step_definitions/login_steps.rb - spec/test_app/features/step_definitions/mailing_list.rb - spec/test_app/features/step_definitions/mailing_steps.rb - spec/test_app/features/step_definitions/subscription_steps.rb - spec/test_app/features/step_definitions/webrat_steps.rb - spec/test_app/features/subscription_management.feature - spec/test_app/features/support/env.rb - spec/test_app/features/support/paths.rb - spec/test_app/lib/debugging.rb - spec/test_app/lib/post_office_manager.rb - spec/test_app/lib/tasks/cucumber.rake - spec/test_app/public/404.html - spec/test_app/public/422.html - spec/test_app/public/500.html - spec/test_app/public/favicon.ico - spec/test_app/public/subscribe.html - spec/test_app/script/cucumber - spec/test_app/script/delayed_job - spec/test_app/script/full_suite - spec/test_app/script/post_office - spec/test_app/script/rails - spec/test_app/script/rspec_multi_db - spec/test_app/script/with_lock - spec/test_app/spec/controllers/mail_manager/bounces_controller_spec.rb - spec/test_app/spec/controllers/mail_manager/contacts_controller_spec.rb - spec/test_app/spec/controllers/mail_manager/mailing_lists_controller_spec.rb - spec/test_app/spec/controllers/mail_manager/mailings_controller_spec.rb - spec/test_app/spec/controllers/users_controller_spec.rb - spec/test_app/spec/factories/_functions.rb - spec/test_app/spec/factories/contacts.rb - spec/test_app/spec/factories/mail_manager_bounces.rb - spec/test_app/spec/factories/mailable.rb - spec/test_app/spec/factories/mailing_lists.rb - spec/test_app/spec/factories/mailings.rb - spec/test_app/spec/factories/message.rb - spec/test_app/spec/factories/original_factories.rb.txt - spec/test_app/spec/factories/users.rb - spec/test_app/spec/features/mail_manager/bounce_spec.rb - spec/test_app/spec/features/mail_manager/double_opt_in_spec.rb - spec/test_app/spec/features/mail_manager/mailing_spec.rb - spec/test_app/spec/features/navigation_spec.rb - spec/test_app/spec/helpers/mail_manager/layout_helper_spec.rb - spec/test_app/spec/helpers/mail_manager/subscriptions_helper_spec.rb - spec/test_app/spec/models/delayed/mailer_spec.rb - spec/test_app/spec/models/delayed/status_job_spec.rb - spec/test_app/spec/models/delayed/status_spec.rb - spec/test_app/spec/models/mail_manager/bounce_spec.rb - spec/test_app/spec/models/mail_manager/engine_spec.rb - spec/test_app/spec/models/mail_manager/mailable_spec.rb - spec/test_app/spec/models/mail_manager/mailer_spec.rb - spec/test_app/spec/models/mail_manager/mailing_list_spec.rb - spec/test_app/spec/models/mail_manager/mailing_spec.rb - spec/test_app/spec/models/mail_manager/message_spec.rb - spec/test_app/spec/models/user_spec.rb - spec/test_app/spec/rails_helper.rb - spec/test_app/spec/requests/users_spec.rb - spec/test_app/spec/routing/mail_manager/bounces_routing_spec.rb - spec/test_app/spec/routing/mail_manager/contacts_routing_spec.rb - spec/test_app/spec/routing/mail_manager/mailing_lists_routing_spec.rb - spec/test_app/spec/routing/mail_manager/mailings_routing_spec.rb - spec/test_app/spec/spec_helper.rb - spec/test_app/spec/support/continuance.rb - spec/test_app/spec/support/custom_matchers.rb - spec/test_app/spec/support/database_cleaner.rb - spec/test_app/spec/support/files/bad_utf8_chars.eml - spec/test_app/spec/views/mail_manager/bounces/index.html.erb_spec.rb - spec/test_app/spec/views/mail_manager/bounces/show.html.erb_spec.rb - spec/test_app/spec/views/users/edit.html.erb_spec.rb - spec/test_app/spec/views/users/index.html.erb_spec.rb - spec/test_app/spec/views/users/new.html.erb_spec.rb - spec/test_app/spec/views/users/show.html.erb_spec.rb homepage: http://ireach.com 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: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: Mailing list management tool test_files: - spec/rails_helper.rb - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb - spec/test_app/.env.development - spec/test_app/.env.test - spec/test_app/.rspec - spec/test_app/Procfile - spec/test_app/README.rdoc - spec/test_app/Rakefile - spec/test_app/app/assets/javascripts/application.js - spec/test_app/app/assets/javascripts/users.js - spec/test_app/app/assets/stylesheets/application.css - spec/test_app/app/assets/stylesheets/scaffold.css - spec/test_app/app/assets/stylesheets/users.css - spec/test_app/app/controllers/application_controller.rb - spec/test_app/app/controllers/users_controller.rb - spec/test_app/app/helpers/application_helper.rb - spec/test_app/app/helpers/users_helper.rb - spec/test_app/app/models/ability.rb - spec/test_app/app/models/user.rb - spec/test_app/app/models/user_with_role.rb - spec/test_app/app/views/layouts/application.html.erb - spec/test_app/app/views/users/_form.html.erb - spec/test_app/app/views/users/edit.html.erb - spec/test_app/app/views/users/index.html.erb - spec/test_app/app/views/users/new.html.erb - spec/test_app/app/views/users/show.html.erb - spec/test_app/config.ru - spec/test_app/config/application.rb - spec/test_app/config/boot.rb - spec/test_app/config/cucumber.yml - spec/test_app/config/database.mysql.yml - spec/test_app/config/database.postgres.yml - spec/test_app/config/database.sqlite.yml - spec/test_app/config/environment.rb - spec/test_app/config/environments/development.rb - spec/test_app/config/environments/production.rb - spec/test_app/config/environments/test.rb - spec/test_app/config/initializers/backtrace_silencers.rb - spec/test_app/config/initializers/inflections.rb - spec/test_app/config/initializers/mime_types.rb - spec/test_app/config/initializers/secret_token.rb - spec/test_app/config/initializers/session_store.rb - spec/test_app/config/initializers/wrap_parameters.rb - spec/test_app/config/locales/en.yml - spec/test_app/config/mail_manager.yml - spec/test_app/config/routes.rb - spec/test_app/config/spring.rb - spec/test_app/config/with_lock.example.yml - spec/test_app/db/migrate/20131217101010_create_users.rb - spec/test_app/db/migrate/20131221064151_mail_mgr_initial.rb - spec/test_app/db/migrate/20131221064152_mail_mgr_create_contact.rb - spec/test_app/db/migrate/20131221064153_mail_mgr_test_message.rb - spec/test_app/db/migrate/20131221064154_add_deleted_at_to_mailing_lists.rb - spec/test_app/db/migrate/20131221064155_contacts_deleted_at.rb - spec/test_app/db/migrate/20131221064156_mail_mgr_mailing_list_add_defaults_to_active.rb - spec/test_app/db/migrate/20131221064157_mail_mgr_message_add_from_email_address.rb - spec/test_app/db/migrate/20131221072600_create_delayed_jobs.rb - spec/test_app/db/migrate/20150420163235_add_bounces_count_to_mailings.rb - spec/test_app/db/migrate/20150420163804_add_messages_count_to_mailings.rb - spec/test_app/db/migrate/20150421151457_add_login_token_to_contact.rb - spec/test_app/db/migrate/20150423143754_add_deleted_at_to_mailing.rb - spec/test_app/db/schema.rb - spec/test_app/db/structure.sql - spec/test_app/features/bounce_management.feature - spec/test_app/features/contact_management.feature - spec/test_app/features/mailable.feature - spec/test_app/features/mailing_list_management.feature - spec/test_app/features/mailing_management.feature - spec/test_app/features/message.feature - spec/test_app/features/message_management.feature - spec/test_app/features/step_definitions/bounce_steps.rb - spec/test_app/features/step_definitions/contact_steps.rb - spec/test_app/features/step_definitions/debugging_steps.rb - spec/test_app/features/step_definitions/email_steps.rb - spec/test_app/features/step_definitions/job_steps.rb - spec/test_app/features/step_definitions/login_steps.rb - spec/test_app/features/step_definitions/mailing_list.rb - spec/test_app/features/step_definitions/mailing_steps.rb - spec/test_app/features/step_definitions/subscription_steps.rb - spec/test_app/features/step_definitions/webrat_steps.rb - spec/test_app/features/subscription_management.feature - spec/test_app/features/support/env.rb - spec/test_app/features/support/paths.rb - spec/test_app/lib/debugging.rb - spec/test_app/lib/post_office_manager.rb - spec/test_app/lib/tasks/cucumber.rake - spec/test_app/public/404.html - spec/test_app/public/422.html - spec/test_app/public/500.html - spec/test_app/public/favicon.ico - spec/test_app/public/subscribe.html - spec/test_app/script/cucumber - spec/test_app/script/delayed_job - spec/test_app/script/full_suite - spec/test_app/script/post_office - spec/test_app/script/rails - spec/test_app/script/rspec_multi_db - spec/test_app/script/with_lock - spec/test_app/spec/controllers/mail_manager/bounces_controller_spec.rb - spec/test_app/spec/controllers/mail_manager/contacts_controller_spec.rb - spec/test_app/spec/controllers/mail_manager/mailing_lists_controller_spec.rb - spec/test_app/spec/controllers/mail_manager/mailings_controller_spec.rb - spec/test_app/spec/controllers/users_controller_spec.rb - spec/test_app/spec/factories/_functions.rb - spec/test_app/spec/factories/contacts.rb - spec/test_app/spec/factories/mail_manager_bounces.rb - spec/test_app/spec/factories/mailable.rb - spec/test_app/spec/factories/mailing_lists.rb - spec/test_app/spec/factories/mailings.rb - spec/test_app/spec/factories/message.rb - spec/test_app/spec/factories/original_factories.rb.txt - spec/test_app/spec/factories/users.rb - spec/test_app/spec/features/mail_manager/bounce_spec.rb - spec/test_app/spec/features/mail_manager/double_opt_in_spec.rb - spec/test_app/spec/features/mail_manager/mailing_spec.rb - spec/test_app/spec/features/navigation_spec.rb - spec/test_app/spec/helpers/mail_manager/layout_helper_spec.rb - spec/test_app/spec/helpers/mail_manager/subscriptions_helper_spec.rb - spec/test_app/spec/models/delayed/mailer_spec.rb - spec/test_app/spec/models/delayed/status_job_spec.rb - spec/test_app/spec/models/delayed/status_spec.rb - spec/test_app/spec/models/mail_manager/bounce_spec.rb - spec/test_app/spec/models/mail_manager/engine_spec.rb - spec/test_app/spec/models/mail_manager/mailable_spec.rb - spec/test_app/spec/models/mail_manager/mailer_spec.rb - spec/test_app/spec/models/mail_manager/mailing_list_spec.rb - spec/test_app/spec/models/mail_manager/mailing_spec.rb - spec/test_app/spec/models/mail_manager/message_spec.rb - spec/test_app/spec/models/user_spec.rb - spec/test_app/spec/rails_helper.rb - spec/test_app/spec/requests/users_spec.rb - spec/test_app/spec/routing/mail_manager/bounces_routing_spec.rb - spec/test_app/spec/routing/mail_manager/contacts_routing_spec.rb - spec/test_app/spec/routing/mail_manager/mailing_lists_routing_spec.rb - spec/test_app/spec/routing/mail_manager/mailings_routing_spec.rb - spec/test_app/spec/spec_helper.rb - spec/test_app/spec/support/continuance.rb - spec/test_app/spec/support/custom_matchers.rb - spec/test_app/spec/support/database_cleaner.rb - spec/test_app/spec/support/files/bad_utf8_chars.eml - spec/test_app/spec/views/mail_manager/bounces/index.html.erb_spec.rb - spec/test_app/spec/views/mail_manager/bounces/show.html.erb_spec.rb - spec/test_app/spec/views/users/edit.html.erb_spec.rb - spec/test_app/spec/views/users/index.html.erb_spec.rb - spec/test_app/spec/views/users/new.html.erb_spec.rb - spec/test_app/spec/views/users/show.html.erb_spec.rb