cfoundry 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,7 +63,7 @@ module CFoundry::V1
63
63
  def exists?
64
64
  @client.base.service(@name)
65
65
  true
66
- rescue CFoundry::AppNotFound
66
+ rescue CFoundry::ServiceNotFound
67
67
  false
68
68
  end
69
69
 
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.4.5".freeze
3
+ VERSION = "0.4.6".freeze
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 5
10
- version: 0.4.5
9
+ - 6
10
+ version: 0.4.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci