kelredd-resourceful 0.7.19 → 0.7.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ module Resourceful
29
29
 
30
30
  def write(key, value)
31
31
  @store[key] = {:value => value, :expires => Time.now.to_i + EXPIRY_SECS}
32
+ value
32
33
  end
33
34
 
34
35
  private
@@ -3,7 +3,7 @@ module Resourceful
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 7
6
- TINY = 19
6
+ TINY = 20
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kelredd-resourceful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.19
4
+ version: 0.7.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding