traveller 0.0.001 → 0.0.002
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
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7dd47b345e9b6c21dda2f8bd7d5b7ba96f3735c3
|
|
4
|
+
data.tar.gz: 4cab404f2bdbf6f1c8ac15729aed90509bf5cbac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bfbf6c7540b7fc70c5fc57e05d550111de0353b010408960a15c76ef0960a26ef98d1911ed7afa92b672155eea8db81001c062c07a504f7915e609bd050c118
|
|
7
|
+
data.tar.gz: 2c41b16dbcb97bc183471c3151cb687c02ffdc198af924532230f5cc7de1b6de8eb1e82014e27924e4554060380bc6b89db06363bad64b78c01072ed1bd72869
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: traveller
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.002
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Dreger
|
|
@@ -24,8 +24,8 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description: Traveller parses location-based strings and exposes their city, state,
|
|
28
|
-
zip code, latitude, and longitude.
|
|
27
|
+
description: 'Traveller parses location-based strings and exposes their city, state,
|
|
28
|
+
zip code, latitude, and longitude. NOTE: Latitude and Longitude support is coming.'
|
|
29
29
|
email: dregerkq@mountunion.edu
|
|
30
30
|
executables: []
|
|
31
31
|
extensions: []
|