json_schema 0.0.16 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,8 +31,8 @@ module JsonSchema
31
31
  @errors.count == 0
32
32
  end
33
33
 
34
- def expand!(schema)
35
- if !expand(schema)
34
+ def expand!(schema, options = {})
35
+ if !expand(schema, options)
36
36
  raise SchemaError.aggregate(@errors).join(" ")
37
37
  end
38
38
  true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: