--- !ruby/object:Gem::Specification name: mail_manager version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - Lone Star Internet autorequire: bindir: bin cert_chain: [] date: 2014-10-10 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: daemons 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: mini_magick 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: will_paginate 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: 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: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !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' description: Manages the delivery of mailable items. Handles bounces, unsubscribe, opt-in, etc. email: - biz@lone-star.net executables: [] extensions: [] extra_rdoc_files: [] files: - .DS_Store - .gitignore - .rspec - .ruby-gemset - .ruby-version - Gemfile - Guardfile - LICENSE.txt - MIT-LICENSE - Manifest.txt - Procfile - README.md - README.rdoc - Rakefile - app/.DS_Store - app/assets/javascripts/mail_manager/application.js - app/assets/stylesheets/mail_manager/application.css - app/controllers/mail_manager/application_controller.rb - app/controllers/mail_manager/base_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/subscriptions_helper.rb - app/models/.DS_Store - 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_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/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/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/routes.rb - 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/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 - engine_plan.rb - features/bounce_management.feature - features/contact_management.feature - features/mailable.feature - features/mailing_management.feature - features/message.feature - features/step_definitions/email_steps.rb - features/step_definitions/mlm_steps.rb - features/step_definitions/pickle_steps.rb - features/step_definitions/webrat_steps.rb - features/subscription_management.feature - features/support/env.rb - features/support/paths.rb - 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/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/tasks/mail_manager_tasks.rake - lib/tasks/rspec.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 - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb - 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/user.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/database.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/lockable.yml - spec/test_app/config/mail_manager.yml - spec/test_app/config/routes.rb - 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/schema.rb - spec/test_app/db/structure.sql - 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/script/delayed_job - spec/test_app/script/lockable - spec/test_app/script/rails - spec/test_app/spec/controllers/users_controller_spec.rb - spec/test_app/spec/factories/mailing_lists.rb - spec/test_app/spec/factories/mailings.rb - spec/test_app/spec/factories/original_factories.rb.txt - spec/test_app/spec/factories/users.rb - spec/test_app/spec/models/mail_manager/bounce_spec.rb - spec/test_app/spec/models/mail_manager/mailing_list_spec.rb - spec/test_app/spec/models/user_spec.rb - spec/test_app/spec/requests/users_spec.rb - spec/test_app/spec/routing/users_routing_spec.rb - spec/test_app/spec/support/database_cleaner.rb - spec/test_app/spec/support/files/bad_utf8_chars.eml - 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 - zeus.json homepage: http://ireach.com licenses: [] 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.2.2 signing_key: specification_version: 4 summary: Mailing list management tool test_files: - features/bounce_management.feature - features/contact_management.feature - features/mailable.feature - features/mailing_management.feature - features/message.feature - features/step_definitions/email_steps.rb - features/step_definitions/mlm_steps.rb - features/step_definitions/pickle_steps.rb - features/step_definitions/webrat_steps.rb - features/subscription_management.feature - features/support/env.rb - features/support/paths.rb - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb - 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/user.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/database.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/lockable.yml - spec/test_app/config/mail_manager.yml - spec/test_app/config/routes.rb - 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/schema.rb - spec/test_app/db/structure.sql - 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/script/delayed_job - spec/test_app/script/lockable - spec/test_app/script/rails - spec/test_app/spec/controllers/users_controller_spec.rb - spec/test_app/spec/factories/mailing_lists.rb - spec/test_app/spec/factories/mailings.rb - spec/test_app/spec/factories/original_factories.rb.txt - spec/test_app/spec/factories/users.rb - spec/test_app/spec/models/mail_manager/bounce_spec.rb - spec/test_app/spec/models/mail_manager/mailing_list_spec.rb - spec/test_app/spec/models/user_spec.rb - spec/test_app/spec/requests/users_spec.rb - spec/test_app/spec/routing/users_routing_spec.rb - spec/test_app/spec/support/database_cleaner.rb - spec/test_app/spec/support/files/bad_utf8_chars.eml - 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