user_mgmt 0.7 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.7"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_mgmt
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -398,7 +398,6 @@ files:
398
398
  - app/controllers/user_mgmt_controller.rb
399
399
  - app/helpers/user_mgmt/application_helper.rb
400
400
  - app/helpers/user_mgmt/registrations_helper.rb
401
- - app/helpers/user_mgmt/sessions_helper.rb
402
401
  - app/models/user_mgmt/user.rb
403
402
  - app/views/user_mgmt/registrations/_user_form.html.haml
404
403
  - app/views/user_mgmt/registrations/edit.html.haml
@@ -1,4 +0,0 @@
1
- module UserMgmt
2
- module SessionsHelper
3
- end
4
- end