Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.15 KB

Gem Version Build Lint Ruby Lint Docs Build Release

Gem Actions

TBD

Installation

Adding to a gem:

# my-cool-gem.gemspec
Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "gem_actions"
  # ...
end

Or adding to your project:

# Gemfile
gem "gem_actions"

Supported Ruby versions

  • Ruby (MRI) >= 2.5.0

Usage

TBD

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/andrewmcodes/gem_actions.

License

The gem is available as open source under the terms of the MIT License.