File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
lib/recursive_open_struct Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Recursive-open-struct was written by these fine people:
33* Ben Langfeld <ben@langfeld.me>
44* Beni Cherniavsky-Paskin <cben@redhat.com>
55* Cédric Felizard <cedric@felizard.fr>
6+ * David Feldman <dbfeldman@gmail.com>
67* Edward Betts <edward@4angle.com>
78* Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
89* Federico Aloi <federico.aloi@gmail.com>
Original file line number Diff line number Diff line change 1+ 1.1.2 / 2020/06/20
2+ ==================
3+
4+ * FIX [ #58 ] ( https://github.com/aetherknight/recursive-open-struct/pull/58 ) :
5+ David Feldman: Fix ` []= ` so that it properly updates sub-elements
6+ * [ #58 ] ( https://github.com/aetherknight/recursive-open-struct/pull/58 ) :
7+ David Feldman: Make the default options configurable at the class level to
8+ simplify adding additional options in subclasses
9+
1101.1.1 / 2020/03/10
211==================
312
Original file line number Diff line number Diff line change 33require 'ostruct'
44
55class RecursiveOpenStruct < OpenStruct
6- VERSION = "1.1.1 "
6+ VERSION = "1.1.2 "
77end
You can’t perform that action at this time.
0 commit comments