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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e527fb7906a3e3cb72ba6973edaf3144987afb9
4
- data.tar.gz: 2ab0a66668c4a248830bdac514be728b92298f6b
3
+ metadata.gz: 4b9b1c07780e7d0a9de3eb7bf446ef63e83d9110
4
+ data.tar.gz: 7daadd8b0efd8b1ead6ac384380c03181916404e
5
5
  SHA512:
6
- metadata.gz: 07981311c86a7fb81750cfb04d25ac832f050cf76e6f39fe835c5970196a302d1d909edd6b12b45100f446af09ad0b71c40c3c402a48c08d1774480316d6c94e
7
- data.tar.gz: eeb4c4b7ce840a3057103aef2609d59771ff50b57ebaf1e439d3a22e59bcfb940a39c9e885069b0949236be609efd5c9efa4d1e0e038210188609865b4e11568
6
+ metadata.gz: 0f7115af0aba68b27b49970bcfbd23a708f546007427e54184d6bad306dd554ea28e95246f47805b393bd543e7922e954251609cfa95db3e532b2d87e4769eb3
7
+ data.tar.gz: a5b4059dc524f88aabc7da65ecde92286bedd10cea56521b31d3eda1ed3d96608da9e125592011ea9889c3ba6790d476cc783689912cce94d35d758797bee6c0
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # VerifiData
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/verifi_data`. To experiment with that code, run `bin/console` for an interactive prompt.
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 verifi_data_api_key.
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 details to true
29
+ If you want extra data about the address (recommendedu) change detail to true
32
30
 
33
31
  ## Development
34
32
 
@@ -1,3 +1,3 @@
1
1
  module VerifiData
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.11"
3
3
  end
data/lib/verifi_data.rb CHANGED
@@ -50,7 +50,7 @@ module VerifiData
50
50
  end
51
51
 
52
52
  def api_key
53
- ENV["verifi_data_api_key"]
53
+ ENV["VERIFI_DATA_API_KEY"]
54
54
  end
55
55
 
56
56
  def read_attribute_for_validation(attr)
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.9
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-07-31 00:00:00.000000000 Z
11
+ date: 2016-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler