vinquery 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ class Vinquery
19
19
 
20
20
  def fetch(vin)
21
21
  # use reducable=FALSE to get additional fields like fuel_type
22
- @uri ||= "#{@url}?accessCode=#{@access_code}&reportType=#{@report_type}&reducable=FALSE"
22
+ @uri ||= "#{@url}?accessCode=#{@access_code}&reportType=#{@report_type}&reducable=FALSE&vt=true&gvwr=true"
23
23
  url_s = @uri + "&vin=#{vin}"
24
24
  url = URI.parse(url_s)
25
25
  begin
@@ -1,3 +1,3 @@
1
1
  class Vinquery
2
- VERSION = '0.3.7'
2
+ VERSION = '0.3.8'
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.7
5
+ version: 0.3.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jake Mallory