vincenty 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/coordinate.rb +3 -0
- data/lib/track_and_distance.rb +3 -0
- data/lib/vincenty.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8da3071ee96be2492c012b7cadd49fa3138b83fc94082a8884fd802daae1812
|
4
|
+
data.tar.gz: dd77a978fc6e6c48f68e5f502521b70e34433e923d67b7efa7d133102a0ffc8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f3a482610d9613ba8223fe40faae17bca233dad29d1c44586a1f42e40a9f413881015c988228d4cac7d1ed0e6453acacf81861b68a15b428d77f86b30d849d0
|
7
|
+
data.tar.gz: 0fc65c74e71f91c4be148c6c2bde7ae01ba3f45cc00b0fcb64a5e9d5f96c3850dc9d6d1754e0ba18af38c1f54ed3184f88e1c9129cf72daa75ff4883b93df874
|
data/lib/coordinate.rb
CHANGED
data/lib/track_and_distance.rb
CHANGED
data/lib/vincenty.rb
CHANGED
@@ -12,7 +12,7 @@ require_relative 'coordinate.rb'
|
|
12
12
|
# Modified to incorporate corrections to formulae as found in script on http://www.movable-type.co.uk/scripts/LatLongVincenty.html
|
13
13
|
# Added my Modification of the distanceAndAngle formulae to correct the compass bearing.
|
14
14
|
class Vincenty < Coordinate
|
15
|
-
VERSION = '1.0.
|
15
|
+
VERSION = '1.0.12'
|
16
16
|
|
17
17
|
# @return [String] constant VERSION
|
18
18
|
def version
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vincenty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Burrowes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hoe-yard
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.3.7
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: "* Vincenty wrote an algorithm for calculating the bearing and distance between
|