README.md in store_model-2.1.2 vs README.md in store_model-2.2.0

- old
+ new

@@ -1,5 +1,5 @@ -# StoreModel [![Gem Version](https://badge.fury.io/rb/store_model.svg)](https://rubygems.org/gems/store_model) [![Coverage Status](https://coveralls.io/repos/github/DmitryTsepelev/store_model/badge.svg?branch=master)](https://coveralls.io/github/DmitryTsepelev/store_model?branch=master) ![](https://ruby-gem-downloads-badge.herokuapp.com/store_model?type=total) +# StoreModel [![Gem Version](https://badge.fury.io/rb/store_model.svg)](https://rubygems.org/gems/store_model) ![](https://ruby-gem-downloads-badge.herokuapp.com/store_model?type=total) **StoreModel** gem allows you to wrap JSON-backed DB columns with ActiveModel-like classes. - 💪 **Powered with [Attributes API](https://api.rubyonrails.org/classes/ActiveRecord/Attributes/ClassMethods.html)**. You can use a number of familiar types or write your own - 🔧 **Works like ActiveModel**. Validations, enums and nested attributes work very similar to APIs provided by Rails