<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,8 +6,8 @@ module Capitate::Plugins::Gem
   # +gems+:: List of gem names, or a single gem
   #
   # ==== Examples (in capistrano task)
-  #   gemc.install(&quot;raspell&quot;) 
-  #   gemc.install([ &quot;raspell&quot;, &quot;foo&quot; ])
+  #   gems.install(&quot;raspell&quot;) 
+  #   gems.install([ &quot;raspell&quot;, &quot;foo&quot; ])
   #
   def install(gems)
     # If a single object, wrap in array</diff>
      <filename>lib/capitate/plugins/gem.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ module Capitate::Plugins::Prompt
   # +label+:: Label
   # +options+:: Options
   # - +verify+:: If true, prompt twice and verify
-  # - +lazy+:: If true, returns a block. _Defaults to true_
+  # - +lazy+:: If true, returns a Proc. _Defaults to true_
   # - +check_hash+:: If present, checks that md5 is same as password md5
   #
   def password(label, options = {})</diff>
      <filename>lib/capitate/plugins/prompt.rb</filename>
    </modified>
    <modified>
      <diff>@@ -132,7 +132,6 @@ module Capitate::Plugins::Script
   end
   
   # Run all commands (separated by newlines).
-  # Runs with &lt;tt&gt;sh -c&lt;/tt&gt;, so sudo can work with any command
   #
   # ==== Options
   # +cmds+:: Commands (separated by newlines)</diff>
      <filename>lib/capitate/plugins/script.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,9 @@ module Capitate::Plugins::Upload
   # +dest_path:: Remote destination path
   # +options+:: Options (see capistrano 'put')
   #
+  # ==== Examples
+  #   upload.file(&quot;/tmp/large_file.tgz&quot;, &quot;#{shared_path}/tmp/large_file.tgz&quot;)
+  #
   def file(src_path, dest_path, options = {})
     data = FileData.new(src_path)
     put(data, dest_path, options)    </diff>
      <filename>lib/capitate/plugins/upload.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af75981cd516ed4dd28dc503aa0eb05614a475fd</id>
    </parent>
  </parents>
  <author>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/capitate/commit/5581fddf2455d2750d014cc5fbf3f09b0e9fc1dc</url>
  <id>5581fddf2455d2750d014cc5fbf3f09b0e9fc1dc</id>
  <committed-date>2008-03-09T13:42:25-07:00</committed-date>
  <authored-date>2008-03-09T13:42:25-07:00</authored-date>
  <message>updating comments</message>
  <tree>d2b7bc40ae4851c90aa8cf8bd01922e65c50a053</tree>
  <committer>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
