Sha256: 70bdfc680fa8286c05534e9801d7951ef10648c2ae17884b0ef5603de5577fa2

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

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

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["David Heinemeier Hansson"]
  s.date = "2013-03-18"
  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.23"
  s.summary = "Email composition, delivery, and receiving framework (part of Rails)."

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fc-webicons-0.0.4 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.13.gemspec
fc-webicons-0.0.3 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.13.gemspec
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.13.gemspec
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/specifications/actionmailer-3.2.13.gemspec