File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
lib/recursive_open_struct Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11Recursive-open-struct was written by these fine people:
22
3+ * Ben Langfeld <ben@langfeld.me>
34* Beni Cherniavsky-Paskin <cben@redhat.com>
45* Cédric Felizard <cedric@felizard.fr>
56* Edward Betts <edward@4angle.com>
7+ * Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
68* Federico Aloi <federico.aloi@gmail.com>
79* fervic <roberto@runawaybit.com>
810* Joe Rafaniello <jrafanie@redhat.com>
@@ -12,6 +14,7 @@ Recursive-open-struct was written by these fine people:
1214* Offirmo <offirmo.net@gmail.com>
1315* Pedro Sena <sena.pedro@gmail.com>
1416* Peter Yeremenko <peter.yeremenko@gmail.com>
17+ * Pirate Praveen <praveen@debian.org>
1518* Sebastian Gaul <sebastian@mgvmedia.com>
1619* Thiago Guimaraes <thiagogsr@gmail.com>
1720* Tom Chapin <tchapin@gmail.com>
Original file line number Diff line number Diff line change 1+ 1.1.1 / 2020/03/10
2+ ==================
3+
4+ * FIX [ #64 ] ( https://github.com/aetherknight/recursive-open-struct/pull/64 ) :
5+ Pirate Praveen: Support Ruby 2.7.0. ` OpenStruct#modifiable ` support was
6+ finally dropped, and has to be replaced with ` OpenStruct#modifiable? ` .
7+ * Made some additional changes to continue supporting pre-2.4.x Rubies,
8+ including the current stable JRuby (9.1.x.x, which tracks Ruby 2.3.x for
9+ features)
10+
1111.1.0 / 2018-02-03
212==================
313
Original file line number Diff line number Diff line change 33require 'ostruct'
44
55class RecursiveOpenStruct < OpenStruct
6- VERSION = "1.1.0 "
6+ VERSION = "1.1.1 "
77end
You can’t perform that action at this time.
0 commit comments