cfoundry 0.3.59 → 0.3.60
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/errors.rb +1 -5
- data/lib/cfoundry/version.rb +1 -1
- metadata +3 -3
data/lib/cfoundry/errors.rb
CHANGED
|
@@ -77,11 +77,7 @@ module CFoundry
|
|
|
77
77
|
APIError
|
|
78
78
|
end
|
|
79
79
|
|
|
80
|
-
klass = Class.new(base)
|
|
81
|
-
define_method(:initialize) do |*args|
|
|
82
|
-
super
|
|
83
|
-
end
|
|
84
|
-
end
|
|
80
|
+
klass = Class.new(base)
|
|
85
81
|
|
|
86
82
|
APIError.v1_classes[v1_code] = klass if v1_code
|
|
87
83
|
APIError.v2_classes[v2_code] = klass if v2_code
|
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: 107
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 60
|
|
10
|
+
version: 0.3.60
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Suraci
|