README.md in ventable-1.2.0 vs README.md in ventable-1.3.1
- old
+ new
@@ -1,17 +1,14 @@
-
-[![Gem Version](https://badge.fury.io/rb/ventable.svg)](https://badge.fury.io/rb/ventable)
-[![Build Status](https://travis-ci.org/kigster/ventable.svg?branch=master)](https://travis-ci.org/kigster/ventable)
-[![Code Climate](https://codeclimate.com/github/kigster/ventable/badges/gpa.svg)](https://codeclimate.com/github/kigster/ventable)
-[![Downloads](http://ruby-gem-downloads-badge.herokuapp.com/ventable?type=total)](https://rubygems.org/gems/ventable)
+![Gem Version](https://badge.fury.io/rb/ventable.svg)
[![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/kigster/ventable)
+![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkigster%2Fventable.svg?type=shield)
-[![Test Coverage](https://api.codeclimate.com/v1/badges/c28d141c978293886d21/test_coverage)](https://codeclimate.com/github/kigster/ventable/test_coverage)
+[![RSpec](https://github.com/kigster/ventable/actions/workflows/ruby.yml/badge.svg)](https://github.com/kigster/ventable/actions/workflows/ruby.yml)
+[![Rubocop](https://github.com/kigster/ventable/actions/workflows/rubocop.yml/badge.svg)](https://github.com/kigster/ventable/actions/workflows/rubocop.yml)
+# Ventable — Observable Pattern On Steroids
-# Ventable
-
This gem is a variation of the [Observer Design Pattern](https://en.wikipedia.org/wiki/Observer_pattern).
In particular:
* Ventable requires creation of simple event classes that may carry data and be serialized.
@@ -33,14 +30,14 @@
## Ruby Versions
This gem has been verified to work in the following ruby versions:
* MRI Ruby
- * 1.9.3-p551
- * 2.2
- * 2.3
- * 2.4
+ * 3.2
+ * 3.1
+ * 3.0
+ * 2.7
The gem also likely works with non-MRI rubies, but it has not been tested.
## Installation
@@ -231,5 +228,9 @@
5. Create new Pull Request
## Author
Konstantin Gredeskoul, @kig, http://github.com/kigster
+
+
+## License
+[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkigster%2Fventable.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkigster%2Fventable?ref=badge_large)