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

Remove OrderedHash #12

Merged
merged 1 commit into from
Jun 4, 2018
Merged

Remove OrderedHash #12

merged 1 commit into from
Jun 4, 2018

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Jan 16, 2017

Ruby's hashes have been ordered since 1.9.1, so there's no need to have a separate OrderedHash implementation anymore.

@mvz
Copy link
Contributor Author

mvz commented Apr 19, 2017

Hi @aquasync, any chance you could take a look at this pull request?

@aquasync
Copy link
Owner

Hi @mvz, I'm all for deleting unnecessary code, but at least for the time being 1.8 (old as it may be) is actually the version the library was built using and I've never really got round to making sure it supports 1.9+ properly. One of these days I'll get around to it but time has been hard to come by.

Would be fine with a conditional that only falls back to OrderedHash for RUBY_VERSION < 1.9 though.

@mvz
Copy link
Contributor Author

mvz commented May 27, 2017

I've never really got round to making sure it supports 1.9+ properly.

I'm sure it works fine on newer Rubies. I can add an explicit dependency on 1.9+ to the gemfile to avoid problems for any users of 1.8.

@aquasync aquasync merged commit d9c6604 into aquasync:master Jun 4, 2018
@mvz mvz deleted the remove-ordered-hash branch June 4, 2018 12:47
@mvz
Copy link
Contributor Author

mvz commented Jun 4, 2018

Thanks! 🎉

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