daengine 0.4.7.1 → 0.4.7.2
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.
|
@@ -133,6 +133,10 @@ 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))
|
|
137
|
+
# use just the filename
|
|
138
|
+
file = File.join(path, doc['path'].split('/').last)
|
|
139
|
+
end
|
|
136
140
|
#exclude digital_asset_files that are not in *Teamsite Staging*
|
|
137
141
|
if File.exist?(file)
|
|
138
142
|
docs << doc
|
data/lib/daengine/version.rb
CHANGED
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.
|
|
5
|
+
version: 0.4.7.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- sbhatia
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-02-
|
|
13
|
+
date: 2013-02-28 00:00:00.000000000Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|