Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Hashie:Mash instead of ObjectifiedHash #3

Closed
wants to merge 2 commits into from

Conversation

nashby
Copy link

@nashby nashby commented Dec 28, 2012

Let's use Hashie:Mash instead of ObjectifiedHash. ObjectifiedHash doesn't work properly with ruby 1.8 as ruby 1.8 objects have id method. Yeah, I know that you don't test this gem with ruby 1.8 but I think it's ok to use Hashie gem here. There are only benefits from it (actually ObjectifiedHash breaks integration with Errbit. And yes, we still support ruby 1.8 :( )

@NARKOZ
Copy link
Owner

NARKOZ commented Dec 30, 2012

Thank you. I'll look at it after holidays. 

@nashby
Copy link
Author

nashby commented Jan 14, 2013

@NARKOZ hey, any chance to get it merged? I want to make errbit's tests pass badly :)

@NARKOZ NARKOZ closed this in e562a7d Jan 15, 2013
@NARKOZ
Copy link
Owner

NARKOZ commented Jan 15, 2013

Sorry for delay. Yes, I wasn't focusing on Ruby 1.8.
I don't want to use hashie there. ObjectifiedHash does its job well without additional dependencies.

Thank you, again.

PS: noticed that I could cherry-pick 444b576 after pushing :(

@nashby
Copy link
Author

nashby commented Jan 15, 2013

@NARKOZ thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants