ruby-changes:64763
From: Marc-Andre <ko1@a...>
Date: Wed, 6 Jan 2021 08:36:17 +0900 (JST)
Subject: [ruby-changes:64763] a0a6293e78 (master): [ruby/ostruct] Bump version
https://git.ruby-lang.org/ruby.git/commit/?id=a0a6293e78 From a0a6293e787fb7412212cfd85b2cd1e726df8b38 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune <github@m...> Date: Tue, 5 Jan 2021 18:35:46 -0500 Subject: [ruby/ostruct] Bump version diff --git a/lib/ostruct.rb b/lib/ostruct.rb index e7beac0..e255a5e 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -107,7 +107,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/ostruct.rb#L107 # For all these reasons, consider not using OpenStruct at all. # class OpenStruct - VERSION = "0.3.1" + VERSION = "0.3.2" # # Creates a new OpenStruct object. By default, the resulting OpenStruct -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/