# -*- encoding: utf-8 -*- # stub: pboling-subdomain-fu 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "pboling-subdomain-fu".freeze s.version = "0.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Bleigh".freeze] s.date = "2009-08-31" 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, "init.rb".freeze, "lib/subdomain-fu.rb".freeze, "lib/subdomain_fu/routing_extensions.rb".freeze, "lib/subdomain_fu/url_rewriter.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