ruby/ext/stringio
mark-young-atg c8eaad1804 [ruby/stringio] Provide a 'Changelog' link on
rubygems.org/gems/stringio
(https://github.com/ruby/stringio/pull/111)

By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/stringio
which makes it quick and easy for someone to check on the changes
introduced with a new version.

Details of this functionality can be found on
https://guides.rubygems.org/specification-reference/#metadata

---------

8c084bfcdb

Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
2025-01-02 23:21:31 +00:00
..
.document [ruby/stringio] [DOC] Add rdoc task 2024-03-14 04:30:27 +00:00
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb [ruby/stringio] Do not compile the C extension on TruffleRuby 2023-11-27 12:21:24 +00:00
README.md
stringio.c Bump up fiddle 1.1.7.dev and stringio 3.1.3.dev 2024-12-26 10:27:24 +09:00
stringio.gemspec [ruby/stringio] Provide a 'Changelog' link on 2025-01-02 23:21:31 +00:00

StringIO

Pseudo IO class from/to String.

This library is based on MoonWolf version written in Ruby. Thanks a lot.

Differences to IO

  • fileno raises NotImplementedError.
  • encoding conversion is not implemented, and ignored silently.