objectbouncer 0.0.4 → 0.0.5

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/objectbouncer/base.rb +1 -1
  2. metadata +1 -1
@@ -57,7 +57,7 @@ module ObjectBouncer
57
57
  def initialize(accessee, object)
58
58
  @accessee = accessee
59
59
  @object = object
60
- super(nil)
60
+ super()
61
61
  self
62
62
  end
63
63
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: objectbouncer
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Glenn Gillen