daengine 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,7 +87,11 @@ module Daengine::TeamsiteMetadataParser
87
87
  creating = da.new?
88
88
  da.documents = []
89
89
  da.update_attributes!(assets[key])
90
- if(creating) added_count += 1; else update_count += 1; end
90
+ if(creating)
91
+ added_count += 1
92
+ else
93
+ update_count += 1
94
+ end
91
95
  end
92
96
  rescue Exception => e
93
97
  error_files << "#{da.try(:guid)}, #{da.try(:errors).try(:full_messages)}"
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
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.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia