--- !ruby/object:Gem::Specification name: postmark version: !ruby/object:Gem::Version version: 1.4.0 platform: ruby authors: - Petyo Ivanov - Ilya Sabanin - Artem Chistyakov autorequire: bindir: bin cert_chain: [] date: 2014-12-02 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - &id002 - ">=" - !ruby/object:Gem::Version version: "0" version_requirements: *id001 type: :runtime - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - *id002 version_requirements: *id003 type: :runtime - !ruby/object:Gem::Dependency name: mail prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - *id002 version_requirements: *id004 type: :development - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "3.0" version_requirements: *id005 type: :development - !ruby/object:Gem::Dependency name: yajl-ruby prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - *id002 version_requirements: *id006 type: :development description: Use this gem to send emails through Postmark HTTP API and retrieve info about bounces. email: ilya@wildbit.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .document - .gitignore - .rake_tasks - .rspec - .travis.yml - CHANGELOG.rdoc - Gemfile - LICENSE - README.md - Rakefile - VERSION - init.rb - lib/postmark.rb - lib/postmark/account_api_client.rb - lib/postmark/api_client.rb - lib/postmark/bounce.rb - lib/postmark/client.rb - lib/postmark/handlers/mail.rb - lib/postmark/helpers/hash_helper.rb - lib/postmark/helpers/message_helper.rb - lib/postmark/http_client.rb - lib/postmark/inbound.rb - lib/postmark/inflector.rb - lib/postmark/json.rb - lib/postmark/mail_message_converter.rb - lib/postmark/message_extensions/mail.rb - lib/postmark/response_parsers/active_support.rb - lib/postmark/response_parsers/json.rb - lib/postmark/response_parsers/yajl.rb - lib/postmark/version.rb - postmark.gemspec - spec/data/empty.gif - spec/integration/account_api_client_spec.rb - spec/integration/api_client_hashes_spec.rb - spec/integration/api_client_messages_spec.rb - spec/integration/api_client_resources_spec.rb - spec/integration/mail_delivery_method_spec.rb - spec/spec_helper.rb - spec/support/helpers.rb - spec/support/shared_examples.rb - spec/unit/postmark/account_api_client_spec.rb - spec/unit/postmark/api_client_spec.rb - spec/unit/postmark/bounce_spec.rb - spec/unit/postmark/client_spec.rb - spec/unit/postmark/handlers/mail_spec.rb - spec/unit/postmark/helpers/hash_helper_spec.rb - spec/unit/postmark/helpers/message_helper_spec.rb - spec/unit/postmark/http_client_spec.rb - spec/unit/postmark/inbound_spec.rb - spec/unit/postmark/inflector_spec.rb - spec/unit/postmark/json_spec.rb - spec/unit/postmark/mail_message_converter_spec.rb - spec/unit/postmark/message_extensions/mail_spec.rb - spec/unit/postmark_spec.rb homepage: http://postmarkapp.com licenses: - MIT metadata: {} 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 " rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - *id002 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.7 requirements: [] rubyforge_project: rubygems_version: 2.0.14 signing_key: specification_version: 4 summary: Official Postmark API wrapper. test_files: - spec/data/empty.gif - spec/integration/account_api_client_spec.rb - spec/integration/api_client_hashes_spec.rb - spec/integration/api_client_messages_spec.rb - spec/integration/api_client_resources_spec.rb - spec/integration/mail_delivery_method_spec.rb - spec/spec_helper.rb - spec/support/helpers.rb - spec/support/shared_examples.rb - spec/unit/postmark/account_api_client_spec.rb - spec/unit/postmark/api_client_spec.rb - spec/unit/postmark/bounce_spec.rb - spec/unit/postmark/client_spec.rb - spec/unit/postmark/handlers/mail_spec.rb - spec/unit/postmark/helpers/hash_helper_spec.rb - spec/unit/postmark/helpers/message_helper_spec.rb - spec/unit/postmark/http_client_spec.rb - spec/unit/postmark/inbound_spec.rb - spec/unit/postmark/inflector_spec.rb - spec/unit/postmark/json_spec.rb - spec/unit/postmark/mail_message_converter_spec.rb - spec/unit/postmark/message_extensions/mail_spec.rb - spec/unit/postmark_spec.rb