drive_time 0.0.6 → 0.0.7

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/.gitignore CHANGED
@@ -58,4 +58,5 @@ Gemfile.lock
58
58
  # Project Specific
59
59
  #########################
60
60
 
61
- spec/fixtures/cached/**
61
+ spec/fixtures/cached/**
62
+ README_DEV.md
@@ -32,6 +32,7 @@ module DriveTime
32
32
  end
33
33
 
34
34
  @model_store.save_all
35
+ Logger.log_as_header "Conversion Complete. Woot Woot."
35
36
  end
36
37
 
37
38
  protected
@@ -39,8 +39,6 @@ module DriveTime
39
39
  rows.each do |row|
40
40
  generate_model_from_row clazz, worksheet.mapping, fields, row
41
41
  end
42
-
43
- Logger.log_as_header "Conversion Complete. Woot Woot."
44
42
  end
45
43
 
46
44
  protected
@@ -1,3 +1,3 @@
1
1
  module DriveTime
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drive_time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: