Sha256: f9fc33b2458776379a3d753e074f17613212815fd7e72efe02288cef73491a3c
Contents?: true
Size: 915 Bytes
Versions: 4
Compression:
Stored size: 915 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "contact_us/version" Gem::Specification.new do |s| s.name = "contact_us" s.version = ContactUs::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jeff Dutil"] s.email = ["JDutil@BurlingtonWebApps.com"] s.homepage = "https://github.com/jdutil/contact_us" s.summary = %q{Gem providing simple Contact Us functionality with a Rails 3 Engine.} s.description = %q{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.} s.rubyforge_project = "contact_us" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
contact_us-0.0.4 | contact_us.gemspec |
contact_us-0.0.3 | contact_us.gemspec |
contact_us-0.0.2 | contact_us.gemspec |
contact_us-0.0.1 | contact_us.gemspec |