foreman_remote_execution 4.2.1 → 4.2.2

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
  SHA256:
3
- metadata.gz: aba1afe9644d85554a140267c452cfd3b11139beaae9f4a8a630b5727480965a
4
- data.tar.gz: 5d7772b486693036b2f67fbe8ad1a5efe47cd71cdde6c181aeda855e9e86c113
3
+ metadata.gz: d1e8515b5c9b1bab6b31720b89e32c84c88c53c66d7c2aa03a67c7c961a3b2dd
4
+ data.tar.gz: ee6b2f3c1d6f049b7035a0733db497748da3e6e23a24cf88bf7b915364513073
5
5
  SHA512:
6
- metadata.gz: 32d88414d2e6c0aa3e2dc4395b75a241cd34f912f6083806bdee4c271fce8ace3fbeaa6ec7d7c436eb61fd553b46022576b4a4706af7460122a5cf2ccab70415
7
- data.tar.gz: 2aafc6f68bd1bb2289ba5fa757a2b8d146d5488d851adc0b2edd88749232ea9b496d30dff85f9ad580c529fbc065002e962f1925802bcdce5d117461481ebfbe
6
+ metadata.gz: 7aa7420c1428d1f6dc0bbfa0612768432d5b082bd4fde74282f13f4dc040d635b68e5726cc8467d5c0d01f3f6299b528c71ab04223af16166f3b6a0308e05f35
7
+ data.tar.gz: e1a0de0dd445f3b4a9ecd30feb4b51c356089a03d1b47250b5831867ed24cd44acb82143ad82c4775599a163c50213817af5747afa7ec38eec5f2d9819783752
@@ -4,7 +4,7 @@ class ForeignInputSet < ApplicationRecord
4
4
  class CircularDependencyError < Foreman::Exception
5
5
  end
6
6
 
7
- attr_exportable :exclude, :include, :include_all, :template => ->(input_set) { input_set.template.name }
7
+ attr_exportable :exclude, :include, :include_all, :template => ->(input_set) { input_set.target_template.name }
8
8
 
9
9
  belongs_to :template
10
10
  belongs_to :target_template, :class_name => 'Template'
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '4.2.1'.freeze
2
+ VERSION = '4.2.2'.freeze
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: 4.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Remote Execution team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-26 00:00:00.000000000 Z
11
+ date: 2021-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -447,7 +447,7 @@ homepage: https://github.com/theforeman/foreman_remote_execution
447
447
  licenses:
448
448
  - GPL-3.0
449
449
  metadata: {}
450
- post_install_message:
450
+ post_install_message:
451
451
  rdoc_options: []
452
452
  require_paths:
453
453
  - lib
@@ -462,8 +462,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
462
462
  - !ruby/object:Gem::Version
463
463
  version: '0'
464
464
  requirements: []
465
- rubygems_version: 3.0.3
466
- signing_key:
465
+ rubygems_version: 3.1.2
466
+ signing_key:
467
467
  specification_version: 4
468
468
  summary: A plugin bringing remote execution to the Foreman, completing the config
469
469
  management functionality with remote management functionality.