hammer_cli_foreman_virt_who_configure 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 675556beb3ecffcdfb25c8c8abf9e24764d8188a
4
- data.tar.gz: 239382fee77faec05ff165595755fdfebc09b56d
2
+ SHA256:
3
+ metadata.gz: 3a94dfd60fde40687490bc27d05db49ca8f29324148298b662708310fff492e3
4
+ data.tar.gz: eb3d74ba7ce3b3152cec507b01abe0d84ca732f5d19aad1536127389e65edfc6
5
5
  SHA512:
6
- metadata.gz: 3c6191c3affd8ffa95480173af1eda0d263d8e3a2ed0c484b644061e01bb425833f913a95987830d0451529e3525223facd253f8d6dbae044ff241635b6ef74a
7
- data.tar.gz: 7fdfef029cc203601eed1461daea717172c1dc1dda4e3b72002827d467a23d3fe8bf9fa8c24c5322326325ff06d5795046794041324cc30cc2803ae63a73f052
6
+ metadata.gz: 57a5e6fe08c130464af4d42a54493dc98eac3896beee9eddbb2493f60e4c4eb857d1c4d8a716a7e4eccc84730cae7e7a7dc4402e5075566c2cfd0fd0c894bf4b
7
+ data.tar.gz: 04f42c08afad275419471adfcad9b1c254fc273b451fcba293cc7cbdace1b5ffdbd93c6bea2e45f6bf4381019b9adbfcbd40c9d952e23d6899c24f109645dd17
@@ -81,6 +81,8 @@ module HammerCLIForemanVirtWhoConfigure
81
81
  field :_filtering_mode, _('Filtering')
82
82
  field :blacklist, _('Excluded hosts'), Fields::Field, :hide_blank => true
83
83
  field :whitelist, _('Filtered hosts'), Fields::Field, :hide_blank => true
84
+ field :filter_host_parents, _('Filter host parents'), Fields::Field, :hide_blank => true
85
+ field :exclude_host_parents, _('Exclude host parents'), Fields::Field, :hide_blank => true
84
86
  field :debug, _('Debug mode'), Fields::Boolean
85
87
  field :proxy, _('HTTP proxy')
86
88
  field :no_proxy, _('Ignore proxy')
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanVirtWhoConfigure
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.0.3'
3
+ @version ||= Gem::Version.new '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_virt_who_configure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Strachota
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-20 00:00:00.000000000 Z
11
+ date: 2019-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hammer_cli
@@ -76,9 +76,9 @@ files:
76
76
  - test/functional/test_helper.rb
77
77
  - test/test_helper.rb
78
78
  - test/unit/system_caller_test.rb
79
- homepage: http://github.com/theforeman/hammer-cli-foreman-virt-who-configure
79
+ homepage: https://github.com/theforeman/hammer-cli-foreman-virt-who-configure
80
80
  licenses:
81
- - GPL v3+
81
+ - GPL-3.0+
82
82
  metadata: {}
83
83
  post_install_message:
84
84
  rdoc_options: []
@@ -95,19 +95,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubyforge_project:
99
- rubygems_version: 2.5.1
98
+ rubygems_version: 3.0.3
100
99
  signing_key:
101
100
  specification_version: 4
102
101
  summary: Plugin for configuring Virt Who
103
102
  test_files:
104
- - test/data/1.15/foreman_api.json
105
- - test/functional/config/config_create_test.rb
103
+ - test/unit/system_caller_test.rb
104
+ - test/test_helper.rb
105
+ - test/functional/test_helper.rb
106
+ - test/functional/config/config_info_test.rb
106
107
  - test/functional/config/config_deploy_test.rb
107
108
  - test/functional/config/config_list_test.rb
108
109
  - test/functional/config/config_update_test.rb
110
+ - test/functional/config/config_create_test.rb
109
111
  - test/functional/config/config_fetch_test.rb
110
- - test/functional/config/config_info_test.rb
111
- - test/functional/test_helper.rb
112
- - test/test_helper.rb
113
- - test/unit/system_caller_test.rb
112
+ - test/data/1.15/foreman_api.json