<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-== 0.0.1 2008-08-07
+== 1.0.0 2008-08-07
 
 * 1 major enhancement:
   * Initial release</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,48 +1,31 @@
 = truthy
 
-* FIX (url)
-
 == DESCRIPTION:
 
-FIX (describe your package)
-
-== FEATURES/PROBLEMS:
-
-* FIX (list of features or problems)
+This gem is to make it easier to discover the truth values of various Ruby
+objects. Ask any object if it is truthy, and it will tell you.
 
 == SYNOPSIS:
 
-  FIX (code sample of usage)
-
-== REQUIREMENTS:
-
-* FIX (list of requirements)
+    require 'truthy'
+    
+    true.truthy?   # =&gt; true
+    false.truthy?  # =&gt; false
+    nil.truthy?    # =&gt; false
+    
+    [].truthy?                 # =&gt; true
+    [nil].truthy?              # =&gt; true
+    %w[one two three].truthy?  # =&gt; true
+    
+    {}.truthy?                 # =&gt; true
+    { 'one' =&gt; 1 }.truthy?     # =&gt; true
+    
+    ''.truthy?                 # =&gt; true
+    '   '.truthy?              # =&gt; true
+    'hello'.truthy?            # =&gt; true
+
+The possibilities are endless.
 
 == INSTALL:
 
-* FIX (sudo gem install, anything else)
-
-== LICENSE:
-
-(The MIT License)
-
-Copyright (c) 2008 Yossef Mendelssohn
-
-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.
\ No newline at end of file
+* sudo gem install truthy</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 module Truthy
   module VERSION #:nodoc:
-    MAJOR = 0
+    MAJOR = 1
     MINOR = 0
-    TINY  = 1
+    TINY  = 0
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/truthy/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1906fd617a446283e8238771413f52ab99414245</id>
    </parent>
  </parents>
  <author>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </author>
  <url>http://github.com/ymendel/truthy/commit/801ff1a1f10a34fe2bed604a661dde14292c3ac9</url>
  <id>801ff1a1f10a34fe2bed604a661dde14292c3ac9</id>
  <committed-date>2008-08-07T15:39:15-07:00</committed-date>
  <authored-date>2008-08-07T15:39:15-07:00</authored-date>
  <message>Setting version (1.0.0), filling out README.</message>
  <tree>d00e7918c03c6feb8ee74ae0bac5edf7bb3dfdaf</tree>
  <committer>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </committer>
</commit>
