bastion 6.1.19 → 6.1.20
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c4046f12dac17a901b5f8a0b85aa573655f175f06193a9510829599983cf466d
|
|
4
|
+
data.tar.gz: d3b598aeb239b77d78017d914c7bd465cdbcf4f4c086155e25ec1425cbe6b621
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85427515f024d4fcc9ddbcc46788978511822629a34436957f01b3489f13af38a0ad1a4dbbdcf5d37e380924d5bc04e19bd786faa17d72a2bddb1db8defb1d68
|
|
7
|
+
data.tar.gz: 2ac0e5be43ad8ce380e99d79657b9f1abc56efcf86daa17ca2324ec8f7d611d29dd094c978ee3e14cf6b30b84a7ac05db1f743e61f0e6b1ed2211869140203b8
|
|
@@ -281,7 +281,8 @@ angular.module('Bastion.components')
|
|
|
281
281
|
handleCancel: '&onCancel',
|
|
282
282
|
buttonConfig: '@buttonConfig',
|
|
283
283
|
forcedWorkingMode: '=',
|
|
284
|
-
displayValueDefault: '@displayValueDefault'
|
|
284
|
+
displayValueDefault: '@displayValueDefault',
|
|
285
|
+
readonly: '='
|
|
285
286
|
},
|
|
286
287
|
controller: 'BstEditMultiselectController'
|
|
287
288
|
};
|
data/lib/bastion/version.rb
CHANGED
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.
|
|
4
|
+
version: 6.1.20
|
|
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-
|
|
12
|
+
date: 2019-02-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: angular-rails-templates
|
|
@@ -1761,7 +1761,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1761
1761
|
version: '0'
|
|
1762
1762
|
requirements: []
|
|
1763
1763
|
rubyforge_project:
|
|
1764
|
-
rubygems_version: 2.
|
|
1764
|
+
rubygems_version: 2.7.8
|
|
1765
1765
|
signing_key:
|
|
1766
1766
|
specification_version: 4
|
|
1767
1767
|
summary: UI library of AngularJS based components for Foreman
|
|
@@ -1781,18 +1781,18 @@ test_files:
|
|
|
1781
1781
|
- test/components/bst-modal.directive.test.js
|
|
1782
1782
|
- test/components/bst-resource-switcher.directive.test.js
|
|
1783
1783
|
- test/components/bst-table.directive.test.js
|
|
1784
|
+
- test/components/formatters/array-to-string.filter.test.js
|
|
1784
1785
|
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
|
1785
1786
|
- test/components/formatters/capitalize.filter.test.js
|
|
1786
1787
|
- test/components/formatters/key-value-to-string.filter.test.js
|
|
1787
1788
|
- test/components/formatters/unlimited-filter.filter.test.js
|
|
1788
|
-
- test/components/
|
|
1789
|
+
- test/components/notification.service.test.js
|
|
1790
|
+
- test/components/nutupane.factory.test.js
|
|
1789
1791
|
- test/components/page-title.directive.test.js
|
|
1790
1792
|
- test/components/page-title.service.test.js
|
|
1791
1793
|
- test/components/path-selector.directive.test.js
|
|
1792
1794
|
- test/components/table-cache.service.test.js
|
|
1793
1795
|
- test/components/typeahead-empty.directive.test.js
|
|
1794
|
-
- test/components/notification.service.test.js
|
|
1795
|
-
- test/components/nutupane.factory.test.js
|
|
1796
1796
|
- test/features/bst-feature-flag.directive.test.js
|
|
1797
1797
|
- test/features/feature-flag.service.test.js
|
|
1798
1798
|
- test/i18n/translate.service.test.js
|