RubyChangeMaker 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2bd453e7c54abbc04c3c3b3b3d831d35b26d5e8
|
4
|
+
data.tar.gz: b30454717e8fa27e7bcc9f1bddeb8d3df43e5439
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b00fa26e0d1d3bedb77ad043cf248800c583f8eca01d27265ad0732e3caf3cf2a3bddc32d67670cf17fb34c6cee3a421fa6683e6999ca0bec48fe4d610fd0b4c
|
7
|
+
data.tar.gz: a3230f052e7a67f2f3344fb62e8afd34f7bacae458b49b3e3e22de9a3af40a55932d38475af780003b1c9ead6991422336922cc3302180a8e846124a78ef0f95
|
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
|
+
|
2
|
+
[](https://badge.fury.io/rb/RubyChangeMaker)
|
3
|
+
|
1
4
|
# Ruby Change Maker
|
2
|
-
Given a currency amount (assuming US Currency ) expressed as a floating point number ( i.e. 1.25 or 0.75 )
|
5
|
+
Given a currency amount (assuming US Currency ) expressed as a floating point number ( i.e. 1.25 or 0.75 )
|
6
|
+
returns that amount expressed as the least amount of change using the least number of bills, coins, or combination of bills and coins.
|
3
7
|
|
4
8
|
## To use as a gem:
|
5
9
|
|