Skip to content

Commit

Permalink
Updated foreman-fog-proxmox to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanrobert authored and mmoll committed Nov 8, 2019
1 parent 49b88a8 commit 3e9eb30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions plugins/ruby-foreman-fog-proxmox/debian/changelog
@@ -1,3 +1,9 @@
ruby-foreman-fog-proxmox (0.8.2-1) stable; urgency=low

* 0.8.2 released

-- Tristan Robert <tristan.robert.44@gmail.com> Fri, 08 Nov 2019 10:48:19 +0100

ruby-foreman-fog-proxmox (0.8.0-1) stable; urgency=low

* 0.8.0 released
Expand Down
4 changes: 2 additions & 2 deletions plugins/ruby-foreman-fog-proxmox/debian/gem.list
@@ -1,3 +1,3 @@
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/foreman_fog_proxmox-0.8.0.gem"
GEMS="$GEMS https://rubygems.org/downloads/fog-proxmox-0.8.0.gem"
GEMS="https://rubygems.org/downloads/foreman_fog_proxmox-0.8.2.gem"
GEMS="$GEMS https://rubygems.org/downloads/fog-proxmox-0.8.3.gem"
4 changes: 2 additions & 2 deletions plugins/ruby-foreman-fog-proxmox/foreman_fog_proxmox.rb
@@ -1,2 +1,2 @@
gem 'foreman_fog_proxmox', '0.8.0'
gem 'fog-proxmox', '0.8.0'
gem 'foreman_fog_proxmox', '0.8.2'
gem 'fog-proxmox', '0.8.3'

0 comments on commit 3e9eb30

Please sign in to comment.