# -*- encoding: utf-8 -*-
# stub: subdomain-fu 1.0.0.beta2 ruby lib

Gem::Specification.new do |s|
  s.name = "subdomain-fu".freeze
  s.version = "1.0.0.beta2".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Michael Bleigh".freeze]
  s.date = "2010-02-09"
  s.description = "SubdomainFu is a Rails plugin to provide all of the basic functionality necessary to handle multiple subdomain applications (such as Basecamp-esque subdomain accounts and more).".freeze
  s.email = "michael@intridea.com".freeze
  s.extra_rdoc_files = ["README.rdoc".freeze]
  s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/subdomain-fu.rb".freeze, "lib/subdomain_fu/url_rewriter.rb".freeze, "rails/init.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/subdomain_fu_spec.rb".freeze, "spec/url_rewriter_spec.rb".freeze]
  s.homepage = "http://github.com/mbleigh/subdomain-fu".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "SubdomainFu is a Rails plugin that provides subdomain routing and URL writing helpers.".freeze
  s.test_files = ["spec/spec_helper.rb".freeze, "spec/subdomain_fu_spec.rb".freeze, "spec/url_rewriter_spec.rb".freeze]
end