README.textile in partial-date-1.0.0 vs README.textile in partial-date-1.1.0
- old
+ new
@@ -9,10 +9,11 @@
A simple date class that can be used to store partial date values in a single column/attribute. An example use case would include an archive, or catalogue entry where the complete date is unknown.
h2. Features
PartialDate::Date uses an 8 digit integer to store year, month and day values. Values for month and day are optional.
+Use @date.value@ to set or persist the date to a persistance store.
h2. Examples
bc.. require 'partial-date'
@@ -49,11 +50,9 @@
@$ gem install partial-date@
h2. TODO
# @PartialDate::Date.parse@ method for construction from strings.
-# A Hash or Array backing store for date components for better performance.
-# Include Comparable
h2. Copyright
Copyright (c) 2012 Anthony Bouch