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:
3
3
* Ben Langfeld <ben@langfeld.me>
4
4
* Beni Cherniavsky-Paskin <cben@redhat.com>
5
5
* Cédric Felizard <cedric@felizard.fr>
6
+ * David Feldman <dbfeldman@gmail.com>
6
7
* Edward Betts <edward@4angle.com>
7
8
* Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
8
9
* 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
+
1
10
1.1.1 / 2020/03/10
2
11
==================
3
12
Original file line number Diff line number Diff line change 3
3
require 'ostruct'
4
4
5
5
class RecursiveOpenStruct < OpenStruct
6
- VERSION = "1.1.1 "
6
+ VERSION = "1.1.2 "
7
7
end
You can’t perform that action at this time.
0 commit comments