aadhar 0.0.3 → 0.0.4

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aadhar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krunal
@@ -69,8 +69,13 @@ files:
69
69
  - app/controllers/aadhar/sessions_controller.rb
70
70
  - app/controllers/aadhar/users_controller.rb
71
71
  - app/helpers/aadhar/application_helper.rb
72
+ - app/mailers/user_mailer.rb
72
73
  - app/models/user.rb
73
74
  - app/views/layouts/aadhar/application.html.erb
75
+ - app/views/layouts/aadhar/mailer.html.erb
76
+ - app/views/layouts/aadhar/mailer.text.erb
77
+ - app/views/user_mailer/reset_email.html.erb
78
+ - app/views/user_mailer/signup_email.html.erb
74
79
  - config/routes.rb
75
80
  - db/migrate/20150130043153_create_users.rb
76
81
  - lib/aadhar.rb