ficonabses 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ficonabses/base.rb +1 -0
  2. metadata +2 -2
@@ -76,6 +76,7 @@ module FiconabSES
76
76
  res=self.clnt.get_content(self.uri,self.extheader)
77
77
  end
78
78
  rescue HTTPClient::BadResponseError
79
+ sleep(5) # take a break to see if it is too busy
79
80
  Timeout::timeout(15) do
80
81
  puts "BAD RESPONSE - retrying once #{self.uri}"
81
82
  res=self.clnt.get_content(self.uri,self.extheader)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Scott Sproule