summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bump gem version to 2.0.0Jerry Cheung2013-02-141-1/+1
* Added support for deferred properties to DashBrad Gessler2013-02-121-2/+7
* allow a block for merge and updateJerry Cheung2013-02-121-5/+7
* Concisely handle TypeError in Hashie::DashDoc Ritezel2013-02-121-7/+3
* Fix Hashie::Dash DefaultsDoc Ritezel2013-02-121-1/+9
* Merge pull request #41 from nashby/deep-mergeJerry Cheung2013-02-121-1/+15
|\
| * add DeepMerge extensionVasiliy Ermolovich2013-02-121-1/+15
* | Revert "Revert "Merge pull request #62 from dlupu/master""Jerry Cheung2013-02-121-3/+3
* | Revert "Merge pull request #62 from dlupu/master"Jerry Cheung2013-02-111-3/+3
* | Merge pull request #62 from dlupu/masterJerry Cheung2013-02-111-3/+3
|\ \
| * | fix typo from previous commitDorian LUPU2012-11-021-3/+3
| * | enhance Hashie::Extensions::MethodReader#respond_to?, Hashie::Extensions::Met...Dorian LUPU2012-11-021-3/+3
* | | Merge pull request #66 from arthwood/masterJerry Cheung2013-02-115-9/+13
|\ \ \
| * | | remove unnecessary scopingArtur Bilski2012-11-235-9/+9
| * | | defined Hashie::Mash#fetchArtur Bilski2012-11-231-0/+4
| |/ /
* | | fix spacing, add comment to Trash#initialize_attributesJerry Cheung2013-02-111-2/+3
* | | Merge pull request #39 from sleverbor/initialize_translations_firstJerry Cheung2013-02-112-3/+20
|\ \ \
| * | | initialize translations before other properties in trashsleverbor2012-03-212-3/+20
| | |/ | |/|
* | | Merge pull request #28 from mattfawcett/multiple_coercionJerry Cheung2013-02-111-4/+8
|\ \ \
| * | | Let coerce_key support an array of keys to coerce. Also add an alias to the m...Matt Fawcett2011-11-301-4/+8
* | | | Merge pull request #27 from mattfawcett/masterJerry Cheung2013-02-111-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Handle coercion correctly when MergeInitializer is usedMatt Fawcett2011-11-221-1/+3
| |/ /
* | | Merge pull request #57 from steved555/masterMichael Bleigh2012-10-261-2/+6
|\ \ \
| * | | add object_id exception to MashSteven Davidovitz2012-09-041-0/+4
| * | | don't try and call Object#id when calling Mash#idSteven Davidovitz2012-08-311-2/+2
* | | | Moved protected method to correct moduleDmitriy Budnik2012-08-031-17/+19
|/ / /
* | | Merge pull request #52 from Erol/deep-key-conversionsJerry Cheung2012-06-221-1/+39
|\ \ \
| * | | Minor code tweaks.Erol Fornoles2012-06-231-2/+3
| * | | Do deep key conversions for nested hashes and arrays.Erol Fornoles2012-06-221-2/+39
* | | | Alias equivalents of `key?`Ben Oakes2012-06-121-0/+4
|/ / /
* | | respect other Hashie::Hash subclasses when assigning a valueJerry Cheung2012-06-041-0/+2
* | | Merge pull request #43 from davemitchell/masterMichael Bleigh2012-04-171-1/+26
|\ \ \
| * | | Add under-bang extension to Hashie::MashDave Mitchell2012-04-151-1/+26
| | |/ | |/|
* | | Added :transform_with optionFabio Napoleoni2012-04-171-0/+10
* | | Added a check for from options, same name will cause a StackTooDeep errorFabio Napoleoni2012-04-171-0/+3
* | | Added lambda option to the property methodFabio Napoleoni2012-04-161-4/+13
|/ /
* | Will now convert hashie objects nested within an array back to a hash within ...Eric Krause2012-03-051-1/+8
* | Make explicit the reference to standard Hashmeh.2012-02-081-1/+1
|/
* Merge branch 'master' of github.com:intridea/hashieMichael Bleigh2011-10-152-1/+4
|\
| * Merge pull request #23 from nuclearsandwich/patch-1Michael Bleigh2011-10-151-0/+3
| |\
| | * Add aliases so full Hash spec works with Hashie::Mash. Steven! Ragnarök2011-09-061-0/+3
| * | #inspect should start with #<Andrew Herbig2011-09-161-1/+1
| |/
* | A bit of untested unfinished work on structure.Michael Bleigh2011-10-151-0/+47
|/
* Remove reference to singleton_class, that's Ruby 1.9 only.Michael Bleigh2011-08-022-3/+3
* Adds IndifferentAccess.Michael Bleigh2011-08-021-1/+104
* Adds MergeInitializer extension.Michael Bleigh2011-08-022-0/+25
* Adds MethodWriter and MethodQuery extensions.Michael Bleigh2011-08-021-0/+63
* Adds stubs for future extensions, adds implementation for MethodReader extens...Michael Bleigh2011-08-014-4/+85
* Add key converter extension.Michael Bleigh2011-07-292-1/+56
* Adds first extension, coercion, road to 2.0 begins.Michael Bleigh2011-07-283-7/+112