File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
lib/recursive_open_struct Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Recursive-open-struct was written by these fine people:
88* Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
99* Federico Aloi <federico.aloi@gmail.com>
1010* fervic <roberto@runawaybit.com>
11+ * Igor Victor <gogainda@yandex.ru>
12+ * Jean Boussier <jean.boussier@gmail.com>
1113* Joe Rafaniello <jrafanie@redhat.com>
1214* Kris Dekeyser <kris.dekeyser@libis.be>
1315* Matt Culpepper <matt@culpepper.co>
Original file line number Diff line number Diff line change 1+ 1.1.3 / 2020/10/15
2+ ==================
3+
4+ * No longer officially supporting Ruby 2.4.x, but compatiblity continues.
5+ * [ #68 ] ( https://github.com/aetherknight/recursive-open-struct/pull/68 ) : Igor
6+ Victor: Add truffleruby-head to travis
7+ * FIX [ #67 ] ( https://github.com/aetherknight/recursive-open-struct/pull/67 ) :
8+ Jean Boussier: Support upstream changes to OpenStruct in ruby-head (Ruby
9+ 3.0.0-dev)
10+
1111.1.2 / 2020/06/20
212==================
313
Original file line number Diff line number Diff line change 33require 'ostruct'
44
55class RecursiveOpenStruct < OpenStruct
6- VERSION = "1.1.2 "
6+ VERSION = "1.1.3 "
77end
You can’t perform that action at this time.
0 commit comments