0.0
No commit activity in last 3 years
No release in over 3 years
A gem extending Ruby's hash with useful utilities.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7

Runtime

< 6.0, >= 3.0
 Project Readme

A gem extending Ruby's hash with useful utilities.

Gem Version Build Status

Current features

  • Hash#camelize
  • Hash#camelize!
  • Hash#deep_with_indifferent_access
  • Array#deep_with_indifferent_access
  • Array#deep_symbolize_keys
  • Array#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 bundler

Install dependencies:

cd hash-tweaks && bundle

Run tests:

cd hash-tweaks && bundle exec rake test