lds-cf-plugin 0.2.1 → 0.2.3

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.
@@ -75,7 +75,7 @@ module LdsCfPlugin
75
75
  }
76
76
  request, response = rest_client.request("POST", "/register", options)
77
77
  if response[:status].to_i != 200
78
- fail "Error registering Oracle service with gateway: #{response[:body]}"
78
+ fail "Error registering Oracle service with gateway. See details below:\n#{response[:body]}"
79
79
  end
80
80
 
81
81
 
@@ -1,3 +1,3 @@
1
1
  module LdsCfPlugin
2
- VERSION = "0.2.1".freeze
2
+ VERSION = "0.2.3".freeze
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: lds-cf-plugin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Heath
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-06-06 00:00:00 Z
13
+ date: 2013-06-27 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cfoundry
@@ -21,9 +21,6 @@ dependencies:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.5.1
24
- - - <
25
- - !ruby/object:Gem::Version
26
- version: "1.6"
27
24
  type: :runtime
28
25
  version_requirements: *id001
29
26
  description: