Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcodes-archive/gem_actions
Example GitHub Action workflows for your Ruby Gem
https://github.com/andrewmcodes-archive/gem_actions
action actions gem github-actions release-automation rspec rubocop ruby
Last synced: 2 days ago
JSON representation
Example GitHub Action workflows for your Ruby Gem
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/gem_actions
- Owner: andrewmcodes-archive
- License: mit
- Created: 2020-11-05T14:45:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T00:06:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T15:06:18.311Z (18 days ago)
- Topics: action, actions, gem, github-actions, release-automation, rspec, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Gem Version](https://badge.fury.io/rb/gem_actions.svg)](https://rubygems.org/gems/gem_actions) [![Build](https://github.com/andrewmcodes/gem_actions/workflows/Build/badge.svg)](https://github.com/andrewmcodes/gem_actions/actions)
![Lint Ruby](https://github.com/andrewmcodes/gem_actions/workflows/Lint%20Ruby/badge.svg)
![Lint Docs](https://github.com/andrewmcodes/gem_actions/workflows/Lint%20Docs/badge.svg)
![Build](https://github.com/andrewmcodes/gem_actions/workflows/Build/badge.svg)
![Release](https://github.com/andrewmcodes/gem_actions/workflows/Release/badge.svg)# Gem Actions
TBD
## Installation
Adding to a gem:
```ruby
# my-cool-gem.gemspec
Gem::Specification.new do |spec|
# ...
spec.add_dependency "gem_actions"
# ...
end
```Or adding to your project:
```ruby
# 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](https://github.com/andrewmcodes/gem_actions).
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).