smartystreets_ruby_sdk 5.11.1 → 5.11.2

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: 76535338d0306bc77ed2b85bf80c0fb8de67f4c75597fe5680a8d20b79709a12
4
- data.tar.gz: 485f697dfc44b1a9bb8589cecd8495f770d3f65e513a29ea2e6a390ac6c03eb4
3
+ metadata.gz: 8cab0fb9db3564b7caedea4931eafe8e57a5ada51972384880bc1a4a039a7ab7
4
+ data.tar.gz: 41de034cf22edcc134ff1b03bbef740235d78703e873e3c195cdcb4df890b5af
5
5
  SHA512:
6
- metadata.gz: c822627163eca11ccffd2bde54e08b853f6d782d82e05abbf17ea295bedf0ac7f41a5dba3261dbf3350527910b222031cf94f0ed2103d683fcea00028f55122a
7
- data.tar.gz: 730369107a715aa070314d6be7b59603ef10516108954d7d93314418f38b0f4d0f485cb9e8336f4ca085d115dfd1b64092ad5d672e710201dd0e606e8ef58530
6
+ metadata.gz: 68c005e8b8998c1fb75360740c749a5b55062aeb6ba7d32820e4da91794b0d2dece81c04f6021e2a9f4802b0f2ed9c9dfdf4111157ed973971352b656da1a261
7
+ data.tar.gz: 9d38f269c9203f7d5845ee1c04454ed5cf89ef846b4a07a189fcd74a229b9eb4e7b5df25355dfb4783ee0d09d1701b27ba7b31d864c45a6e5230af7063a12505
@@ -3,7 +3,7 @@ module SmartyStreets
3
3
  # See "https://smartystreets.com/docs/cloud/us-street-api#analysis"
4
4
  class Analysis
5
5
  attr_reader :lacs_link_code, :active, :footnotes, :lacs_link_indicator, :dpv_match_code, :is_suite_link_match,
6
- :is_ews_match, :dpv_footnotes, :cmra, :vacant, :no_stat, :match_mode, :match_details
6
+ :is_ews_match, :dpv_footnotes, :cmra, :vacant, :no_stat, :enhanced_match
7
7
 
8
8
  def initialize(obj)
9
9
  @dpv_match_code = obj['dpv_match_code']
@@ -17,8 +17,7 @@ module SmartyStreets
17
17
  @lacs_link_code = obj['lacslink_code']
18
18
  @lacs_link_indicator = obj['lacslink_indicator']
19
19
  @is_suite_link_match = obj['suitelink_match']
20
- @match_mode = obj['match_mode']
21
- @match_details = obj['match_details']
20
+ @enhanced_match = obj['enhanced_match']
22
21
  end
23
22
  end
24
23
  end
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.11.1' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.11.2' # DO NOT EDIT (this is updated by a build job when a new release is published)
3
3
  end
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.11.1
4
+ version: 5.11.2
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: 2021-06-15 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler