Sha256: d28284010f1da3ed737875581ab5eb6f706f7268be2ba89c6f323756878a3f2c

Contents?: true

Size: 1.89 KB

Versions: 7

Compression:

Stored size: 1.89 KB

Contents

# -*- encoding: utf-8 -*-
# stub: actionmailer 5.0.1 ruby lib

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["David Heinemeier Hansson"]
  s.date = "2016-12-21"
  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://rubyonrails.org"
  s.licenses = ["MIT"]
  s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
  s.requirements = ["none"]
  s.rubygems_version = "2.5.1"
  s.summary = "Email composition, delivery, and receiving framework (part of Rails)."

  s.installed_by_version = "2.5.1" if s.respond_to? :installed_by_version

  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>, ["= 5.0.1"])
      s.add_runtime_dependency(%q<actionview>, ["= 5.0.1"])
      s.add_runtime_dependency(%q<activejob>, ["= 5.0.1"])
      s.add_runtime_dependency(%q<mail>, [">= 2.5.4", "~> 2.5"])
      s.add_runtime_dependency(%q<rails-dom-testing>, ["~> 2.0"])
    else
      s.add_dependency(%q<actionpack>, ["= 5.0.1"])
      s.add_dependency(%q<actionview>, ["= 5.0.1"])
      s.add_dependency(%q<activejob>, ["= 5.0.1"])
      s.add_dependency(%q<mail>, [">= 2.5.4", "~> 2.5"])
      s.add_dependency(%q<rails-dom-testing>, ["~> 2.0"])
    end
  else
    s.add_dependency(%q<actionpack>, ["= 5.0.1"])
    s.add_dependency(%q<actionview>, ["= 5.0.1"])
    s.add_dependency(%q<activejob>, ["= 5.0.1"])
    s.add_dependency(%q<mail>, [">= 2.5.4", "~> 2.5"])
    s.add_dependency(%q<rails-dom-testing>, ["~> 2.0"])
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/specifications/actionmailer-5.0.1.gemspec