# -*- encoding: utf-8 -*- # stub: contact_us 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "contact_us".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Dutil".freeze] s.date = "2011-05-04" s.description = "A Rails 3 Engine providing a basic contact form. I used Formtastic to keep things simple, and to hook into your apps custom Formtastic stylesheets.".freeze s.email = ["JDutil@BurlingtonWebApps.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/contact_us/contacts_controller.rb".freeze, "app/helpers/contact_us/contacts_helper.rb".freeze, "app/mailers/contact_us/contact_mailer.rb".freeze, "app/models/contact_us/contact.rb".freeze, "app/views/contact_us/contact_mailer/contact_email.text.html.erb".freeze, "app/views/contact_us/contact_mailer/contact_email.text.plain.erb".freeze, "app/views/contact_us/contacts/new.html.erb".freeze, "config/locales/contact_us.en.yml".freeze, "config/routes.rb".freeze, "contact_us.gemspec".freeze, "lib/contact_us.rb".freeze, "lib/contact_us/engine.rb".freeze, "lib/contact_us/version.rb".freeze, "lib/tasks/install.rake".freeze, "lib/templates/contact_us.rb".freeze] s.homepage = "https://github.com/jdutil/contact_us".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Gem providing simple Contact Us functionality with a Rails 3 Engine.".freeze end