diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-02-16 13:51:56 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-03-26 08:42:04 +0900 |
| commit | 8da08ddbe7257f16d24d5ee75a7bc70ac92643e8 (patch) | |
| tree | 6d4ac58b587dc5c7663de618c640bec9ae4f66ac | |
| parent | 2fd366a144767be278bd70b9ce23c9cbc4c3e790 (diff) | |
[ruby/pstore] Bump up
https://github.com/ruby/pstore/commit/d93352e365
| -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 9cb90d4161..932de1aef9 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -327,7 +327,7 @@ require "digest" # class PStore # :stopdoc: - VERSION = "0.2.0" + VERSION = "0.2.1" 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 |
