mix-auth 0.2.0 → 0.2.1
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.
- data/lib/auth/version.rb +1 -1
- data/lib/auth.rb +1 -0
- data/lib/mix-auth.rb +2 -2
- metadata +19 -18
data/lib/auth/version.rb
CHANGED
data/lib/auth.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'mix-auth'
|
data/lib/mix-auth.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mix-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -82,33 +82,34 @@ executables: []
|
|
|
82
82
|
extensions: []
|
|
83
83
|
extra_rdoc_files: []
|
|
84
84
|
files:
|
|
85
|
+
- app/controllers/auth/sessions_controller.rb
|
|
86
|
+
- app/controllers/auth/application_controller.rb
|
|
85
87
|
- app/assets/stylesheets/auth/application.css
|
|
86
88
|
- app/assets/javascripts/auth/application.js
|
|
89
|
+
- app/helpers/auth/application_helper.rb
|
|
90
|
+
- app/models/auth/user.rb
|
|
87
91
|
- app/views/layouts/auth/application.html.erb
|
|
88
|
-
- app/views/users/passwords/edit.html.erb
|
|
89
92
|
- app/views/users/passwords/new.html.erb
|
|
90
|
-
- app/views/users/
|
|
91
|
-
- app/views/users/
|
|
93
|
+
- app/views/users/passwords/edit.html.erb
|
|
94
|
+
- app/views/users/shared/_links.erb
|
|
95
|
+
- app/views/users/registrations/new.html.erb
|
|
96
|
+
- app/views/users/registrations/edit.html.erb
|
|
92
97
|
- app/views/users/mailer/reset_password_instructions.html.erb
|
|
98
|
+
- app/views/users/mailer/confirmation_instructions.html.erb
|
|
99
|
+
- app/views/users/mailer/unlock_instructions.html.erb
|
|
93
100
|
- app/views/users/unlocks/new.html.erb
|
|
94
|
-
- app/views/users/registrations/edit.html.erb
|
|
95
|
-
- app/views/users/registrations/new.html.erb
|
|
96
101
|
- app/views/users/confirmations/new.html.erb
|
|
97
102
|
- app/views/users/sessions/new.html.erb
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
- app/models/auth/user.rb
|
|
102
|
-
- app/helpers/auth/application_helper.rb
|
|
103
|
+
- config/locales/devise.pt-BR.yml
|
|
104
|
+
- config/locales/devise.en.yml
|
|
105
|
+
- config/locales/auth.pt-BR.yml
|
|
103
106
|
- config/initializers/devise.rb
|
|
104
107
|
- config/initializers/locales.rb
|
|
105
108
|
- config/routes.rb
|
|
106
|
-
-
|
|
107
|
-
- config/locales/auth.pt-BR.yml
|
|
108
|
-
- config/locales/devise.en.yml
|
|
109
|
+
- lib/tasks/auth_tasks.rake
|
|
109
110
|
- lib/auth/version.rb
|
|
110
111
|
- lib/auth/engine.rb
|
|
111
|
-
- lib/
|
|
112
|
+
- lib/auth.rb
|
|
112
113
|
- lib/mix-auth.rb
|
|
113
114
|
- MIT-LICENSE
|
|
114
115
|
- Rakefile
|
|
@@ -127,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
127
128
|
version: '0'
|
|
128
129
|
segments:
|
|
129
130
|
- 0
|
|
130
|
-
hash:
|
|
131
|
+
hash: 1988393460617971978
|
|
131
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
133
|
none: false
|
|
133
134
|
requirements:
|
|
@@ -136,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
137
|
version: '0'
|
|
137
138
|
segments:
|
|
138
139
|
- 0
|
|
139
|
-
hash:
|
|
140
|
+
hash: 1988393460617971978
|
|
140
141
|
requirements: []
|
|
141
142
|
rubyforge_project:
|
|
142
143
|
rubygems_version: 1.8.24
|