# -*- encoding: utf-8 -*- # stub: postmark 1.19.1 ruby lib Gem::Specification.new do |s| s.name = "postmark".freeze s.version = "1.19.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.7".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Petyo Ivanov".freeze, "Ilya Sabanin".freeze, "Artem Chistyakov".freeze] s.date = "2019-11-12" s.description = "Use this gem to send emails through Postmark HTTP API and retrieve info about bounces.".freeze s.email = "ilya@wildbit.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rake_tasks".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.rdoc".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "gemfiles/Gemfile.legacy".freeze, "init.rb".freeze, "lib/postmark.rb".freeze, "lib/postmark/account_api_client.rb".freeze, "lib/postmark/api_client.rb".freeze, "lib/postmark/bounce.rb".freeze, "lib/postmark/client.rb".freeze, "lib/postmark/error.rb".freeze, "lib/postmark/handlers/mail.rb".freeze, "lib/postmark/helpers/hash_helper.rb".freeze, "lib/postmark/helpers/message_helper.rb".freeze, "lib/postmark/http_client.rb".freeze, "lib/postmark/inbound.rb".freeze, "lib/postmark/inflector.rb".freeze, "lib/postmark/json.rb".freeze, "lib/postmark/mail_message_converter.rb".freeze, "lib/postmark/message_extensions/mail.rb".freeze, "lib/postmark/response_parsers/active_support.rb".freeze, "lib/postmark/response_parsers/json.rb".freeze, "lib/postmark/response_parsers/yajl.rb".freeze, "lib/postmark/version.rb".freeze, "postmark.gemspec".freeze, "postmark.png".freeze, "spec/data/empty.gif".freeze, "spec/integration/account_api_client_spec.rb".freeze, "spec/integration/api_client_hashes_spec.rb".freeze, "spec/integration/api_client_messages_spec.rb".freeze, "spec/integration/api_client_resources_spec.rb".freeze, "spec/integration/mail_delivery_method_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/custom_matchers.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/shared_examples.rb".freeze, "spec/unit/postmark/account_api_client_spec.rb".freeze, "spec/unit/postmark/api_client_spec.rb".freeze, "spec/unit/postmark/bounce_spec.rb".freeze, "spec/unit/postmark/client_spec.rb".freeze, "spec/unit/postmark/error_spec.rb".freeze, "spec/unit/postmark/handlers/mail_spec.rb".freeze, "spec/unit/postmark/helpers/hash_helper_spec.rb".freeze, "spec/unit/postmark/helpers/message_helper_spec.rb".freeze, "spec/unit/postmark/http_client_spec.rb".freeze, "spec/unit/postmark/inbound_spec.rb".freeze, "spec/unit/postmark/inflector_spec.rb".freeze, "spec/unit/postmark/json_spec.rb".freeze, "spec/unit/postmark/mail_message_converter_spec.rb".freeze, "spec/unit/postmark/message_extensions/mail_spec.rb".freeze, "spec/unit/postmark_spec.rb".freeze] s.homepage = "http://postmarkapp.com".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\n ==================\n Thanks for installing the postmark gem. If you don't have an account, please\n sign up at http://postmarkapp.com/.\n\n Review the README.md for implementation details and examples.\n ==================\n ".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Official Postmark API wrapper.".freeze s.test_files = ["spec/data/empty.gif".freeze, "spec/integration/account_api_client_spec.rb".freeze, "spec/integration/api_client_hashes_spec.rb".freeze, "spec/integration/api_client_messages_spec.rb".freeze, "spec/integration/api_client_resources_spec.rb".freeze, "spec/integration/mail_delivery_method_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/custom_matchers.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/shared_examples.rb".freeze, "spec/unit/postmark/account_api_client_spec.rb".freeze, "spec/unit/postmark/api_client_spec.rb".freeze, "spec/unit/postmark/bounce_spec.rb".freeze, "spec/unit/postmark/client_spec.rb".freeze, "spec/unit/postmark/error_spec.rb".freeze, "spec/unit/postmark/handlers/mail_spec.rb".freeze, "spec/unit/postmark/helpers/hash_helper_spec.rb".freeze, "spec/unit/postmark/helpers/message_helper_spec.rb".freeze, "spec/unit/postmark/http_client_spec.rb".freeze, "spec/unit/postmark/inbound_spec.rb".freeze, "spec/unit/postmark/inflector_spec.rb".freeze, "spec/unit/postmark/json_spec.rb".freeze, "spec/unit/postmark/mail_message_converter_spec.rb".freeze, "spec/unit/postmark/message_extensions/mail_spec.rb".freeze, "spec/unit/postmark_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end