haversine.gemspec in haversine-0.3.1 vs haversine.gemspec in haversine-0.3.2
- old
+ new
@@ -1,18 +1,18 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: haversine 0.3.1 ruby lib
+# stub: haversine 0.3.2 ruby lib
Gem::Specification.new do |s|
s.name = "haversine".freeze
- s.version = "0.3.1"
+ s.version = "0.3.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Kristian Mandrup".freeze, "Ryan Greenberg".freeze]
- s.date = "2016-06-23"
+ s.date = "2016-10-04"
s.description = "Calculates the haversine distance between two locations using longitude and latitude. \nThis is done using Math formulas without resorting to Active Record or SQL DB functionality".freeze
s.email = "kmandrup@gmail.com".freeze
s.extra_rdoc_files = [
"LICENSE.txt",
"README.textile"