deltavista_crif_dva_interface 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ module DeltavistaCrifDvaInterface
29
29
  else
30
30
  @config[:username] = options.username
31
31
  @config[:password] = options.password
32
+ @logger = options.logger ? options.logger : Logger.new(STDOUT)
32
33
  @config = DEFAULT_OPTIONS.merge(@config)
33
34
  end
34
35
  end
@@ -3,7 +3,7 @@ require 'nokogiri'
3
3
  module DeltavistaCrifDvaInterface
4
4
  class DeltaVistaService < RestfulService
5
5
 
6
- def initialize config
6
+ def initialize(config)
7
7
  @url = config.deltavista_service_url
8
8
  @config = config
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.0.21'
2
+ VERSION = '0.0.22'
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.0.21
4
+ version: 0.0.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: