Project

General

Profile

« Previous | Next » 

Revision 84b385de

Added by Stephen Benjamin almost 9 years ago

Update foreman-tasks to 0.7.3

View differences:

plugins/ruby-foreman-tasks/debian/changelog
ruby-foreman-tasks (0.7.3-1) stable; urgency=low
* Update to 0.7.3
-- Stephen Benjamin <stbenjam@redhat.com> Thu, 13 Aug 2015 14:56:52 -0400
ruby-foreman-tasks (0.7.2-1) stable; urgency=low
* 0.7.2-1 released
plugins/ruby-foreman-tasks/debian/control
Section: ruby
Priority: extra
Maintainer: Michael Moll <mmoll@mmoll.at>
Build-Depends: debhelper, foreman (>= 1.8.0~rc1), foreman-sqlite3 (>= 1.8.0~rc1), ruby-foreman-dynflow (>= 0.8.1), ruby-foreman-dynflow (<< 0.9.0)
Build-Depends: debhelper, foreman (>= 1.8.0~rc1), foreman-sqlite3 (>= 1.8.0~rc1), ruby-foreman-dynflow (>= 0.8.3), ruby-foreman-dynflow (<< 0.9.0)
Standards-Version: 3.9.3
Homepage: https://github.com/Dynflow/dynflow
Package: ruby-foreman-tasks
Architecture: all
Depends: ${misc:Depends}, bundler, foreman (>= 1.8.0~rc1), ruby-foreman-dynflow (>= 0.8.1), ruby-foreman-dynflow (<< 0.9.0)
Depends: ${misc:Depends}, bundler, foreman (>= 1.8.0~rc1), ruby-foreman-dynflow (>= 0.8.3), ruby-foreman-dynflow (<< 0.9.0)
Description: Tasks management engine for Foreman.
Tasks management engine for Foreman. Gives you and overview of what's happening/happened in your Foreman instance.
plugins/ruby-foreman-tasks/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/foreman-tasks-0.7.2.gem"
GEMS="https://rubygems.org/downloads/foreman-tasks-0.7.3.gem"
GEMS="$GEMS https://rubygems.org/downloads/daemons-1.2.3.gem"
GEMS="$GEMS https://rubygems.org/downloads/sequel-4.24.0.gem"
GEMS="$GEMS https://rubygems.org/downloads/sinatra-1.4.6.gem"
plugins/ruby-foreman-tasks/foreman-tasks.rb
gem 'foreman-tasks', '0.7.2'
gem 'foreman-tasks', '0.7.3'

Also available in: Unified diff