TBD
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"
- Ruby (MRI) >= 2.5.0
TBD
Bug reports and pull requests are welcome on GitHub at https://github.com/andrewmcodes/gem_actions.
The gem is available as open source under the terms of the MIT License.