<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 .DS_Store
 doc
 pkg
+rdoc</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -11,8 +11,8 @@ mutable app settings in the database.
 
 == FEATURES/PROBLEMS
 
-  * Transparent: no generators or migrations to run.
-  * Powerful: quick access; automatic updates; scales quickly.
+* Transparent: no generators or migrations to run.
+* Powerful: quick access; automatic updates; scales quickly.
 
 For more rigidity/safety: http://github.com/stephencelis/acts_as_singleton
 
@@ -52,7 +52,7 @@ If need be, validate specific key values in an initializer:
 
 == REQUIREMENTS
 
-  * Rails 2.3.2 or greater.
+* Rails 2.3.2 or greater.
 
 
 == INSTALL</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -61,7 +61,7 @@ class KVC::Settings &lt; ActiveRecord::Base
     end
   end
 
-  unless table_exists?
+  if !table_exists?
     ActiveRecord::Schema.define do
       create_table :kvc_settings do |t|
         t.string :key</diff>
      <filename>app/models/kvc/settings.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 require Rails.root.join(&quot;config&quot;, &quot;environment&quot;)
 
 if KVC::Settings.table_exists?
-  print &quot;Also drop the KVC table? [Yn] &quot;
-  if STDIN.gets.chomp =~ /^(?:\s*$|y)/i
+  print &quot;Also drop the KVC table? [yN] &quot;
+  if STDIN.gets.chomp =~ /^y)/i
     ActiveRecord::Base.connection.drop_table :kvc_settings
     puts &quot;Successfully dropped KVC::Settings.&quot;
   end</diff>
      <filename>uninstall.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f9aedcd8466843854331320410609b476184a3a9</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Celis</name>
    <email>stephen@stephencelis.com</email>
  </author>
  <url>http://github.com/stephencelis/kvc/commit/c1a01c5f2762d7785518cd2503486f25ba8959e5</url>
  <id>c1a01c5f2762d7785518cd2503486f25ba8959e5</id>
  <committed-date>2009-04-02T12:14:02-07:00</committed-date>
  <authored-date>2009-04-02T12:14:02-07:00</authored-date>
  <message>Clarity in uninstallation. Formatting fix.</message>
  <tree>d470a0411464dc30b2c69439a388cd9279830c09</tree>
  <committer>
    <name>Stephen Celis</name>
    <email>stephen@stephencelis.com</email>
  </committer>
</commit>
