diff options
author | Marc-André Lafortune <[email protected]> | 2022-01-18 14:31:43 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-03-07 20:08:26 +0900 |
commit | 0adabdc53d117a244c64de8b78bfcf5e658d386e (patch) | |
tree | 049b3819e7803b875ecb7693d81912a8a913051c /lib/ostruct.rb | |
parent | e1391bf96f03143387c500a168adb6fc9fc242c6 (diff) |
[ruby/ostruct] v0.5.3
https://github.com/ruby/ostruct/commit/322efd0e61
Diffstat (limited to 'lib/ostruct.rb')
-rw-r--r-- | lib/ostruct.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ostruct.rb b/lib/ostruct.rb index 2b739beed7..8be8704135 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -107,7 +107,7 @@ # For all these reasons, consider not using OpenStruct at all. # class OpenStruct - VERSION = "0.5.2" + VERSION = "0.5.3" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |