Sha256: 8fff9741057b5ed1154220ac29f31ef8d09948c4806bc31bc44f16029ed07203

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

Gem::Specification.new do |s|
  s.name = "subdomain-fu"
  s.version = "0.0.4"
  s.date = "2008-06-25"
  s.summary = "Provides a simple solution for route handling and linking between subdomains in a Rails application."
  s.email = "michael@intridea.com"
  s.homepage = "http://www.actsascommunity.com/projects/subdomain-fu"
  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."
  s.has_rdoc = true
  s.authors = ["Michael Bleigh"]
  s.files = [ "MIT-LICENSE",
              "README",
              "init.rb",
              "lib/subdomain_fu",
              "lib/subdomain_fu/routing_extensions.rb",
              "lib/subdomain_fu/url_rewriter.rb",
              "lib/subdomain-fu.rb",
              "rails/init.rb",
              "spec/spec_helper.rb",
              "spec/subdomain_fu_spec.rb",
              "spec/url_rewriter_spec.rb",
              "subdomain-fu.gemspec" ]
  s.rdoc_options = ["--main", "README"]
  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
  #s.add_dependency("mbleigh-mash", [">= 0.0.5"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mbleigh-subdomain-fu-0.0.4 subdomain-fu.gemspec