<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,5 @@
-For more information on cplusplus, see http://cplusplus.rubyforge.org
-
-NOTE: Change this information in PostInstall.txt 
-You can also delete it if you don't want it.
+Run cplusplus project_name to generate a new C++ project.
 
+Run script/generate class class_name to generate a new class.
 
+Run script/generate file file_name to generate a new .cpp file.
\ No newline at end of file</diff>
      <filename>PostInstall.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,26 +1,33 @@
 = cplusplus
 
-* FIX (url)
+* http://github.com/guitsaru/cplusplus
 
 == DESCRIPTION:
 
-FIX (describe your package)
+Generators for C++ files.
 
 == FEATURES/PROBLEMS:
 
-* FIX (list of features or problems)
+* Generates C++ files and class files.
+* Includes tests via cppunit.
+
+Note, the makefile generated is very generic and will more than likely need to be changed to to use with any sufficiently sized project.
 
 == SYNOPSIS:
 
-  FIX (code sample of usage)
+  cplusplus project_name
+	script/generate class class_name
+	script/generate file file_name
+	
+	Build the project with Rake or generate a makefile with rake makefile.
 
 == REQUIREMENTS:
 
-* FIX (list of requirements)
+* Need to have cppunit installed for unit tests
 
 == INSTALL:
 
-* FIX (sudo gem install, anything else)
+* sudo gem install cplusplus
 
 == LICENSE:
 </diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0f6f67d3e479e4a38d9a7278789dbf6e52b5238d</id>
    </parent>
  </parents>
  <author>
    <name>Matt Pruitt</name>
    <email>guitsaru@gmail.com</email>
  </author>
  <url>http://github.com/guitsaru/cplusplus/commit/076b2c5a04ba9553416effb9f88ba318e0e035eb</url>
  <id>076b2c5a04ba9553416effb9f88ba318e0e035eb</id>
  <committed-date>2008-09-03T14:43:12-07:00</committed-date>
  <authored-date>2008-09-03T14:43:12-07:00</authored-date>
  <message>Added some information.</message>
  <tree>414af93c50dfbe230b4153d501efd8a3323cf3d8</tree>
  <committer>
    <name>Matt Pruitt</name>
    <email>guitsaru@gmail.com</email>
  </committer>
</commit>
