redhat_access 2.0.5 → 2.0.6

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
  SHA1:
3
- metadata.gz: 9b3a295b9fb3a4681536f3dac8f22f2cb3dcf7ca
4
- data.tar.gz: 98ca588fc981f0598f452303face97bf5f5c92c3
3
+ metadata.gz: 7a832cf88635e904e1c5f6b52676cbd19dc57d47
4
+ data.tar.gz: e504ace777951a05dce99a9f1390ed090c8bdc86
5
5
  SHA512:
6
- metadata.gz: 0be24e377fbc9ac55b3ac3a7f5e563486aa8abc5f36c6f58f66a2292a36dd3bcd79a59149404b4e92728f3a542031fe01248b8654cd93a5047c85f37355d89ea
7
- data.tar.gz: 2a9a67b03e8d441910310ecb0ce0b99dac6aa1f9cf8def87aadb86ab7ab979e8dc3cd481e4d43542bb7bcff9e1f412baa0682f6cc46e98f72c72970d121969ca
6
+ metadata.gz: db1554a20fd502d90250b7d5ca5865a718c6a41cd46b7aa72d9475ce2219b7096487612b7def3237f6e957ee0d587b564b9f5c1652f0d74b6d090cd36b1e0946
7
+ data.tar.gz: 92c4e3dcb0d31e174d228be9396717a47b3c2767c2a6e2903a169598f64812cfe5e18fffa866e7c14cba1cfe287d52efe2e1496997c36d8bf8b008874e56bd80
@@ -117,6 +117,7 @@ module RedhatAccess
117
117
  permission :attachments, {:"redhat_access/attachments" => [:index, :create]}, :public => true
118
118
  permission :configuration, {:"redhat_access/configuration" => [:index]}, :public => true
119
119
  permission :app_root, {:"redhat_access/redhat_access" => [:index]}, :public => true
120
+ permission :strata_api,{:"redhat_access/api/strata_proxy" => [:call]}, :public => true
120
121
 
121
122
  # Logs require special permissions
122
123
  permission :view_log_viewer, {:"redhat_access/logviewer" => [:index]}
@@ -1,3 +1,3 @@
1
1
  module RedhatAccess
2
- VERSION = "2.0.5"
2
+ VERSION = "2.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redhat_access
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindani Phiri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-14 00:00:00.000000000 Z
11
+ date: 2017-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redhat_access_lib