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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c35b0dc0e039d50643af7cc83bc535772ec4677b
4
- data.tar.gz: 4c47d22f600fbccc1650cd308c856bc029345a87
3
+ metadata.gz: 90b7dc5d15383bec8a62009156f1282bc7b931b5
4
+ data.tar.gz: 9a39d82f548695c2c41d2ede5954fb6e2dd836b9
5
5
  SHA512:
6
- metadata.gz: 700d495663192836a70d8c27b40f2a043f27c5d380be733aa38969785a8787b900570d28529491971839248e9338dc9a62f0fcfd5de3ce5779e5443f4789b7bb
7
- data.tar.gz: dcd5df5a8bc01f9cd3d3565260f908100ac1127adb986be0fa4f1d3a282b7e6cb3b6beec2bb68cedad132bbbe70e25c094746dc91258361009e0bd3a0263ea2e
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?
@@ -1,3 +1,3 @@
1
1
  module VinData
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
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-09 00:00:00.000000000 Z
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