xls_porter 1.1.7 → 1.1.8

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 (2) hide show
  1. data/lib/xls_porter.rb +1 -0
  2. metadata +1 -1
data/lib/xls_porter.rb CHANGED
@@ -90,6 +90,7 @@ module XlsPorter
90
90
  rescue Exception => exception
91
91
  update = "exception"
92
92
  update_notes = exception.to_s
93
+ puts "Exception: #{exception.message}"
93
94
  end
94
95
  updates << record.attributes.merge({ 'update' => update, 'update_notes' => update_notes }) # if %w(new updated).include?(update) #not record.changed.empty?
95
96
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xls_porter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: