File tree Expand file tree Collapse file tree
lib/recursive_open_struct Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ Recursive-open-struct was written by these fine people:
3131* William (B.J.) Snow Orvis <aetherknight@gmail.com>
3232* Wynn (B.J.) Snow Orvis <aetherkn@aedifice.org>
3333* Wynn (B.J.) Snow Orvis <aetherknight@gmail.com>
34+ * Yuri Zubov <yuri.zubov@cleverlabs.io>
Original file line number Diff line number Diff line change 1+ 2.1.1 / 2026/04/18
2+ ==================
3+
4+ * MAINT: [ #83 ] ( https://github.com/aetherknight/recursive-open-struct/pull/83 ) :
5+ Yuri Zubov: Reduce gem size by excluding test files
6+
7+ * MAINT: [ #82 ] ( https://github.com/aetherknight/recursive-open-struct/pull/82 ) :
8+ Enable CodeQL scanning
9+ * MAINT: [ #84 ] ( https://github.com/aetherknight/recursive-open-struct/pull/84 ) :
10+ Add Ruby 4.0 to the testing matrix
11+ * MAINT: Configure Dependabot to update github actions dependencies, and let it
12+ update action versions/pins
13+ * MAINT: [ #87 ] ( https://github.com/aetherknight/recursive-open-struct/pull/87 ) :
14+ Add rubocop for autoformatting and linting, and address a lot of lints,
15+ particularly around RSpec tests
16+
1172.1.0 / 2025/12/05
218==================
319
Original file line number Diff line number Diff line change 55require 'ostruct'
66
77class RecursiveOpenStruct < OpenStruct
8- VERSION = '2.1.0 '
8+ VERSION = '2.1.1 '
99end
You can’t perform that action at this time.
0 commit comments