daengine 0.1.6 → 0.1.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.
@@ -94,6 +94,7 @@ module Daengine::TeamsiteMetadataParser
94
94
  end
95
95
  end
96
96
  rescue Exception => e
97
+ error_files << e.to_s
97
98
  error_files << "#{da.try(:guid)}, #{da.try(:errors).try(:full_messages)}"
98
99
  end
99
100
  end
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.6
5
+ version: 0.1.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia