redsquirrel / mad_mimi_mailer

Use Mad Mimi to send beautiful HTML emails using the ActionMailer API

This URL has Read+Write access

Dave Hoover (author)
Tue Oct 20 06:45:22 -0700 2009
commit  d7322687c9ab1a4cb6d8faa1c6e1e9d12cee5f2a
tree    1c34a1b5252a1c1f7742b40e16895a2e3719c472
parent  d735e4538775a78aa1b6ebed91adfeb82fcfe555
mad_mimi_mailer / mad_mimi_mailer.gemspec
100644 19 lines (17 sloc) 0.691 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{mad_mimi_mailer}
  s.version = "0.0.7"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Dave Hoover"]
  s.date = %q{2009-10-20}
  s.description = %q{Use Mad Mimi to send beautiful HTML emails using the ActionMailer API.}
  s.email = %q{dave@obtiva.com}
  s.files = ["lib/mad_mimi_mailer.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://developer.madmimi.com/}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{mad_mimi_mailer}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Extending ActionMailer::Base for Mad Mimi integration.}
end