fog-kubevirt 1.3.6 → 1.3.7
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 +4 -4
- data/lib/fog/kubevirt/version.rb +1 -1
- metadata +14 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57c10d7e3e9cf5cb70626ab8157c3a2f562ed9f508eeda6626df9214271e6184
|
|
4
|
+
data.tar.gz: 466642cb5d2de4786f9d937b8a9f345efd20eb949a9ecc16e54d1838bda24fee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a95e033a9af266409f96be809c530bad1d11074046561e79a529313962a1aac4d968ae0b75058b0aea232e995379cde9daf522b55d7a95b8023e25b7e910d01
|
|
7
|
+
data.tar.gz: 81684ff5ee8008a6adf281c8d34dd7c0c85411afddd7bd8d1417419e330ae1ce11d368fa86b5334e4027856fe77910fe4038f2546da6dc5be521a086a6c789ab
|
data/lib/fog/kubevirt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fog-kubevirt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Kliczewski
|
|
@@ -12,11 +12,12 @@ authors:
|
|
|
12
12
|
- Boris Odnopozov
|
|
13
13
|
- Shira Maximov
|
|
14
14
|
- yifatmakias
|
|
15
|
+
- Beni Cherniavsky-Paskin
|
|
15
16
|
- Wesley Beary
|
|
16
17
|
autorequire:
|
|
17
18
|
bindir: bin
|
|
18
19
|
cert_chain: []
|
|
19
|
-
date: 2022-
|
|
20
|
+
date: 2022-05-11 00:00:00.000000000 Z
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|
|
22
23
|
name: minitest
|
|
@@ -120,16 +121,22 @@ dependencies:
|
|
|
120
121
|
name: kubeclient
|
|
121
122
|
requirement: !ruby/object:Gem::Requirement
|
|
122
123
|
requirements:
|
|
123
|
-
- - "
|
|
124
|
+
- - ">="
|
|
125
|
+
- !ruby/object:Gem::Version
|
|
126
|
+
version: 4.9.3
|
|
127
|
+
- - "<"
|
|
124
128
|
- !ruby/object:Gem::Version
|
|
125
|
-
version:
|
|
129
|
+
version: 5.0.0
|
|
126
130
|
type: :runtime
|
|
127
131
|
prerelease: false
|
|
128
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
129
133
|
requirements:
|
|
130
|
-
- - "
|
|
134
|
+
- - ">="
|
|
135
|
+
- !ruby/object:Gem::Version
|
|
136
|
+
version: 4.9.3
|
|
137
|
+
- - "<"
|
|
131
138
|
- !ruby/object:Gem::Version
|
|
132
|
-
version:
|
|
139
|
+
version: 5.0.0
|
|
133
140
|
description: This library can be used as a module for `fog`.
|
|
134
141
|
email:
|
|
135
142
|
- piotr.kliczewski@gmail.com
|
|
@@ -140,6 +147,7 @@ email:
|
|
|
140
147
|
- bodnopoz@redhat.com
|
|
141
148
|
- shiramaximov@gmail.com
|
|
142
149
|
- ymakias@redhat.com
|
|
150
|
+
- cben@redhat.com
|
|
143
151
|
- geemus@gmail.com
|
|
144
152
|
executables: []
|
|
145
153
|
extensions: []
|