From 3206143db61ac63f4689efc5a7cad83d92d4c93a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 25 Jan 2022 09:10:38 +0000 Subject: [PATCH] add ruby 3.1 to testing --- .github/workflows/test.yml | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64a8668..7b3c92a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,6 +47,7 @@ jobs: - 2.6 - 2.7 - 3.0 + - 3.1 - jruby fail-fast: true diff --git a/README.md b/README.md index 1dc8dea..068a953 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ [![Test](https://github.com/libvips/ruby-vips/workflows/Test/badge.svg)](https://github.com/libvips/ruby-vips/actions?query=workflow%3ATest) This gem is a Ruby binding for the [libvips image processing -library](https://libvips.github.io/libvips). It has been tested on Linux, -macOS and Windows, and with ruby 2, ruby 3 and jruby. It uses [ruby-ffi](https://github.com/ffi/ffi) to call -functions in the libvips library. +library](https://libvips.github.io/libvips). It has been tested on +Linux, macOS and Windows, and with ruby 2, ruby 3 and jruby. It uses +[ruby-ffi](https://github.com/ffi/ffi) to call functions in the libvips +library. libvips is a [demand-driven, horizontally threaded](https://github.com/libvips/libvips/wiki/Why-is-libvips-quick) @@ -39,7 +40,7 @@ gem install ruby-vips Or include `gem "ruby-vips"` in your gemfile. -Tested with the ruby and msys from choco. +Tested with the ruby and msys from choco, but others may work. ## Example @@ -106,4 +107,3 @@ rmagick.rb 788768 See also [benchmarks at the official libvips website](https://github.com/libvips/libvips/wiki/Speed-and-memory-use). -