diff --git a/subdomain-fu.gemspec b/subdomain-fu.gemspec index a873a9f..73696ea 100644 --- a/subdomain-fu.gemspec +++ b/subdomain-fu.gemspec @@ -1,12 +1,15 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE +# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{subdomain-fu} - s.version = "0.5.2" + s.version = "0.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Bleigh"] - s.date = %q{2009-08-31} + s.date = %q{2009-09-13} s.description = %q{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).} s.email = %q{michael@intridea.com} s.extra_rdoc_files = [ @@ -21,7 +24,6 @@ Gem::Specification.new do |s| "lib/subdomain-fu.rb", "lib/subdomain_fu/routing_extensions.rb", "lib/subdomain_fu/url_rewriter.rb", - "init.rb", "rails/init.rb", "spec/spec.opts", "spec/spec_helper.rb",