Sha256: 503e6edf92c29fff08f95b1a1f276635cf531e38d1ece8e210279ed0c7e3486d

Contents?: true

Size: 1008 Bytes

Versions: 2

Compression:

Stored size: 1008 Bytes

Contents

[![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).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arsenic-0.0.2 lib/arsenic/templates/newgem/README.md
arsenic-0.0.1 lib/arsenic/templates/newgem/README.md