cinch-toolbox 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/cinch/toolbox.rb CHANGED
@@ -36,7 +36,7 @@ module Cinch
36
36
  url.send("at_#{mode.to_s.gsub(/_full/, '')}", selector).to_html
37
37
  end
38
38
  # Rescue for any kind of network sillyness
39
- rescue SocketError, RuntimeError, HTTPError
39
+ rescue SocketError, RuntimeError, Net::HTTPError
40
40
  nil
41
41
  end
42
42
 
@@ -2,6 +2,6 @@
2
2
  module Cinch
3
3
  # Version Info
4
4
  module Toolbox
5
- VERSION = '1.1.1'
5
+ VERSION = '1.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-21 00:00:00.000000000 Z
12
+ date: 2014-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake