sabcio_ovh_savoni 1.54.0 → 1.55.0
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.
- checksums.yaml +8 -8
- data/lib/ovh_savoni/response_builder.rb +1 -3
- data/lib/ovh_savoni/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTRlYjJjZjg0YTdhZWY1NjJhNzEwMzExOTJiZDVhY2RiNGYyMGVlZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NThhMmEzZWQxMjExMzA5YmQ5NjVkZDM3ZjllN2Y5YTdlNGI4ZWFjNg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzllMzcwY2Q4ZTJmY2Y2ZjhhMTBkNjU4ZTMzZTBmMzZiMDA2YmJhMTc3NTgx
|
10
|
+
NTFiMmEwZTQ1ZThiZDg5MzgyMzAyYWNiMjFjZDU0ODdmYzk3MTk1MDM5MjA1
|
11
|
+
MzUwNGJjMjc2NTQyZDgyMzI0MjAyZWU3Njc5ZTg4NjMzMGE0YjI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDBkY2NiNmU3ZTNmMzgxZWVkODRiNmFmOWMzNGJlZDRmYTc3MTM4Y2IyNjZh
|
14
|
+
M2E3NWIzYWE0MDhhNzU4MzEwYmUwYmRiYmYzMmU1YzM4YTUzOGUyY2M2ZWVj
|
15
|
+
ZTk2NmQwNzg5ZTE0MGU1YTg0NDcwNGM0ZmJhYTM3MDJlZTQzMGQ=
|
@@ -3,9 +3,7 @@ class OvhSavoni::ResponseBuilder
|
|
3
3
|
# Build a Response class
|
4
4
|
def self.build(r,action)
|
5
5
|
if r.is_a?(Hash) # Build the class from the hash
|
6
|
-
|
7
|
-
|
8
|
-
klass=Struct.new(const,*r.keys)
|
6
|
+
klass=Struct.new(*r.keys)
|
9
7
|
build_class(klass,action)
|
10
8
|
|
11
9
|
ret = klass.new(*r.values) # Instanciate the class
|
data/lib/ovh_savoni/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sabcio_ovh_savoni
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thibault Poncelet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-05-
|
11
|
+
date: 2013-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 2.2.5
|
55
55
|
description: Super easy access to OVH SoAPI for Ruby >1.9
|
56
|
-
email:
|
56
|
+
email: wojtczaksebastian@gmail.com
|
57
57
|
executables: []
|
58
58
|
extensions: []
|
59
59
|
extra_rdoc_files: []
|