bosh-registry 1.2739.0 → 1.2743.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bosh/registry/client.rb +1 -1
- data/lib/bosh/registry/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f51fd341b3b645c491fcebb2bdacbefd2ee6fb75
|
4
|
+
data.tar.gz: a1450563eb33313be5449dc2950c81cc33375f7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 822fda621c2a81f792dfb8add1df272add8c1641c2c5d6d339634b39f3f76249b315293e655410c4c1bad97a4cd7bf28bb8f9535c9f43082e7f20303c84f1c7f
|
7
|
+
data.tar.gz: 755a2aace7bcaf78f896ed2df19b4128d5129c91c239f624036e8aedcb277827e7df15969191dc3bb8a8fe17757441394a4e36921541cfba5f744e9935e333d7
|
data/lib/bosh/registry/client.rb
CHANGED
@@ -62,7 +62,7 @@ module Bosh::Registry
|
|
62
62
|
|
63
63
|
response = @client.put(url, {:body => payload, :header => @headers})
|
64
64
|
|
65
|
-
|
65
|
+
unless HTTP::Status.successful?(response.status)
|
66
66
|
cloud_error("Cannot update settings for '#{instance_id}', got HTTP #{response.status}")
|
67
67
|
end
|
68
68
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bosh-registry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2743.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VMware
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sequel
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: 1.44.0
|
97
97
|
description: |-
|
98
98
|
BOSH Registry
|
99
|
-
|
99
|
+
01851c
|
100
100
|
email: support@cloudfoundry.com
|
101
101
|
executables:
|
102
102
|
- bosh-registry
|