[ruby/pstore] Bump up 0.1.3

https://github.com/ruby/pstore/commit/6d5c0833e7
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 12:10:24 +09:00 committed by git
parent ff48d19540
commit 308d794366

View File

@ -326,7 +326,7 @@ require "digest"
# end
#
class PStore
VERSION = "0.1.2"
VERSION = "0.1.3"
RDWR_ACCESS = {mode: IO::RDWR | IO::CREAT | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
RD_ACCESS = {mode: IO::RDONLY | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze