README.md in case_transform2-1.0.0 vs README.md in case_transform2-1.1.1
- old
+ new
@@ -1,22 +1,23 @@
<!-- vim-markdown-toc GFM -->
+ [case_transform2](#case_transform2)
- * [Why](#why)
- * [Install](#install)
- * [Warning](#warning)
- * [Usage](#usage)
- * [Transforms](#transforms)
- * [NOTE](#note)
+ * [Why](#why)
+ * [Install](#install)
+ * [Warning](#warning)
+ * [Usage](#usage)
+ * [Transforms](#transforms)
+ * [NOTE](#note)
<!-- vim-markdown-toc -->
# case_transform2
-[![Build Status](https://travis-ci.org/saiqulhaq/case_transform.svg?branch=master)](https://travis-ci.org/saiqulhaq/case_transform)
-[![Test Coverage](https://api.codeclimate.com/v1/badges/0050890b14e7f9165680/test_coverage)](https://codeclimate.com/github/saiqulhaq/case_transform/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/0050890b14e7f9165680/maintainability)](https://codeclimate.com/github/saiqulhaq/case_transform/maintainability)
+[![Audit](https://github.com/saiqulhaq/case_transform/actions/workflows/audit.yml/badge.svg)](https://github.com/saiqulhaq/case_transform/actions/workflows/audit.yml)
+[![Test](https://github.com/saiqulhaq/case_transform/actions/workflows/test.yml/badge.svg)](https://github.com/saiqulhaq/case_transform/actions/workflows/test.yml)
+[![Test Coverage](https://api.codeclimate.com/v1/badges/0050890b14e7f9165680/test_coverage)](https://codeclimate.com/github/saiqulhaq/case_transform/test_coverage)
Transforms string letter case to camel, snake, dash and underscore without activesupport dependencies.
Forked from [Rails API CaseTransform gem](https://github.com/rails-api/case_transform)
@@ -71,10 +72,11 @@
| camel | PascalCase |
| camel_lower | camelCase |
| dash | dash-case |
| underscore | under_score |
-## NOTE
+## Ruby Version Support
-There is no `CaseTransform2.unaltered` method like the original gem has
+See `.github/workflows/github-actions.yml` to find out the latest Ruby version support
+The target is above 2.5 and above
License: See LICENSE.txt file