plashchynski / rgb

A simple Ruby library built to handle easy conversion and manipulation of colors.
Apache License 2.0
52 stars 6 forks source link

Fixes bug that causes the gem to output invalid colors #4

Closed anthony0030 closed 1 year ago

anthony0030 commented 1 year ago

When you gave a light color (ex. white) to make lighter (ex by 30%) it would return an invalid color code.

This commit does the following: 1) Upgraded ruby version 2) Added vscode settings 3) Added Tests 4) Made tests pass 5) Linting 6) Updated gem version

plashchynski commented 1 year ago

Thank you!

anthony0030 commented 1 year ago

Will you please publish the new version so I can install it more easly?