daengine 0.6.3 → 0.6.4
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3e1440a98b1842806fa635bf5512365efcecf81
|
4
|
+
data.tar.gz: 463288d1e1d0990bab61a73a4d4914398d8f6d06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86f3e5ff8a2898494b43b6a0c524b9dd4700e92bdb71cea7d05d568202eee23ec260a9df005a02e9b42df9f69824cafd1ce1a874ef508a91a3ef34dc49a6f0ce
|
7
|
+
data.tar.gz: b01c160be17a73247676ef76b56909cdd7f5d4b3177b3f6a57d322231c8bbcb6cb6432e59c3f6aedf370468f39992d03c48fbc47f34b3ca2c2df2646396d4648
|
@@ -47,8 +47,7 @@ class DigitalAssetsController < ApplicationController
|
|
47
47
|
da = DigitalAsset.where(:digital_asset_id => id)
|
48
48
|
updated_time[id] = da[0].doc_changed_at if da.present?
|
49
49
|
end
|
50
|
-
|
51
|
-
respond_with(updated_time)
|
50
|
+
render json: updated_time.to_json, status: :ok
|
52
51
|
end
|
53
52
|
|
54
53
|
def fund_docs
|
@@ -101,7 +101,6 @@ module Daengine::TeamsiteMetadataParser
|
|
101
101
|
creating = da.new?
|
102
102
|
da.documents = []
|
103
103
|
begin
|
104
|
-
p "&&&&&&& calling update_attributes! #{assets[key]} da = #{da.class} #{da.inspect}"
|
105
104
|
da.update_attributes!(assets[key])
|
106
105
|
rescue Exception => e
|
107
106
|
error_files << "#{e} ---- #{da.try(:guid)}, #{da.try(:errors).try(:full_messages)}"
|
data/lib/daengine/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: daengine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sbhatia
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|