<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitmodules</filename>
    </added>
    <added>
      <filename>config.ru</filename>
    </added>
    <added>
      <filename>rackup.ru</filename>
    </added>
    <added>
      <filename>sinatra</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,3 +2,5 @@ repos/*.git
 public/*.esproj
 tmp/*
 .DS_Store
+*.log
+</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -60,11 +60,12 @@ Authors &amp; Thanks
 
 **Thanks**
 
-- (tekkub) - For help with Grit
-- (schacon) - For help with Grit
-- Conrad Irwin (cirwin) - For moral support and design help
-- #git - for any other problems I had
+- tekkub - For help with Grit
+- schacon - For help with Grit
+- cirwin - For moral support and design help
+- irc://irc.freenode.net/git - for any other problems I had
 - Picol Project (http://picol.org) - for the icons
+- sr - For help with a large sinatra error
 
 Screenshots
 -----------</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,8 @@ Feature: Page
     And I should see &quot;Test&quot;
     And I should see &quot;Unnamed repository; edit this file 'description' to name the repository.&quot;
     And I should see &quot;Commits&quot;
+    And I should see &quot;(author)&quot;
+    And Save and View
   Scenario:
     When I open '/test/commit/eefb4c3'
     Then I should see &quot;Ginatra&quot;</diff>
      <filename>features/pages.feature</filename>
    </modified>
    <modified>
      <diff>@@ -113,4 +113,7 @@ Then /^I should be on (.+)$/ do |page_name|
   URI.parse(current_url).path.should == path_to(page_name)
 end
 
+Then /^Save and View$/ do
+  save_and_open_page
+end
 </diff>
      <filename>features/step_definitions/page_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,13 @@
 require &quot;rubygems&quot;
-require &quot;sinatra&quot;
+require &quot;sinatra/lib/sinatra&quot;
 require &quot;grit&quot;
 gem &quot;coderay&quot;
 require &quot;coderay&quot;
 
 configure do
-  set :views, &quot;#{File.dirname(__FILE__)}/views&quot;
   set :git_dir, &quot;#{File.dirname(__FILE__)}/repos&quot;
   set :description, &quot;View My Rusty Git Repositories&quot;
-  layout :layout
+  set :layout, :layout
 end
 
 # stolen from rails</diff>
      <filename>ginatra.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config.ru</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ac9c0ceac57c38600e2d0b4d10dd62bdf25bdf93</id>
    </parent>
  </parents>
  <author>
    <name>Samuel Elliott</name>
    <email>sam@lenary.co.uk</email>
  </author>
  <url>http://github.com/lenary/ginatra/commit/8fa37a6a7f94769f2cacad90144bace56ef383fc</url>
  <id>8fa37a6a7f94769f2cacad90144bace56ef383fc</id>
  <committed-date>2009-05-11T12:04:34-07:00</committed-date>
  <authored-date>2009-05-11T12:04:34-07:00</authored-date>
  <message>Vendored sinatra to ./sinatra; sorted out tests; added logs; removed extra config</message>
  <tree>273580a8827e4c784f59c7201e0ac1533f4d8454</tree>
  <committer>
    <name>Samuel Elliott</name>
    <email>sam@lenary.co.uk</email>
  </committer>
</commit>
