<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ Copyright (c) 2007 Corey Johnson
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
-&quot;Software&quot;), to deal in the Software without restriction, including
+'Software'), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
@@ -11,10 +11,10 @@ the following conditions:
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 
-THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>License.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,86 @@
-Tricked you
\ No newline at end of file
+Pow
+  by Corey Johnson
+  http://github.com/probablycorey/pow/tree/master
+
+== Description:
+
+You can manipulating files and directories in Ruby, but it's not fun -- it's missing POW!
+Pow treats files and directories as ruby objects giving you more power and flexibility.
+
+But why do I need Pow when ruby has File, FileUtils, Find, FileTest, Pathname... Because Pow combines the power of those libraries into a more ruby-like interface. 
+
+== Usage
+
+Consider this directory structure
+
+  /tmp
+    README
+    /sub_dir
+      file.txt
+      program  
+      /deeper_dir
+      /extra_dir
+
+*Directory*:
+  path = Pow(&quot;tmp&quot;)
+
+*Check out what's inside a directory*::
+  path = Pow(&quot;tmp&quot;)
+  path.each {|child| puts &quot;#{child} - #{child.class.name}&quot; }
+
+  \_Output_
+
+  &lt;tt&gt;
+  /tmp/README - Pow::File
+  /tmp/subdir - Pow::Directory
+  /tmp/suber_dir - Pow::Directory
+  /tmp/subdir/file.txt - Pow::File
+  /tmp/subdir/program - Pow::File
+  /tmp/extra_dir - Pow::Directory
+  &lt;/tt&gt;
+  
+
+== Installation:
+  
+  $ sudo gem install pow
+
+== Why Is It Called Pow:
+
+  1.) Pow is fun to say.
+  2.) Pow is easy to type.
+  3.) Because it knocks you on your ass.
+
+== Requirements:
+
+* A computer
+
+== Install:
+
+* sudo gem install pow
+
+== Special Thanks:
+
+* Your name could be here! Think about the fame and notoriety you could obtain!
+
+== License:
+
+Copyright (c) 2007 Ryan Davis and the rest of the Ruby Hit Squad
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+'Software'), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>351e42d5ec1bfc9555c11157078987674476bd0c</id>
    </parent>
  </parents>
  <author>
    <name>Corey Johnson</name>
    <email>probablycorey.spam@gmail.com</email>
  </author>
  <url>http://github.com/probablycorey/pow/commit/3300a7daa7bcd3dd7b00a05fc3ff835adc0eaaa1</url>
  <id>3300a7daa7bcd3dd7b00a05fc3ff835adc0eaaa1</id>
  <committed-date>2008-03-07T05:59:11-08:00</committed-date>
  <authored-date>2008-03-07T05:59:11-08:00</authored-date>
  <message>working on rdocs</message>
  <tree>f98c0d576cb323a296281a371c28b647b2aebee8</tree>
  <committer>
    <name>Corey Johnson</name>
    <email>probablycorey.spam@gmail.com</email>
  </committer>
</commit>
