bastion 4.3.0 → 4.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/bastion/layouts/assets.html.erb +1 -1
- data/lib/bastion/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d51f22893a276196b2ddf87221c5f4d3690a9b13
|
4
|
+
data.tar.gz: 6fc3afe5f918a577dab6860644f87cc6364ebfde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa1bf691ed2d238091e8f59f83d044bbbf5d5e288dbdfcf221181f4f3ea25e99249dd9262210ef64b4b6b7de1c646e6bfb9f682a22af2a75b9afd4c63df7330d
|
7
|
+
data.tar.gz: ed1f7879352f95741e8ca93ee8cf0799b93adf20fa1a3fc25d0a09b0e777d4a18a7965abca3734606dd79e20b172a8224eb4e4125b17fc27c033a5773bdeab61
|
@@ -16,7 +16,7 @@
|
|
16
16
|
angular.module('Bastion.features').value('FeatureSettings', angular.fromJson(<%= SETTINGS[:features].nil? ? {} : SETTINGS[:features].to_json.html_safe %>));
|
17
17
|
angular.module('Bastion').value('currentLocale', '<%= I18n.locale %>');
|
18
18
|
angular.module('Bastion').value('CurrentOrganization', "<%= Organization.current.id if Organization.current %>");
|
19
|
-
angular.module('Bastion').value('contentAccessMode', "<%= Organization.current.content_access_mode if Organization.current %>");
|
19
|
+
angular.module('Bastion').value('contentAccessMode', "<%= Organization.current.try(:content_access_mode) if Organization.current %>");
|
20
20
|
angular.module('Bastion').value('markActiveMenu', mark_active_menu);
|
21
21
|
angular.module('Bastion').constant('BastionConfig', angular.fromJson('<%= Bastion.config.to_json.html_safe %>'));
|
22
22
|
angular.module('Bastion.auth').value('CurrentUser', {
|
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: 4.3.
|
4
|
+
version: 4.3.1
|
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: 2017-03-
|
12
|
+
date: 2017-03-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: angular-rails-templates
|
@@ -29,14 +29,14 @@ dependencies:
|
|
29
29
|
name: uglifier
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- -
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '0'
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- -
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
description: Bastion provides a UI library of AngularJS based components designed
|
@@ -48,8 +48,8 @@ executables: []
|
|
48
48
|
extensions: []
|
49
49
|
extra_rdoc_files: []
|
50
50
|
files:
|
51
|
-
- .eslintignore
|
52
|
-
- .jshintrc
|
51
|
+
- ".eslintignore"
|
52
|
+
- ".jshintrc"
|
53
53
|
- Gruntfile.js
|
54
54
|
- LICENSE
|
55
55
|
- README.md
|
@@ -1753,17 +1753,17 @@ require_paths:
|
|
1753
1753
|
- lib
|
1754
1754
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1755
1755
|
requirements:
|
1756
|
-
- -
|
1756
|
+
- - ">="
|
1757
1757
|
- !ruby/object:Gem::Version
|
1758
1758
|
version: '0'
|
1759
1759
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1760
1760
|
requirements:
|
1761
|
-
- -
|
1761
|
+
- - ">="
|
1762
1762
|
- !ruby/object:Gem::Version
|
1763
1763
|
version: '0'
|
1764
1764
|
requirements: []
|
1765
1765
|
rubyforge_project:
|
1766
|
-
rubygems_version: 2.4.
|
1766
|
+
rubygems_version: 2.4.6
|
1767
1767
|
signing_key:
|
1768
1768
|
specification_version: 4
|
1769
1769
|
summary: UI library of AngularJS based components for Foreman
|