lib/gps_pvt/version.rb in gps_pvt-0.9.1 vs lib/gps_pvt/version.rb in gps_pvt-0.9.2

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module GPS_PVT - VERSION = "0.9.1" + VERSION = "0.9.2" def GPS_PVT.version_compare(a, b) Gem::Version::new(a) <=> Gem::Version::new(b) end end