<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,26 +1,50 @@
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
-  s.name = &quot;subdomain-fu&quot;
-  s.version = &quot;0.0.5&quot;
-  s.date = &quot;2009-01-13&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;
-  s.description = &quot;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.&quot;
-  s.has_rdoc = true
+  s.name = %q{subdomain-fu}
+  s.version = &quot;0.1.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;]
-  s.files = [ &quot;MIT-LICENSE&quot;,
-              &quot;README&quot;,
-              &quot;init.rb&quot;,
-              &quot;lib/subdomain_fu&quot;,
-              &quot;lib/subdomain_fu/routing_extensions.rb&quot;,
-              &quot;lib/subdomain_fu/url_rewriter.rb&quot;,
-              &quot;lib/subdomain-fu.rb&quot;,
-              &quot;rails/init.rb&quot;,
-              &quot;spec/spec_helper.rb&quot;,
-              &quot;spec/subdomain_fu_spec.rb&quot;,
-              &quot;spec/url_rewriter_spec.rb&quot;,
-              &quot;subdomain-fu.gemspec&quot; ]
-  s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
-  #s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
-  #s.add_dependency(&quot;mbleigh-mash&quot;, [&quot;&gt;= 0.0.5&quot;])
+  s.date = %q{2009-05-26}
+  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 = [
+    &quot;README&quot;
+  ]
+  s.files = [
+    &quot;CHANGELOG&quot;,
+     &quot;MIT-LICENSE&quot;,
+     &quot;README&quot;,
+     &quot;Rakefile&quot;,
+     &quot;VERSION&quot;,
+     &quot;lib/subdomain-fu.rb&quot;,
+     &quot;lib/subdomain_fu/routing_extensions.rb&quot;,
+     &quot;lib/subdomain_fu/url_rewriter.rb&quot;,
+     &quot;rails/init.rb&quot;,
+     &quot;spec/spec.opts&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/subdomain_fu_spec.rb&quot;,
+     &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.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/subdomain_fu_spec.rb&quot;,
+     &quot;spec/url_rewriter_spec.rb&quot;
+  ]
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 3
+
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+    else
+    end
+  else
+  end
 end</diff>
      <filename>subdomain-fu.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>00887a403e5da72fe0303c1e54f035ef0fd1525e</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/subdomain-fu/commit/338e01bf142e2ca7f9b2b50811189f255d76f7f8</url>
  <id>338e01bf142e2ca7f9b2b50811189f255d76f7f8</id>
  <committed-date>2009-05-26T07:29:57-07:00</committed-date>
  <authored-date>2009-05-26T07:29:57-07:00</authored-date>
  <message>Bumping gem version.</message>
  <tree>4782015baae804193b0bbc7ed5c0f960ab7deec9</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
