vindetta 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vindetta/decoder/result.rb +3 -0
- data/lib/vindetta/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: b774955f575d00bad446f59e25c82365583573d9
|
4
|
+
data.tar.gz: 851bc1bfba77d1cafc759cd4113bd92fb711e14f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3899d1385fa04762a7d33ee0083541e8c1f3ba1ee9672b49f1cd385301edf33f4e7fcb739a16bbff9e322c9ad923c781bb8a051082e477d33aab5030b51d7bb8
|
7
|
+
data.tar.gz: 6ff55db690ef886568974f9db5a1553ea8e2a6d3f638cac19eb5a76a9b3cd410f5d9415c2ff29baea7b8e1155e4d1d320d2c85c205123220816e49dab28d4be8
|
@@ -16,6 +16,9 @@ module Vindetta
|
|
16
16
|
has_value :plant_city, 31
|
17
17
|
has_value :body_class, 5
|
18
18
|
has_value :primary_fuel_type, 24
|
19
|
+
has_value :engine_configuration, 64
|
20
|
+
has_value :manufacturer_id, 157, type: :int
|
21
|
+
has_value :primary_fuel_type, 24
|
19
22
|
|
20
23
|
def initialize(variables)
|
21
24
|
@variables = variables
|
data/lib/vindetta/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vindetta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Decot
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|