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,11 +8,13 @@ Recursive-open-struct was written by these fine people:
8
8
* Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
9
9
* Federico Aloi <federico.aloi@gmail.com>
10
10
* fervic <roberto@runawaybit.com>
11
+ * Hartley McGuire <skipkayhil@gmail.com>
11
12
* Igor Victor <gogainda@yandex.ru>
12
13
* Ilya Umanets <ilya.umanets@sabiogroup.com>
13
14
* Jean Boussier <jean.boussier@gmail.com>
14
15
* Joe Rafaniello <jrafanie@redhat.com>
15
16
* Kris Dekeyser <kris.dekeyser@libis.be>
17
+ * Maple Ong <maple.ong@gusto.com>
16
18
* Matt Culpepper <matt@culpepper.co>
17
19
* Matthew O'Riordan <matthew.oriordan@gmail.com>
18
20
* Offirmo <offirmo.net@gmail.com>
@@ -26,3 +28,4 @@ Recursive-open-struct was written by these fine people:
26
28
* Tom Chapin <tchapin@gmail.com>
27
29
* Victor Guzman <victor.guzman@runawaybit.com>
28
30
* William (B.J.) Snow Orvis <aetherknight@gmail.com>
31
+ * Wynn (B.J.) Snow Orvis <aetherknight@gmail.com>
Original file line number Diff line number Diff line change
1
+ 1.3.0 / 2024/10/01
2
+ ==================
3
+
4
+ * [ #72 ] ( https://github.com/aetherknight/recursive-open-struct/pull/72 ) : Maple
5
+ Ong: Better handle marshalling and dumping ROS
6
+ * [ #78 ] ( https://github.com/aetherknight/recursive-open-struct/pull/78 ) : Hartley
7
+ McGuire: Add ostruct as a dependency since newer Ruby versions are going to
8
+ remove it
9
+
1
10
1.2.2 / 2024/06/18
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.2.2 "
6
+ VERSION = "1.3.0 "
7
7
end
You can’t perform that action at this time.
0 commit comments