From 56189dd61aefe2d4a79d0e879af7b940fdad5ba5 Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Sun, 12 Nov 2023 10:10:19 -0800 Subject: [PATCH] add badge --- MIT-LICENSE => MIT-LICENSE.txt | 0 README.md | 1 + 2 files changed, 1 insertion(+) rename MIT-LICENSE => MIT-LICENSE.txt (100%) diff --git a/MIT-LICENSE b/MIT-LICENSE.txt similarity index 100% rename from MIT-LICENSE rename to MIT-LICENSE.txt diff --git a/README.md b/README.md index 7f3a58f..7189c50 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Continuous Integration](https://github.com/bdurand/support_table_data/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/bdurand/support_table_data/actions/workflows/continuous_integration.yml) [![Regression Test](https://github.com/bdurand/support_table_data/actions/workflows/regression_test.yml/badge.svg)](https://github.com/bdurand/support_table_data/actions/workflows/regression_test.yml) [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard) +[![Gem Version](https://badge.fury.io/rb/support_table_data.svg)](https://badge.fury.io/rb/support_table_data) This gem provides a mixin for ActiveRecord support table models that allows you to load data from YAML, JSON, or CSV files and reference specific records more easily. It is intended to solve issues with support tables (also known as lookup tables) that contain a small set of canonical data that must exist for your application to work.