ovh_savoni 1.36.0 → 1.44.0

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.
@@ -5,7 +5,7 @@ class OvhSavoni::SoAPI
5
5
  end
6
6
  # Initialize soap connection
7
7
  @soap = Savon::Client.new do
8
- wsdl.document =File.expand_path("../../soapi-dlw-1.36.wsdl" , __FILE__)
8
+ wsdl.document =File.expand_path("../../soapi-dlw-1.44.wsdl" , __FILE__)
9
9
  end
10
10
  # Initialize the class structure on the basis of the WSDL file
11
11
  # Meta definition of one method for each action
@@ -1,3 +1,3 @@
1
1
  module OvhSavoni
2
- VERSION = "1.36.0"
2
+ VERSION = "1.44.0"
3
3
  end