# -*- encoding: utf-8 -*- # stub: has_emails 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "has_emails".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Pfeifer".freeze] s.date = "2008-06-29" s.email = "aaron@pluginaweek.org".freeze s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/models".freeze, "app/models/email.rb".freeze, "app/models/email_address.rb".freeze, "db/migrate".freeze, "db/migrate/001_create_email_addresses.rb".freeze, "init.rb".freeze, "lib/has_emails".freeze, "lib/has_emails.rb".freeze, "lib/has_emails/extensions".freeze, "lib/has_emails/extensions/action_mailer.rb".freeze, "test/app_root".freeze, "test/app_root/app".freeze, "test/app_root/app/models".freeze, "test/app_root/app/models/empty".freeze, "test/app_root/config".freeze, "test/app_root/config/environment.rb".freeze, "test/app_root/db".freeze, "test/app_root/db/migrate".freeze, "test/app_root/db/migrate/001_migrate_has_messages_to_version_2.rb".freeze, "test/app_root/db/migrate/002_migrate_has_emails_to_version_1.rb".freeze, "test/app_root/log".freeze, "test/factory.rb".freeze, "test/functional".freeze, "test/functional/has_emails_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/action_mailer_test.rb".freeze, "test/unit/email_address_test.rb".freeze, "test/unit/email_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Demonstrates a reference implementation for sending emails with logging and asynchronous support.".freeze s.test_files = ["test/functional/has_emails_test.rb".freeze, "test/unit/email_address_test.rb".freeze, "test/unit/action_mailer_test.rb".freeze, "test/unit/email_test.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.2".freeze]) end