ovh_soapi 0.0.6 → 0.0.7

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.
@@ -48,7 +48,7 @@ module OvhSoapi
48
48
 
49
49
  # Transfer a :IT domain using your loyalty/reseller account.
50
50
  def domain_transfer_it(domain_data)
51
- RpcDriver.soapi.resellerDomainTransfer(Session.session,
51
+ RpcDriver.soapi.resellerDomainTransferIT(Session.session,
52
52
  domain_data[:domain], domain_data[:authinfo], domain_data[:hosting], domain_data[:offer], domain_data[:profile],
53
53
  domain_data[:owo], domain_data[:owner], domain_data[:admin], domain_data[:tech],
54
54
  domain_data[:billing], domain_data[:dns1], domain_data[:dns2], domain_data[:dns3],
data/ovh_soapi.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ovh_soapi}
5
- s.version = "0.0.6"
5
+ s.version = "0.0.7"
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"]
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dumitru Ceban