Skip to content

Commit e84f4ef

Browse files
committed
doc: add min ruby and fog-core versions
1 parent 6178945 commit e84f4ef

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66
[![Maintainability](https://api.codeclimate.com/v1/badges/33e619f2167cc9864b61/maintainability)](https://codeclimate.com/github/fog/fog-proxmox/maintainability)
77
[![Test Coverage](https://api.codeclimate.com/v1/badges/33e619f2167cc9864b61/test_coverage)](https://codeclimate.com/github/fog/fog-proxmox/test_coverage)
88

9-
This is a [FOG](http://fog.io/) (>= 1.45.0) module gem to support [Proxmox VE](https://www.proxmox.com/en/proxmox-ve)
9+
This is a [FOG](http://fog.io/) (>= 2.1) module gem to support [Proxmox VE](https://www.proxmox.com/en/proxmox-ve)
1010

1111
It is intended to satisfy this [feature](https://github.com/fog/fog/issues/3644), but Proxmox provider only, and above all this [Foreman](http://www.theforeman.org) [feature](https://projects.theforeman.org/issues/2186).
1212

1313
It is inspired by the great [fog-openstack](https://github.com/fog/fog-openstack) module.
1414

1515
## Compatibility versions
1616

17-
|Fog-Proxmox|Proxmox VE|
18-
|--|--|
19-
|<0.6|<5.3|
20-
|>=0.6|>=5.3|
21-
|>=0.8|>=5.4|
22-
|>=0.9|>=6.0|
17+
|Fog-Proxmox|Proxmox VE|Fog-core|ruby|
18+
|--|--|--|--|
19+
|<0.6|<5.3|>=1.45|>=2.3|
20+
|>=0.6|>=5.3|>=1.45|>=2.3|
21+
|>=0.8|>=5.4|>=1.45|>=2.3|
22+
|>=0.9|>=6.0|>=2.1|>=2.3|
23+
|>=0.10|>=6.0|>=2.1|>=2.5|
2324

2425
## Installation
2526

0 commit comments

Comments
 (0)