summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.0v1.2.01-1-stableMichael Bleigh2011-10-153-3/+2
* Fix spec broken by mergeMichael Bleigh2011-10-151-2/+2
* Merge pull request #23 from nuclearsandwich/patch-1Michael Bleigh2011-10-151-0/+3
* Merge pull request #24 from andrew12/patch-1Michael Bleigh2011-10-151-1/+1
* Adds :symbolize_keys option to #to_hash, adds .subkey_class method to program...Michael Bleigh2011-10-154-7/+36
* 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
| * | updated readme to document the LashBram Swenson2011-07-231-12/+39
| * | created new Hashie type LashBram Swenson2011-07-231-0/+89
| * | added lash to Hashie autoloadsBram Swenson2011-07-231-1/+2
| * | added spec for new Hashie::LashBram Swenson2011-07-231-0/+194
| * | ignore .rvmrcBram Swenson2011-07-231-0/+1
* | | Merge pull request #20 from ryanlecompte/masterMichael Bleigh2011-07-282-25/+36
|\ \ \ | |/ / |/| |
| * | enhance Hashie::Mash#respond_to? so that it supports the optional include_pri...Ryan LeCompte2011-07-242-25/+36
|/ /
* | Fixing up specs.Michael Bleigh2011-07-221-3/+3
* | Removing methods_spec.rbMichael Bleigh2011-07-221-15/+0
* | Switch to Bundler for gem management and Guard for autotesting.Michael Bleigh2011-07-228-132/+73
|/
* Merged pull request #16 from cmar/master.Michael Bleigh2011-04-252-0/+13
|\
| * allow Mash to use 'type' as keyname, object#type is depreciated anywayscmar2011-04-062-0/+13
|/
* Regenerated gemspec for version 1.0.0v1.0.0Michael Bleigh2011-01-271-2/+3
* Version bump to 1.0.0Michael Bleigh2011-01-271-1/+1
* Closes #11 - Applied dismaldenizen's patch to allow block setting.Michael Bleigh2011-01-274-6/+44
* Merge branch 'master' of https://github.com/rainux/hashieMichael Bleigh2011-01-272-0/+18
|\
| * Mash#delete now works with Symbol keyRainux Luo2010-09-082-0/+18
* | Update to RSpec 2.0Michael Bleigh2011-01-275-15/+19
* | Add in better default handlingDarcy Laycock2011-01-201-1/+3
* | Add add a failing state to the dash specDarcy Laycock2011-01-202-1/+7
* | Use the hash writer instead of send on initializeDarcy Laycock2011-01-131-1/+1
|/
* Regenerated gemspec for version 0.4.0v0.4.0Michael Bleigh2010-08-311-2/+2
* Version bump to 0.4.0Michael Bleigh2010-08-311-1/+1
* Merge branch 'master' of github.com:intridea/hashieMichael Bleigh2010-08-312-2/+26
|\
| * initialze_reader and convert_value should respect subclassing by using self.c...tcocca2010-08-312-2/+26
* | call `super` in Dash.inherited methodMislav Marohnić2010-08-292-0/+11
* | Mash: add `shallow_update` and `shallow_merge` methodsMislav Marohnić2010-08-262-31/+70
* | fix broken Trash spec exampleMislav Marohnić2010-08-261-2/+1
* | add missing requires to Hash and MashMislav Marohnić2010-08-262-0/+4
* | heavily rework Dash for bugfixes and performanceMislav Marohnić2010-08-262-112/+151
* | Mash: fix deep_merge/deep_update and make `merge` deep by defaultMislav Marohnić2010-08-262-8/+44
|/