lib/gis/distance.rb in gis-distance-1.0.2 vs lib/gis/distance.rb in gis-distance-1.1.0
- old
+ new
@@ -4,10 +4,10 @@
class Distance
# Error raised if latitude or longitude values are invalid.
class Error < StandardError; end
# The version of the gis-distance library
- VERSION = '1.0.2'.freeze
+ VERSION = '1.1.0'.freeze
# Create a new GIS::Distance object using the two sets of coordinates
# that are provided.
#
# If invalid coordinates are provided a GIS::Distance::Error is raised.