jsl-moneta 0.6.2 → 0.6.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/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