foreman_remote_execution 0.2.2 → 0.2.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: 0ebc3871fa2e4a788e774c8a3fa711132a58ce61
4
- data.tar.gz: 4068c7099bd2ed3d44076412b8144f7336f41cbf
3
+ metadata.gz: 85fa812b15aa151cf2a16622d6f8a948fa112042
4
+ data.tar.gz: 530bbbd4c60e53d39fa6d6610f613e95a4d6f84c
5
5
  SHA512:
6
- metadata.gz: 605db41c15dc50e5be6ad2198587c2a25ac6e97e29d93dc288ba173e95d8567c9a56df6ca2f5e9725d4713056bd1e66a39f4c5f8d9ab8a0f7c0ce9449df29ec7
7
- data.tar.gz: 5c62a784e8dd720ce428b187e209d999d95680004e2580b65bc9ac0250ad5832eca0c3a8c936a482fad058b7e4b3cd3c581a1c919bf1db7a26b5b47f95ee96ca
6
+ metadata.gz: fe774b17034cecef1ccb880aaa46f1874ac81b0fca7c955a5f6c3e0ecf80782d56e2b5583a67d7df873f3420e679af6a3577243e9aa28d8868efcb8a9f57b0a3
7
+ data.tar.gz: d9cdabe2fe9e1ab6c8780b80131b3eed503fcc80994c0c8b1a40e2a342587af9542942718ac892d7c88d881495a2759e1933b7394df7845f3b4b4ea83a46db6d
@@ -6,4 +6,4 @@ Deface::Override.new(:virtual_path => 'hosts/_form',
6
6
  Deface::Override.new(:virtual_path => 'nic/_base_form',
7
7
  :name => 'add_execution_interface',
8
8
  :insert_after => 'erb[loud]:contains("interface_provision")',
9
- :partial => '../overrides/foreman/nics/execution_interface')
9
+ :partial => 'overrides/nics/execution_interface')
@@ -1,9 +1,9 @@
1
1
  Deface::Override.new(:virtual_path => 'subnets/_form',
2
2
  :name => 'add_remote_execution_proxies_tab',
3
3
  :insert_after => 'li.active',
4
- :partial => '../overrides/foreman/subnets/rex_tab')
4
+ :partial => 'overrides/subnets/rex_tab')
5
5
 
6
6
  Deface::Override.new(:virtual_path => 'subnets/_form',
7
7
  :name => 'add_remote_execution_proxies_tab_pane',
8
8
  :insert_after => 'div#proxies',
9
- :partial => '../overrides/foreman/subnets/rex_tab_pane')
9
+ :partial => 'overrides/subnets/rex_tab_pane')
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_remote_execution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Remote Execution team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-25 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -186,9 +186,6 @@ files:
186
186
  - app/models/template_invocation.rb
187
187
  - app/models/template_invocation_input_value.rb
188
188
  - app/overrides/execution_interface.rb
189
- - app/overrides/foreman/nics/_execution_interface.html.erb
190
- - app/overrides/foreman/subnets/_rex_tab.html.erb
191
- - app/overrides/foreman/subnets/_rex_tab_pane.html.erb
192
189
  - app/overrides/subnet_proxies.rb
193
190
  - app/services/proxy_load_balancer.rb
194
191
  - app/views/api/v2/foreign_input_sets/base.json.rabl
@@ -234,6 +231,9 @@ files:
234
231
  - app/views/job_templates/edit.html.erb
235
232
  - app/views/job_templates/index.html.erb
236
233
  - app/views/job_templates/new.html.erb
234
+ - app/views/overrides/nics/_execution_interface.html.erb
235
+ - app/views/overrides/subnets/_rex_tab.html.erb
236
+ - app/views/overrides/subnets/_rex_tab_pane.html.erb
237
237
  - app/views/template_inputs/_foreign_input_set_form.html.erb
238
238
  - app/views/template_inputs/_form.html.erb
239
239
  - app/views/template_invocations/_output_line_set.html.erb