maverick_vin_parser 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/maverick_vin_parser.rb +2 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1032dfabb432ca697d789a1f19c5b168b48e0f1
4
- data.tar.gz: eb54acb11225be0f3c6c2754f53e8d50c9fdd252
3
+ metadata.gz: ce5e46093a0ca1d9024520385e6f2d00334bbfc8
4
+ data.tar.gz: 6a646caa7fc29965025c11287f7e82f5e7f78334
5
5
  SHA512:
6
- metadata.gz: cb919cf5863bbd30e50109e939d7f0cbd0527b629dbee3a18619326fa28fbb1a14a59cfb53e55495781f2a43d28f8f4833e31748a81aa5600466e0501a7e010d
7
- data.tar.gz: e8b68020d49512eb97cb6b8417f1efb5a552c3887d730eae0cf0f3135591c91461c56b9949c8124223b8bf1791649331f5440ba4bdca3b7e7feedfab8c4e229f
6
+ metadata.gz: 808ebc8cc2e021e52f34af0c6dd1eba6de0435820c6f8b77b306feb0736f677c539bc50f9d9cf08076adf1d4db7f1212029c9a7cbd4c9949d83b918fab5f80af
7
+ data.tar.gz: aa00453290681687c4572539dccb180e68f65fcbde0b46e4c1cba657a3abe6b064b6f036ddb39add489e25d43e3ff482e293693d522a366bca623d05616b2ab4
@@ -5,6 +5,8 @@ require 'vin_constants'
5
5
  #
6
6
  class MaverickVinParser
7
7
 
8
+ VERSION = '1.1.4'
9
+
8
10
  include VinConstants
9
11
 
10
12
  ArgumentError = Class.new(ArgumentError)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maverick_vin_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Byron Appelt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-12 00:00:00.000000000 Z
11
+ date: 2013-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A parser for Vehicle Identification Numbers from Ford Mavericks and Mercury
14
14
  Comets 1970-77
@@ -21,7 +21,7 @@ files:
21
21
  - lib/maverick_vin_parser.rb
22
22
  - lib/vin_constants.rb
23
23
  - bin/maverick_vin_parser
24
- homepage: http://rubygems.org/gems/maverick_vin_parser
24
+ homepage: http://bappelt.github.io/maverick_vin/
25
25
  licenses:
26
26
  - MIT
27
27
  metadata: {}
@@ -46,3 +46,4 @@ signing_key:
46
46
  specification_version: 4
47
47
  summary: VIN parser for Ford Mavericks
48
48
  test_files: []
49
+ has_rdoc: