Dropping Ruby 1.8/1.9.1 support (Was: [Gitorious] Activity: doudou pushed 1 commits to master...)

Hi Sylvain,

Could you add a check in the typelib CMakelists.txt file that if an
older version of Ruby is detected, the cmake configuration step fails
?

I'm having the build server fail late in typelib during a bootstrap.sh
because it seems the bootstrapping still supports ruby 1.8, but
typelib doesn't.

Peter

On Fri, Oct 18, 2013 at 1:22 PM, Gitorious <no-reply [..] ...> wrote:
>
> Hello psoetens,
>
> One of your favorites has a new activity:
> ------------------------------------------------------------------------
> doudou pushed 1 commits to master
> master changed from 67584af to f7ec55f
>
> View the commit log at https://gitorious.org/orocos-toolchain/typelib/commits
>
> View the diff online: https://gitorious.org/orocos-toolchain/typelib/commit/67584af2c9b64b6391...
>
> Diff:
>
> commit f7ec55f9dde134b7e5506c0bfd11a4ef000c22d2
> Author: Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
> Date: Fri Oct 18 13:23:11 2013 +0200
>
> ruby: remove support for 1.8 and 1.9.1
>
> diff --git a/bindings/ruby/ext/memory.cc b/bindings/ruby/ext/memory.cc
> index db57f18..cb3d710 100644

Dropping Ruby 1.8/1.9.1 support (Was: [Gitorious] Activity: doud

FYI, we dropped Ruby 1.8 compatibility in rock master and next (only
stable is still 1.8-compatible)

Dropping Ruby 1.8/1.9.1 support (Was: [Gitorious] Activity: doud

On 10/20/2013 04:27 PM, Peter Soetens wrote:
> Hi Sylvain,
>
> Could you add a check in the typelib CMakelists.txt file that if an
> older version of Ruby is detected, the cmake configuration step fails
> ?
>
> I'm having the build server fail late in typelib during a bootstrap.sh
> because it seems the bootstrapping still supports ruby 1.8, but
> typelib doesn't.
Done. Good catch.