Sha256: 9fd9c857c6093580a94ad5d3df19d8775ad8e85676ef6d04b8235e06768b8660

Contents?: true

Size: 922 Bytes

Versions: 1

Compression:

Stored size: 922 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'mandrill-mailer-rails'
  s.version     = '1.1.0'
  s.authors     = ['Tinfoil Security, Inc.']
  s.email       = ['engineers@tinfoilsecurity.com']
  s.homepage    = 'https://www.github.com/tinfoil/mandrill-mailer-rails'
  s.summary     = %q{Handler for Rails to send emails through Mandrill}
  s.description = %q{Provides an ActionMailer delivery handler sending emails through Mandrill}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_dependency('mandrill-api')
  s.add_dependency('rails', '> 3.0')

  s.add_development_dependency('rake')
  s.add_development_dependency('rspec-rails')
  s.add_development_dependency('rspec-mocks')
  s.add_development_dependency('appraisal')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mandrill-mailer-rails-1.1.0 mandrill-mailer-rails.gemspec