json_schema 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: