rdbc 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. data/lib/rdbc/contract.rb +1 -1
  2. metadata +1 -1
@@ -70,7 +70,7 @@ module Rdbc
70
70
  result = @object.send(method, *args) rescue result
71
71
  send_if_respond_to(:invariant)
72
72
  send_if_respond_to(@translator.method_post(method), result, *args)
73
- raise result if result.kind_of?(Exception)
73
+ raise if result.kind_of?(Exception)
74
74
  result
75
75
  end
76
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdbc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armin Joellenbeck