coin 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/coin/vault.rb +2 -3
  2. data/lib/coin/version.rb +1 -1
  3. metadata +1 -1
data/lib/coin/vault.rb CHANGED
@@ -48,11 +48,10 @@ module Coin
48
48
  protected
49
49
 
50
50
  def initialize
51
+ super
51
52
  @dict = {}
52
53
  start_sweeper
53
- # have to directly call mon_initialize since this is a
54
- # singleton class and constructor is protected
55
- mon_initialize
54
+ self
56
55
  end
57
56
 
58
57
  def start_sweeper
data/lib/coin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Coin
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: