mix-auth 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/lib/auth/version.rb +1 -1
  2. data/lib/auth.rb +1 -0
  3. data/lib/mix-auth.rb +2 -2
  4. metadata +19 -18
data/lib/auth/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Auth
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/lib/auth.rb ADDED
@@ -0,0 +1 @@
1
+ require 'mix-auth'
data/lib/mix-auth.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "auth/engine"
2
2
 
3
- require "mongoid"
4
- require "devise"
3
+ #require "mongoid"
4
+ #require "devise"
5
5
 
6
6
  module Auth
7
7
  end
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.0
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-24 00:00:00.000000000 Z
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/mailer/unlock_instructions.html.erb
91
- - app/views/users/mailer/confirmation_instructions.html.erb
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
- - app/views/users/shared/_links.erb
99
- - app/controllers/auth/application_controller.rb
100
- - app/controllers/auth/sessions_controller.rb
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
- - config/locales/devise.pt-BR.yml
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/tasks/auth_tasks.rake
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: -1855578429569968668
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: -1855578429569968668
140
+ hash: 1988393460617971978
140
141
  requirements: []
141
142
  rubyforge_project:
142
143
  rubygems_version: 1.8.24