README.md in hash-utils-2.0.2 vs README.md in hash-utils-2.1.0
- old
+ new
@@ -1,30 +1,31 @@
Hash Utils
==========
-**hash-utils** adds more than 135 useful and frequently rather
+**hash-utils** gem adds more than 155 useful and frequently rather
fundamental methods which are missing in Ruby programming language,
to several core classes. It tries to be similar project to
[Ruby Facets][1] on principle, but less complex, more practical,
non-atomic and organized by better way.
-- `Array` – 15 methods,
+- `Array` – 27 methods,
- `FalseClass` – 3 methods,
- `File` – 2 methods,
- `Gem` – 2 methods,
- `Hash` – 42 methods,
- `IO` – 1 method,
- `Module` – 1 method,
- `NilClass` – 1 method,
- `Numeric` – 5 method,
- `Object` – 15 methods,
- `Proc` – 1 method,
-- `TrueClass` – 3 methods,
- `String` – 37 methods,
- `StringIO` – 1 method,
-- `Symbol` – 8 methods.
+- `Symbol` – 9 methods,
+- `TrueClass` – 3 methods.
For full reference and methods lists, see **[documentation][3]**.
+
[![Build Status](https://secure.travis-ci.org/martinkozak/hash-utils.png)](http://travis-ci.org/martinkozak/hash-utils)
### Modularization
If you don't want to include whole library, you can include extensions