Update to consolidated EARL Report generation software

The earl-report gem [1], which is used for generating implementation reports for RDF-type specifications has been rev’d to Version 0.4.0 introducing incompatible changes with existing Haml templates used for generating the HTML version of the report. The primary change is to annotate existing manifests and tests, rather than re-creating them. This means that properties such as ‘title’ and ‘description’ may not be present if they don’t map directly from the original manifest/test description. Additionally, assertions were previously placed in a list, and this has been simplified to just use multiple property values. Assertions are ordered in the JSON-LD output, even though not as an @list, and this can continue to be used when generating HTML table entries.

For more information, see the release notes [2] and README [3].

Gregg Kellogg
gregg@greggkellogg.net

[1] https://rubygems.org/gems/earl-report
[2] https://github.com/gkellogg/earl-report/releases/tag/0.4.0
[3] https://github.com/gkellogg/earl-report/blob/develop/README.md

Received on Monday, 10 August 2015 21:28:16 UTC