loqate 0.10.0 → 0.10.1
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/.ruby-version +1 -1
- data/CHANGELOG.md +5 -0
- data/lib/loqate/result.rb +1 -0
- data/lib/loqate/version.rb +1 -1
- data/loqate.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8bf10882050e3db9a37ea5c55c0c9f2cbe784525fcc570eb012f2ed9e730a319
|
|
4
|
+
data.tar.gz: e7c1bc6353fa34f3dcc57a53ef9d5a38b9e69cde60e27eb284c3a5ebbc2b9dd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7874ac5ca665594563077b0db7520450d77cae0f144549c72654f9806c65154c81c4f02668d5c7a8148bf697c65645236d90209c5b1a98711d839cadd873683
|
|
7
|
+
data.tar.gz: 1abbc2910b8f7e7dc80df46d3c06e5fd709224fc8666bbeb2f091e5022b415eb869591d8ed97e22ae830a1d1c7d5cb0951ec704ca64f2691f9d0e4e435ae7d6b
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.6.2
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.10.1] - 2019-04-29
|
|
8
|
+
### Fixed
|
|
9
|
+
- Updated `dry-struct` to version `1.0`, which has a more stable API
|
|
10
|
+
|
|
7
11
|
## [0.10.0] - 2018-12-12
|
|
8
12
|
### Added
|
|
9
13
|
- A service to find the nearest places around a given coordinate
|
|
@@ -73,6 +77,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
73
77
|
- Initial core functionality
|
|
74
78
|
- Codebase maintenance tools
|
|
75
79
|
|
|
80
|
+
[0.10.1]: https://github.com/wilsonsilva/loqate/compare/v0.10.0...v0.10.1
|
|
76
81
|
[0.10.0]: https://github.com/wilsonsilva/loqate/compare/v0.9.0...v0.10.0
|
|
77
82
|
[0.9.0]: https://github.com/wilsonsilva/loqate/compare/v0.8.0...v0.9.0
|
|
78
83
|
[0.8.0]: https://github.com/wilsonsilva/loqate/compare/v0.7.0...v0.8.0
|
data/lib/loqate/result.rb
CHANGED
data/lib/loqate/version.rb
CHANGED
data/loqate.gemspec
CHANGED
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
25
25
|
spec.require_paths = ['lib']
|
|
26
26
|
|
|
27
|
-
spec.add_runtime_dependency 'dry-struct', '~>
|
|
27
|
+
spec.add_runtime_dependency 'dry-struct', '~> 1.0'
|
|
28
28
|
spec.add_runtime_dependency 'http', '~> 4.0.0'
|
|
29
29
|
|
|
30
30
|
spec.add_development_dependency 'bundler', '~> 1.16'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: loqate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wilson Silva
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-struct
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '1.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: '1.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: http
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -393,8 +393,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
393
393
|
- !ruby/object:Gem::Version
|
|
394
394
|
version: '0'
|
|
395
395
|
requirements: []
|
|
396
|
-
|
|
397
|
-
rubygems_version: 2.7.6
|
|
396
|
+
rubygems_version: 3.0.3
|
|
398
397
|
signing_key:
|
|
399
398
|
specification_version: 4
|
|
400
399
|
summary: API client for GBG Loqate
|