[ruby/pstore] Bump up v0.1.4
https://github.com/ruby/pstore/commit/a63a70a830
This commit is contained in:
parent
ae785d88bf
commit
475e8f8c46
@ -326,7 +326,7 @@ require "digest"
|
|||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
class PStore
|
class PStore
|
||||||
VERSION = "0.1.3"
|
VERSION = "0.1.4"
|
||||||
|
|
||||||
RDWR_ACCESS = {mode: IO::RDWR | IO::CREAT | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
|
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
|
RD_ACCESS = {mode: IO::RDONLY | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
|
||||||
|
Loading…
x
Reference in New Issue
Block a user