rhannequin / astronoby

Ruby library based on astronomy and astrometry books
https://dev.to/rhannequin/series/17782
MIT License
59 stars 2 forks source link

Increase Ruby versions support #48

Closed rhannequin closed 7 months ago

rhannequin commented 8 months ago

To make this library more accessible, I am increasing the number of ruby versions supported.

I initially limited the support to very recent Ruby versions for two reasons:

Now that BigDecimal has been removed from the project (e3d862f), this is a good opportunity to increase the Ruby versions support, so that older versions of Ruby are supported even if these versions are in EOL maintenance mode.