# -*- encoding: utf-8 -*- # stub: george-sanitize_email 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "george-sanitize_email".freeze s.version = "0.2.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 = ["John Trupiano".freeze, "Peter Boling".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 = ["jtrupiano@gmail.com".freeze, "george@benevolentcode.com".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/george/sanitize_email".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gemified fork of pboling's sanitize_email plugin: allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses.".freeze end