--- !ruby/object:Gem::Specification
name: postmark
version: !ruby/object:Gem::Version
  version: 1.3.0
platform: ruby
authors:
- Petyo Ivanov
- Ilya Sabanin
- Artem Chistyakov
autorequire: 
bindir: bin
cert_chain: []
date: 2014-06-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rake
  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: json
  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: mail
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: activesupport
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.0'
- !ruby/object:Gem::Dependency
  name: yajl-ruby
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
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:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 1.3.7
requirements: []
rubyforge_project: 
rubygems_version: 2.2.1
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