Skip to content

Commit

Permalink
Transfer repo to theforeman
Browse files Browse the repository at this point in the history
Bump version to 0.5.6
  • Loading branch information
tristanrobert committed Feb 11, 2019
1 parent b1dc292 commit 73ab723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions foreman_fog_proxmox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Gem::Specification.new do |s|
s.name = 'foreman_fog_proxmox'
s.version = ForemanFogProxmox::VERSION
s.license = 'GPL-3.0'
s.authors = ['Tristan Robert']
s.email = ['tristan.robert.44@gmail.com']
s.homepage = 'https://github.com/tristanrobert/foreman_proxmox'
s.authors = ['Tristan Robert', 'The Foreman Team']
s.email = ['tristan.robert.44@gmail.com', 'theforeman.rubygems@gmail.com']
s.homepage = 'https://github.com/theforeman/foreman_proxmox'
s.summary = 'Foreman plugin that adds Proxmox VE compute resource using fog-proxmox'
# also update locale/gemspec.rb
s.description = 'Foreman plugin adds Proxmox VE compute resource using fog-proxmox. It is compatible with Foreman 1.17+'
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_fog_proxmox/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>.

module ForemanFogProxmox
VERSION = '0.5.5'.freeze
VERSION = '0.5.6'.freeze
end

0 comments on commit 73ab723

Please sign in to comment.