vin_exploder 0.3.0 → 0.3.1

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.
data/lib/vin_exploder.rb CHANGED
@@ -17,6 +17,7 @@ module VinExploder
17
17
 
18
18
  end
19
19
 
20
+ require 'vin_exploder/configuration'
20
21
  require 'vin_exploder/cache'
21
22
  require 'vin_exploder/explosion'
22
23
  require 'vin_exploder/exploder'
@@ -1,3 +1,3 @@
1
1
  module VinExploder
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vin_exploder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jake Mallory