foreman_proxmox 0.0.4 → 0.0.5

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: 95b0132c2e385e9938df668b0e200d92990f0607
4
- data.tar.gz: 8381f4963e11307757b75d0615bb8b72d7ccceaf
3
+ metadata.gz: aa67c3292e4bf36a45d0e7631332757474985d1b
4
+ data.tar.gz: 526eb83900e4b718d04e81d9d0f230023b8c7079
5
5
  SHA512:
6
- metadata.gz: d2db30cb8a59ab190ef61a9fa20ce0ceca83be22726118d2398cca7832a0eb2e6dde663187b18c7da54abb81745a2117744009ee2158f57afe0ff61ddafce2dc
7
- data.tar.gz: f3cfcb51b9e68763898da7ca236936ede2563150e76b432cdaf8e049f8a99bc624f45ae0efa60a23e34158a407bd4b153a652b896c8a091a015b75b7d188f811
6
+ metadata.gz: e16d8e1e8833515d100975045a07960b11d24c201efb5ffe2524f7b5440a8aca853f6989211d6f67813a84f655d272cdc7da5fc1b13b429e47548a4d6ff059f4
7
+ data.tar.gz: d98b969483b916391cc8b92fe759d6ca6235a8a22bc1332459dd39429267544c60a45b0e591a0ac56b48c4cded19555176a91f20cc516b1a5f674854dcaada19
@@ -36,7 +36,7 @@ module ForemanProxmox
36
36
  # add dashboard widget
37
37
  widget 'foreman_proxmox_widget', name: N_('Foreman Proxmox widget'), sizex: 4, sizey: 1
38
38
  end
39
- ends
39
+ end
40
40
 
41
41
  # Precompile any JS or CSS files under app/assets/
42
42
  # If requiring files from each other, list them explicitly here to avoid precompiling the same
@@ -1,3 +1,3 @@
1
1
  module ForemanProxmox
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_proxmox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Isensee