[ Version(badge.fury.io/rb/<%= name %>.svg)](rubygems.org/gems/<%= name %>) [
name %>/workflows/Build/badge.svg)](github.com/andrewmcodes/<%= name %>/actions) [
Build(github.com/andrewmcodes/<%= name %>/workflows/JRuby%20Build/badge.svg)](github.com/andrewmcodes/<%= name %>/actions)
<%= human_name %>¶ ↑
TBD
Installation¶ ↑
Adding to a gem:
# my-cool-gem.gemspec Gem::Specification.new do |spec| # ... spec.add_dependency "<%= name %>" # ... end
Or adding to your project:
# Gemfile gem "<%= name %>"
Supported Ruby versions¶ ↑
-
Ruby (MRI) >= 2.5.0
-
JRuby >= 9.2.9
Usage¶ ↑
TBD
Contributing¶ ↑
Bug reports and pull requests are welcome on GitHub at [github.com/andrewmcodes/<%= name %>](github.com/andrewmcodes/<%= name %>).
License¶ ↑
The gem is available as open source under the terms of the MIT License.