data_miner 0.4.8 → 0.4.9
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/VERSION +1 -1
- data/data_miner.gemspec +1 -1
- data/lib/data_miner/configuration.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.9
|
data/data_miner.gemspec
CHANGED
@@ -38,7 +38,7 @@ module DataMiner
|
|
38
38
|
if DataMiner::Run.table_exists?
|
39
39
|
run = DataMiner::Run.create! :started_at => Time.now, :resource_name => resource.name if DataMiner::Run.table_exists?
|
40
40
|
else
|
41
|
-
DataMiner.info "Not logging individual runs. Please run DataMiner::Run.create_tables if you want to enable this."
|
41
|
+
DataMiner.logger.info "Not logging individual runs. Please run DataMiner::Run.create_tables if you want to enable this."
|
42
42
|
end
|
43
43
|
resource.delete_all if options[:from_scratch]
|
44
44
|
begin
|