right_support 2.9.5 → 2.9.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ac847f015800780b7756c78dc5fdd714758aa83
4
- data.tar.gz: 3bdeecf991d8e3284406b0e921d1d0a78fabaccc
3
+ metadata.gz: 784e365570d8832b9718214c099ad0f40020fa63
4
+ data.tar.gz: 427965d24c11d2823b1d508f5b22551b66a123c7
5
5
  SHA512:
6
- metadata.gz: 88e1bcf8bddd85d7142e621a50db1cc4c1721cd67788ab156561ab1d85436287a832d578378d9fe7a82b4c2f1e4b9b49cdde786cad501eebb2c61ea9270749ae
7
- data.tar.gz: e23752f713f25827b49b51a9981e79d5c1adb1cff40e441d86cde7b9177075960209bafbfcffed2472dfc9872dbd9a08db8d72708ef1a108008c06d3c7238c5d
6
+ metadata.gz: 943ca36fe874bc93fcaf06e1857ce9b5f205aafa74997af1bd14c4695fc1cc514008b6b2289db63702c0b918bbf85d1724bf869b22654d1ebea6b80020a7e2a0
7
+ data.tar.gz: ea0023efde28f576eb66ecbc0d0cd0042d51902e175ab6f3c6fb8daef59792d15786a9b3eea5a7d7110384a4136f71f02a1f584aa4ce9e407140131edf750df0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.9.5
1
+ 2.9.6
@@ -188,7 +188,7 @@ module RightSupport::Net
188
188
  if retries < opts[:retry]
189
189
  retry
190
190
  else
191
- raise
191
+ raise SocketError.new("hostname/endpoint: #{hostname ? hostname : endpoint} opts: #{opts} - #{e.message}")
192
192
  end
193
193
  end
194
194
  end
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: right_support 2.9.5 ruby lib
5
+ # stub: right_support 2.9.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "right_support"
9
- s.version = "2.9.5"
9
+ s.version = "2.9.6"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Tony Spataro", "Sergey Sergyenko", "Ryan Williamson", "Lee Kirchhoff", "Alexey Karpik", "Scott Messier"]
14
- s.date = "2016-03-21"
14
+ s.date = "2016-04-22"
15
15
  s.description = "A toolkit of useful, reusable foundation code created by RightScale."
16
16
  s.email = "support@rightscale.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.5
4
+ version: 2.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Spataro
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2016-03-21 00:00:00.000000000 Z
16
+ date: 2016-04-22 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rake
@@ -241,8 +241,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  requirements: []
243
243
  rubyforge_project:
244
- rubygems_version: 2.4.5
244
+ rubygems_version: 2.2.2
245
245
  signing_key:
246
246
  specification_version: 4
247
247
  summary: Reusable foundation code.
248
248
  test_files: []
249
+ has_rdoc: