cfoundry 0.3.58 → 0.3.59

Sign up to get free protection for your applications and to get access to all the features.
@@ -328,7 +328,7 @@ module CFoundry
328
328
  end
329
329
 
330
330
  when Net::HTTPNotFound
331
- raise CFoundry::NotFound(response.code, response.body)
331
+ raise CFoundry::NotFound.new(response.code, response.body)
332
332
 
333
333
  when Net::HTTPForbidden
334
334
  raise CFoundry::Denied.new(response.code, response.body)
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.3.58"
3
+ VERSION = "0.3.59"
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: 103
4
+ hash: 101
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 58
10
- version: 0.3.58
9
+ - 59
10
+ version: 0.3.59
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci