summaryrefslogtreecommitdiff
path: root/lib/hashie/extensions/indifferent_access.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dash-nil-keys' of https://github.com/michaelherold/hashie into ...dblock2021-11-071-1/+6
|\
| * Expose `IndifferentAccess` conversion internallyMichael Herold2020-10-221-1/+6
* | Add #except under Ruby 3Jack Jennings2021-11-021-0/+7
|/
* Allow exporting a normal, not-indifferent HashMichael Herold2020-10-221-0/+12
* Add hash slice using IndifferentAccess.kenner kliemann2020-10-031-0/+9
* Small amendments for Hash#merge with IndifferentAccessYogesh Khater2020-06-101-2/+2
* [rubocop] Improve our RuboCop setupMichael Herold2018-09-301-3/+1
* Update Rubocop and address the addressable todosMichael Herold2018-06-171-3/+3
* Ensure IndifferentAccess is injected after mergeMichael Herold2018-02-051-2/+4
* Fix `#merge` breaking indifferent accessMichael Herold2016-01-311-0/+8
* Fix crash building a Mash w/ IndifferentAccess from HashWithIndifferentAccessBenny Weingarten-Gabbay2015-02-051-4/+4
* Add block to indifferent access #fetchJan Graichen2014-12-091-2/+2
* Locked version of RuboCop.dblock2014-11-181-4/+4
* Remove dups and use inject! to inject in placeMichael Herold2014-07-231-2/+2
* Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWit...Morgan Jones2014-07-091-2/+2
* Auto include Dash::IndifferentAccess when Extensions::IndiferentAccess is inc...gregory2014-06-191-0/+4
* IndifferentAccess now works without MergeInitializer.Peter Brindisi2014-04-061-0/+10
* fixes for rubocop 0.20.0Bartosz KopiƄski2014-04-041-2/+2
* Added Rubocop.dblock2014-03-301-10/+26
* IndifferentAccess, make #store respect indifferenceJonathan Rochkind2013-07-081-0/+1
* Add support and tests for #replace to IndifferentAccess extensionJim Myhrberg2013-03-021-2/+8
* remove unnecessary scopingArtur Bilski2012-11-231-2/+2
* Alias equivalents of `key?`Ben Oakes2012-06-121-0/+4
* Remove reference to singleton_class, that's Ruby 1.9 only.Michael Bleigh2011-08-021-2/+2
* Adds IndifferentAccess.Michael Bleigh2011-08-021-1/+104
* Adds stubs for future extensions, adds implementation for MethodReader extens...Michael Bleigh2011-08-011-0/+7