glw 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/glw.rb +2 -2
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c97324e07096789a970c5097c9936b5b62fdda73
|
4
|
+
data.tar.gz: 125ea44bd194baf6c3cac0c85bd477c54cdc71e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a8b128c9cfefd5ffa7addebd074f29b6901297d40c7c88d60e59ce59f9b714b1d357595beb090127141a12dcdbc3ddc4792b82b180b07a8cc7d039ea6af68a6
|
7
|
+
data.tar.gz: de4d6ce5fa55c8eb1e48ecddfba30cecd1eec4340d82110e533848868ec0ca849cc9e5143a9b6cade5aa8b3dcb04f182723900520e0d2d40f68e4544d60bd9d5
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/glw.rb
CHANGED
@@ -11,9 +11,9 @@ require 'recordx_sqlite'
|
|
11
11
|
|
12
12
|
class Glw
|
13
13
|
|
14
|
-
def initialize(dbfile='glw.db')
|
14
|
+
def initialize(dbfile='glw.db', timeout: 3)
|
15
15
|
|
16
|
-
Geocoder.configure(:timeout =>
|
16
|
+
Geocoder.configure(:timeout => timeout)
|
17
17
|
|
18
18
|
@coordinates = RecordxSqlite.new(dbfile,
|
19
19
|
table: {coordinates: {coordinates: '', place_id: ''}})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
VjRGNrP/e8DzppPHs0UL/CzbWYLyfrBZUJpbNIFlzu6g62M1vkvpzwoC12eXHyET
|
32
32
|
uLwQN+MzhB3/YA==
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2017-
|
34
|
+
date: 2017-10-15 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: geocoder
|
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
version: '0'
|
121
121
|
requirements: []
|
122
122
|
rubyforge_project:
|
123
|
-
rubygems_version: 2.6.
|
123
|
+
rubygems_version: 2.6.13
|
124
124
|
signing_key:
|
125
125
|
specification_version: 4
|
126
126
|
summary: 'A wrapper for the geocoder gem to return the place name and more for a given
|
metadata.gz.sig
CHANGED
Binary file
|