RubyGems
npm
Organizations
Log in
Sign up
RubyGems
request_store
Versions diffs
1.0.0 → 1.0.1
request_store 1.0.0 → 1.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/lib/request_store/railtie.rb
+1
-1
data/lib/request_store/version.rb
+1
-1
metadata
+1
-1
data/lib/request_store/railtie.rb
CHANGED
@@ -1,5 +1,5 @@
1
1
module RequestStore
2
-
class Railtie < Rails::Railtie
2
+
class Railtie <
::
Rails::Railtie
3
3
initializer "request_store.insert_middleware" do |app|
4
4
app.config.middleware.use RequestStore::Middleware
5
5
end
data/lib/request_store/version.rb
CHANGED
@@ -1,3 +1,3 @@
1
1
module RequestStore
2
-
VERSION = "1.0.
0
"
2
+
VERSION = "1.0.
1
"
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.
0
4
+
version: 1.0.
1
5
5
prerelease:
6
6
platform: ruby
7
7
authors: