gandi 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gandi.rb +1 -1
- metadata +4 -4
data/lib/gandi.rb
CHANGED
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.4
|
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-06-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hashie
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description: Wrapper around gandi xml-rpc API
|
30
|
+
description: Wrapper around gandi xml-rpc API v3
|
31
31
|
email:
|
32
32
|
executables: []
|
33
33
|
extensions: []
|
@@ -60,5 +60,5 @@ rubyforge_project:
|
|
60
60
|
rubygems_version: 1.8.23
|
61
61
|
signing_key:
|
62
62
|
specification_version: 3
|
63
|
-
summary: Gandi XML RPC API
|
63
|
+
summary: Gandi XML RPC API v3
|
64
64
|
test_files: []
|