foreman_remote_execution 2.0.9 → 2.0.10

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: 7fb50055a6efab356bce6d160b1765d79be7e39337ca3ebe124e24702dfd0990
4
- data.tar.gz: 03e121a6d607ab4e9a3332785d52ba6bc3c100f9b112bd0945d9ab34c8bc5d7a
3
+ metadata.gz: f1388b76bd51fc62c909952fde2a9e3110ce5829e5e823680b64fabf14b9911d
4
+ data.tar.gz: cab4201ed3465206b4f42af6d76af8b87a207b1a67a2564a0c49523cd1a72110
5
5
  SHA512:
6
- metadata.gz: 74978d45b7a78c8b9244d2912e05cfc202012135a56775bad925b815574df9b0fcbb97ec0d707860451a9caecc14f29b54944b406ef931bcd5337326b48ca2e2
7
- data.tar.gz: 73184dacb1a9702b0ba2d85ee8f4178e50273506ab82ed1e27ac4b4946362571e5379ef3525084cd2fd58b398e04ffd963b09eea13ee1f626b00a80dcb51f464
6
+ metadata.gz: a69676ea76f8947253f94a9d54e1b50d5d82dd9e669c77c38e01f3d5de8175995a5e08b4fdbc676d20c486b87981889ea4b662ff8b7fc47dcd3e7eb7cb72f799
7
+ data.tar.gz: 67ae194c5a30d7bfb121b600bfe90ec4573c259b06350e98f1ba3551b977452b0e27fe687129af021bb14a2891909a99c83bb8ea4290b99b24d39667f06aa525
@@ -31,6 +31,9 @@ end
31
31
  child :template_invocations do
32
32
  attributes :template_id, :template_name
33
33
  child :input_values do
34
- attributes :template_input_name, :template_input_id, :value
34
+ attributes :template_input_name, :template_input_id
35
+ node :value do |iv|
36
+ iv.template_input.respond_to?(:hidden_value) && iv.template_input.hidden_value? ? '*' * 5 : iv.value
37
+ end
35
38
  end
36
39
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '2.0.9'.freeze
2
+ VERSION = '2.0.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_remote_execution
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Remote Execution team