Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Housekeeping #249

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Housekeeping #249

wants to merge 5 commits into from

Conversation

DannyBen
Copy link

A minor Housekeeping PR, including these changes:

  1. Add Gemfile, gitignore Gemfile.lock and remove .gems - according to modern common practices for gem development.
  2. Remove development requirement from gemspec, and add them to Gemfile instead.
  3. Add GitHub Actions test workflow, for Ruby 2.7 and up.
  4. Update gemspec with best practices options:
    • Add rubygems_mfa_required
    • Add required_ruby_version - set to the oldest, non-EoL ruby 2.7
  5. Prefix makefile tasks with bundle exec so they can properly run in any Ruby setup.

@soveran soveran self-assigned this Dec 20, 2022
@soveran
Copy link
Owner

soveran commented Dec 20, 2022

Great job, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants