[![Gem Version](https://badge.fury.io/rb/<%= name %>.svg)](https://rubygems.org/gems/<%= name %>) [![Build](https://github.com/andrewmcodes/<%= name %>/workflows/Build/badge.svg)](https://github.com/andrewmcodes/<%= name %>/actions) [![JRuby Build](https://github.com/andrewmcodes/<%= name %>/workflows/JRuby%20Build/badge.svg)](https://github.com/andrewmcodes/<%= name %>/actions) # <%= human_name %> TBD ## Installation Adding to a gem: ```ruby # my-cool-gem.gemspec Gem::Specification.new do |spec| # ... spec.add_dependency "<%= name %>" # ... end ``` Or adding to your project: ```ruby # 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 [https://github.com/andrewmcodes/<%= name %>](https://github.com/andrewmcodes/<%= name %>). ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).