Skip to content

Commit

Permalink
add ruby 3.1 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Jan 25, 2022
1 parent 2445829 commit 3206143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- 2.6
- 2.7
- 3.0
- 3.1
- jruby
fail-fast: true

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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).

0 comments on commit 3206143

Please sign in to comment.