deltavista_crif_dva_interface 0.1.07 → 0.1.08

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module DeltavistaCrifDvaInterface
4
4
 
5
5
  def initialize(options)
6
6
  @endpoint = options[:endpoint] ? options[:endpoint] : 'https://preprodservices.crif-online.ch/CrifSS/CrifSoapServiceV1'
7
- @wsdl = options[:wsdl] ? options[:wsdl] : '/wsdl/crif-soap-service_v1.0.wsdl'
7
+ @wsdl = options[:wsdl] ? options[:wsdl] : '../../wsdl/crif-soap-service_v1.0.wsdl'
8
8
  @user_name = options[:user_name]
9
9
  @password = options[:password]
10
10
  @logger = options[:logger] ? options[:logger] : Logger.new(STDOUT)
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.1.07'
2
+ VERSION = '0.1.08'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deltavista_crif_dva_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.07
4
+ version: 0.1.08
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: