HISTORY.markdown in tork-18.0.1 vs HISTORY.markdown in tork-18.1.0

- old
+ new

@@ -1,4 +1,17 @@ +## Version 18.1.0 (2012-02-13) + +Minor: + + * Add `tork/config/coverage` configuration helper for Ruby 1.9, which prints + a coverage report at the end of your log file in YAML format. The report + is a hash containing the following information per each loaded Ruby file + that exist in or beneath the current working directory: + + * :grade - percentage of C0 code coverage for source lines of code + * :nsloc - total number of source lines of code in the file + * :holes - line numbers of source lines that were not covered + ## Version 18.0.1 (2012-02-13) Alert: * If you're on Ruby 1.9, please use 1.9.3 or newer because 1.9.2 is