daengine 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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