<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{gorp}
-  s.version = &quot;0.6.0&quot;
+  s.version = &quot;0.7.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Sam Ruby&quot;]
-  s.date = %q{2009-10-18}
+  s.date = %q{2009-10-25}
   s.description = %q{    Enables the creation of scenarios that involve creating a rails project,
     starting and stoppping of servers, generating projects, editing files,
     issuing http requests, running of commands, etc.  Output is captured as</diff>
      <filename>gorp.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -68,11 +68,20 @@ def head number, title
   $toc.li {$toc.a $section, :href =&gt; &quot;#section-#{number}&quot;}
 end
 
-def issue text
+def issue text, options={}
   log :issue, text
 
   $issue+=1
-  $x.p text, :class =&gt; 'issue', :id =&gt; &quot;issue-#{$issue}&quot;
+  $x.p :class =&gt; 'issue', :id =&gt; &quot;issue-#{$issue}&quot; do
+    $x.text! text
+    if options[:ticket]
+      $x.text! ' ('
+      $x.a &quot;ticket #{options[:ticket]}&quot;, :href=&gt;
+        'https://rails.lighthouseapp.com/projects/8994/tickets/' + 
+        options[:ticket].to_s
+      $x.text! ')'
+    end
+  end
   $todos.li do
     section = $section.split(' ').first
     $todos.a &quot;Section #{section}:&quot;, :href =&gt; &quot;#section-#{$section}&quot;
@@ -572,13 +581,15 @@ at_exit do
           div.body {border-style: solid; border-color: #800080; padding: 0.5em}
           .issue, .traceback {background:#FDD; border: 4px solid #F00; 
                       font-weight: bold; margin-top: 1em; padding: 0.5em}
+          div.body, .issue, .traceback {
+            -webkit-border-radius: 0.7em; -moz-border-radius: 0.7em;}
           ul.toc {list-style: none}
           ul a {text-decoration: none}
           ul a:hover {text-decoration: underline; color: #000;
                       background-color: #F5F5DC}
           a.toc h2 {background-color: #981A21; color:#FFF; padding: 6px}
           ul a:visited {color: #000}
-	  h2 {clear: both}
+          h2 {clear: both}
           p.desc {font-style: italic}
           p.overview {border-width: 2px; border-color: #000;
             border-style: solid; border-radius: 4em;</diff>
      <filename>lib/gorp.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module Gorp
   module VERSION #:nodoc:
     MAJOR = 0
-    MINOR = 6
+    MINOR = 7
     TINY  = 0
 
     STRING = [MAJOR, MINOR, TINY].join('.')</diff>
      <filename>lib/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5da7c0cf8076ea7fb2c88c9d5b1e9b330ef06514</id>
    </parent>
  </parents>
  <author>
    <name>Sam Ruby</name>
    <email>rubys@intertwingly.net</email>
  </author>
  <url>http://github.com/rubys/gorp/commit/e0c0360634df04ff0ba19fd8240f8e89eeef0ed4</url>
  <id>e0c0360634df04ff0ba19fd8240f8e89eeef0ed4</id>
  <committed-date>2009-10-25T08:26:39-07:00</committed-date>
  <authored-date>2009-10-25T08:26:39-07:00</authored-date>
  <message>Allow ticket numbers to be specified on issues</message>
  <tree>758edca7e7321bda6b3d94012b937a6ee2e9a877</tree>
  <committer>
    <name>Sam Ruby</name>
    <email>rubys@intertwingly.net</email>
  </committer>
</commit>
