bastion 6.1.8 → 6.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f16677e31ac6f63aa4621f51e6a6eb8543dd2061
4
- data.tar.gz: 119cc3e2c8537d9457cd64dbc8b3848010ee9ad3
3
+ metadata.gz: ea385e5cb95298a088089fa15689777ae4837ebd
4
+ data.tar.gz: 51c58c2c66b892b500353d46c5eee618a73d84ab
5
5
  SHA512:
6
- metadata.gz: aa9c46f3eb80ad60c3ce2aa075fc4e64fcea13843f9edbfcac8d8366c4ddae9bb1b9c6d1f347315823addfc8d466db77c5096d553b1f0cdd352c806ee0644450
7
- data.tar.gz: e70ebd7a10b800e802d1dd40118881376e43ecfb24e6975af14a44ac0af1a81d1591694507ad00c186d2392e28ce67d99ce9c64f16738a82ab9e9e103f6b7167
6
+ metadata.gz: 7a37bbe72baeee4da6a3c867335bf48e5b7657e09b081a9632d5931385f678e705946ccb1aff3cebae8bc464f30ccd20a0306cc387dfa8adf7834daf0940e30c
7
+ data.tar.gz: b09a31664cb86fc44b8d224c16835939041cb0e1d8642167bdcc3de920cd7abb52a232adcf4d064ed52af977c75fd051e9c5da906d465be782938c1e5cd38457
@@ -20,6 +20,7 @@
20
20
  angular.module('Bastion').value('CurrentOrganization', "<%= Organization.current.id if Organization.current %>");
21
21
  angular.module('Bastion').value('contentAccessMode', "<%= Organization.current.try(:content_access_mode) if Organization.current %>");
22
22
  angular.module('Bastion').value('foreman', tfm);
23
+ angular.module('Bastion').value('repositoryTypes', angular.fromJson('<%= Katello::RepositoryTypeManager.repository_types.values.to_json.html_safe %>'));
23
24
  angular.module('Bastion').value('deleteHostOnUnregister', angular.fromJson('<%= Setting[:unregister_delete_host] %>'));
24
25
  angular.module('Bastion').value('entriesPerPage', "<%= Setting[:entries_per_page] %>");
25
26
  angular.module('Bastion').constant('BastionConfig', angular.fromJson('<%= Bastion.config.to_json.html_safe %>'));
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "6.1.8"
2
+ VERSION = "6.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bastion
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.8
4
+ version: 6.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric D Helms
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-25 00:00:00.000000000 Z
12
+ date: 2018-02-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: angular-rails-templates