foreman_virt_who_configure 0.4.1 → 0.4.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 +5 -5
- data/app/assets/javascripts/foreman_virt_who_configure/config_edit.js +2 -0
- data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +2 -0
- data/app/models/foreman_virt_who_configure/output_generator.rb +9 -1
- data/app/views/foreman_virt_who_configure/api/v2/configs/main.json.rabl +2 -1
- data/app/views/foreman_virt_who_configure/configs/show.html.erb +2 -2
- data/config/routes.rb +1 -0
- data/lib/foreman_virt_who_configure/version.rb +1 -1
- data/locale/en/foreman_virt_who_configure.edit.po +841 -0
- data/locale/en/foreman_virt_who_configure.po +258 -265
- data/locale/en/foreman_virt_who_configure.po.time_stamp +0 -0
- data/locale/foreman_virt_who_configure.pot +337 -175
- metadata +5 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_virt_who_configure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman virt-who-configure team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katello
|
@@ -114,7 +114,9 @@ files:
|
|
114
114
|
- locale/Makefile
|
115
115
|
- locale/action_names.rb
|
116
116
|
- locale/en/LC_MESSAGES/foreman_virt_who_configure.mo
|
117
|
+
- locale/en/foreman_virt_who_configure.edit.po
|
117
118
|
- locale/en/foreman_virt_who_configure.po
|
119
|
+
- locale/en/foreman_virt_who_configure.po.time_stamp
|
118
120
|
- locale/foreman_virt_who_configure.pot
|
119
121
|
- locale/gemspec.rb
|
120
122
|
- test/factories/foreman_virt_who_configure_factories.rb
|
@@ -141,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
143
|
- !ruby/object:Gem::Version
|
142
144
|
version: '0'
|
143
145
|
requirements: []
|
144
|
-
|
145
|
-
rubygems_version: 2.6.8
|
146
|
+
rubygems_version: 3.0.3
|
146
147
|
signing_key:
|
147
148
|
specification_version: 4
|
148
149
|
summary: A plugin to make virt-who configuration easy
|