dor-fetcher 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/dor-fetcher.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzdjNDg4MmUzMGFhZWZjMTdmMjNkMGYwY2RiOWI4Zjk2MDQwYzdkOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZWRmZGM5ODA4MTA2NjViMTQ0NGZkZGQ3MjA4MzNjNmRlZTk2MGRlMA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDA4YzYyNjIxMWYyY2FjZmQ2Nzc1MmUwOTZlYzY1MGNmNjdhY2E4NDUzNWJl
|
10
|
+
ZWJhMGY1ZWRlOWRhYTRlODlmNGVjNTE1YzI1NGE4ZmU3OTU1OThiMDk2YzI0
|
11
|
+
NTBlMGU0YTZjMGE1M2E3NDNiNDA4YjI3N2UzMzIyMzQ0OTFhZTQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTZiZTM0YTFjNDkwZTZiMGIyOWIwOGYyMGU2Mjg5NWYzNjc5ZmJhMzhhN2Fi
|
14
|
+
OTQzYzU0MDk2M2JmZDcwYTI2MjIzZDdjYTM0NGU3ODA3YzIyMWQzMDQzMWU5
|
15
|
+
ZWIyZGRiN2ZiZjcyZjgzYTY4Mjk2MWU1MGE0ZDUwZTdjMDEyYzI=
|
data/lib/dor-fetcher.rb
CHANGED
@@ -137,7 +137,7 @@ module DorFetcher
|
|
137
137
|
url = "#{@site}/#{base}/#{druid}/#{add_params(params)}"
|
138
138
|
begin
|
139
139
|
#We need to use this method here for the longer timeout option
|
140
|
-
resp = RestClient::Request.execute(:method=> :get, :url=>url, :timeout=>
|
140
|
+
resp = RestClient::Request.execute(:method=> :get, :url=>url, :timeout=>90000000, :open_timeout=>90000000)
|
141
141
|
rescue
|
142
142
|
raise "Connection Error with url #{url}"
|
143
143
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dor-fetcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carrick Rogers
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-11-
|
13
|
+
date: 2014-11-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|