brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Fix all warnings #67

Closed brandur closed 8 years ago

brandur commented 8 years ago

Apparently newer versions of Ruby have found a lot of minor problems with the project -- largely issues like a method being redefined because an accessor adder was being called twice.

This patch fixes all those warnings and is very low risk.

brandur commented 8 years ago

Released as 0.13.1.