bastion 6.1.20 → 6.1.21

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
  SHA256:
3
- metadata.gz: c4046f12dac17a901b5f8a0b85aa573655f175f06193a9510829599983cf466d
4
- data.tar.gz: d3b598aeb239b77d78017d914c7bd465cdbcf4f4c086155e25ec1425cbe6b621
3
+ metadata.gz: 79b503c063acbf0c5276963d078e0e6822faab70b3c7d3153a888add33c6d468
4
+ data.tar.gz: 2a9c8fe0a4ae98310bea6bc69847463e2ebeb3f98de2f8d11d9185055e198117
5
5
  SHA512:
6
- metadata.gz: 85427515f024d4fcc9ddbcc46788978511822629a34436957f01b3489f13af38a0ad1a4dbbdcf5d37e380924d5bc04e19bd786faa17d72a2bddb1db8defb1d68
7
- data.tar.gz: 2ac0e5be43ad8ce380e99d79657b9f1abc56efcf86daa17ca2324ec8f7d611d29dd094c978ee3e14cf6b30b84a7ac05db1f743e61f0e6b1ed2211869140203b8
6
+ metadata.gz: b931b30348011aacda634bd9478f0a485f133399d7b83ec413ec817d0c0b66c8415b9bf90d2bc097da9c3f4622b4597f0b6b42b5311228f73a680cbbaca0b1ee
7
+ data.tar.gz: 6174236c6e8d1bec9952c77f307047c81778333ad26321350836204a91a361e16daa4daf2dcab58368c47d004dd5927de0d686679b3c7c01ebc6f4bfabcd56c4
@@ -24,6 +24,7 @@
24
24
  angular.module('Bastion').value('deleteHostOnUnregister', angular.fromJson('<%= Setting[:unregister_delete_host] %>'));
25
25
  angular.module('Bastion').value('contentDisconnected', angular.fromJson('<%= Setting[:content_disconnected] %>'));
26
26
  angular.module('Bastion').value('entriesPerPage', "<%= Setting[:entries_per_page] %>");
27
+ angular.module('Bastion').value('contentViewSolveDependencies', "<%= Setting[:content_view_solve_dependencies] %>");
27
28
  angular.module('Bastion').constant('BastionConfig', angular.fromJson('<%= Bastion.config.to_json.html_safe %>'));
28
29
  angular.module('Bastion.auth').value('CurrentUser', {
29
30
  id: <%= User.current.id %>,
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "6.1.20"
2
+ VERSION = "6.1.21"
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.20
4
+ version: 6.1.21
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: 2019-02-23 00:00:00.000000000 Z
12
+ date: 2019-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: angular-rails-templates