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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53eb3be4777021eaac12603429045c2b6a75dfcc
4
- data.tar.gz: 00a4c50f7065293da92e5f921713c2e0b1579964
3
+ metadata.gz: e498b3f9314e1e489680acad6366863a1da428c6
4
+ data.tar.gz: 690293151ee22cf3a8ea88656c26528eeb1bf70b
5
5
  SHA512:
6
- metadata.gz: aec99b88057a13f935fa09711fe332585a229937685cff963f384c327323b5b4c991883ce8764b8ae1391addbbf037095ff119465f2a0b633d5b145397d064c0
7
- data.tar.gz: ad1e8891be0ba0a795ce733630ade101b0a326c595d40e1b70802b528a9247ef5dcf836070ffb60cb7ca409f8b36bf137e17e08b5c26ca6c7162da62d7736f16
6
+ metadata.gz: 1188d2ba08d2929c50806efcdf89bf5c4277518d604c2e5bc3c7dc67b45389cca581219854bac57a83efd87b924515377f10b7b9c5fab22ea72903436929b568
7
+ data.tar.gz: 21bdb8f140ba3e8bebb023f60fc1ba6b5bd072d5e4d5916d0e67d7580241182b4c303e69f526ff3fc671328e6101934cd56b4b51256156e040eab3d7d7a9f047
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "5.0.0"
2
+ VERSION = "5.0.1"
3
3
  end
@@ -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
-
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: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric D Helms