vin_exploder 0.1.0 → 0.2.0

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.
@@ -1,3 +1,3 @@
1
1
  module VinExploder
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
- require 'vin_exploder/adapter'
2
+ require 'vin_exploder/abstract_adapter'
3
3
 
4
4
  module VinExploder
5
5
  module Decode
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vin_exploder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jake Mallory
@@ -78,7 +78,7 @@ extra_rdoc_files:
78
78
  - Gemfile.lock
79
79
  - README.textile
80
80
  files:
81
- - lib/vin_exploder/adapter.rb
81
+ - lib/vin_exploder/abstract_adapter.rb
82
82
  - lib/vin_exploder/cache/activerecord_cache_store.rb
83
83
  - lib/vin_exploder/cache/sequel_cache_store.rb
84
84
  - lib/vin_exploder/cache.rb