bastion 3.3.2 → 3.3.3

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
2
  SHA1:
3
- metadata.gz: 934c64b4816522e752daec9c8b7c72ef01d45bd3
4
- data.tar.gz: 04aaeabc596dcf24f88a387e93db7f7baf401236
3
+ metadata.gz: fa4b18a7d8e909fb5e2440cb35e900bf026c731a
4
+ data.tar.gz: 6d5c20f554079fc3753d34684ff1a61618aedfdc
5
5
  SHA512:
6
- metadata.gz: eff2f889f6f0c1fc3edcbcae5ef61c9742511d5e455eb67cd76c8452f0e36762392ab292d4a1a6cfc58ba3bda1d2bac481f0a514dc6dbd275f965ccb5d48c436
7
- data.tar.gz: eddef0aa5ec9034aa877e933b15e44e4faba35dafc2baf2bc1b925e420ad6cfad71d2fc4e52b52ab28974f431d4cd4c4bdd7a60cd4c1f4d68b7fa0277dabdad8
6
+ metadata.gz: b41abe3482424f73bc09efb1a96905fe0fcddfc660ad42df7eb389ad7715bba75a9a50a43f396ba56a867b1d0fd5b6519394e711a3e68532a4430bb11cd97bd7
7
+ data.tar.gz: a273f8ae723fd0ba5d143bfc13b215d7ce3b723334d9fd2cd87d63bc9c427688a59448b7d4ec52fcc2f84187ab15034b2100f26ef04568efe6ce53901d623b40
@@ -72,7 +72,7 @@ angular.module('Bastion.routing', ['ui.router']);
72
72
  return $location.path();
73
73
  });
74
74
 
75
- $locationProvider.html5Mode(true);
75
+ $locationProvider.html5Mode({enabled: true, requireBase: false});
76
76
 
77
77
  }
78
78
 
@@ -1,7 +1,3 @@
1
- <% content_for(:head) do %>
2
- <base href="/bastion"/>
3
- <% end %>
4
-
5
1
  <% content_for(:content) do %>
6
2
  <div class="article maincontent bastion" data-no-turbolink="true">
7
3
  <section class="container-fluid">
@@ -1,5 +1 @@
1
- <% content_for(:head) do %>
2
- <base href="/bastion"/>
3
- <% end %>
4
-
5
1
  <%= render file: "bastion/layouts/application" %>
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "3.3.2"
2
+ VERSION = "3.3.3"
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: 3.3.2
4
+ version: 3.3.3
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: 2016-08-23 00:00:00.000000000 Z
12
+ date: 2016-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: angular-rails-templates
@@ -999,7 +999,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
999
999
  version: '0'
1000
1000
  requirements: []
1001
1001
  rubyforge_project:
1002
- rubygems_version: 2.4.6
1002
+ rubygems_version: 2.4.8
1003
1003
  signing_key:
1004
1004
  specification_version: 4
1005
1005
  summary: UI library of AngularJS based components for Foreman
@@ -1041,4 +1041,3 @@ test_files:
1041
1041
  - test/utils/form-utils.service.test.js
1042
1042
  - test/utils/bastion-resource.factory.test.js
1043
1043
  - test/utils/urlencode.filter.test.js
1044
- has_rdoc: