Update poise-javascript and poise-ruby cookbooks

This commit is contained in:
Greg Karékinian
2018-04-17 12:21:48 +02:00
parent d3aa94aab5
commit 90bb872305
10 changed files with 26 additions and 86 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## v2.4.0
* Add support for the rh-ruby24 SCL package.
## v2.3.0
* Chef 13 support.

View File

@@ -25,7 +25,8 @@ module PoiseRuby
class Scl < Base
include PoiseLanguages::Scl::Mixin
provides(:scl)
scl_package('2.3.0', 'rh-ruby23', 'rh-ruby23-ruby-devel', '>= 7.0')
scl_package('2.4.0', 'rh-ruby24', 'rh-ruby24-ruby-devel')
scl_package('2.3.1', 'rh-ruby23', 'rh-ruby23-ruby-devel')
scl_package('2.2.2', 'rh-ruby22', 'rh-ruby22-ruby-devel')
# On EL7, the system package is Ruby 2.0.0 and is newer than the SCL build.
scl_package('2.0.0', 'ruby200', 'ruby200-ruby-devel', '~> 6.0')

View File

@@ -16,5 +16,5 @@
module PoiseRuby
VERSION = '2.3.0'
VERSION = '2.4.0'
end

File diff suppressed because one or more lines are too long