Sha256: 8a9cb72c44372b5db16bc6aee8b00900b38c01a0dd5e5890e1e35e22e6c25318
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.2" s.date = "2008-07-04" 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 |
---|---|
jcnetdev-subdomain-fu-0.0.2 | subdomain-fu.gemspec |