hammer_cli_foreman_remote_execution 0.4.0 → 0.4.1

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: 420ed2ef07e5be66a18b1e2e504e4b9c226ef9513332315574d6fcca3c13ae7f
4
- data.tar.gz: 4bc010f9e9e0acb8a0b6ca0377e4baaa2bd05a970a8efadf40f5b7abab660f02
3
+ metadata.gz: 728c575df08eaa7700ff80da947324200ddcf3d30472e8169659371024f43295
4
+ data.tar.gz: e32c8cb6341618664b69e2f442f811d83fd91b599091af49f9bcbbf800121cd0
5
5
  SHA512:
6
- metadata.gz: 278b99088d60ca4de83042abdfde5d9523981fa94e3dd0aac7955a4ceff70bbcef06b10b316d76997db89b9f8894cb93fc16930b21679b1fee1e91852add863f
7
- data.tar.gz: 2186ba3924b47a4db361fd257f6042de0ff79fac0bb6c528cd218611e663af33c1b2cb5125d2b39abf78f0ec69131b1c5297de05a4706f75dd398842facadd45
6
+ metadata.gz: 7e674f549716085bb6fee409a93d42e391fbcadd0e162f3369200b75fdf381883ec7e7a089289831d7b82547cd1e1789c6e18c15dbc9c9de98cd724d626cd603
7
+ data.tar.gz: f1648d88367a4aabc09eb132bd36a2082c6bf840af09646037908e0cbc881b9e70677116d999f8b34dcf2c031850168157c0f985c391664f86d00a308bc36084
@@ -25,6 +25,7 @@ module HammerCLIForemanRemoteExecution
25
25
  field :description, _('Description'), Fields::Text
26
26
  field :cloned_from_id, _("Cloned from id"), nil, :hide_blank => true
27
27
  field :template_inputs, _('Inputs')
28
+ field :locked, _('Locked')
28
29
  HammerCLIForeman::References.taxonomies(self)
29
30
  end
30
31
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module HammerCLIForemanRemoteExecution
4
4
  def self.version
5
- @version ||= Gem::Version.new '0.4.0'
5
+ @version ||= Gem::Version.new '0.4.1'
6
6
  end
7
7
  end
@@ -38,7 +38,7 @@ describe HammerCLIForemanRemoteExecution::JobTemplate do
38
38
 
39
39
  describe 'output' do
40
40
  with_params ['--id=1'] do
41
- it_should_print_columns ['ID', 'Name', 'Job Category', 'Provider', 'Type']
41
+ it_should_print_columns ['ID', 'Name', 'Job Category', 'Provider', 'Type', 'Locked']
42
42
  end
43
43
  end
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_remote_execution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Remote Execution team