deltavista_crif_dva_interface 0.1.06 → 0.1.07

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,15 +24,15 @@ module DeltavistaCrifDvaInterface
24
24
  end
25
25
 
26
26
  def commit(action)
27
- begin
27
+ # begin
28
28
  result[:data] = @client.call(action, envelope)
29
29
  result[:success] = true
30
- rescue
31
- result[:data] = Hash.new
32
- result[:success] = false
33
- ensure
30
+ #rescue
31
+ # result[:data] = Hash.new
32
+ # result[:success] = false
33
+ #ensure
34
34
  result[:committed] = true
35
- end
35
+ #end
36
36
  result
37
37
  end
38
38
 
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.1.06'
2
+ VERSION = '0.1.07'
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.06
4
+ version: 0.1.07
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: