daengine 0.4.7.2 → 0.4.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -133,8 +133,9 @@ module Daengine::TeamsiteMetadataParser
133
133
  #exclude manifest_file
134
134
  unless doc['path'].match('\/manifest\/')
135
135
  file = File.join(path, doc['path'])
136
- if(!File.exists?(file))
136
+ if(!File.exist?(file))
137
137
  # use just the filename
138
+ Daengine.log "Cant find file #{file}, trying with just the path and filename", "info"
138
139
  file = File.join(path, doc['path'].split('/').last)
139
140
  end
140
141
  #exclude digital_asset_files that are not in *Teamsite Staging*
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.4.7.2"
2
+ VERSION = "0.4.7.3"
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.4.7.2
5
+ version: 0.4.7.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia