# -*- encoding: utf-8 -*- # stub: mbleigh-subdomain-fu 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "mbleigh-subdomain-fu".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 = ["Michael Bleigh".freeze] s.date = "2008-06-25" s.description = "SubdomainFu aims to solve the problem of subdomain-based routing and in a unified way, establishing simple conventions for linking between subdomains of a Rails app.".freeze s.email = "michael@intridea.com".freeze s.files = ["MIT-LICENSE".freeze, "README".freeze, "init.rb".freeze, "lib/subdomain-fu.rb".freeze, "lib/subdomain_fu".freeze, "lib/subdomain_fu/routing_extensions.rb".freeze, "lib/subdomain_fu/url_rewriter.rb".freeze, "rails/init.rb".freeze, "spec/spec_helper.rb".freeze, "spec/subdomain_fu_spec.rb".freeze, "spec/url_rewriter_spec.rb".freeze, "subdomain-fu.gemspec".freeze] s.homepage = "http://www.actsascommunity.com/projects/subdomain-fu".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides a simple solution for route handling and linking between subdomains in a Rails application.".freeze end