<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# require 'subdomain_fu/routing_extensions'
+#require 'subdomain_fu/routing_extensions'
 require 'subdomain_fu/url_rewriter'
 
 module SubdomainFu
@@ -51,14 +51,11 @@ module SubdomainFu
   def self.rewrite_host_for_subdomains(subdomain, host)
     unless needs_rewrite?(subdomain, host)
       if has_subdomain?(subdomain) || (subdomain_from(host) == SubdomainFu.preferred_mirror) || (!has_subdomain?(subdomain) &amp;&amp; SubdomainFu.preferred_mirror == nil)
-        puts &quot;We're not changing the host.&quot;
         host
       else
-        puts &quot;We're using the preferred mirror.&quot;
         change_subdomain_of_host(SubdomainFu.preferred_mirror, host)
       end
     else
-      puts &quot;We're changing the host.&quot;
       change_subdomain_of_host(subdomain || SubdomainFu.preferred_mirror, host)
     end
   end</diff>
      <filename>lib/subdomain-fu.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,11 +9,11 @@ plugin_spec_dir = File.dirname(__FILE__)
 ActiveRecord::Base.logger = Logger.new(plugin_spec_dir + &quot;/debug.log&quot;)
 
 ActionController::Routing::Routes.draw do |map|
-  map.needs_subdomain '/needs_subdomain', :controller =&gt; &quot;fu&quot;, :action =&gt; &quot;awesome&quot;, :conditions =&gt; {:subdomain =&gt; true}
-  map.no_subdomain '/no_subdomain', :controller =&gt; &quot;fu&quot;, :action =&gt; &quot;lame&quot;, :conditions =&gt; {:subdomain =&gt; false}
-  map.needs_awesome '/needs_awesome', :controller =&gt; &quot;fu&quot;, :action =&gt; &quot;lame&quot;, :conditions =&gt; {:subdomain =&gt; 'awesome'}
+  map.needs_subdomain '/needs_subdomain', :controller =&gt; &quot;fu&quot;, :action =&gt; &quot;awesome&quot;
+  map.no_subdomain '/no_subdomain', :controller =&gt; &quot;fu&quot;, :action =&gt; &quot;lame&quot;
+  map.needs_awesome '/needs_awesome', :controller =&gt; &quot;fu&quot;, :action =&gt; &quot;lame&quot;
   
-  map.resources :foos, :conditions =&gt; {:subdomain =&gt; true} do |fu|
+  map.resources :foos do |fu|
     fu.resources :bars
   end
   </diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;subdomain-fu&quot;
-  s.version = &quot;0.0.1&quot;
-  s.date = &quot;2008-06-13&quot;
+  s.version = &quot;0.0.2&quot;
+  s.date = &quot;2008-06-25&quot;
   s.summary = &quot;Provides a simple solution for route handling and linking between subdomains in a Rails application.&quot;
   s.email = &quot;michael@intridea.com&quot;
   s.homepage = &quot;http://www.actsascommunity.com/projects/subdomain-fu&quot;</diff>
      <filename>subdomain-fu.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>64bef4cc9958da2c6d9686ca5b534298593d086d</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/subdomain-fu/commit/031a0770821f89eacde07d006c251fc18850773e</url>
  <id>031a0770821f89eacde07d006c251fc18850773e</id>
  <committed-date>2008-06-25T06:48:35-07:00</committed-date>
  <authored-date>2008-06-25T06:48:35-07:00</authored-date>
  <message>Removed stray puts.</message>
  <tree>d3402f679b8b4dbce18022d9b6042cfa407757a7</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
