From 03ab1eb569e11a06f499f9e4e9ab470ca9650c2f Mon Sep 17 00:00:00 2001 From: Pablo Saavedra Date: Thu, 21 Jun 2018 10:26:59 +0200 Subject: Ruby-shadow upgrade to 2.5.0 Ruby was upgraded to 2.5.0 in sumo. A upgrade in the ruby-shadow is needed to build Upstream changes: * Updates code source reference * Fixes for rubinius and tests * Add friendlier method names * Start to add some smoke tests * Provide info on implementation Finally, this version of the package is alrady added in Debian Buster as well. Signed-off-by: Bruce Ashfield --- recipes-support/ruby-shadow/ruby-shadow_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/ruby-shadow/ruby-shadow_git.bb b/recipes-support/ruby-shadow/ruby-shadow_git.bb index 75588f3..e7db6d1 100644 --- a/recipes-support/ruby-shadow/ruby-shadow_git.bb +++ b/recipes-support/ruby-shadow/ruby-shadow_git.bb @@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/apalmblad/ruby-shadow" LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=137882914e5269b7268f0fe8e28a3f89" -PV = "2.4.1" +PV = "2.5.0" SRC_URI = "git://github.com/apalmblad/ruby-shadow.git" -SRCREV = "4231a4838fd50022b112838f114ee0586e119605" +SRCREV = "d2e822d8a8bda61f0774debbfce363a7347ed893" S = "${WORKDIR}/git" inherit ruby -- cgit v1.2.3-54-g00ecf