gandi 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gandi/session.rb +5 -0
- metadata +2 -2
data/lib/gandi/session.rb
CHANGED
@@ -5,10 +5,13 @@ module Gandi
|
|
5
5
|
contact.can_associate
|
6
6
|
contact.can_associate_domain
|
7
7
|
contact.create
|
8
|
+
contact.delete
|
8
9
|
contact.info
|
9
10
|
contact.list
|
10
11
|
contact.update
|
11
12
|
datacenter.list
|
13
|
+
domain.autorenew.activate
|
14
|
+
domain.autorenew.deactivate
|
12
15
|
domain.available
|
13
16
|
domain.contacts.set
|
14
17
|
domain.count
|
@@ -44,11 +47,13 @@ module Gandi
|
|
44
47
|
domain.packmail.renew
|
45
48
|
domain.packmail.update
|
46
49
|
domain.renew
|
50
|
+
domain.reseller.set
|
47
51
|
domain.status.lock
|
48
52
|
domain.status.unlock
|
49
53
|
domain.tld.list
|
50
54
|
domain.tld.region
|
51
55
|
domain.transferin.proceed
|
56
|
+
domain.transferin.available
|
52
57
|
domain.webredir.count
|
53
58
|
domain.webredir.create
|
54
59
|
domain.webredir.delete
|
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.6
|
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-
|
12
|
+
date: 2012-11-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hashie
|