bastion 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bastion/version.rb +1 -1
- data/test/bastion/test-constants.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e498b3f9314e1e489680acad6366863a1da428c6
|
4
|
+
data.tar.gz: 690293151ee22cf3a8ea88656c26528eeb1bf70b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1188d2ba08d2929c50806efcdf89bf5c4277518d604c2e5bc3c7dc67b45389cca581219854bac57a83efd87b924515377f10b7b9c5fab22ea72903436929b568
|
7
|
+
data.tar.gz: 21bdb8f140ba3e8bebb023f60fc1ba6b5bd072d5e4d5916d0e67d7580241182b4c303e69f526ff3fc671328e6101934cd56b4b51256156e040eab3d7d7a9f047
|
data/lib/bastion/version.rb
CHANGED
@@ -2,6 +2,7 @@ BASTION_MODULES = [];
|
|
2
2
|
angular.module('Bastion').value('currentLocale', 'Here');
|
3
3
|
angular.module('Bastion').value('CurrentOrganization', "ACME");
|
4
4
|
angular.module('Bastion').value('Authorization', {});
|
5
|
+
angular.module('Bastion').value('entriesPerPage', 20);
|
5
6
|
angular.module('Bastion').value('markActiveMenu', function () {});
|
6
7
|
angular.module('Bastion').constant('BastionConfig', {
|
7
8
|
consumerCertRPM: "consumer_cert_rpm",
|
@@ -15,4 +16,3 @@ angular.module('templates', []);
|
|
15
16
|
angular.module('Bastion').config(function ($urlRouterProvider) {
|
16
17
|
$urlRouterProvider.otherwise('/');
|
17
18
|
});
|
18
|
-
|