admission 0.1.9 → 0.2.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admission
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doooby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: update-me
14
14
  email: zelazk.o@email.cz
@@ -24,6 +24,7 @@ files:
24
24
  - README.md
25
25
  - admission.gemspec
26
26
  - bin/rspec
27
+ - bin/server.rb
27
28
  - lib/admission.rb
28
29
  - lib/admission/ability.rb
29
30
  - lib/admission/admission.rb
@@ -34,6 +35,7 @@ files:
34
35
  - lib/admission/resource_arbitration.rb
35
36
  - lib/admission/status.rb
36
37
  - lib/admission/version.rb
38
+ - lib/admission/visualisation.rb
37
39
  - spec/integration/_helper.rb
38
40
  - spec/integration/action_arbitrating_spec.rb
39
41
  - spec/integration/resource_arbitrating_spec.rb
@@ -49,6 +51,19 @@ files:
49
51
  - spec/unit/privilege_spec.rb
50
52
  - spec/unit/resource_arbitration_spec.rb
51
53
  - spec/unit/status_spec.rb
54
+ - visualisation/.babelrc
55
+ - visualisation/actions/index.js
56
+ - visualisation/components/app_container.jsx
57
+ - visualisation/components/input_with_select.jsx
58
+ - visualisation/components/privilege_select.jsx
59
+ - visualisation/components/privileges_panel.jsx
60
+ - visualisation/dist/.gitkeep
61
+ - visualisation/index.jsx
62
+ - visualisation/package.json
63
+ - visualisation/reducers/index.js
64
+ - visualisation/style.scss
65
+ - visualisation/webpack.config.js
66
+ - visualisation/yarn.lock
52
67
  homepage: https://github.com/doooby/admission
53
68
  licenses:
54
69
  - GPL-3.0