README.md in extlz4-0.3.1 vs README.md in extlz4-0.3.2

- old
+ new

@@ -177,10 +177,15 @@ data = decoder.update(lz4data2) p src2 == data # => true ``` +## Support `Ractor` with Ruby3 + +Ruby3 で追加された `Ractor` に対応しています。 + + ## BONUS (おまけ) コマンドラインプログラムとして ``extlz4`` が追加されます。 これは lz4 と同程度の機能を持ちます (車輪の再発明とも言う)。 @@ -189,18 +194,18 @@ ## SPECIFICATION (仕様) - package name: extlz4 - - author: dearblue (mailto:dearblue@users.noreply.github.com) + - author: dearblue (mailto:dearblue@users.osdn.me) - project page: <https://github.com/dearblue/ruby-extlz4> - how to install: `gem install extlz4` - - version: 0.3.1 + - version: 0.3.2 - product quality: technical preview - licensing: [2 clause BSD License](LICENSE) - dependency gems: none - dependency external c libraries: none - bundled external c libraries (git submodules): - [lz4](https://github.com/lz4/lz4) - [version 1.9.2](https://github.com/lz4/lz4/tree/v1.9.2) - under [2 clause BSD license](https://github.com/lz4/lz4/blob/v1.9.2/LICENSE) + [version 1.9.3](https://github.com/lz4/lz4/tree/v1.9.3) + under [2 clause BSD license](https://github.com/lz4/lz4/blob/v1.9.3/LICENSE) by [Yann Collet](https://github.com/Cyan4973)