- Support Ruby versions up to 3.0
- Drop compatibility checks for Ruby < 2.4
- Update specs to modern style (no hope to make it to standard library after 5 years 🤷)
- Fix seconds fraction truncation in DMS-initialization (@matthew-angelswing)
- Change positional
hemisphere
argument into_s
to keyword for clarity
- Switch to
BigDecimal
for internal values storage; - More friendly
#inspect
&#to_s
format; - Rename
#to_a
to#latlng
&#lnglat
; - Fix
#lats
formula bug.
Initial release as a gem.