usman 0.3.33 → 0.3.34
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.
- checksums.yaml +5 -5
- data/app/controllers/usman/features_controller.rb +25 -3
- data/app/controllers/usman/permissions_controller.rb +1 -1
- data/app/controllers/usman/users_controller.rb +2 -2
- data/app/models/feature.rb +15 -3
- data/app/uploaders/profile_picture_uploader.rb +2 -2
- data/app/views/layouts/kuppayam/_sidebar.html.erb +1 -1
- data/app/views/usman/dashboard/_index.html.erb +1 -1
- data/app/views/usman/features/_form.html.erb +1 -1
- data/app/views/usman/features/_index.html.erb +13 -8
- data/app/views/usman/features/_permissions.html.erb +54 -0
- data/app/views/usman/features/_row.html.erb +4 -2
- data/app/views/usman/features/_show.html.erb +63 -18
- data/app/views/usman/features/index.html.erb +22 -15
- data/app/views/usman/features/update_permission.js.erb +6 -0
- data/app/views/usman/roles/_index.html.erb +5 -5
- data/app/views/usman/roles/_row.html.erb +4 -4
- data/app/views/usman/roles/_show.html.erb +32 -64
- data/app/views/usman/roles/index.html.erb +1 -1
- data/app/views/usman/user_roles/_index.html.erb +8 -8
- data/app/views/usman/users/_index.html.erb +22 -31
- data/app/views/usman/users/_row.html.erb +23 -29
- data/app/views/usman/users/_show.html.erb +114 -203
- data/config/routes.rb +1 -0
- data/lib/usman/version.rb +1 -1
- metadata +9 -7
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: usman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kpvarma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -107,7 +107,7 @@ dependencies:
|
|
|
107
107
|
version: '0.1'
|
|
108
108
|
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 0.1.
|
|
110
|
+
version: 0.1.35
|
|
111
111
|
type: :runtime
|
|
112
112
|
prerelease: false
|
|
113
113
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -117,7 +117,7 @@ dependencies:
|
|
|
117
117
|
version: '0.1'
|
|
118
118
|
- - ">="
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: 0.1.
|
|
120
|
+
version: 0.1.35
|
|
121
121
|
- !ruby/object:Gem::Dependency
|
|
122
122
|
name: pattana
|
|
123
123
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -127,7 +127,7 @@ dependencies:
|
|
|
127
127
|
version: '0.1'
|
|
128
128
|
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 0.1.
|
|
130
|
+
version: 0.1.23
|
|
131
131
|
type: :runtime
|
|
132
132
|
prerelease: false
|
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -137,7 +137,7 @@ dependencies:
|
|
|
137
137
|
version: '0.1'
|
|
138
138
|
- - ">="
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 0.1.
|
|
140
|
+
version: 0.1.23
|
|
141
141
|
- !ruby/object:Gem::Dependency
|
|
142
142
|
name: bcrypt
|
|
143
143
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -543,9 +543,11 @@ files:
|
|
|
543
543
|
- app/views/usman/dashboard/index.html.erb
|
|
544
544
|
- app/views/usman/features/_form.html.erb
|
|
545
545
|
- app/views/usman/features/_index.html.erb
|
|
546
|
+
- app/views/usman/features/_permissions.html.erb
|
|
546
547
|
- app/views/usman/features/_row.html.erb
|
|
547
548
|
- app/views/usman/features/_show.html.erb
|
|
548
549
|
- app/views/usman/features/index.html.erb
|
|
550
|
+
- app/views/usman/features/update_permission.js.erb
|
|
549
551
|
- app/views/usman/my_account/index.html.erb
|
|
550
552
|
- app/views/usman/permissions/_action_buttons.html.erb
|
|
551
553
|
- app/views/usman/permissions/_form.html.erb
|
|
@@ -647,7 +649,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
647
649
|
version: '0'
|
|
648
650
|
requirements: []
|
|
649
651
|
rubyforge_project:
|
|
650
|
-
rubygems_version: 2.
|
|
652
|
+
rubygems_version: 2.7.3
|
|
651
653
|
signing_key:
|
|
652
654
|
specification_version: 4
|
|
653
655
|
summary: Simple User & Feature Permission Management
|