ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

v3.1.1 not available from rubygems.org #98

Closed PikachuEXE closed 3 months ago

PikachuEXE commented 3 months ago

Similar issue: https://github.com/ruby/stringio/issues/73

3.1.1 is available on ruby 3.3.3 but not on rubygems.org

Ruby version: ruby 3.3.3 (2024-06-12 revision f1c7b6f435) [arm64-darwin22]

ruby -rstringio -e 'puts StringIO::VERSION': 3.1.1

kou commented 3 months ago

Ah, Ruby 3.3.3 includes unreleased 3.1.1. OK. We release 3.1.1.

kou commented 3 months ago

Done.