cfoundry 0.3.58 → 0.3.59
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.
- data/lib/cfoundry/baseclient.rb +1 -1
- data/lib/cfoundry/version.rb +1 -1
- metadata +3 -3
data/lib/cfoundry/baseclient.rb
CHANGED
|
@@ -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)
|
data/lib/cfoundry/version.rb
CHANGED
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:
|
|
4
|
+
hash: 101
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 59
|
|
10
|
+
version: 0.3.59
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Suraci
|