README.md in u-attributes-2.7.0 vs README.md in u-attributes-2.8.0
- old
+ new
@@ -10,12 +10,12 @@
<a href="https://rubygems.org/gems/u-attributes">
<img alt="Gem" src="https://img.shields.io/gem/v/u-attributes.svg?style=flat-square">
</a>
- <a href="https://travis-ci.com/serradura/u-attributes">
- <img alt="Build Status" src="https://travis-ci.com/serradura/u-attributes.svg?branch=main">
+ <a href="https://github.com/serradura/u-attributes/actions/workflows/ci.yml">
+ <img alt="Build Status" src="https://github.com/serradura/u-attributes/actions/workflows/ci.yml/badge.svg">
</a>
<a href="https://codeclimate.com/github/serradura/u-attributes/maintainability">
<img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/b562e6b877a9edf4dbf6/maintainability">
</a>
@@ -31,11 +31,11 @@
## Documentation <!-- omit in toc -->
Version | Documentation
---------- | -------------
unreleased | https://github.com/serradura/u-case/blob/main/README.md
-2.7.0 | https://github.com/serradura/u-case/blob/v2.x/README.md
+2.8.0 | https://github.com/serradura/u-case/blob/v2.x/README.md
1.2.0 | https://github.com/serradura/u-case/blob/v1.x/README.md
# Table of contents <!-- omit in toc -->
- [Installation](#installation)
- [Compatibility](#compatibility)
@@ -92,10 +92,10 @@
# Compatibility
| u-attributes | branch | ruby | activemodel |
| -------------- | ------- | -------- | ------------- |
| unreleased | main | >= 2.2.0 | >= 3.2, < 7 |
-| 2.7.0 | v2.x | >= 2.2.0 | >= 3.2, < 7 |
+| 2.8.0 | v2.x | >= 2.2.0 | >= 3.2, < 7 |
| 1.2.0 | v1.x | >= 2.2.0 | >= 3.2, < 6.1 |
> **Note**: The activemodel is an optional dependency, this module [can be enabled](#activemodelvalidation-extension) to validate the attributes.
[⬆️ Back to Top](#table-of-contents-)