devise_expireable 0.0.1 → 0.0.2

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.
@@ -0,0 +1,5 @@
1
+ en:
2
+ devise:
3
+ failure:
4
+ user:
5
+ session_expired: "Session was expired."
@@ -0,0 +1,5 @@
1
+ ru:
2
+ devise:
3
+ failure:
4
+ user:
5
+ session_expired: "Сессия истекла."
@@ -0,0 +1,4 @@
1
+ module DeviseExpireable
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module DeviseExpireable
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -4,4 +4,5 @@ require 'devise'
4
4
  Devise.add_module :expireable, model: 'devise_expireable/models/expireable'
5
5
 
6
6
  module DeviseExpireable
7
- end
7
+ end
8
+ require 'devise_expireable/rails'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_expireable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -86,10 +86,13 @@ files:
86
86
  - LICENSE.txt
87
87
  - README.md
88
88
  - Rakefile
89
+ - config/locales/en.yml
90
+ - config/locales/ru.yml
89
91
  - devise_expireable.gemspec
90
92
  - lib/devise_expireable.rb
91
93
  - lib/devise_expireable/hooks/expireable.rb
92
94
  - lib/devise_expireable/models/expireable.rb
95
+ - lib/devise_expireable/rails.rb
93
96
  - lib/devise_expireable/version.rb
94
97
  homepage: https://github.com/HoJSim/devise_expireable
95
98
  licenses: