foreman_virt_who_configure 0.2.1 → 0.2.2
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
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e6b64a57650777168676381d665c54bcda4233d
|
4
|
+
data.tar.gz: a58212eb1cc2af308023ff9158637060d4ade777
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cb38125f70ccfaee3cd932a48b845903f4ee69c8fe2df7a5665d335109f42656629051534fc78fcadea6fe90a2083ff774b4923536dd4a781430d5d015d507b
|
7
|
+
data.tar.gz: 0eb8fc43bcc1fd41e77aee026854ead4faf4896e9520f7d7bf56acc43251ab44557bd7484cce9cd83debd40408b4faf22de3d455c5410584f26f6880690ba9f8
|
@@ -28,7 +28,6 @@ module ForemanVirtWhoConfigure
|
|
28
28
|
initializer 'foreman_virt_who_configure.register_plugin', :before => :finisher_hook do |_app|
|
29
29
|
Foreman::Plugin.register :foreman_virt_who_configure do
|
30
30
|
requires_foreman '>= 1.18'
|
31
|
-
requires_foreman_plugin 'katello', '>= 3.0.0'
|
32
31
|
|
33
32
|
apipie_documented_controllers ["#{ForemanVirtWhoConfigure::Engine.root}/app/controllers/foreman_virt_who_configure/api/v2/*.rb"]
|
34
33
|
|
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.2.
|
4
|
+
version: 0.2.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: 2018-
|
11
|
+
date: 2018-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katello
|