kstephens / currency
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
kstephens (author)
Mon Jun 01 16:58:08 -0700 2009
currency /
| name | age | message | |
|---|---|---|---|
| |
COPYING.txt | Fri Feb 16 14:43:39 -0800 2007 | |
| |
ChangeLog | Mon Oct 30 20:49:53 -0800 2006 | |
| |
LICENSE.txt | Sat Apr 12 19:28:23 -0700 2008 | |
| |
Manifest.txt | Sat Apr 12 19:46:40 -0700 2008 | |
| |
README.txt | Sat Apr 12 19:28:23 -0700 2008 | |
| |
Rakefile | Thu Jul 24 03:16:13 -0700 2008 | |
| |
Releases.txt | Mon Jun 01 13:08:57 -0700 2009 | |
| |
TODO.txt | Thu Nov 01 20:12:42 -0700 2007 | |
| |
bin/ | Tue Sep 04 21:47:40 -0700 2007 | |
| |
examples/ | Mon Jun 01 12:58:43 -0700 2009 | |
| |
lib/ | Mon Jun 01 16:58:08 -0700 2009 | |
| |
test/ | Mon Jun 01 16:58:08 -0700 2009 |
README.txt
= Currency This is the rubyforge.com Currency package. == Installation gem install currency == Documentation "Project Info":http://rubyforge.org/projects/currency/ "API Documentation":http://currency.rubyforge.org/ The RubyForge package currency implements an object-oriented representation of currencies, monetary values, foreign exchanges and rates. Currency::Money uses a scaled integer representation of the monetary value and performs accurate conversions from string values. See also: http://umleta.com/node/5 == Home page * {Currency Home}[http://currency.rubyforge.org] == Additional directories [./lib/...] the Currency library [./test/...] unit and functional test [./examples/...] example programs == Test Coverage == Output of test coverage is available at: http://currency.rubyforge.org/rcov . == Credits Currency was developed by: * Kurt Stephens -- ruby-currency(at)umleta.com, sponsored by umleta.com == License * See LICENSE.txt == Copyright * Copyright (C) 2006-2008 Kurt Stephens <ruby-currency(at)umleta.com> == Contributors * Steffen Rusitschka * Dmitri Koulikoff
