# -*- encoding: utf-8 -*- # stub: postmark-rails 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "postmark-rails".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".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 = "2013-07-02" s.description = "Use this plugin in your rails applications to send emails through the Postmark API".freeze s.email = "ilya@wildbit.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/Gemfile.actionmailer-3.0.x".freeze, "gemfiles/Gemfile.actionmailer-3.2.x".freeze, "gemfiles/Gemfile.actionmailer-4.0.x".freeze, "lib/postmark-rails.rb".freeze, "lib/postmark-rails/version.rb".freeze, "lib/postmark_delivery_method.rb".freeze, "postmark-rails.gemspec".freeze, "spec/fixtures/empty.gif".freeze, "spec/fixtures/models/test_mailer.rb".freeze, "spec/fixtures/views/test_mailer/message_with_attachment.erb".freeze, "spec/fixtures/views/test_mailer/multipart_message.html.erb".freeze, "spec/fixtures/views/test_mailer/multipart_message.text.erb".freeze, "spec/fixtures/views/test_mailer/simple_message.erb".freeze, "spec/fixtures/views/test_mailer/tagged_message.erb".freeze, "spec/integration/batch_delivery_spec.rb".freeze, "spec/integration/delivery_spec.rb".freeze, "spec/postmark-rails_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://postmarkapp.com".freeze s.post_install_message = "\n ==================\n Thanks for installing the postmark-rails gem. If you don't have an account, please sign up at http://postmarkapp.com/.\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 = "Postmark adapter for ActionMailer".freeze s.test_files = ["spec/fixtures/empty.gif".freeze, "spec/fixtures/models/test_mailer.rb".freeze, "spec/fixtures/views/test_mailer/message_with_attachment.erb".freeze, "spec/fixtures/views/test_mailer/multipart_message.html.erb".freeze, "spec/fixtures/views/test_mailer/multipart_message.text.erb".freeze, "spec/fixtures/views/test_mailer/simple_message.erb".freeze, "spec/fixtures/views/test_mailer/tagged_message.erb".freeze, "spec/integration/batch_delivery_spec.rb".freeze, "spec/integration/delivery_spec.rb".freeze, "spec/postmark-rails_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end