cfoundry 0.3.59 → 0.3.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,11 +77,7 @@ module CFoundry
77
77
  APIError
78
78
  end
79
79
 
80
- klass = Class.new(base) do
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
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.3.59"
3
+ VERSION = "0.3.60"
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: 101
4
+ hash: 107
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 59
10
- version: 0.3.59
9
+ - 60
10
+ version: 0.3.60
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci