<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ webrat*
 spec/*.html
 public/*/
 public/*.html
-_site
-_layouts
+_site/
+_layouts/
 **/*.swp
 *.swp</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -65,3 +65,21 @@ namespace :setup do
   end
 
 end
+
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gemspec|
+    gemspec.name = &quot;ginatra&quot;
+    gemspec.summary = &quot;A Gitweb Clone in Sinatra and Grit&quot;
+    gemspec.description = &quot;Host your own git repository browser through the power of Sinatra and Grit&quot;
+    gemspec.email = &quot;sam@lenary.co.uk&quot;
+    gemspec.homepage = &quot;http://lenary.github.com/ginatra&quot;
+    gemspec.authors = [&quot;Sam Elliott&quot;, &quot;Ryan Bigg&quot;]
+    gemspec.add_dependency('sinatra', '&gt;=0.9.4')
+    gemspec.add_dependency('grit', '&gt;=1.1.1')
+    gemspec.add_dependency('coderay', '&gt;=0.8.0')
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install jeweler&quot;
+end
+</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'sinatra/base'
 require 'grit'
 require 'coderay'</diff>
      <filename>lib/ginatra.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>beb0fa7d89c389985a5f711609a304c6722d8afa</id>
    </parent>
  </parents>
  <author>
    <name>Samuel Elliott</name>
    <email>sam@lenary.co.uk</email>
  </author>
  <url>http://github.com/lenary/ginatra/commit/7f0c0dd7e6b7ca7fc4b148c9c3b2115c32bfd74f</url>
  <id>7f0c0dd7e6b7ca7fc4b148c9c3b2115c32bfd74f</id>
  <committed-date>2009-08-25T15:01:33-07:00</committed-date>
  <authored-date>2009-08-25T15:01:33-07:00</authored-date>
  <message>Added Gem Support</message>
  <tree>154e7701e1e5f4e583a45866b0081773d9e5b382</tree>
  <committer>
    <name>Samuel Elliott</name>
    <email>sam@lenary.co.uk</email>
  </committer>
</commit>
