dor-services 4.6.4 → 4.6.5

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.
@@ -58,5 +58,6 @@
58
58
  :mint_ids: false
59
59
  :workflow:
60
60
  :url:
61
+ :timeout: 60
61
62
  :dor_services:
62
63
  :url:
data/lib/dor/config.rb CHANGED
@@ -25,7 +25,9 @@ module Dor
25
25
  ensure
26
26
  $-v = temp_v
27
27
  end
28
- Dor::WorkflowService.configure result.workflow.url, :dor_services_url => result.dor_services.url
28
+ params = { :dor_services_url => result.dor_services.url }
29
+ params[:timeout] = result.workflow.timeout if result.workflow.timeout
30
+ Dor::WorkflowService.configure result.workflow.url, params
29
31
  return result
30
32
  end
31
33
 
data/lib/dor/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dor
2
- VERSION = '4.6.4'
2
+ VERSION = '4.6.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dor-services
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.4
4
+ version: 4.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2014-03-10 00:00:00.000000000 Z
16
+ date: 2014-03-13 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: active-fedora