-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.erb
29 lines (20 loc) · 1.16 KB
/
README.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[gem]: https://rubygems.org/gems/<%= name %>
[actions]: https://github.com/rom-rb/<%= name %>/actions
[codacy]: https://www.codacy.com/gh/rom-rb/<%= name %>
[chat]: https://rom-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/rom-rb/<%= name %>
# <%= name %> [![Join the chat at https://rom-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-%23346b7a.svg)][chat]
[![Gem Version](https://badge.fury.io/rb/<%= name %>.svg)][gem]
[![CI Status](https://github.com/rom-rb/<%= name %>/workflows/ci/badge.svg)][actions]
[![RuboCop](https://github.com/rom-rb/<%= name %>/actions/workflows/rubocop.yml/badge.svg)](https://github.com/rom-rb/<%= name %>/actions/workflows/rubocop.yml)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/<%= codacy_id %>)][codacy]
[![Inline docs](http://inch-ci.org/github/rom-rb/<%= name %>.svg?branch=main)][inchpages]
## Links
* [User documentation](http://rom-rb.org/learn/<%= name.gsub("rom-", "") %>)
* [API documentation](http://rubydoc.info/gems/<%= name %>)
## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI >= `2.5`
* jruby >= `9.2`
## License
See `LICENSE` file.