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

Reduce gem size #233

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Reduce gem size #233

merged 3 commits into from
Oct 15, 2024

Commits on Jun 6, 2024

  1. Delete two unused images

    They were used in the Readme, but no longer refenced since b133a1b.
    bquorning committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3af6766 View commit details
    Browse the repository at this point in the history
  2. Reduce size of images

    Lossless optimization of two png files, reducing file size by about 33%.
    I used ImageOptim[^1] for this task.
    
    [^1]: https://imageoptim.com/mac
    bquorning committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c48a130 View commit details
    Browse the repository at this point in the history
  3. Build a smaller gem

    Removing unnecessary files from the built gem, reducing its size.
    bquorning committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e28f2b7 View commit details
    Browse the repository at this point in the history