verifi_data 0.1.9 → 0.1.11
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/README.md +3 -5
- data/lib/verifi_data/version.rb +1 -1
- data/lib/verifi_data.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b9b1c07780e7d0a9de3eb7bf446ef63e83d9110
|
4
|
+
data.tar.gz: 7daadd8b0efd8b1ead6ac384380c03181916404e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f7115af0aba68b27b49970bcfbd23a708f546007427e54184d6bad306dd554ea28e95246f47805b393bd543e7922e954251609cfa95db3e532b2d87e4769eb3
|
7
|
+
data.tar.gz: a5b4059dc524f88aabc7da65ecde92286bedd10cea56521b31d3eda1ed3d96608da9e125592011ea9889c3ba6790d476cc783689912cce94d35d758797bee6c0
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# VerifiData
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
This gem allows you to connect to the verifi.io API. It allows for address validations
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -22,13 +20,13 @@ Or install it yourself as:
|
|
22
20
|
|
23
21
|
## Usage
|
24
22
|
|
25
|
-
Make sure you have an environmental variable called
|
23
|
+
Make sure you have an environmental variable called VERIFI_DATA_API_KEY
|
26
24
|
|
27
25
|
To get details on a single address run this command
|
28
26
|
|
29
27
|
VerifiData::SingleAddress.new(street: "123 Main Street", city: "Madison", state: "WI", zip: "53719", detail: false).validate
|
30
28
|
|
31
|
-
If you want extra data about the address change
|
29
|
+
If you want extra data about the address (recommendedu) change detail to true
|
32
30
|
|
33
31
|
## Development
|
34
32
|
|
data/lib/verifi_data/version.rb
CHANGED
data/lib/verifi_data.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: verifi_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Perkins
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|