# -*- encoding: utf-8 -*- # stub: multi_mail 0.1.6 ruby lib Gem::Specification.new do |s| s.name = "multi_mail".freeze s.version = "0.1.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James McKinney".freeze] s.date = "2016-03-08" s.executables = ["multi_mail_post".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/multi_mail_post".freeze, "lib/mail_ext/message.rb".freeze, "lib/multi_mail.rb".freeze, "lib/multi_mail/cloudmailin/message.rb".freeze, "lib/multi_mail/cloudmailin/receiver.rb".freeze, "lib/multi_mail/mailgun/message.rb".freeze, "lib/multi_mail/mailgun/receiver.rb".freeze, "lib/multi_mail/mailgun/sender.rb".freeze, "lib/multi_mail/mandrill/message.rb".freeze, "lib/multi_mail/mandrill/receiver.rb".freeze, "lib/multi_mail/mandrill/sender.rb".freeze, "lib/multi_mail/message/base.rb".freeze, "lib/multi_mail/multimap.rb".freeze, "lib/multi_mail/postmark/message.rb".freeze, "lib/multi_mail/postmark/receiver.rb".freeze, "lib/multi_mail/postmark/sender.rb".freeze, "lib/multi_mail/receiver.rb".freeze, "lib/multi_mail/receiver/base.rb".freeze, "lib/multi_mail/sender/base.rb".freeze, "lib/multi_mail/sendgrid/message.rb".freeze, "lib/multi_mail/sendgrid/receiver.rb".freeze, "lib/multi_mail/sendgrid/sender.rb".freeze, "lib/multi_mail/service.rb".freeze, "lib/multi_mail/simple/receiver.rb".freeze, "lib/multi_mail/version.rb".freeze, "multi_mail.gemspec".freeze, "spec/cloudmailin/receiver_spec.rb".freeze, "spec/fixtures/anonymous/welcome.erb".freeze, "spec/fixtures/cloudmailin/json/attachment_store.txt".freeze, "spec/fixtures/cloudmailin/json/spam.txt".freeze, "spec/fixtures/cloudmailin/json/valid.txt".freeze, "spec/fixtures/cloudmailin/multipart/attachment_store.txt".freeze, "spec/fixtures/cloudmailin/multipart/spam.txt".freeze, "spec/fixtures/cloudmailin/multipart/valid.txt".freeze, "spec/fixtures/cloudmailin/raw/attachment_store.txt".freeze, "spec/fixtures/cloudmailin/raw/spam.txt".freeze, "spec/fixtures/cloudmailin/raw/valid.txt".freeze, "spec/fixtures/empty.gif".freeze, "spec/fixtures/mailgun/parsed/invalid.txt".freeze, "spec/fixtures/mailgun/parsed/missing.txt".freeze, "spec/fixtures/mailgun/parsed/spam.txt".freeze, "spec/fixtures/mailgun/parsed/valid.txt".freeze, "spec/fixtures/mailgun/raw/invalid.txt".freeze, "spec/fixtures/mailgun/raw/missing.txt".freeze, "spec/fixtures/mailgun/raw/spam.txt".freeze, "spec/fixtures/mailgun/raw/valid.txt".freeze, "spec/fixtures/mandrill/invalid.txt".freeze, "spec/fixtures/mandrill/missing.txt".freeze, "spec/fixtures/mandrill/multiple.txt".freeze, "spec/fixtures/mandrill/spam.txt".freeze, "spec/fixtures/mandrill/valid.txt".freeze, "spec/fixtures/multipart.txt".freeze, "spec/fixtures/postmark/spam.txt".freeze, "spec/fixtures/postmark/valid.txt".freeze, "spec/fixtures/sendgrid/encoding.txt".freeze, "spec/fixtures/sendgrid/spam.txt".freeze, "spec/fixtures/sendgrid/valid.txt".freeze, "spec/fixtures/simple/invalid.txt".freeze, "spec/fixtures/simple/missing.txt".freeze, "spec/fixtures/simple/valid.txt".freeze, "spec/mail_ext/message_spec.rb".freeze, "spec/mailgun/message_spec.rb".freeze, "spec/mailgun/receiver_spec.rb".freeze, "spec/mailgun/sender_spec.rb".freeze, "spec/mandrill/message_spec.rb".freeze, "spec/mandrill/receiver_spec.rb".freeze, "spec/mandrill/sender_spec.rb".freeze, "spec/message/base_spec.rb".freeze, "spec/multi_mail_spec.rb".freeze, "spec/postmark/message_spec.rb".freeze, "spec/postmark/receiver_spec.rb".freeze, "spec/postmark/sender_spec.rb".freeze, "spec/receiver/base_spec.rb".freeze, "spec/receiver_spec.rb".freeze, "spec/sender/base_spec.rb".freeze, "spec/sendgrid/message_spec.rb".freeze, "spec/sendgrid/receiver_spec.rb".freeze, "spec/sendgrid/sender_spec.rb".freeze, "spec/service_spec.rb".freeze, "spec/simple/receiver_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/jpmckinney/multi_mail".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easily switch between email APIs".freeze s.test_files = ["spec/cloudmailin/receiver_spec.rb".freeze, "spec/fixtures/anonymous/welcome.erb".freeze, "spec/fixtures/cloudmailin/json/attachment_store.txt".freeze, "spec/fixtures/cloudmailin/json/spam.txt".freeze, "spec/fixtures/cloudmailin/json/valid.txt".freeze, "spec/fixtures/cloudmailin/multipart/attachment_store.txt".freeze, "spec/fixtures/cloudmailin/multipart/spam.txt".freeze, "spec/fixtures/cloudmailin/multipart/valid.txt".freeze, "spec/fixtures/cloudmailin/raw/attachment_store.txt".freeze, "spec/fixtures/cloudmailin/raw/spam.txt".freeze, "spec/fixtures/cloudmailin/raw/valid.txt".freeze, "spec/fixtures/empty.gif".freeze, "spec/fixtures/mailgun/parsed/invalid.txt".freeze, "spec/fixtures/mailgun/parsed/missing.txt".freeze, "spec/fixtures/mailgun/parsed/spam.txt".freeze, "spec/fixtures/mailgun/parsed/valid.txt".freeze, "spec/fixtures/mailgun/raw/invalid.txt".freeze, "spec/fixtures/mailgun/raw/missing.txt".freeze, "spec/fixtures/mailgun/raw/spam.txt".freeze, "spec/fixtures/mailgun/raw/valid.txt".freeze, "spec/fixtures/mandrill/invalid.txt".freeze, "spec/fixtures/mandrill/missing.txt".freeze, "spec/fixtures/mandrill/multiple.txt".freeze, "spec/fixtures/mandrill/spam.txt".freeze, "spec/fixtures/mandrill/valid.txt".freeze, "spec/fixtures/multipart.txt".freeze, "spec/fixtures/postmark/spam.txt".freeze, "spec/fixtures/postmark/valid.txt".freeze, "spec/fixtures/sendgrid/encoding.txt".freeze, "spec/fixtures/sendgrid/spam.txt".freeze, "spec/fixtures/sendgrid/valid.txt".freeze, "spec/fixtures/simple/invalid.txt".freeze, "spec/fixtures/simple/missing.txt".freeze, "spec/fixtures/simple/valid.txt".freeze, "spec/mail_ext/message_spec.rb".freeze, "spec/mailgun/message_spec.rb".freeze, "spec/mailgun/receiver_spec.rb".freeze, "spec/mailgun/sender_spec.rb".freeze, "spec/mandrill/message_spec.rb".freeze, "spec/mandrill/receiver_spec.rb".freeze, "spec/mandrill/sender_spec.rb".freeze, "spec/message/base_spec.rb".freeze, "spec/multi_mail_spec.rb".freeze, "spec/postmark/message_spec.rb".freeze, "spec/postmark/receiver_spec.rb".freeze, "spec/postmark/sender_spec.rb".freeze, "spec/receiver/base_spec.rb".freeze, "spec/receiver_spec.rb".freeze, "spec/sender/base_spec.rb".freeze, "spec/sendgrid/message_spec.rb".freeze, "spec/sendgrid/receiver_spec.rb".freeze, "spec/sendgrid/sender_spec.rb".freeze, "spec/service_spec.rb".freeze, "spec/simple/receiver_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.35".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.0".freeze]) end