jsl-moneta 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/moneta/rufus.rb +5 -0
  2. metadata +1 -1
data/lib/moneta/rufus.rb CHANGED
@@ -37,5 +37,10 @@ module Moneta
37
37
  @expiration = BasicRufus.new(:file => "#{file}_expires")
38
38
  super
39
39
  end
40
+
41
+ def close
42
+ @expiration.close
43
+ super
44
+ end
40
45
  end
41
46
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsl-moneta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz