diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-08 13:05:21 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-03-26 08:41:53 +0900 |
| commit | 79fe6fcb5c85f65e146b3d0d52d7a41f1a578e39 (patch) | |
| tree | 00f45e7e588cec2f3bee8925e9c36947900a7555 | |
| parent | f589793531b9b8c87a20bc73d8698d804ec7b531 (diff) | |
[ruby/pstore] Bump up v0.1.4
https://github.com/ruby/pstore/commit/a63a70a830
| -rw-r--r-- | lib/pstore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb index ee9e6f8914..53d8cca0f0 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -326,7 +326,7 @@ require "digest" # end # class PStore - VERSION = "0.1.3" + VERSION = "0.1.4" 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 |
