<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 build
 *.mode1v3
 *.pbxuser
-*.o
\ No newline at end of file
+*.o
+*.perspectivev3
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -21,12 +21,12 @@
 
 - (void)up 
 {
-	NSLog([NSString stringWithFormat:@&quot;%s: -up method not implemented&quot;, [self className]]);
+	NSLog([NSString stringWithFormat:@&quot;%s: -up method not implemented&quot;, NSStringFromClass([self class])]);
 }
 
 - (void)down 
 {
-	NSLog([NSString stringWithFormat:@&quot;%s: -down method not implemented&quot;, [self className]]);
+	NSLog([NSString stringWithFormat:@&quot;%s: -down method not implemented&quot;, NSStringFromClass([self class])]);
 }
 
 - (void)upWithDatabase:(FMDatabase *)db </diff>
      <filename>Classes/FmdbMigration.m</filename>
    </modified>
    <modified>
      <diff>@@ -47,6 +47,7 @@
 		31C43B880E72C6150006AF5D /* FmdbMigration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FmdbMigration.h; path = Classes/FmdbMigration.h; sourceTree = &quot;&lt;group&gt;&quot;; };
 		31C43B890E72C6150006AF5D /* FmdbMigration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FmdbMigration.m; path = Classes/FmdbMigration.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		32DBCF5E0370ADEE00C91783 /* fmdb-migration-manager_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = &quot;fmdb-migration-manager_Prefix.pch&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
+		3AE4FBCB0E764AEB00523542 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = &quot;&lt;group&gt;&quot;; };
 		D2A6134D07B89F6200DD23D3 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
 		D2AAC0C705546C1D00DB518D /* fmdb-migration-manager.dylib */ = {isa = PBXFileReference; explicitFileType = &quot;compiled.mach-o.dylib&quot;; includeInIndex = 0; path = &quot;fmdb-migration-manager.dylib&quot;; sourceTree = BUILT_PRODUCTS_DIR; };
 /* End PBXFileReference section */
@@ -75,6 +76,7 @@
 		0867D691FE84028FC02AAC07 /* fmdb-migration-manager */ = {
 			isa = PBXGroup;
 			children = (
+				3AE4FBCA0E764ADC00523542 /* Documentation */,
 				315E9F000E6FFA01000A84C0 /* Tasks */,
 				315E9EFE0E6FF9E8000A84C0 /* Tests */,
 				08FB77AEFE84172EC02AAC07 /* Classes */,
@@ -167,6 +169,14 @@
 			name = &quot;Other Sources&quot;;
 			sourceTree = &quot;&lt;group&gt;&quot;;
 		};
+		3AE4FBCA0E764ADC00523542 /* Documentation */ = {
+			isa = PBXGroup;
+			children = (
+				3AE4FBCB0E764AEB00523542 /* README.markdown */,
+			);
+			name = Documentation;
+			sourceTree = &quot;&lt;group&gt;&quot;;
+		};
 /* End PBXGroup section */
 
 /* Begin PBXHeadersBuildPhase section */</diff>
      <filename>fmdb-migration-manager.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab3be3659f1cb3100648d97eb6114c22bf5ac0c6</id>
    </parent>
  </parents>
  <author>
    <name>Anthony Mittaz</name>
    <email>sync@me.com</email>
  </author>
  <url>http://github.com/mocra/fmdb-migration-manager/commit/27f10cdd34493076000ae8c9a65030e914a5e782</url>
  <id>27f10cdd34493076000ae8c9a65030e914a5e782</id>
  <committed-date>2008-09-14T20:31:25-07:00</committed-date>
  <authored-date>2008-09-14T20:31:25-07:00</authored-date>
  <message>replaced the method className by NSStringFromClass(), the className method is not available on iPhone</message>
  <tree>1a2b964eec62dc0cfd6d1aeb1a4f2bbe31d83ac4</tree>
  <committer>
    <name>Anthony Mittaz</name>
    <email>sync@me.com</email>
  </committer>
</commit>
