bosh_common 1.3030.0 → 1.3031.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d0045954fbe04a2f76a568977024eafdf091120
4
- data.tar.gz: 6b2b972f049b037944ed638186a037c59ee15cef
3
+ metadata.gz: d7d2ba365c9d70dc30bad8f80c8df7d66a85b96a
4
+ data.tar.gz: 34009e67ef62b64ffdba4484711344c41541bdd3
5
5
  SHA512:
6
- metadata.gz: aa62438b188ca4a51c4500f5bf81c8bf11fc7a742977ef0e317a8bbf690d1483dd109224ab9d8464c6cb7ce367ead7ffe189139f86a1fa55201185ebaa679187
7
- data.tar.gz: 06b19e614342a7012df0aff19afc6a4dc42c508b8d92f0673982afbf2ba19a87ed388f9e6bfa727232108ff01c74f0ade2d9279515d96276ac54a37e7f051c0e
6
+ metadata.gz: 4cd49cdd20ab28863b8777e66ae16d147a23033104ed17c7072868b68b6f9ffa3aa5ab2e7959a78c02a2650d2db657f4e1516ba047853bb1430591a8886aec76
7
+ data.tar.gz: 7788db84b988e2a1d0ed13a27ab95788840313228b3ecac51c662cccddf7ef77915319d4eb233252058de3fe1c38ec4244032aa326a4e13bb7374ca2aaafa024
data/lib/common/errors.rb CHANGED
@@ -1,7 +1,5 @@
1
- # Copyright (c) 2009-2012 VMware, Inc.
2
-
3
1
  module Bosh
4
2
  module Common
5
- class RetryCountExceeded < Exception; end
3
+ class RetryCountExceeded < StandardError; end
6
4
  end
7
5
  end
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Common
3
- VERSION = '1.3030.0'
3
+ VERSION = '1.3031.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3030.0
4
+ version: 1.3031.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - VMware
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-29 00:00:00.000000000 Z
11
+ date: 2015-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semi_semantic
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: |-
84
84
  BOSH common
85
- e44674
85
+ 486f96
86
86
  email: support@cloudfoundry.com
87
87
  executables: []
88
88
  extensions: []