vinquery 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vinquery (0.3.6)
4
+ vinquery (0.3.8)
5
5
  nokogiri (>= 1.4.4)
6
6
 
7
7
  GEM
@@ -47,7 +47,7 @@ class Vinquery
47
47
  attributes[item.attributes['key'].value.downcase.gsub('.', '').gsub(/ /, '_').to_sym] = item.attributes['value'].value
48
48
  end
49
49
  if attributes.size > 0
50
- attributes[:vin] = doc.css('vin').first.attributes['number'].value
50
+ # attributes[:vin] = doc.css('vin').first.attributes['number'].value
51
51
  attributes[:vin_key] = make_vin_key(attributes[:vin])
52
52
  attributes[:vendor_result] = doc.to_xml
53
53
  end
@@ -1,3 +1,3 @@
1
1
  class Vinquery
2
- VERSION = '0.3.8'
2
+ VERSION = '0.3.9'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vinquery
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.8
5
+ version: 0.3.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jake Mallory