gandi 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gandi/session.rb +17 -0
- metadata +2 -2
data/lib/gandi/session.rb
CHANGED
@@ -97,6 +97,10 @@ module Gandi
|
|
97
97
|
hosting.ip.info
|
98
98
|
hosting.ip.list
|
99
99
|
hosting.ip.update
|
100
|
+
hosting.product.create
|
101
|
+
hosting.product.delete
|
102
|
+
hosting.product.renew
|
103
|
+
hosting.product.update
|
100
104
|
hosting.vm.count
|
101
105
|
hosting.vm.create
|
102
106
|
hosting.vm.create_from
|
@@ -112,6 +116,19 @@ module Gandi
|
|
112
116
|
hosting.vm.start
|
113
117
|
hosting.vm.stop
|
114
118
|
hosting.vm.update
|
119
|
+
paas.count
|
120
|
+
paas.create
|
121
|
+
paas.delete
|
122
|
+
paas.info
|
123
|
+
paas.list
|
124
|
+
paas.renew
|
125
|
+
paas.restart
|
126
|
+
paas.update
|
127
|
+
paas.vhost.count
|
128
|
+
paas.vhost.create
|
129
|
+
paas.vhost.delete
|
130
|
+
paas.vhost.info
|
131
|
+
paas.vhost.list
|
115
132
|
operation.count
|
116
133
|
operation.info
|
117
134
|
operation.list
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gandi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-05-
|
12
|
+
date: 2012-05-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hashie
|