salted_login_generator 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/templates/README +1 -1
  2. metadata +2 -2
data/templates/README CHANGED
@@ -11,7 +11,7 @@ require 'environment.rb'
11
11
  class ApplicationController < ActionController::Base
12
12
  include Localization
13
13
  include <%= class_name %>System
14
- require_dependency <%= singular_name %>
14
+ require_dependency '<%= singular_name %>'
15
15
 
16
16
  And optionally, if you want to protect all actions of all controllers with login :
17
17
  before_filter :login_required
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salted_login_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke, Joe Hosteny, Deirdre Saoirse Moen, Francois Lagunas
@@ -9,7 +9,7 @@ autorequire: salted_login_generator
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-15 00:00:00 +01:00
12
+ date: 2008-02-16 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15