devise_token_auth 0.1.18 → 0.1.19.alpha1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_token_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19.alpha1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn Hurley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-13 00:00:00.000000000 Z
11
+ date: 2014-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -101,9 +101,9 @@ files:
101
101
  - app/controllers/devise_token_auth/sessions_controller.rb
102
102
  - app/helpers/devise_token_auth/application_helper.rb
103
103
  - app/models/user.rb
104
- - app/views/confirmable/mailer/confirmation_instructions.html.erb
105
- - app/views/confirmable/mailer/reset_password_instructions.html.erb
106
- - app/views/confirmable/mailer/unlock_instructions.html.erb
104
+ - app/views/devise/mailer/confirmation_instructions.html.erb
105
+ - app/views/devise/mailer/reset_password_instructions.html.erb
106
+ - app/views/devise/mailer/unlock_instructions.html.erb
107
107
  - app/views/devise_token_auth/omniauth_failure.html.erb
108
108
  - app/views/devise_token_auth/omniauth_success.html.erb
109
109
  - app/views/layouts/omniauth_response.html.erb
@@ -120,6 +120,7 @@ files:
120
120
  - lib/tasks/devise_token_auth_tasks.rake
121
121
  - test/controllers/demo_controller_test.rb
122
122
  - test/controllers/devise_token_auth/confirmations_controller_test.rb
123
+ - test/controllers/devise_token_auth/passwords_controller_test.rb
123
124
  - test/controllers/devise_token_auth/registrations_controller_test.rb
124
125
  - test/controllers/devise_token_auth/sessions_controller_test.rb
125
126
  - test/dummy/README.rdoc
@@ -159,7 +160,7 @@ files:
159
160
  - test/dummy/config/secrets.yml
160
161
  - test/dummy/config/spring.rb
161
162
  - test/dummy/db/development.sqlite3
162
- - test/dummy/db/migrate/20140713062503_devise_token_auth_create_users.rb
163
+ - test/dummy/db/migrate/20140714021615_devise_token_auth_create_users.rb
163
164
  - test/dummy/db/schema.rb
164
165
  - test/dummy/db/test.sqlite3
165
166
  - test/dummy/log/development.log
@@ -188,9 +189,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
188
189
  version: '0'
189
190
  required_rubygems_version: !ruby/object:Gem::Requirement
190
191
  requirements:
191
- - - ">="
192
+ - - ">"
192
193
  - !ruby/object:Gem::Version
193
- version: '0'
194
+ version: 1.3.1
194
195
  requirements: []
195
196
  rubyforge_project:
196
197
  rubygems_version: 2.2.2
@@ -200,6 +201,7 @@ summary: Token based authentication for rails. Uses Devies + Omniauth.
200
201
  test_files:
201
202
  - test/controllers/demo_controller_test.rb
202
203
  - test/controllers/devise_token_auth/confirmations_controller_test.rb
204
+ - test/controllers/devise_token_auth/passwords_controller_test.rb
203
205
  - test/controllers/devise_token_auth/registrations_controller_test.rb
204
206
  - test/controllers/devise_token_auth/sessions_controller_test.rb
205
207
  - test/dummy/app/assets/javascripts/application.js
@@ -237,7 +239,7 @@ test_files:
237
239
  - test/dummy/config/spring.rb
238
240
  - test/dummy/config.ru
239
241
  - test/dummy/db/development.sqlite3
240
- - test/dummy/db/migrate/20140713062503_devise_token_auth_create_users.rb
242
+ - test/dummy/db/migrate/20140714021615_devise_token_auth_create_users.rb
241
243
  - test/dummy/db/schema.rb
242
244
  - test/dummy/db/test.sqlite3
243
245
  - test/dummy/log/development.log