smartystreets_ruby_sdk 5.6.0 → 5.6.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 562e4d2d37f46d2592eae5ac521e40ee3b6bf4c022cb0609e4896d4830738bef
|
4
|
+
data.tar.gz: 15fc03288952c328009e2e350c7f230718fc07a54418ede39fa8af4e99a33fe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fb664e4a742e0932c75392b025a18d7882e6d6ebf0a0fb8ea18dfd60f1af4d4e69b72958a38b0a2a067e8e584ff5f18991f9f1230c31fbf95e4de7284d07c97
|
7
|
+
data.tar.gz: 3da356a403a73be5aae78d36dc9d242946e67cb4e49f05f5599a139ff23d1e83404b632db8823dc4dc3b30c081bebea5372bd46e593fe2b11f99dc2638eb66f2
|
data/CHANGELOG.md
CHANGED
@@ -1,29 +1,5 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
|
3
|
+
See the changelog repository:
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
## [Unreleased]
|
9
|
-
|
10
|
-
### Changed:
|
11
|
-
|
12
|
-
- Using `warn` instead of `log` to avoid conflict with builtin function.
|
13
|
-
|
14
|
-
## [5.5.4] - 2018-09-18
|
15
|
-
|
16
|
-
### Changed:
|
17
|
-
|
18
|
-
- Standardized `Makefile`.
|
19
|
-
|
20
|
-
|
21
|
-
## [Earlier]
|
22
|
-
|
23
|
-
For details on earlier changes, please see the [releases listing](https://github.com/smartystreets/smartystreets-ruby-sdk/releases).
|
24
|
-
|
25
|
-
------------
|
26
|
-
|
27
|
-
[Unreleased]: https://github.com/smartystreets/smartystreets-ruby-sdk/compare/5.5.4...HEAD
|
28
|
-
[5.5.4]: https://github.com/smartystreets/smartystreets-ruby-sdk/compare/5.5.3...5.5.4
|
29
|
-
[Earlier]: https://github.com/smartystreets/smartystreets-ruby-sdk/releases
|
5
|
+
github.com/smartystreets/changelog/blob/master/sdk/ruby.md
|
@@ -23,6 +23,7 @@ class USStreetMultipleAddressExample
|
|
23
23
|
batch[0].street = '1600 amphitheatre parkway'
|
24
24
|
batch[0].city = 'Mountain view'
|
25
25
|
batch[0].state = 'california'
|
26
|
+
batch[0].match = SmartyStreets::USStreet::MatchType::INVALID
|
26
27
|
|
27
28
|
batch.add(Lookup.new('1 Rosedale, Baltimore, Maryland')) # Freeform addresses work too.
|
28
29
|
batch[1].candidates = 10 # Allows up to ten possible matches to be returned (default is 1).
|
@@ -11,7 +11,7 @@ module SmartyStreets
|
|
11
11
|
@cmra = obj['dpv_cmra']
|
12
12
|
@vacant = obj['dpv_vacant']
|
13
13
|
@active = obj['active']
|
14
|
-
@is_ews_match =
|
14
|
+
@is_ews_match = obj['ews_match']
|
15
15
|
@footnotes = obj['footnotes']
|
16
16
|
@lacs_link_code = obj['lacslink_code']
|
17
17
|
@lacs_link_indicator = obj['lacslink_indicator']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smartystreets_ruby_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.6.
|
4
|
+
version: 5.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SmartyStreets SDK Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|