damog-feedbag 0.5.1 → 0.5.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.
Files changed (2) hide show
  1. data/lib/feedbag.rb +2 -0
  2. metadata +1 -1
data/lib/feedbag.rb CHANGED
@@ -92,6 +92,8 @@ module Feedbag
92
92
  end
93
93
 
94
94
  end
95
+ rescue Timeout::Error => err
96
+ $stderr.puts "Timeout error ocurred with `#{url}: #{err}'"
95
97
  rescue OpenURI::HTTPError => the_error
96
98
  $stderr.puts "Error ocurred with `#{url}': #{the_error}"
97
99
  rescue SocketError => err
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: damog-feedbag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Axiombox