Ruby 2.7 support

This commit is contained in:
William S Fulton 2020-01-05 10:38:15 +00:00
commit 6c476ba3cf
2 changed files with 3 additions and 6 deletions

View file

@ -454,12 +454,6 @@ matrix:
env: SWIGLANG=php VER=7.2
sudo: required
dist: xenial
# Not yet supported
- compiler: gcc
os: linux
env: SWIGLANG=ruby VER=2.7
sudo: required
dist: xenial
# Sometimes hits the Travis 50 minute time limit
- compiler: clang
os: osx

View file

@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.2 (in progress)
===========================
2020-01-05: treitmayr
[Ruby] #1692 #1689 Add support for Ruby 2.7
2019-12-30: treitmayr
[Ruby] #1653 #1668 Fix code generated when using -globalmodule option.