Sha256: 0ccde225e1bb8a50c96341ef65716970458d18897877d5a612d5ac220bad4a56
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "postmark-rails/version" Gem::Specification.new do |s| s.name = %q{postmark-rails} s.version = Postmark::Rails::VERSION s.authors = ["Petyo Ivanov", "Ilya Sabanin", "Artem Chistyakov"] s.description = %q{Use this plugin in your rails applications to send emails through the Postmark API} s.email = %q{ilya@wildbit.com} s.homepage = %q{http://postmarkapp.com} s.summary = %q{Postmark adapter for ActionMailer} s.post_install_message = %q{ ================== Thanks for installing the postmark-rails gem. If you don't have an account, please sign up at http://postmarkapp.com/. Review the README.md for implementation details and examples. ================== } s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.rdoc_options = ["--charset=UTF-8"] s.add_dependency('actionmailer', ">= 3.0.0") s.add_dependency('postmark', "~> 1.0") s.add_development_dependency('rake') s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postmark-rails-0.5.1 | postmark-rails.gemspec |