voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.53k stars 242 forks source link

Added the orderedhash gem for ruby 1.8 builds #284

Closed iainbeeston closed 8 years ago

iainbeeston commented 8 years ago

This should allow the 1.8 build to pass reliably as it makes hash keys ordered, and many of the tests rely on hash keys appearing in creation order.

iainbeeston commented 8 years ago

This idea didn't work so well. Closing