# -*- encoding: utf-8 -*- # stub: pboling-sanitize_email 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "pboling-sanitize_email".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Peter Boling".freeze, "John Trupiano".freeze, "George Anderson".freeze] s.date = "2009-06-09" s.description = "allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses".freeze s.email = ["peter.boling@gmail.com".freeze, "jtrupiano@gmail.com".freeze, "george@benevolentcode.com".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/sanitize_email.rb".freeze, "lib/sanitize_email/custom_environments.rb".freeze, "lib/sanitize_email/sanitize_email.rb".freeze, "test/sample_mailer.rb".freeze, "test/sanitize_email_test.rb".freeze] s.homepage = "http://github.com/pboling/sanitize_email".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Tool to aid in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses.".freeze end