Table Creator ============= [![Gem Version](https://badge.fury.io/rb/table_creator.svg)](http://badge.fury.io/rb/table_creator) [![Build Status](https://github.com/sealink/table_creator/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/sealink/table_creator/actions) [![Coverage Status](https://coveralls.io/repos/github/sealink/table_creator/badge.svg?branch=master)](https://coveralls.io/github/sealink/table_creator?branch=master) # DESCRIPTION Various helpers to enter data in a tabular form and export to HTML/CSV # USAGE See tests in spec folder for basic usage # RELEASE To publish a new version of this gem the following steps must be taken. * Update the version in the following files ``` CHANGELOG.md lib/table_creator/version.rb ```` * Create a tag using the format v0.1.0 * Follow build progress in GitHub actions