Skip to content

Commit

Permalink
Bump schema version, fix vectorRepresentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblcc committed Apr 16, 2018
1 parent 89a9b4f commit 426fd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "thor", "~> 0.19"
spec.add_runtime_dependency "uuidtools", "~> 2.1"
spec.add_runtime_dependency "json-schema", "~> 2.7"
spec.add_runtime_dependency "adiwg-mdjson_schemas", ">= 2.4.2"
spec.add_runtime_dependency "adiwg-mdcodes", "~> 2.6.2"
spec.add_runtime_dependency "adiwg-mdjson_schemas", ">= 2.4.8"
spec.add_runtime_dependency "adiwg-mdcodes", "~> 2.6.3"
spec.add_runtime_dependency "jbuilder", "~> 2.5"
spec.add_runtime_dependency "kramdown", "~> 1.13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
},
{
"vectorRepresentation": {
"topologyLevel": "topology level",
"vectorObject": []
"topologyLevel": "topology level"
}
}
]
Expand Down

0 comments on commit 426fd70

Please sign in to comment.