Project

General

Profile

« Previous | Next » 

Revision 126a7c9a

Added by Dominic Cleal over 8 years ago

Update deface to 1.0.1

Change core Foreman packages to ship nokogiri 1.6.x as a requirement
for deface 1.x.

View differences:

debian/jessie/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.5.0'
gem 'nokogiri', '~> 1.6.0'
debian/precise/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.5.0'
gem 'nokogiri', '~> 1.6.0'
debian/trusty/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.5.0'
gem 'nokogiri', '~> 1.6.0'
debian/wheezy/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.5.0'
gem 'nokogiri', '~> 1.6.0'
plugins/ruby-foreman-deface/debian/changelog
ruby-foreman-deface (1.0.1) stable; urgency=low
* Update to 1.0.1
-- Dominic Cleal <dcleal@redhat.com> Fri, 21 Aug 2015 09:30:23 +0100
ruby-foreman-deface (0.9.1-2) stable; urgency=low
* Set HOME to ~foreman as rb-readline requires it
plugins/ruby-foreman-deface/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/deface-0.9.1.gem"
GEMS="https://rubygems.org/downloads/deface-1.0.1.gem"
GEMS="$GEMS https://rubygems.org/downloads/colorize-0.7.7.gem"
plugins/ruby-foreman-deface/foreman_deface.rb
gem 'deface'
gem 'deface', '1.0.1'

Also available in: Unified diff