README.md in cards_lib-0.1.0 vs README.md in cards_lib-0.1.1
- old
+ new
@@ -39,9 +39,15 @@
rules = [:unique, :ordered, :paired, :suited],
specifications = {min: 3, max: Float::INFINITY}
)
```
+##Goodies
+
+* lib/cards_lib/is_set.rb is a golden tool in card hand verification.
+* In lib/cards_lib/standard.rb there are some basic deck templates.
+* In lib/cards_lib/standard/rules/poker.rb there are some working Poker hand verification methods.
+
##License
The MIT License (MIT)
Copyright (c) 2015 by Daniel P. Clark