<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,7 @@ begin
   require 'jeweler'
   Jeweler::Tasks.new do |gemspec|
     gemspec.name = &quot;subdomain-fu&quot;
+    gemspec.rubyforge_project = 'subdomain-fu'
     gemspec.summary = &quot;SubdomainFu is a Rails plugin that provides subdomain routing and URL writing helpers.&quot;
     gemspec.email = &quot;michael@intridea.com&quot;
     gemspec.homepage = &quot;http://github.com/mbleigh/subdomain-fu&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ module ActionController
       if SubdomainFu.needs_rewrite?(options[:subdomain], (options[:host] || @request.host_with_port)) || options[:only_path] == false
         options[:only_path] = false if SubdomainFu.override_only_path?
         options[:host] = SubdomainFu.rewrite_host_for_subdomains(options.delete(:subdomain), options[:host] || @request.host_with_port)
-        puts &quot;options[:host]: #{options[:host].inspect}&quot;
+        # puts &quot;options[:host]: #{options[:host].inspect}&quot;
       else
         options.delete(:subdomain)
       end</diff>
      <filename>lib/subdomain_fu/url_rewriter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,15 +2,16 @@
 
 Gem::Specification.new do |s|
   s.name = %q{subdomain-fu}
-  s.version = &quot;0.3.0&quot;
+  s.version = &quot;0.4.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
-  s.authors = [&quot;Michael Bleigh&quot;,&quot;Peter Boling&quot;]
-  s.date = %q{2009-08-24}
+  s.authors = [&quot;Michael Bleigh&quot;]
+  s.date = %q{2009-08-31}
   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 peter.boling@gmail.com}
-  s.has_rdoc = true
-  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
+  s.email = %q{michael@intridea.com}
+  s.extra_rdoc_files = [
+    &quot;README.rdoc&quot;
+  ]
   s.files = [
     &quot;CHANGELOG&quot;,
      &quot;MIT-LICENSE&quot;,
@@ -27,11 +28,13 @@ Gem::Specification.new do |s|
      &quot;spec/url_rewriter_spec.rb&quot;
   ]
   s.homepage = %q{http://github.com/mbleigh/subdomain-fu}
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
+  s.rubyforge_project = %q{subdomain-fu}
   s.rubygems_version = %q{1.3.3}
   s.summary = %q{SubdomainFu is a Rails plugin that provides subdomain routing and URL writing helpers.}
   s.test_files = [
-     &quot;spec/spec_helper.rb&quot;,
+    &quot;spec/spec_helper.rb&quot;,
      &quot;spec/subdomain_fu_spec.rb&quot;,
      &quot;spec/url_rewriter_spec.rb&quot;
   ]</diff>
      <filename>subdomain-fu.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b8ad26db46a0fa1096c9002a06e6059f9aae386</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/subdomain-fu/commit/23746bc65b586249eb3dd5702fe1535af579e7c0</url>
  <id>23746bc65b586249eb3dd5702fe1535af579e7c0</id>
  <committed-date>2009-08-31T19:35:29-07:00</committed-date>
  <authored-date>2009-08-31T19:35:29-07:00</authored-date>
  <message>Cleaning up stray puts.</message>
  <tree>2a20bd70c505f3722e2882275b6ce48c3295544c</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
