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

Get rid of awesome_print by simply using the built-in PP module. And release v1.0! #22

Merged
merged 5 commits into from Feb 17, 2024

Conversation

Qqwy
Copy link
Owner

@Qqwy Qqwy commented Feb 17, 2024

  • This PR gets rid of the awesome_print dependency by simply using the built-in PP module to do pretty-printing instead.
  • There've also been some small clarifications to the README.
  • And CI no longer tries to test Ruby versions < 3.0, as installing them on CI no longer seems possible. The gemspec sill mentions that any Ruby starting from v2.5 should work (and it should, but as Ruby 2 is end-of-life, it's at your own responsibility).
  • And finally bump the version to v1.0!

Fixes #19

@Qqwy Qqwy merged commit 67fc27e into main Feb 17, 2024
3 checks passed
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.

Use standard gem (pp) instead of 3rd party gem(amazing_print)
1 participant