<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,12 @@
 Gem::Specification.new do |s|
   s.name = %q{blanket}
-  s.version = &quot;0.1.0&quot;
+  s.version = &quot;0.1.1&quot;
 
   s.specification_version = 2 if s.respond_to? :specification_version=
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jim Van Fleet&quot;]
-  s.date = %q{2008-03-02}
+  s.date = %q{2008-04-21}
   s.email = %q{jim@jimvanfleet.com}
   s.executables = [&quot;blanket&quot;, &quot;blanket-cfg&quot;]
   s.files = [&quot;bin/blanket&quot;, 
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
              &quot;spec/writer_spec.rb&quot;, 
              &quot;README&quot;, 
              &quot;MIT-LICENSE&quot;]
-  s.has_rdoc = false
+  s.has_rdoc = true
   s.require_paths = [&quot;lib&quot;]
   s.rubygems_version = %q{1.0.1}
   s.summary = %q{Blanket is a flexible backup framework designed to get the drudgery out of the way and to make automated backups easy.}
@@ -51,4 +51,4 @@ Gem::Specification.new do |s|
 
   s.add_dependency(%q&lt;capistrano&gt;, [&quot;&gt;= 2.0.0&quot;, &quot;&lt; 2.99.0&quot;])
   s.add_dependency(%q&lt;aws-s3&gt;, [&quot;&gt;= 0.4.0&quot;, &quot;&lt; 1.0&quot;])
-end
\ No newline at end of file
+end</diff>
      <filename>blanket.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -26,6 +26,10 @@ sink_directory    = File.join(root, 'plugins', 'sinks')
   end
 end
 
-# This is RDoc for Blanket
+# Blanket: For making backup easier
+#
+# See a Blanket introduction[http://github.com/bigfleet/blanket/wikis] or
+# a walkthrough[http://github.com/bigfleet/blanket/wikis/quickstart] of 
+# setting up your first blanket.
 module Blanket
 end
\ No newline at end of file</diff>
      <filename>lib/blanket.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,13 @@ require 'date'
 # A Source that's aware of the Confluence wiki's particular strategy towards
 # backups.  Confluence makes its own when you ask it to, so this takes care
 # of uploading them to an off-site location.
+#
+# [user] Username on the remote system.
+# [password] Password on the remote system.
+# [host] Domain name of the remote system.
+# [remote_directory] The backup directory for Confluence on the remote server.
+# [local_directory] The location on client running the blanket where the database backup is stored before being sent to a sink.
+
 class Confluence &lt; Source
   
   def initialize(reader) #:nodoc:</diff>
      <filename>lib/blanket/plugins/sources/confluence.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,10 +10,12 @@
 # [host] Domain name of the remote system.
 # [remote_path] The location on the remote server you'd like to blanket.
 # [local_path] The location on client running the blanket where the database backup is stored before being sent to a sink.
-#
-# http://bigfleet.lighthouseapp.com/projects/8764-blanket/tickets/13-document-overwriting-single-file
 
 class SingleFile &lt; Source
+
+  # One additional TODO
+  # http://bigfleet.lighthouseapp.com/projects/8764-blanket/tickets/13-document-overwriting-single-file
+
   
   def initialize(reader) #:nodoc:
     @reader = reader</diff>
      <filename>lib/blanket/plugins/sources/single_file.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ed6764801d79a77744d03d34d4f3e86baa84f93a</id>
    </parent>
  </parents>
  <author>
    <name>Jim Van Fleet</name>
    <email>jim@jimvanfleet.com</email>
  </author>
  <url>http://github.com/bigfleet/blanket/commit/d170739dfe041124cb112daf3b297ac35bdbf191</url>
  <id>d170739dfe041124cb112daf3b297ac35bdbf191</id>
  <committed-date>2008-04-21T20:31:52-07:00</committed-date>
  <authored-date>2008-04-21T20:31:52-07:00</authored-date>
  <message>Finalizing RDoc and releasing 0.1.1</message>
  <tree>a7c2ae8f07cdb44ea8d8d8325b03bd0364cc84ed</tree>
  <committer>
    <name>Jim Van Fleet</name>
    <email>jim@jimvanfleet.com</email>
  </committer>
</commit>
