daengine 0.3.9.6 → 0.3.9.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.
@@ -43,6 +43,7 @@ module Daengine
43
43
  rescue
44
44
  Daengine.log("Unable to process file #{filename}, #{$!.message}", "error")
45
45
  end
46
+ end
46
47
  end
47
48
 
48
49
  rescue Errno::EEXIST
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.3.9.6"
2
+ VERSION = "0.3.9.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.3.9.6
5
+ version: 0.3.9.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia