bastion 2.0.3 → 2.0.4

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDgyM2Y4M2Y0YWMyMjA1OGRlNTZlNmRhNWQzYTA3MzZmYmViMGE1ZA==
4
+ MDM5ZTg3NDNkNDIzNmQwMjk5Yjg1MDY4ZTFkN2IwZDRiNTMyZjU4Mg==
5
5
  data.tar.gz: !binary |-
6
- ZTQ4MDdmOGUyMTRkZmNjOTVlNTNlMWZiNTI5OTU5NDBhNWU4Y2I0MQ==
6
+ OGUyMzQ1ZWQxODI1NTE0MmQ2YWY0N2Q3YmJiM2E3OWI5MjcyMmRhYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2Y1MGVmN2NmZDdlMTAxZDM3Y2RjNWFhMTZjNjQ1NzhjOTUzMzBjZjU4NmM3
10
- YTlhYjVmMWRkYmUxNzE3OTU3MGRiYzhiOGI4Y2MxN2Q3Mjg2NjFkNDA5YTE5
11
- MmY2MzUyOGVmZmNjOGI3YjUwNWQxOTlhNDQ0ZmVhYzExNjA5NmU=
9
+ ZWQ3YWM5N2FmOTAyMmQ1YTU3MDA1NmYxNTJmMzUxYjkxNmEyODAxMzgxZjNm
10
+ NTNhODE3MGY1ZDJiOTUxYWQ1YTY5MWQxMGM3NDU0YWY3NTg1YjgyYzk4Zjc0
11
+ MTQyNzYzNTk3ZDFhMmRiMTcwZDU3MjQ2YTE2OGFhMWU3MDIzNTY=
12
12
  data.tar.gz: !binary |-
13
- YTcyMDc4YWU3NzE1MjE1MDE1OTQzZTkwMGM5YzFiZmZlODRkYjAwZjg1ODY4
14
- MjU3NmI1OTQzMWJmYTViYzQ3OWQ5NTEyMTkyZWE4YzkzMWU5YmYwYzU2OTg5
15
- ZTlhZDg5NDQ5OGFlYzYxYjgwZjc1MTRmYzdlZmI4ZjZjMGEwMTk=
13
+ NjlkZDg2Y2IwMzM4YmQ1N2IwMTI4MzJhNmVhOGJhYzVjNzEzYzQ5M2JmYjc1
14
+ ODUxNDY4MTVjMjVlNThhOWEyYmVjNzViMjQ1NTViNjkxN2ZiOTQ4YjQyMjg0
15
+ YzA2MDFlY2IzNTY4YWY2ZjI2YmU1YTJjMmVlZjMxYTBkMjAzZGY=
@@ -18,8 +18,8 @@ angular.module('Bastion.components').directive('bstAlert', function () {
18
18
  type: '@bstAlert',
19
19
  close: '&'
20
20
  },
21
- controller: function ($scope, $attrs) {
21
+ controller: ['$scope', '$attrs', function ($scope, $attrs) {
22
22
  $scope.closeable = 'close' in $attrs;
23
- }
23
+ }]
24
24
  };
25
25
  });
@@ -53,7 +53,7 @@ td.row-select {
53
53
  background-color: @listhover_color;
54
54
  color: #FFF;
55
55
 
56
- button {
56
+ button, select {
57
57
  color: #000;
58
58
  }
59
59
  }
data/config/routes.rb CHANGED
@@ -15,9 +15,9 @@ Foreman::Application.routes.draw do
15
15
 
16
16
  end
17
17
 
18
- scope :bastion, :module => :bastion do
19
- match '/:bastion_page/(*path)', :to => "bastion#index", constraints: BastionPagesConstraint.new, :via => :get
20
- match '/bastion/(*path)', :to => "bastion#index_ie", :via => :get
18
+ scope :module => :bastion do
19
+ get '/:bastion_page/(*path)', :to => "bastion#index", constraints: BastionPagesConstraint.new
20
+ get '/bastion/(*path)', :to => "bastion#index_ie"
21
21
  end
22
22
 
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
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: 2.0.3
4
+ version: 2.0.4
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: 2015-10-01 00:00:00.000000000 Z
12
+ date: 2015-12-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: angular-rails-templates