Sha256: 943c7ab13888dfc6a2248a427e0166e4d9cf1fa458ab3fea0b9b0af22e76ade4
Contents?: true
Size: 698 Bytes
Versions: 1
Compression:
Stored size: 698 Bytes
Contents
## Responsibly extends Ruby's Hash with simple and predictable utilities. [](https://badge.fury.io/rb/hash-tweaks) [](https://travis-ci.org/yivo/hash-tweaks) ## Current features * `camelize` * `camelize!` ## Installing gem Add to your Gemfile: ```ruby gem 'hash-tweaks', '~> 1.0' ``` If you are using Ruby < 2.4 please add: ```ruby gem 'regexp-match-polyfill', '~> 1.0' ``` ## Running tests Install bundler: ```bash gem install bundler ``` Install dependencies: ```bash cd hash-tweaks && bundle ``` Run tests: ```bash cd hash-tweaks && bundle exec rake test ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hash-tweaks-1.0.0 | README.md |