vindata 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vindata/services/nada.rb +2 -2
- data/lib/vindata/version.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: 90b7dc5d15383bec8a62009156f1282bc7b931b5
|
4
|
+
data.tar.gz: 9a39d82f548695c2c41d2ede5954fb6e2dd836b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbb66e6e6954a005b2e291a09a4b4449d8224c7a8138cd6d68167bea2dc021d7e5ff5407c535c361b7c5884ddf498ea3fad84d91cbb05dc32fef8dfe22af3fa9
|
7
|
+
data.tar.gz: 51ccff76eec4d979ef4ae222584328e2e748044135f25da91f17b1bd90766c62f4411cbc15838dbb8b22217fe61e8d170aa5549955bb2769ce7c45f3203af51d
|
@@ -13,7 +13,7 @@ module VinData::Services
|
|
13
13
|
class Nada < Base
|
14
14
|
|
15
15
|
def initialize
|
16
|
-
get_token
|
16
|
+
# get_token
|
17
17
|
end
|
18
18
|
|
19
19
|
def name
|
@@ -26,7 +26,7 @@ module VinData::Services
|
|
26
26
|
|
27
27
|
def get_token
|
28
28
|
# we don't want to get the token every time
|
29
|
-
return @token if @token.present?
|
29
|
+
# return @token if @token.present?
|
30
30
|
|
31
31
|
fail 'NADA requires username and password' unless configuration[:username].present? &&
|
32
32
|
configuration[:password].present?
|
data/lib/vindata/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vindata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roupen Mouradian
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Library which queries vehicle databases such as Edmunds for publicly
|
14
14
|
available vehicle information using VIN number
|