Ken Treis

Results 4 issues of Ken Treis

The Shippo API server apparently now requires an API version to be provided, but the Ruby gem doesn't include a default version. Users can get around this by setting it...

This allows use of newer dialects of JSON Schema. All specs pass in Ruby 2.7 - Ruby 3.2 and ActiveRecord 6.1 - 7.1. Since this gem allows `json_schemer` options to...

The setter method that JsonValidator injects into the model invokes `super`, but the superclass setter doesn't appear to exist in activesupport versions prior to 6.1.

Beginning in ActiveSupport 7.1, the check for whether a logger is silenced sends `nil?`, so things break if we set the logger to `false`. Fortunately, using `nil` also works in...