<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Matt Sears&quot;]
-  s.date = %q{2009-10-18}
+  s.date = %q{2009-10-20}
   s.default_executable = %q{aerial}
   s.description = %q{A simple, blogish software build with Sinatra, jQuery, and uses Git for data storage}
   s.email = %q{matt@mattsears.com}
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
      &quot;README.md&quot;,
      &quot;Rakefile&quot;,
      &quot;VERSION&quot;,
+     &quot;aerial.gemspec&quot;,
      &quot;bin/aerial&quot;,
      &quot;config/config.sample.ru&quot;,
      &quot;config/config.sample.yml&quot;,
@@ -51,6 +52,7 @@ Gem::Specification.new do |s|
      &quot;features/support/env.rb&quot;,
      &quot;features/support/pages/article.rb&quot;,
      &quot;features/support/pages/homepage.rb&quot;,
+     &quot;index.html&quot;,
      &quot;lib/aerial.rb&quot;,
      &quot;lib/aerial/app.rb&quot;,
      &quot;lib/aerial/article.rb&quot;,
@@ -62,6 +64,7 @@ Gem::Specification.new do |s|
      &quot;lib/aerial/vendor/akismetor.rb&quot;,
      &quot;lib/aerial/vendor/cache.rb&quot;,
      &quot;spec/aerial_spec.rb&quot;,
+     &quot;spec/app_spec.rb&quot;,
      &quot;spec/article_spec.rb&quot;,
      &quot;spec/base_spec.rb&quot;,
      &quot;spec/comment_spec.rb&quot;,
@@ -92,6 +95,7 @@ Gem::Specification.new do |s|
   s.homepage = %q{http://github.com/mattsears/aerial}
   s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
+  s.rubyforge_project = %q{aerial}
   s.rubygems_version = %q{1.3.5}
   s.summary = %q{A simple, blogish software build with Sinatra, jQuery, and uses Git for data storage}
   s.test_files = [</diff>
      <filename>aerial.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -74,9 +74,9 @@ module Aerial
       @article = Aerial::Article.find(params[:id])
       throw :halt, [404, not_found ] unless @article
 
-      comment = Aerial::Comment.new(params.merge!({ :referrer    =&gt; request.referrer,
-                                                    :user_agent  =&gt; request.user_agent,
-                                                    :ip          =&gt; request.ip
+      comment = Aerial::Comment.new(params.merge!({:referrer    =&gt; request.referrer,
+                                                   :user_agent  =&gt; request.user_agent,
+                                                   :ip          =&gt; request.ip
                                                    }))
 
       @article.comments &lt;&lt; comment.save(@article.archive_name)</diff>
      <filename>lib/aerial/app.rb</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,8 @@ module Aerial
 
     # Creates an absolute link
     #  +link+ link to append to the baseurl
-    #  TODO: should we add more value to this? it seems like we might as well just take care of this by appending the link to base_url in the app
+    #  TODO: should we add more value to this? it seems like we might as well
+    #    just take care of this by appending the link to base_url in the app
     def full_hostname(link = &quot;&quot;)
       &quot;#{base_url}#{link}&quot;
     end</diff>
      <filename>lib/aerial/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6fa5fca05797f0daa9335068be78bd4db0b0403d</id>
    </parent>
  </parents>
  <author>
    <name>Matt Sears</name>
    <email>matt@mattsears.com</email>
  </author>
  <url>http://github.com/mattsears/aerial/commit/72500d266d9296f16ee46c8085edc41411c94e3f</url>
  <id>72500d266d9296f16ee46c8085edc41411c94e3f</id>
  <committed-date>2009-10-21T13:22:49-07:00</committed-date>
  <authored-date>2009-10-21T13:22:49-07:00</authored-date>
  <message>Light house cleaning</message>
  <tree>9824882a4122e06894f17f2fd4773f8365ae1a85</tree>
  <committer>
    <name>Matt Sears</name>
    <email>matt@mattsears.com</email>
  </committer>
</commit>
