redhat_access 2.2.16 → 2.2.17
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75f9bfe964a1cc2d5c21bdba68016f8829594a097bb98a778dfa270da6931c5f
|
|
4
|
+
data.tar.gz: 1fb3a4e334bce41be2266277f6e186f7641fae2040dfc7aaa1758a2e1e8926b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce2b20f98f65c091a0c94ba6c1a09da56e9b7aa6738c2205fe6ba773e199c179ba4ffe75f3c28fca728af8a442ebc352dea98f2d50fb992e48fbb5cb30fd2226
|
|
7
|
+
data.tar.gz: 922df67032618125551348183262b9047edc561c27b0ffa39a1ef2a87a2739eb63dee24d106b4e718a8a03a25cbb5eaceed23787e56f8dab8040cde37cf0f051
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* compiled file, but it's generally better to create a new file per style scope.
|
|
10
10
|
*
|
|
11
11
|
*= require_self
|
|
12
|
-
*= require redhat_access/redhat_access_angular_ui-deps.css
|
|
13
|
-
*= require redhat_access/redhat_access_angular_ui.css
|
|
14
12
|
*/
|
|
13
|
+
|
|
14
|
+
@import "redhat_access/redhat_access_angular_ui-deps.css";
|
|
15
|
+
@import "redhat_access/redhat_access_angular_ui.css";
|
|
@@ -15,7 +15,7 @@ module RedhatAccess
|
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
def can_mask_rules(user)
|
|
18
|
-
|
|
18
|
+
# TODO move this to an auth class?
|
|
19
19
|
return false if user.nil?
|
|
20
20
|
return true if user.admin
|
|
21
21
|
permissions = user.cached_roles.collect(&:permissions).flatten.map!(&:name)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redhat_access
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lindani Phiri
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-08
|
|
12
|
+
date: 2020-09-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: redhat_access_lib
|