lyb_devise_admin 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ = render 'form'
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module LybDeviseAdmin
4
- VERSION="0.3.0"
4
+ VERSION="0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lyb_devise_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -24,6 +24,7 @@ files:
24
24
  - app/helpers/devise_helper.rb
25
25
  - app/views/users/_form.html.haml
26
26
  - app/views/users/_list.html.haml
27
+ - app/views/users/_show.html.haml
27
28
  - app/views/users/_user.html.haml
28
29
  - config/locales/de.yml
29
30
  - config/routes.rb