ovh_soapi 0.0.8 → 0.0.10
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.
- data/lib/ovh_soapi/nic.rb +1 -1
- data/ovh_soapi.gemspec +2 -2
- metadata +4 -4
data/lib/ovh_soapi/nic.rb
CHANGED
@@ -21,7 +21,7 @@ module OvhSoapi
|
|
21
21
|
nic_data[:name], nic_data[:firstname], nic_data[:sex], nic_data[:password], nic_data[:email],
|
22
22
|
nic_data[:phone], nic_data[:fax], nic_data[:address], nic_data[:city],
|
23
23
|
nic_data[:area], nic_data[:zip], nic_data[:country], nic_data[:language],
|
24
|
-
nic_data[:isOwner], nic_data[:
|
24
|
+
nic_data[:isOwner], nic_data[:legalform], nic_data[:organisation],
|
25
25
|
nic_data[:legalName], nic_data[:legalNumber], nic_data[:vat],nic_data[:birthDay],
|
26
26
|
nic_data[:birthCity], nic_data[:nationalIdentificationNumber], nic_data[:companyNationalIdentificationNumber],
|
27
27
|
nic_data[:corporationType]
|
data/ovh_soapi.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{ovh_soapi}
|
5
|
-
s.version = "0.0.
|
5
|
+
s.version = "0.0.10"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Dumitru Ceban", "Beniamino Faggian"]
|
9
|
-
s.date = %q{2010-
|
9
|
+
s.date = %q{2010-10-05}
|
10
10
|
s.description = %q{Ruby client for OVH Soapi.}
|
11
11
|
s.email = %q{awstin.at@gmail.com}
|
12
12
|
s.extra_rdoc_files = ["README.md", "lib/ovh_soapi.rb", "lib/ovh_soapi/email.rb", "lib/ovh_soapi/domains.rb", "lib/ovh_soapi/nic.rb", "lib/ovh_soapi/order.rb", "lib/ovh_soapi/reseller.rb", "lib/ovh_soapi/session.rb"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ovh_soapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dumitru Ceban
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-10-05 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|