Sha256: 61fa2bb472700bfd9f74ba232e92907725a26234f8f0e2ac0b43eb919ddb1601

Contents?: true

Size: 872 Bytes

Versions: 2

Compression:

Stored size: 872 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
table_creator-0.4.0 README.md
table_creator-0.3.0 README.md