summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add documentation about circular coercioncircular-coercion-docsMichael Herold2015-04-262-0/+96
* Clarify the in-line documentation for DeepFindMichael Herold2015-04-181-0/+18
* Add a conditional check for 2.2.x specsMichael Herold2015-04-183-14/+27
* MRI 2.2.2 fixes bug, can test #method againJonathan Rochkind2015-04-182-1/+3
* Add missing CHANGELOG entry for 2.1.2Michael Herold2015-04-181-1/+5
* Update rubocop ignore syntax to silence warningsMichael Herold2015-04-091-3/+3
* Cache bundler dependencies on TravisMichael Herold2015-04-091-0/+1
* Merge pull request #293 from michaelherold/mash_respond_to_suffix_ruby_2_2Daniel Doubrovkine (dB.) @dblockdotorg2015-04-092-3/+12
|\
| * Fix comment to link to bugMichael Herold2015-04-091-2/+2
| * (Fixed) specs to run with ruby 2.2Michael Sievers2015-04-092-3/+12
|/
* Merge pull request #291 from jrochkind/travis_mri_22Daniel Doubrovkine (dB.) @dblockdotorg2015-04-081-0/+2
|\
| * Add MRI 2.2.1 to travisJonathan Rochkind2015-04-081-0/+2
* | Removed Mash#id and Mash#type.Jonathan Rochkind2015-04-082-9/+2
* | Merge pull request #289 from kdelchev/patch-1Daniel Doubrovkine (dB.) @dblockdotorg2015-04-031-1/+1
|\ \
| * | Minor fix in docKonstantin Delchev2015-04-031-1/+1
|/ /
* | Preparing for next development iteration, 3.4.2.dB2015-03-312-3/+7
* | Preparing for release, 3.4.1.v3.4.1dB2015-03-312-3/+2
* | Another spec for #288.Max Lincoln2015-03-311-0/+12
* | Fixed coercions in a subclass accumulating in the superclass.Martin Streicher2015-03-313-4/+11
* | Merge pull request #287 from RunsFor/masterDaniel Doubrovkine (dB.) @dblockdotorg2015-03-231-1/+1
|\ \
| * | Fix typo in changelogIlya Konyukhov2015-03-221-1/+1
|/ /
* | Merge pull request #286 from michaelherold/containerized-travisDaniel Doubrovkine (dB.) @dblockdotorg2015-03-191-0/+1
|\ \
| * | Opt in to containerized Travis buildsMichael Herold2015-03-181-0/+1
|/ /
* | Merge pull request #281 from mgold/reverse-mergeDaniel Doubrovkine (dB.) @dblockdotorg2015-02-254-1/+20
|\ \
| * | Add Hashie::Mash#reverse_merge. Increase Rubocop class length.Max Goldstein2015-02-254-1/+20
|/ /
* | Merge pull request #280 from gitter-badger/gitter-badgeDaniel Doubrovkine (dB.) @dblockdotorg2015-02-231-0/+2
|\ \
| * | Added Gitter badgeThe Gitter Badger2015-02-231-0/+2
|/ /
* | Merge pull request #277 from gardenofwine/fix_integration_with_hash_with_indi...Daniel Doubrovkine (dB.) @dblockdotorg2015-02-053-5/+18
|\ \
| * | Fix crash building a Mash w/ IndifferentAccess from HashWithIndifferentAccessBenny Weingarten-Gabbay2015-02-053-5/+18
* | | Fix: RBX build fails, see https://github.com/rspec/rspec-core/issues/1863.dB2015-02-041-0/+1
|/ /
* | Merge pull request #275 from maxlinc/patch-1Daniel Doubrovkine (dB.) @dblockdotorg2015-02-031-5/+5
|\ \
| * | Fix broken links in CHANGELOG.mdMax Lincoln2015-02-031-5/+5
|/ /
* | Merge pull request #274 from msievers/changelog_mentions_deep_locate_for_3_4Daniel Doubrovkine (dB.) @dblockdotorg2015-02-031-2/+1
|\ \
| * | Fixed false mention of Extensions::DeepLocate for 3.4.0 release in CHANGELOGMichael Sievers2015-02-031-2/+1
|/ /
* | Merge pull request #272 from msievers/deep_locateDaniel Doubrovkine (dB.) @dblockdotorg2015-02-036-21/+266
|\ \
| * | Backed Hashie::Extensions::DeepFind by Hashie::Extensions::DeepLocateMichael Sievers2015-02-031-21/+4
| * | Added Hashie::Extensions::DeepLocateMichael Sievers2015-02-035-0/+262
* | | bump to 3.4.0v3.4.0gregory2015-02-022-2/+6
|/ /
* | Merge pull request #271 from gregory/defaults_based_on_selfDaniel Doubrovkine (dB.) @dblockdotorg2015-02-023-1/+16
|\ \
| * | provide self as context when evaluating defaultgregory2015-02-013-1/+16
|/ /
* | Merge pull request #269 from ridiculous/masterDaniel Doubrovkine (dB.) @dblockdotorg2015-01-224-1/+19
|\ \
| * | add Hashie::Mash#extractable_options?Ryan Buckley2015-01-194-1/+19
|/ /
* | Merge pull request #267 from Zloy/refactor-mmDaniel Doubrovkine (dB.) @dblockdotorg2015-01-191-6/+12
|\ \
| * | Refactor MethodReader#method_missingZloy2015-01-191-6/+12
|/ /
* | Merge pull request #266 from PierreRambaud/patch-1Daniel Doubrovkine (dB.) @dblockdotorg2015-01-151-1/+1
|\ \
| * | Update README.mdGoT2015-01-151-1/+1
|/ /
* | Methods such as abc? return true/false Hashie::Extensions::MethodReader.Zloy2015-01-144-0/+37
* | Merge pull request #261 from d-tw/dash-property-name-fixDaniel Doubrovkine (dB.) @dblockdotorg2015-01-133-1/+14
|\ \
| * | Fix bug where Dash changes argument to `property`Douglas Willcocks2015-01-133-1/+14
|/ /
* | Updated badges to look nice.Daniel Doubrovkine (dB.) @dblockdotorg2014-12-301-1/+7