melissa_data 0.2.6 → 0.2.7

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
  SHA1:
3
- metadata.gz: ac91c5646b2bec4d4c6c267d8285e32131cf5109
4
- data.tar.gz: 6d83ffef11d3f0bc8c94eecb4b78043787a10265
3
+ metadata.gz: 615be792d85354cc55724784cae3bef94ba30171
4
+ data.tar.gz: 4d061759d4a70063d46541bfaee7f49e8393b14e
5
5
  SHA512:
6
- metadata.gz: df18e37db9072c6ddf9644e96222b31247615af5609ecd0a0198fddb0f9dcd19feb9bb110b35592efe7700fbc5799cbd26b0d797f0ee06daa29669aa99c4271f
7
- data.tar.gz: 118eb045520fe3c3362384c6fdb6f9daf66f6e2964e6fbbde7643cdd84ed7b499ff25bdcc1a8e6e933d731f4e14b0c8aabd5999b346ee3284b12d9bb7e04c0e0
6
+ metadata.gz: 28c08dc9bf345321110fd01bc19f6d9deaabd94bbba2ad3f5f9549e830c189a3bc51a4715c925a28361279cec9f0248bda6f35c1f8f6e6590de61a9e7524ee1a
7
+ data.tar.gz: ac693a9a7d7c1548583ba33ca087b1543b6c71ce53d9829f992e1af46e8290367df37d33a48572134f6f64471ba0e18afcb6803a47b69258363bae0fef15ff2a
@@ -1,5 +1,4 @@
1
1
  "property_error_codes":
2
- "YS04": "Detailed information returned"
3
2
  "YE01": "No FIPS/APN or AddressKey provided"
4
3
  "YE02": "No match found"
5
4
  "YE03": "Invalid FIPS/APN or AddressKey provided"
@@ -2,3 +2,5 @@
2
2
  "YS01": "FIPS/APN Match found"
3
3
  "YS02": "AddressKey Match found"
4
4
  "YS03": "Basic information returned"
5
+ "YS04": "Detailed information returned"
6
+ "YS05": "Multiple matches found"
@@ -1,3 +1,3 @@
1
1
  module MelissaData
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -10,7 +10,7 @@ module MelissaData
10
10
  { params: { id: MelissaData.web_smart_id,
11
11
  fips: fips,
12
12
  apn: apn,
13
- OptPropertyDetail: "1" } })
13
+ opt: "True" } })
14
14
  PropertyXMLParser.new(Nokogiri::XML(resp)).parse
15
15
  end
16
16
 
@@ -18,7 +18,7 @@ module MelissaData
18
18
  resp = RestClient.get('https://property.melissadata.net/v3/REST/Service.svc/doLookup',
19
19
  { params: { id: MelissaData.web_smart_id,
20
20
  AddressKey: address_key,
21
- OptPropertyDetail: "1" } })
21
+ opt: "True" } })
22
22
  PropertyXMLParser.new(Nokogiri::XML(resp)).parse
23
23
  end
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: melissa_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Grayson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-10-22 00:00:00.000000000 Z
12
+ date: 2015-10-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri