Project

General

Profile

« Previous | Next » 

Revision bdb2d3a4

Added by Lukas Zapletal almost 9 years ago

Updated foreman_discovery to 4.0.0

View differences:

plugins/ruby-foreman-discovery/debian/changelog
ruby-foreman-discovery (4.0.0) stable; urgency=low
* 4.0.0 released
-- Lukas Zapletal <lzap+git@redhat.com> Wed, 12 Aug 2015 16:08:02 +0200
ruby-foreman-discovery (3.0.0-1) stable; urgency=low
* Release 3.0.0
plugins/ruby-foreman-discovery/debian/control
Section: ruby
Priority: extra
Maintainer: Greg Sutcliffe <gsutclif@redhat.com>
Build-Depends: debhelper (>= 8.0.0), foreman (>= 1.8.0~rc1), foreman-sqlite3 (>= 1.8.0~rc1), ruby-foreman-deface
Build-Depends: debhelper (>= 8.0.0), foreman (>= 1.9.0~rc1), foreman-sqlite3 (>= 1.9.0~rc1), ruby-foreman-deface
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/foreman_discovery
Package: ruby-foreman-discovery
Architecture: all
Depends: ${misc:Depends}, bundler, foreman (>= 1.8.0~rc1), ruby-foreman-deface
Depends: ${misc:Depends}, bundler, foreman (>= 1.9.0~rc1), ruby-foreman-deface
Description: Foreman Discovery Plugin
MaaS Discovery Plugin engine for Foreman.
plugins/ruby-foreman-discovery/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/foreman_discovery-3.0.0.gem"
GEMS="https://rubygems.org/downloads/foreman_discovery-4.0.0.gem"
plugins/ruby-foreman-discovery/foreman_discovery.rb
gem 'foreman_discovery', '3.0.0'
gem 'foreman_discovery', '4.0.0'

Also available in: Unified diff