fog-proxmox 0.12.0 → 0.13.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75b92c2a9376b5b03efd242f25af2045063aa380c3959d3c71b4fcc6e28d5339
4
- data.tar.gz: 76b279a988d88e3de96c306b1d6788e4103036cf0327b8d89dd5f3b94f515cfa
3
+ metadata.gz: 6c14d0c2b9706b9ccf13d70fb4b3f06496d74ab2469c93eed134e9ec1beffb37
4
+ data.tar.gz: d7919eb9e2d9dff9a92f4377ef9bb0b101b5994b8e459b36443bb1881b6a3387
5
5
  SHA512:
6
- metadata.gz: f96030e302554d18cd0020a91e6291066f5ca958bcd2802e0831d304f39def11db23a3a23d2a7e23e60c17a66b44286db4ae60494351eb7bdd909e476c87073d
7
- data.tar.gz: b92f108a0d06797ba8700938be8b17fa5b9671630033cca029ba6a2908145df755ab06c4910c1139e2a2f09a6e8a07d84e860a92c89a28781a62f758a30bca58
6
+ metadata.gz: d4fe53a4bd62f5a3664287d9b3a7683379537bddf315a907e8ee80ead4f2c00e76168e9da34c9fb4cdd2a1ad3b31aba4adc465622ca691d7f4db870a5c80755b
7
+ data.tar.gz: 77cc6f9f1da87e845ddc442372fe827c58684aab525acf5f4c97fc2793e6f1ae4050cbbbfb3465f7e1e5b615b89c9ad521c1fdc56d143b37fa1a02086d347ef9
@@ -30,6 +30,7 @@ module Fog
30
30
  attribute :description
31
31
  attribute :ostype
32
32
  attribute :smbios1
33
+ attribute :bios
33
34
  attribute :numa
34
35
  attribute :kvm
35
36
  attribute :vcpus
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Fog
21
21
  module Proxmox
22
- VERSION = '0.12.0'
22
+ VERSION = '0.13.0'
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-proxmox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tristan Robert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-14 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler