lib/vindetta.rb in vindetta-0.17.1 vs lib/vindetta.rb in vindetta-0.19.0

- old
+ new

@@ -7,9 +7,10 @@ require "vindetta/decoder" require "vindetta/calculator" require "vindetta/version" module Vindetta - def self.generate(options = {}) - Generator.generate(options) - end + VIN_LENGTH = 17 + WMI_LENGTH = 3 + VDS_LENGTH = 6 + VIS_LENGTH = 8 end