summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Added Rubocop.dblock2014-03-3011-417/+424
* Merged.dblock2014-03-301-0/+12
|\
| * Fix broken Hashie::Hash#to_hash(:symbolize_keys => true)Matt Huggins2014-02-121-0/+12
* | Merge branch 'deep_merge_without_include' of github.com:defsprite/hashiedblock2014-03-301-5/+6
|\ \
| * | replacing dynamic include with recursion helper methodChristoph Sassenberg2014-01-261-5/+6
| |/
* | Added explicit test for #125.dblock2014-03-301-0/+4
* | Merge branch 'fix-113-dash-merge' of github.com:spencer1248/hashiedblock2014-03-301-0/+58
|\ \
| * | Fix Dash#merge!Spencer Rogers2013-11-301-0/+29
| * | Fix Dash#mergeSpencer Rogers2013-11-301-0/+29
| |/
* | Merge branch 'recursive_to_hash_options' of github.com:pwillett/hashiedblock2014-03-301-1/+28
|\ \
| * | pass Hashie::Hash#to_hash's options to recursive callsPatrick Willett2013-11-251-1/+28
| |/
* | Merge branch 'fix-mash-default' of github.com:ryansouza/hashiedblock2014-03-301-0/+11
|\ \
| * | Correctly use Hash#default from Mash#method_missingRyan Souza2013-08-051-0/+11
| |/
* | Merge branch 'do_not_respond_to_every_method_with_suffix' of github.com:Maxim...dblock2014-03-301-2/+2
|\ \
| * | Do not respond to suffixes for keys which are not present in mash. Fixes comp...Maxim Filimonov2013-07-211-2/+2
| |/
* | Merge branch 'dash_bang_properties' of github.com:thedavemarshall/hashiedblock2014-03-301-0/+8
|\ \
| * | Adding support for dash properties that end in bangDavid Marshall2013-07-171-0/+8
| |/
* | Merge branch 'fix_indifferent_access_store' of github.com:jrochkind/hashiedblock2014-03-301-0/+10
|\ \
| * | IndifferentAccess, make #store respect indifferenceJonathan Rochkind2013-07-081-0/+10
| |/
* | Added spec for #107.dblock2013-10-251-0/+9
|/
* Add (failing) specs for new coerce featuresEric Pierce2013-05-091-0/+32
* Failing specs for issues #92 and #93Mark Abramov2013-04-241-4/+12
* make Hashie::Mash also respond to unknown keys with suffixesVsevolod Romashov2013-03-151-1/+11
* fix Hashie::Mash#respond_to? with a suffixed keyVsevolod Romashov2013-03-141-0/+6
* Merge pull request #83 from jimeh/fix-replace-methodJerry Cheung2013-03-056-1/+128
|\
| * Ensure #replace works with Hashie::TrashJim Myhrberg2013-03-021-0/+10
| * Fix failing test on Ruby 1.8.xJim Myhrberg2013-03-021-2/+1
| * Add support and tests for #replace to IndifferentAccess extensionJim Myhrberg2013-03-021-0/+25
| * Add support and tests for #replace to Coercion extensionJim Myhrberg2013-03-021-1/+31
| * Ensure #replace always returns itself, like ::Hash#replaceJim Myhrberg2013-03-022-0/+9
| * Improve Hashie::Mash's #replace test slightlyJim Myhrberg2013-03-021-2/+2
| * Ensure #replace works with Hashie::ClashJim Myhrberg2013-03-021-0/+9
| * Fix failing spec on Ruby 1.8.x due to it's unordered hash keysJim Myhrberg2013-02-261-1/+1
| * Fix issue with #replace causing default values to override specifiedJim Myhrberg2013-02-261-1/+9
| * Add #replace to Hashie::Dash to achieve Hash-like behaviorJim Myhrberg2013-02-261-0/+14
| * Add #replace to Hashie::Mash to achieve Hash-like behaviorJim Myhrberg2013-02-261-0/+23
* | reinstating symbolize keys in the to_hash method.Bill Cromie2013-02-261-6/+7
|/
* Remove override of object_id #77Mat Schaffer2013-02-181-9/+0
* Added support for deferred properties to DashBrad Gessler2013-02-121-0/+15
* allow a block for merge and updateJerry Cheung2013-02-121-0/+6
* Fix Hashie::Dash DefaultsDoc Ritezel2013-02-121-0/+10
* Merge pull request #41 from nashby/deep-mergeJerry Cheung2013-02-121-0/+20
|\
| * add DeepMerge extensionVasiliy Ermolovich2013-02-121-0/+20
* | ruby 1.8 throws IndexError instead of KeyErrorJerry Cheung2013-02-121-1/+2
* | clean up Mash#fetch spec formattingJerry Cheung2013-02-111-16/+8
* | Merge pull request #66 from arthwood/masterJerry Cheung2013-02-111-3/+46
|\ \
| * | spec code formattingArtur Bilski2012-11-231-3/+1
| * | defined Hashie::Mash#fetchArtur Bilski2012-11-231-0/+45
* | | Merge pull request #39 from sleverbor/initialize_translations_firstJerry Cheung2013-02-111-0/+6
|\ \ \
| * | | initialize translations before other properties in trashsleverbor2012-03-211-0/+6
| | |/ | |/|