summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #52 from Erol/deep-key-conversionsJerry Cheung2012-06-222-4/+78
|\ \ \ \
| * | | | Minor code tweaks.Erol Fornoles2012-06-231-2/+3
| * | | | Do deep key conversions for nested hashes and arrays.Erol Fornoles2012-06-222-5/+78
* | | | | Merge pull request #50 from benjaminoakes/masterJerry Cheung2012-06-222-1/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Alias equivalents of `key?`Ben Oakes2012-06-122-1/+13
|/ / / /
* | | | Merge pull request #47 from jch/masterMichael Bleigh2012-06-042-3/+9
|\ \ \ \
| * | | | respect other Hashie::Hash subclasses when assigning a valueJerry Cheung2012-06-042-3/+9
|/ / / /
* | | | Merge pull request #43 from davemitchell/masterMichael Bleigh2012-04-173-1/+59
|\ \ \ \
| * | | | Add under-bang extension to Hashie::MashDave Mitchell2012-04-153-1/+59
| | |_|/ | |/| |
* | | | Merge pull request #44 from fabn/trash-procMichael Bleigh2012-04-173-4/+109
|\ \ \ \ | |/ / / |/| | |
| * | | Updated readmeFabio Napoleoni2012-04-171-0/+14
| * | | Added :transform_with optionFabio Napoleoni2012-04-172-0/+45
| * | | Added a check for from options, same name will cause a StackTooDeep errorFabio Napoleoni2012-04-172-0/+11
| * | | Added lambda option to the property methodFabio Napoleoni2012-04-162-4/+39
|/ / /
* | | Merge pull request #37 from erickrause/convert_nested_hashie_objects_within_a...Michael Bleigh2012-03-052-1/+16
|\ \ \ | |/ / |/| |
| * | Will now convert hashie objects nested within an array back to a hash within ...Eric Krause2012-03-052-1/+16
|/ /
* | Merge pull request #33 from meh/patch-1Michael Bleigh2012-02-081-1/+1
|\ \
| * | Make explicit the reference to standard Hashmeh.2012-02-081-1/+1
|/ /
* | Merge pull request #31 from lmarburger/patch-1Michael Bleigh2012-01-111-2/+2
|\ \
| * | Fix assertions on a Dash's string representationLarry Marburger2012-01-111-2/+2
|/ /
* | Merge pull request #30 from laserlemon/patch-1Michael Bleigh2012-01-091-1/+1
|\ \ | |/ |/|
| * Add build and dependency statuses to the READMESteve Richert2012-01-071-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
| * | Merge pull request #24 from andrew12/patch-1Michael Bleigh2011-10-151-1/+1
| |\ \ | | |/ | |/|
| | * #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-023-4/+4
* Adds IndifferentAccess.Michael Bleigh2011-08-024-8/+183
* Adds MergeInitializer extension.Michael Bleigh2011-08-024-5/+55
* Refactor README for 2.0 infoMichael Bleigh2011-08-021-15/+93
* Adds MethodWriter and MethodQuery extensions.Michael Bleigh2011-08-022-0/+134
* Adds stubs for future extensions, adds implementation for MethodReader extens...Michael Bleigh2011-08-016-4/+131
* Add key converter extension.Michael Bleigh2011-07-294-2/+123
* Adds first extension, coercion, road to 2.0 begins.Michael Bleigh2011-07-286-7/+185
* Fixing specs for all versions of Ruby.Michael Bleigh2011-07-282-12/+1
* Trying to fix up specs for multi-rubies.Michael Bleigh2011-07-283-18/+10
* Update Gemfile.lockv1.1.0Michael Bleigh2011-07-281-1/+1
* Bump version to 1.1.0Michael Bleigh2011-07-281-1/+1
* Merge pull request #19 from bramswenson/masterMichael Bleigh2011-07-285-47/+117
|\
| * [REQUIRED] properties added to Dash, removed Lash classBram Swenson2011-07-236-345/+103
| * Merge branch 'master' of github.com:bramswenson/hashieBram Swenson2011-07-230-0/+0
| |\
| | * fixed rdoc typo for Hashie::LashBram Swenson2011-07-021-1/+1
| | * updated readme to document the LashBram Swenson2011-07-021-12/+39
| | * created new Hashie type LashBram Swenson2011-07-021-0/+89
| | * added lash to Hashie autoloadsBram Swenson2011-07-021-1/+2
| | * added spec for new Hashie::LashBram Swenson2011-07-021-0/+194
| | * ignore .rvmrcBram Swenson2011-07-021-0/+1
| * | fixed rdoc typo for Hashie::LashBram Swenson2011-07-231-1/+1