A gem extending Ruby's hash with useful utilities.
Current features
Hash#camelizeHash#camelize!Hash#deep_with_indifferent_accessArray#deep_with_indifferent_accessArray#deep_symbolize_keysArray#deep_stringify_keys
Installing gem
Add to your Gemfile:
gem "hash-tweaks", "~> 1.0"If you are using Ruby < 2.4 please add:
gem "regexp-match-polyfill", "~> 1.0"Running tests
Install bundler:
gem install bundlerInstall dependencies:
cd hash-tweaks && bundleRun tests:
cd hash-tweaks && bundle exec rake test