session-check 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,6 @@ module Session
5
5
  class Engine < ::Rails::Engine
6
6
  initializer "session-check.loader" do
7
7
  ActiveSupport.on_load :action_controller do
8
- p "Loading session check..."
9
8
  helper SessionCheckHelper
10
9
  helper_method :session_check
11
10
  end
@@ -1,5 +1,5 @@
1
1
  module Session
2
2
  module Check
3
- VERSION = '0.0.8'
3
+ VERSION = '0.0.9'
4
4
  end
5
5
  end
@@ -0,0 +1 @@
1
+ require_relative 'session/check'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: session-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -38,6 +38,7 @@ files:
38
38
  - lib/session/check/engine.rb
39
39
  - lib/session/check/version.rb
40
40
  - lib/session/check.rb
41
+ - lib/session-check.rb
41
42
  - config/routes.rb
42
43
  - README.md
43
44
  homepage: https://github.com/firstbanco/session-check