website/index.html in roo-1.2.2 vs website/index.html in roo-1.2.3

- old
+ new

@@ -31,11 +31,11 @@ <div id="main"> <h1>roo</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/roo"; return false'> Get Version - <a href="http://rubyforge.org/projects/roo" class="numbers">1.2.1</a> + <a href="http://rubyforge.org/projects/roo" class="numbers">1.2.2</a> </div> <h2>What</h2> <p>This gem allows you to access the content of</p> <ul> <li>Open-office spreadsheets (.ods)</li> @@ -153,14 +153,16 @@ <li>:string</li> <li>:date</li> <li>:percentage</li> <li>:formula</li> <li>:time</li> + <li>:datetime</li> </ul> <p>Numeric values are returned as type :float, the return value is a Ruby Float object (note: integer values like 42 are returned as 42.0 &#8211; not as a Fixnum 42 object).</p> <p>String values are returned as type :string and Ruby String object.</p> <p>Date values are returned as type :date and as a Ruby Date object.</p> +<p>Datetime values are returned as type :datetime and as a Ruby DateTime object.</p> <p>Percentage are return as type :percentage and as Ruby Float object with the <br /> range from 0.0 to 1.0.</p> <p>Formulas are returned as type :formula &#8211; the value of the cell is the computed<br /> value of this formula. The formula itself can be retrieved with the #formula<br /> method.</p> @@ -370,10 +372,10 @@ <li>Dirk Huth f&uuml;rs Testen unter Windows</li> <li>Thanks to davecahill for a bug-fix patch within the google part</li> <li>Thanks to Ryan Waldron for a bug-fix patch in Google set_value</li> </ul> <p class="coda"> - <a href="mailto:thopre@gmail.com">Thomas Preymesser</a>, 26th September 2008<br> + <a href="mailto:thopre@gmail.com">Thomas Preymesser</a>, 8th December 2008<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->