gradient icon indicating copy to clipboard operation
gradient copied to clipboard

Library for dealing with color gradients in ruby

Results 2 gradient issues
Sort by recently updated
recently updated
newest added

fix for #7 * scanf was excluded from the standard libary as of ruby 2.7 * see https://rubyreferences.github.io/rubychanges/2.7.html#libraries-excluded-from-the-standard-library * include the official scanf gem in gemspec

Hi there, I'm using your libary to create [triangle patterns](https://github.com/hendrixfan/triangle) and I've noticed that there seems to be an Issue with Ruby 2.7. When I run `bin/console` in ruby 2.7...