request_store 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,6 @@ require "request_store/railtie" if defined?(Rails)
4
4
 
5
5
  module RequestStore
6
6
  def self.store
7
- Thread.current[:request_store] ||= {}
8
7
  Thread.current[:request_store]
9
8
  end
10
9
 
@@ -1,3 +1,3 @@
1
1
  module RequestStore
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: request_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: