Sha256: 286e78a142314d7fcad66f24a37c9542aeeb31f8d2a2a465f0dbd2ade90959f2
Contents?: true
Size: 984 Bytes
Versions: 8
Compression:
Stored size: 984 Bytes
Contents
require File.expand_path('../lib/mandriller/version', __FILE__) Gem::Specification.new do |gem| gem.name = "mandriller" gem.version = Mandriller::VERSION gem.platform = Gem::Platform::RUBY gem.authors = ["Daisuke Taniwaki"] gem.email = ["daisuketaniwaki@gmail.com"] gem.homepage = "https://github.com/dtaniwaki/mandriller" gem.summary = "Mandrill SMTP API integration for ActionMailer" gem.description = "Mandrill SMTP API integration for ActionMailer" gem.license = "MIT" gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.require_paths = ['lib'] gem.add_dependency "actionmailer", ">= 3.0" gem.add_dependency "multi_json" gem.add_development_dependency "rake" gem.add_development_dependency "rspec", ">= 3.0" gem.add_development_dependency "coveralls" end
Version data entries
8 entries across 8 versions & 1 rubygems