README.rdoc in richunits-0.6.1 vs README.rdoc in richunits-0.6.2

- old
+ new

@@ -1,15 +1,16 @@ = RichUnits Easy Units for Ruby * http://rubyworks.github.com/richunits -* http://richunits.rubyforge.org/ (old site) +{<img src="http://travis-ci.org/rubyworks/richunits.png" />}[http://travis-ci.org/rubyworks/richunits] -== DESCRIPTION: +== DESCRIPTION + RichUnits is simple units system based on Rich Kilmer's original time.rb script, in which different measures of time are represented as seconds via extensions to the Numeric class. Later, Ruby on Rails' ActiveSupport library adopted this script and expanded upon it. RichUnits borrows from their work and a few other renditions this code @@ -20,11 +21,11 @@ integers representing seconds. The Duration class instead stores the seconds as an attribute and adds an optional segements property which can be used to select exactly how to segment up the time period (years, week, days, etc.). -== SYNOPSIS: +== SYNOPSIS You only need to require 'richunits' and all of RichUnit's functionality becomes available. require 'richunits' @@ -32,21 +33,21 @@ 2.hours #=> 7200 See RDocs for complete API documentation. -== DEVELOPMENT: +== DEVELOPMENT RichUnits utilizes GitHub for development. You will find the git repo under the rubyworks account. git://github.com/rubyworks/richunits.git RichUnits utilizes the Syckle build system. -== COPYRIGHTS: +== COPYRIGHTS Copyright (c) 2008 Thomas Sawyer Copyright (c) 2006 Matthew Harris Copyright (c) 2004 Rich Kilmer @@ -58,7 +59,6 @@ of the whole idea (AFAIK), so I figure much of the rights belong to him. RichUnits is distributed under the terms of the MIT license. -See COPYING file. - +See COPYING.txt file.