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

Modernize #5

Merged
merged 3 commits into from
Nov 30, 2024
Merged

Modernize #5

merged 3 commits into from
Nov 30, 2024

Conversation

liveh2o
Copy link
Owner

@liveh2o liveh2o commented Nov 30, 2024

Modernize the gem structure and setup to match that of fresh gem generated with Bundler:

$ bundle gem spectacles

including an updated license, and new changelog and code of conduct.

Additionally:

  • Target Minitest 5+ for tests using the built-in test task helper preparing the way for Minitest 6.0 by wrapping assertions in _(xxx)
  • Use the conventional Minitest test/ directory and tests named with the "_test" suffix
  • Add StandardRB and fix styles
  • Add code style and gem version badges to the README
  • Replace TravisCI with GitHub Actions

Target Minitest 5+ for tests using the built-in test task helper, and
preparing the way for Minitest 6.0 by wrapping assertions in _(xxx).

Also use the conventional Mintest test/ directory and tests named with
the "_test" suffix.
Modernize the gem structure and setup to match that of fresh gem
generated with Bundler:

    $ bundle gem spectacles

including an updated license, and new changelog and code of conduct.

Also replace TravisCI with GitHub Actions, and add code style and gem
version badges to the README.
@liveh2o liveh2o merged commit b2c47a3 into main Nov 30, 2024
5 of 6 checks passed
@liveh2o liveh2o deleted the ah/modernize branch December 2, 2024 16:23
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.

1 participant