Sha256: 44967e2b77f61dec8a0c8edec17bf277aa4e0da012d91042d8787f396874499a
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
Change Log for Ruby-units ========================= 2006-08-22 0.1.0 * Initial Release 2006-08-22 0.1.1 * Added new format option "1 mm".to_unit("in") now converts the result to the indicated units * Fixed some naming issues so that the gem name matches the require name. * Added CHANGELOG * Improved test coverage (100% code coverage via RCov) * fixed a bug that prevented units with a prefix in the denominator from converting properly * can use .unit method on a string to create a new unit object * can now coerce or define units from arrays, strings, numerics. "1 mm".unit + [1, 'mm'] === "2 mm".unit [1,'mm','s'].unit === "1 mm/s".unit 2.5.unit === "2.5".unit * Added instructions on how to add custom units
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-units-0.1.1 | CHANGELOG |