Sha256: 77655b57faf7f3d70979901d03f616131fbf6820da6115b0a59017b453f701e8

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "actionmailer"
  s.version = "3.2.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["David Heinemeier Hansson"]
  s.date = "2012-03-30"
  s.description = "Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments."
  s.email = "david@loudthinking.com"
  s.homepage = "http://www.rubyonrails.org"
  s.require_paths = ["lib"]
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
  s.requirements = ["none"]
  s.rubygems_version = "1.8.10"
  s.summary = "Email composition, delivery, and receiving framework (part of Rails)."

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<actionpack>, ["= 3.2.3"])
      s.add_runtime_dependency(%q<mail>, ["~> 2.4.4"])
    else
      s.add_dependency(%q<actionpack>, ["= 3.2.3"])
      s.add_dependency(%q<mail>, ["~> 2.4.4"])
    end
  else
    s.add_dependency(%q<actionpack>, ["= 3.2.3"])
    s.add_dependency(%q<mail>, ["~> 2.4.4"])
  end
end

Version data entries

12 entries across 7 versions & 2 rubygems

Version Path
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
rails-uploader-0.0.4 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec
rails-uploader-0.0.1 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.3.gemspec