cfoundry 0.3.21 → 0.3.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -131,7 +131,6 @@ module CFoundry::V2
131
131
  binding = @client.service_binding
132
132
  binding.app = self
133
133
  binding.service_instance = i
134
- binding.credentials = {} # ?
135
134
  binding.create!
136
135
  end
137
136
 
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.3.21"
3
+ VERSION = "0.3.22"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 21
10
- version: 0.3.21
9
+ - 22
10
+ version: 0.3.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci