CHANGELOG.md in spout-0.6.0.beta7 vs CHANGELOG.md in spout-0.6.0.rc
- old
+ new
@@ -1,10 +1,10 @@
## 0.6.0
### Enhancement
-- Added `spout match` command that generates a coverage report of how well a dataset matches the data dictionary
- - Spout Match generates a viewable report in `dd\index.html` that shows which columns are covered in CSVs located in `dd\csvs`
- - Spout Match checks that all collected values for a variable with a domain exist in the associated domain
+- Added `spout coverage` command that generates a coverage report of how well a dataset matches the data dictionary
+ - Generates a viewable report in `<project_name>/coverage/index.html` that shows which columns are covered in CSVs located in `<project_name>/csvs/`
+ - Checks that all collected values for a variable with a domain exist in the associated domain
- **Gem Changes**
- Updated to colorize 0.6.0
## 0.5.0 (February 28, 2014)