dry-system 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +78 -61
- data/LICENSE +2 -1
- data/README.md +7 -13
- data/dry-system.gemspec +19 -14
- data/lib/dry/system/config/component_dirs.rb +1 -5
- data/lib/dry/system/config/namespaces.rb +0 -4
- data/lib/dry/system/container.rb +0 -4
- data/lib/dry/system/loader.rb +4 -4
- data/lib/dry/system/plugins/monitoring/proxy.rb +3 -3
- data/lib/dry/system/plugins/plugin.rb +2 -2
- data/lib/dry/system/provider_registrar.rb +1 -1
- data/lib/dry/system/provider_sources/settings/config.rb +2 -2
- data/lib/dry/system/version.rb +1 -1
- metadata +52 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d078f5485e50a210869599680a3280542d6edb8f4edb7345829da07e32d877e7
|
|
4
|
+
data.tar.gz: c0685619aa18c1af62144d3a871b24e1f52f00870bcd662380dae926bc4a0552
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a059ee8b6b12fc81631cc09ab370dc6273d9cc5e9c7ff67fc1bc06d9d9cb15a8f9edb9c1d59e5ba609ade18cb9c1a79834d3c6f0361b61cb23b712501672100
|
|
7
|
+
data.tar.gz: a78b84bc261fbe3143734bcf159b0ba29a3f7ea84a1f7511040a2a75b9d50932fde3e60c00a17333d3e7565e86d54a2595ec4b32bad2fb3a763e3d595a0dfc02
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Break Versioning](https://www.taoensso.com/break-versioning).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
[Unreleased]: https://github.com/dry-rb/dry-system/compare/v1.2.5...main
|
|
11
|
+
|
|
12
|
+
## [1.2.5] - 2025-12-01
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Pass through keyword arguments to monitored objects in `monitoring` plugin. (@yuszuv in #290)
|
|
17
|
+
|
|
18
|
+
[1.2.5]: https://github.com/dry-rb/dry-system/compare/v1.2.4...v1.2.5
|
|
19
|
+
|
|
20
|
+
## [1.2.4] - 2025-08-14
|
|
4
21
|
|
|
5
22
|
|
|
6
23
|
### Fixed
|
|
@@ -11,7 +28,7 @@ namespace to `Container.import` (@timriley in #287)
|
|
|
11
28
|
|
|
12
29
|
[Compare v1.2.3...v1.2.4](https://github.com/dry-rb/dry-system/compare/v1.2.3...v1.2.4)
|
|
13
30
|
|
|
14
|
-
## 1.2.3 2025-07-29
|
|
31
|
+
## [1.2.3] - 2025-07-29
|
|
15
32
|
|
|
16
33
|
|
|
17
34
|
### Added
|
|
@@ -29,7 +46,7 @@ using dry-rails and Rails development mode) (via #286, @alassek)
|
|
|
29
46
|
|
|
30
47
|
[Compare v1.2.2...v1.2.3](https://github.com/dry-rb/dry-system/compare/v1.2.2...v1.2.3)
|
|
31
48
|
|
|
32
|
-
## 1.2.2 2025-01-31
|
|
49
|
+
## [1.2.2] - 2025-01-31
|
|
33
50
|
|
|
34
51
|
|
|
35
52
|
### Fixed
|
|
@@ -39,7 +56,7 @@ using dry-rails and Rails development mode) (via #286, @alassek)
|
|
|
39
56
|
|
|
40
57
|
[Compare v1.2.1...v1.2.2](https://github.com/dry-rb/dry-system/compare/v1.2.1...v1.2.2)
|
|
41
58
|
|
|
42
|
-
## 1.2.1 2025-01-08
|
|
59
|
+
## [1.2.1] - 2025-01-08
|
|
43
60
|
|
|
44
61
|
|
|
45
62
|
### Fixed
|
|
@@ -50,7 +67,7 @@ wasn't the intention #281 (via #282) (@flash-gordon)
|
|
|
50
67
|
|
|
51
68
|
[Compare v1.2.0...v1.2.1](https://github.com/dry-rb/dry-system/compare/v1.2.0...v1.2.1)
|
|
52
69
|
|
|
53
|
-
## 1.2.0 2025-01-07
|
|
70
|
+
## [1.2.0] - 2025-01-07
|
|
54
71
|
|
|
55
72
|
|
|
56
73
|
### Added
|
|
@@ -63,7 +80,7 @@ wasn't the intention #281 (via #282) (@flash-gordon)
|
|
|
63
80
|
|
|
64
81
|
[Compare v1.1.1...v1.2.0](https://github.com/dry-rb/dry-system/compare/v1.1.1...v1.2.0)
|
|
65
82
|
|
|
66
|
-
## 1.1.1 2024-11-03
|
|
83
|
+
## [1.1.1] - 2024-11-03
|
|
67
84
|
|
|
68
85
|
|
|
69
86
|
### Fixed
|
|
@@ -73,13 +90,13 @@ wasn't the intention #281 (via #282) (@flash-gordon)
|
|
|
73
90
|
|
|
74
91
|
[Compare v1.1.0...v1.1.1](https://github.com/dry-rb/dry-system/compare/v1.1.0...v1.1.1)
|
|
75
92
|
|
|
76
|
-
## 1.1.0 2024-10-31
|
|
93
|
+
## [1.1.0] - 2024-10-31
|
|
77
94
|
|
|
78
95
|
|
|
79
96
|
|
|
80
97
|
[Compare v1.1.0.beta2...v1.1.0](https://github.com/dry-rb/dry-system/compare/v1.1.0.beta2...v1.1.0)
|
|
81
98
|
|
|
82
|
-
## 1.1.0.beta2 2024-09-25
|
|
99
|
+
## [1.1.0.beta2] - 2024-09-25
|
|
83
100
|
|
|
84
101
|
|
|
85
102
|
### Changed
|
|
@@ -91,7 +108,7 @@ source). (via #275) (@alassek, @timriley)
|
|
|
91
108
|
|
|
92
109
|
[Compare v1.1.0.beta1...v1.1.0.beta2](https://github.com/dry-rb/dry-system/compare/v1.1.0.beta1...v1.1.0.beta2)
|
|
93
110
|
|
|
94
|
-
## 1.1.0.beta1 2024-07-03
|
|
111
|
+
## [1.1.0.beta1] - 2024-07-03
|
|
95
112
|
|
|
96
113
|
|
|
97
114
|
### Added
|
|
@@ -115,7 +132,7 @@ a provider. (via #273) (@timriley)
|
|
|
115
132
|
|
|
116
133
|
[Compare v1.0.1...v1.1.0.beta1](https://github.com/dry-rb/dry-system/compare/v1.0.1...v1.1.0.beta1)
|
|
117
134
|
|
|
118
|
-
## 1.0.1 2022-11-18
|
|
135
|
+
## [1.0.1] - 2022-11-18
|
|
119
136
|
|
|
120
137
|
|
|
121
138
|
### Changed
|
|
@@ -124,7 +141,7 @@ a provider. (via #273) (@timriley)
|
|
|
124
141
|
|
|
125
142
|
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-system/compare/v1.0.0...v1.0.1)
|
|
126
143
|
|
|
127
|
-
## 1.0.0 2022-11-18
|
|
144
|
+
## [1.0.0] - 2022-11-18
|
|
128
145
|
|
|
129
146
|
|
|
130
147
|
### Fixed
|
|
@@ -144,7 +161,7 @@ a provider. (via #273) (@timriley)
|
|
|
144
161
|
|
|
145
162
|
[Compare v0.27.2...v1.0.0](https://github.com/dry-rb/dry-system/compare/v0.27.2...v1.0.0)
|
|
146
163
|
|
|
147
|
-
## 0.27.2 2022-10-17
|
|
164
|
+
## [0.27.2] - 2022-10-17
|
|
148
165
|
|
|
149
166
|
|
|
150
167
|
### Fixed
|
|
@@ -154,7 +171,7 @@ a provider. (via #273) (@timriley)
|
|
|
154
171
|
|
|
155
172
|
[Compare v0.27.1...v0.27.2](https://github.com/dry-rb/dry-system/compare/v0.27.1...v0.27.2)
|
|
156
173
|
|
|
157
|
-
## 0.27.1 2022-10-15
|
|
174
|
+
## [0.27.1] - 2022-10-15
|
|
158
175
|
|
|
159
176
|
|
|
160
177
|
### Fixed
|
|
@@ -164,7 +181,7 @@ a provider. (via #273) (@timriley)
|
|
|
164
181
|
|
|
165
182
|
[Compare v0.27.0...v0.27.1](https://github.com/dry-rb/dry-system/compare/v0.27.0...v0.27.1)
|
|
166
183
|
|
|
167
|
-
## 0.27.0 2022-10-15
|
|
184
|
+
## [0.27.0] - 2022-10-15
|
|
168
185
|
|
|
169
186
|
|
|
170
187
|
### Changed
|
|
@@ -176,7 +193,7 @@ there, everything else will be auto-loaded.
|
|
|
176
193
|
|
|
177
194
|
[Compare v0.26.0...v0.27.0](https://github.com/dry-rb/dry-system/compare/v0.26.0...v0.27.0)
|
|
178
195
|
|
|
179
|
-
## 0.26.0 2022-10-08
|
|
196
|
+
## [0.26.0] - 2022-10-08
|
|
180
197
|
|
|
181
198
|
|
|
182
199
|
### Changed
|
|
@@ -186,7 +203,7 @@ there, everything else will be auto-loaded.
|
|
|
186
203
|
|
|
187
204
|
[Compare v0.25.0...v0.26.0](https://github.com/dry-rb/dry-system/compare/v0.25.0...v0.26.0)
|
|
188
205
|
|
|
189
|
-
## 0.25.0 2022-07-10
|
|
206
|
+
## [0.25.0] - 2022-07-10
|
|
190
207
|
|
|
191
208
|
|
|
192
209
|
### Fixed
|
|
@@ -201,7 +218,7 @@ there, everything else will be auto-loaded.
|
|
|
201
218
|
|
|
202
219
|
[Compare v0.24.0...v0.25.0](https://github.com/dry-rb/dry-system/compare/v0.24.0...v0.25.0)
|
|
203
220
|
|
|
204
|
-
## 0.24.0
|
|
221
|
+
## [0.24.0] -
|
|
205
222
|
|
|
206
223
|
|
|
207
224
|
### Changed
|
|
@@ -210,7 +227,7 @@ there, everything else will be auto-loaded.
|
|
|
210
227
|
|
|
211
228
|
[Compare v0.23.0...master](https://github.com/dry-rb/dry-system/compare/v0.23.0...master)
|
|
212
229
|
|
|
213
|
-
## 0.23.0 2022-02-08
|
|
230
|
+
## [0.23.0] - 2022-02-08
|
|
214
231
|
|
|
215
232
|
This is a major overhaul of bootable components (now known as “Providers”), and brings major advancements to other areas, including container imports and exports.
|
|
216
233
|
|
|
@@ -610,7 +627,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
610
627
|
|
|
611
628
|
[Compare v0.22.0...v0.23.0](https://github.com/dry-rb/dry-system/compare/v0.22.0...v0.23.0)
|
|
612
629
|
|
|
613
|
-
## 0.22.0 2022-01-06
|
|
630
|
+
## [0.22.0] - 2022-01-06
|
|
614
631
|
|
|
615
632
|
|
|
616
633
|
### Added
|
|
@@ -624,7 +641,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
624
641
|
|
|
625
642
|
[Compare v0.21.0...v0.22.0](https://github.com/dry-rb/dry-system/compare/v0.21.0...v0.22.0)
|
|
626
643
|
|
|
627
|
-
## 0.21.0 2021-11-01
|
|
644
|
+
## [0.21.0] - 2021-11-01
|
|
628
645
|
|
|
629
646
|
|
|
630
647
|
### Added
|
|
@@ -657,7 +674,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
657
674
|
|
|
658
675
|
[Compare v0.20.0...v0.21.0](https://github.com/dry-rb/dry-system/compare/v0.20.0...v0.21.0)
|
|
659
676
|
|
|
660
|
-
## 0.20.0 2021-09-12
|
|
677
|
+
## [0.20.0] - 2021-09-12
|
|
661
678
|
|
|
662
679
|
|
|
663
680
|
### Fixed
|
|
@@ -672,7 +689,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
672
689
|
|
|
673
690
|
[Compare v0.19.2...v0.20.0](https://github.com/dry-rb/dry-system/compare/v0.19.2...v0.20.0)
|
|
674
691
|
|
|
675
|
-
## 0.19.2 2021-08-30
|
|
692
|
+
## [0.19.2] - 2021-08-30
|
|
676
693
|
|
|
677
694
|
|
|
678
695
|
### Changed
|
|
@@ -681,7 +698,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
681
698
|
|
|
682
699
|
[Compare v0.18.2...v0.19.2](https://github.com/dry-rb/dry-system/compare/v0.18.2...v0.19.2)
|
|
683
700
|
|
|
684
|
-
## 0.18.2 2021-08-30
|
|
701
|
+
## [0.18.2] - 2021-08-30
|
|
685
702
|
|
|
686
703
|
|
|
687
704
|
### Changed
|
|
@@ -690,7 +707,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
690
707
|
|
|
691
708
|
[Compare v0.19.1...v0.18.2](https://github.com/dry-rb/dry-system/compare/v0.19.1...v0.18.2)
|
|
692
709
|
|
|
693
|
-
## 0.19.1 2021-07-11
|
|
710
|
+
## [0.19.1] - 2021-07-11
|
|
694
711
|
|
|
695
712
|
|
|
696
713
|
### Fixed
|
|
@@ -700,7 +717,7 @@ This prepares the way for dry-system 1.0, which will be released in the coming m
|
|
|
700
717
|
|
|
701
718
|
[Compare v0.19.0...v0.19.1](https://github.com/dry-rb/dry-system/compare/v0.19.0...v0.19.1)
|
|
702
719
|
|
|
703
|
-
## 0.19.0 2021-04-22
|
|
720
|
+
## [0.19.0] - 2021-04-22
|
|
704
721
|
|
|
705
722
|
This release marks a huge step forward for dry-system, bringing support for Zeitwerk and other autoloaders, plus clearer configuration and improved consistency around component resolution for both finalized and lazy loading containers. [Read the announcement post](https://dry-rb.org/news/2021/04/22/dry-system-0-19-released-with-zeitwerk-support-and-more-leading-the-way-for-hanami-2-0/) for a high-level tour of the new features.
|
|
706
723
|
|
|
@@ -791,7 +808,7 @@ This release marks a huge step forward for dry-system, bringing support for Zeit
|
|
|
791
808
|
|
|
792
809
|
[Compare v0.18.1...v0.19.0](https://github.com/dry-rb/dry-system/compare/v0.18.1...v0.19.0)
|
|
793
810
|
|
|
794
|
-
## 0.18.1 2020-08-26
|
|
811
|
+
## [0.18.1] - 2020-08-26
|
|
795
812
|
|
|
796
813
|
|
|
797
814
|
### Fixed
|
|
@@ -801,7 +818,7 @@ This release marks a huge step forward for dry-system, bringing support for Zeit
|
|
|
801
818
|
|
|
802
819
|
[Compare v0.18.0...v0.18.1](https://github.com/dry-rb/dry-system/compare/v0.18.0...v0.18.1)
|
|
803
820
|
|
|
804
|
-
## 0.18.0 2020-08-24
|
|
821
|
+
## [0.18.0] - 2020-08-24
|
|
805
822
|
|
|
806
823
|
|
|
807
824
|
### Added
|
|
@@ -815,7 +832,7 @@ This release marks a huge step forward for dry-system, bringing support for Zeit
|
|
|
815
832
|
|
|
816
833
|
[Compare v0.17.0...v0.18.0](https://github.com/dry-rb/dry-system/compare/v0.17.0...v0.18.0)
|
|
817
834
|
|
|
818
|
-
## 0.17.0 2020-02-19
|
|
835
|
+
## [0.17.0] - 2020-02-19
|
|
819
836
|
|
|
820
837
|
|
|
821
838
|
### Fixed
|
|
@@ -828,7 +845,7 @@ This release marks a huge step forward for dry-system, bringing support for Zeit
|
|
|
828
845
|
|
|
829
846
|
[Compare v0.16.0...v0.17.0](https://github.com/dry-rb/dry-system/compare/v0.16.0...v0.17.0)
|
|
830
847
|
|
|
831
|
-
## 0.16.0 2020-02-15
|
|
848
|
+
## [0.16.0] - 2020-02-15
|
|
832
849
|
|
|
833
850
|
|
|
834
851
|
### Changed
|
|
@@ -838,7 +855,7 @@ This release marks a huge step forward for dry-system, bringing support for Zeit
|
|
|
838
855
|
|
|
839
856
|
[Compare v0.15.0...v0.16.0](https://github.com/dry-rb/dry-system/compare/v0.15.0...v0.16.0)
|
|
840
857
|
|
|
841
|
-
## 0.15.0 2020-01-30
|
|
858
|
+
## [0.15.0] - 2020-01-30
|
|
842
859
|
|
|
843
860
|
|
|
844
861
|
### Added
|
|
@@ -860,7 +877,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
860
877
|
|
|
861
878
|
[Compare v0.14.1...v0.15.0](https://github.com/dry-rb/dry-system/compare/v0.14.1...v0.15.0)
|
|
862
879
|
|
|
863
|
-
## 0.14.1 2020-01-22
|
|
880
|
+
## [0.14.1] - 2020-01-22
|
|
864
881
|
|
|
865
882
|
|
|
866
883
|
### Changed
|
|
@@ -869,7 +886,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
869
886
|
|
|
870
887
|
[Compare v0.14.0...v0.14.1](https://github.com/dry-rb/dry-system/compare/v0.14.0...v0.14.1)
|
|
871
888
|
|
|
872
|
-
## 0.14.0 2020-01-21
|
|
889
|
+
## [0.14.0] - 2020-01-21
|
|
873
890
|
|
|
874
891
|
|
|
875
892
|
### Fixed
|
|
@@ -880,7 +897,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
880
897
|
|
|
881
898
|
[Compare v0.13.2...v0.14.0](https://github.com/dry-rb/dry-system/compare/v0.13.2...v0.14.0)
|
|
882
899
|
|
|
883
|
-
## 0.13.2 2019-12-28
|
|
900
|
+
## [0.13.2] - 2019-12-28
|
|
884
901
|
|
|
885
902
|
|
|
886
903
|
### Fixed
|
|
@@ -890,7 +907,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
890
907
|
|
|
891
908
|
[Compare v0.13.1...v0.13.2](https://github.com/dry-rb/dry-system/compare/v0.13.1...v0.13.2)
|
|
892
909
|
|
|
893
|
-
## 0.13.1 2019-11-07
|
|
910
|
+
## [0.13.1] - 2019-11-07
|
|
894
911
|
|
|
895
912
|
|
|
896
913
|
### Fixed
|
|
@@ -901,7 +918,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
901
918
|
|
|
902
919
|
[Compare v0.13.0...v0.13.1](https://github.com/dry-rb/dry-system/compare/v0.13.0...v0.13.1)
|
|
903
920
|
|
|
904
|
-
## 0.13.0 2019-10-13
|
|
921
|
+
## [0.13.0] - 2019-10-13
|
|
905
922
|
|
|
906
923
|
|
|
907
924
|
### Added
|
|
@@ -917,7 +934,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
917
934
|
|
|
918
935
|
[Compare v0.12.0...v0.13.0](https://github.com/dry-rb/dry-system/compare/v0.12.0...v0.13.0)
|
|
919
936
|
|
|
920
|
-
## 0.12.0 2019-04-24
|
|
937
|
+
## [0.12.0] - 2019-04-24
|
|
921
938
|
|
|
922
939
|
|
|
923
940
|
### Changed
|
|
@@ -926,7 +943,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
926
943
|
|
|
927
944
|
[Compare v0.11.0...v0.12.0](https://github.com/dry-rb/dry-system/compare/v0.11.0...v0.12.0)
|
|
928
945
|
|
|
929
|
-
## 0.11.0 2019-03-22
|
|
946
|
+
## [0.11.0] - 2019-03-22
|
|
930
947
|
|
|
931
948
|
|
|
932
949
|
### Changed
|
|
@@ -936,7 +953,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
936
953
|
|
|
937
954
|
[Compare v0.10.1...v0.11.0](https://github.com/dry-rb/dry-system/compare/v0.10.1...v0.11.0)
|
|
938
955
|
|
|
939
|
-
## 0.10.1 2018-07-05
|
|
956
|
+
## [0.10.1] - 2018-07-05
|
|
940
957
|
|
|
941
958
|
|
|
942
959
|
### Added
|
|
@@ -950,7 +967,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
950
967
|
|
|
951
968
|
[Compare v0.10.0...v0.10.1](https://github.com/dry-rb/dry-system/compare/v0.10.0...v0.10.1)
|
|
952
969
|
|
|
953
|
-
## 0.10.0 2018-06-07
|
|
970
|
+
## [0.10.0] - 2018-06-07
|
|
954
971
|
|
|
955
972
|
|
|
956
973
|
### Added
|
|
@@ -976,7 +993,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
976
993
|
|
|
977
994
|
[Compare v0.9.2...v0.10.0](https://github.com/dry-rb/dry-system/compare/v0.9.2...v0.10.0)
|
|
978
995
|
|
|
979
|
-
## 0.9.2 2018-02-08
|
|
996
|
+
## [0.9.2] - 2018-02-08
|
|
980
997
|
|
|
981
998
|
|
|
982
999
|
### Fixed
|
|
@@ -986,7 +1003,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
986
1003
|
|
|
987
1004
|
[Compare v0.9.1...v0.9.2](https://github.com/dry-rb/dry-system/compare/v0.9.1...v0.9.2)
|
|
988
1005
|
|
|
989
|
-
## 0.9.1 2018-01-03
|
|
1006
|
+
## [0.9.1] - 2018-01-03
|
|
990
1007
|
|
|
991
1008
|
|
|
992
1009
|
### Fixed
|
|
@@ -996,7 +1013,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
996
1013
|
|
|
997
1014
|
[Compare v0.9.0...v0.9.1](https://github.com/dry-rb/dry-system/compare/v0.9.0...v0.9.1)
|
|
998
1015
|
|
|
999
|
-
## 0.9.0 2018-01-02
|
|
1016
|
+
## [0.9.0] - 2018-01-02
|
|
1000
1017
|
|
|
1001
1018
|
|
|
1002
1019
|
### Added
|
|
@@ -1015,7 +1032,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1015
1032
|
|
|
1016
1033
|
[Compare v0.8.1...v0.9.0](https://github.com/dry-rb/dry-system/compare/v0.8.1...v0.9.0)
|
|
1017
1034
|
|
|
1018
|
-
## 0.8.1 2017-10-17
|
|
1035
|
+
## [0.8.1] - 2017-10-17
|
|
1019
1036
|
|
|
1020
1037
|
|
|
1021
1038
|
### Fixed
|
|
@@ -1026,7 +1043,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1026
1043
|
|
|
1027
1044
|
[Compare v0.8.0...v0.8.1](https://github.com/dry-rb/dry-system/compare/v0.8.0...v0.8.1)
|
|
1028
1045
|
|
|
1029
|
-
## 0.8.0 2017-10-16
|
|
1046
|
+
## [0.8.0] - 2017-10-16
|
|
1030
1047
|
|
|
1031
1048
|
|
|
1032
1049
|
### Added
|
|
@@ -1044,7 +1061,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1044
1061
|
|
|
1045
1062
|
[Compare v0.7.3...v0.8.0](https://github.com/dry-rb/dry-system/compare/v0.7.3...v0.8.0)
|
|
1046
1063
|
|
|
1047
|
-
## 0.7.3 2017-08-02
|
|
1064
|
+
## [0.7.3] - 2017-08-02
|
|
1048
1065
|
|
|
1049
1066
|
|
|
1050
1067
|
### Fixed
|
|
@@ -1055,7 +1072,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1055
1072
|
|
|
1056
1073
|
[Compare v0.7.2...v0.7.3](https://github.com/dry-rb/dry-system/compare/v0.7.2...v0.7.3)
|
|
1057
1074
|
|
|
1058
|
-
## 0.7.2 2017-08-02
|
|
1075
|
+
## [0.7.2] - 2017-08-02
|
|
1059
1076
|
|
|
1060
1077
|
|
|
1061
1078
|
### Added
|
|
@@ -1070,7 +1087,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1070
1087
|
|
|
1071
1088
|
[Compare v0.7.1...v0.7.2](https://github.com/dry-rb/dry-system/compare/v0.7.1...v0.7.2)
|
|
1072
1089
|
|
|
1073
|
-
## 0.7.1 2017-06-16
|
|
1090
|
+
## [0.7.1] - 2017-06-16
|
|
1074
1091
|
|
|
1075
1092
|
|
|
1076
1093
|
### Changed
|
|
@@ -1079,7 +1096,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1079
1096
|
|
|
1080
1097
|
[Compare v0.7.0...v0.7.1](https://github.com/dry-rb/dry-system/compare/v0.7.0...v0.7.1)
|
|
1081
1098
|
|
|
1082
|
-
## 0.7.0 2017-06-15
|
|
1099
|
+
## [0.7.0] - 2017-06-15
|
|
1083
1100
|
|
|
1084
1101
|
|
|
1085
1102
|
### Added
|
|
@@ -1112,7 +1129,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1112
1129
|
|
|
1113
1130
|
[Compare v0.6.0...v0.7.0](https://github.com/dry-rb/dry-system/compare/v0.6.0...v0.7.0)
|
|
1114
1131
|
|
|
1115
|
-
## 0.6.0 2016-02-02
|
|
1132
|
+
## [0.6.0] - 2016-02-02
|
|
1116
1133
|
|
|
1117
1134
|
|
|
1118
1135
|
### Changed
|
|
@@ -1122,7 +1139,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1122
1139
|
|
|
1123
1140
|
[Compare v0.5.1...v0.6.0](https://github.com/dry-rb/dry-system/compare/v0.5.1...v0.6.0)
|
|
1124
1141
|
|
|
1125
|
-
## 0.5.1 2016-08-23
|
|
1142
|
+
## [0.5.1] - 2016-08-23
|
|
1126
1143
|
|
|
1127
1144
|
|
|
1128
1145
|
### Fixed
|
|
@@ -1132,7 +1149,7 @@ after(:configure) { config.my_new_setting = "awesome" }
|
|
|
1132
1149
|
|
|
1133
1150
|
[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-system/compare/v0.5.0...v0.5.1)
|
|
1134
1151
|
|
|
1135
|
-
## 0.5.0 2016-08-15
|
|
1152
|
+
## [0.5.0] - 2016-08-15
|
|
1136
1153
|
|
|
1137
1154
|
for multi-container setups. As part of this release `dry-system` has been renamed to `dry-system`.
|
|
1138
1155
|
|
|
@@ -1152,7 +1169,7 @@ for multi-container setups. As part of this release `dry-system` has been rename
|
|
|
1152
1169
|
|
|
1153
1170
|
[Compare v0.4.3...v0.5.0](https://github.com/dry-rb/dry-system/compare/v0.4.3...v0.5.0)
|
|
1154
1171
|
|
|
1155
|
-
## 0.4.3 2016-08-01
|
|
1172
|
+
## [0.4.3] - 2016-08-01
|
|
1156
1173
|
|
|
1157
1174
|
|
|
1158
1175
|
### Fixed
|
|
@@ -1162,7 +1179,7 @@ for multi-container setups. As part of this release `dry-system` has been rename
|
|
|
1162
1179
|
|
|
1163
1180
|
[Compare v0.4.2...v0.4.3](https://github.com/dry-rb/dry-system/compare/v0.4.2...v0.4.3)
|
|
1164
1181
|
|
|
1165
|
-
## 0.4.2 2016-07-26
|
|
1182
|
+
## [0.4.2] - 2016-07-26
|
|
1166
1183
|
|
|
1167
1184
|
|
|
1168
1185
|
### Fixed
|
|
@@ -1172,7 +1189,7 @@ for multi-container setups. As part of this release `dry-system` has been rename
|
|
|
1172
1189
|
|
|
1173
1190
|
[Compare v0.4.1...v0.4.2](https://github.com/dry-rb/dry-system/compare/v0.4.1...v0.4.2)
|
|
1174
1191
|
|
|
1175
|
-
## 0.4.1 2016-07-26
|
|
1192
|
+
## [0.4.1] - 2016-07-26
|
|
1176
1193
|
|
|
1177
1194
|
|
|
1178
1195
|
### Fixed
|
|
@@ -1182,7 +1199,7 @@ for multi-container setups. As part of this release `dry-system` has been rename
|
|
|
1182
1199
|
|
|
1183
1200
|
[Compare v0.4.0...v0.4.1](https://github.com/dry-rb/dry-system/compare/v0.4.0...v0.4.1)
|
|
1184
1201
|
|
|
1185
|
-
## 0.4.0 2016-07-26
|
|
1202
|
+
## [0.4.0] - 2016-07-26
|
|
1186
1203
|
|
|
1187
1204
|
|
|
1188
1205
|
### Added
|
|
@@ -1219,7 +1236,7 @@ for multi-container setups. As part of this release `dry-system` has been rename
|
|
|
1219
1236
|
|
|
1220
1237
|
[Compare v0.3.0...v0.4.0](https://github.com/dry-rb/dry-system/compare/v0.3.0...v0.4.0)
|
|
1221
1238
|
|
|
1222
|
-
## 0.3.0 2016-06-18
|
|
1239
|
+
## [0.3.0] - 2016-06-18
|
|
1223
1240
|
|
|
1224
1241
|
Removed two pieces that are moving to dry-web:
|
|
1225
1242
|
|
|
@@ -1232,7 +1249,7 @@ Removed two pieces that are moving to dry-web:
|
|
|
1232
1249
|
|
|
1233
1250
|
[Compare v0.2.0...v0.3.0](https://github.com/dry-rb/dry-system/compare/v0.2.0...v0.3.0)
|
|
1234
1251
|
|
|
1235
|
-
## 0.2.0 2016-06-13
|
|
1252
|
+
## [0.2.0] - 2016-06-13
|
|
1236
1253
|
|
|
1237
1254
|
|
|
1238
1255
|
### Fixed
|
|
@@ -1246,7 +1263,7 @@ Removed two pieces that are moving to dry-web:
|
|
|
1246
1263
|
|
|
1247
1264
|
[Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-system/compare/v0.1.0...v0.2.0)
|
|
1248
1265
|
|
|
1249
|
-
## 0.1.0 2016-06-07
|
|
1266
|
+
## [0.1.0] - 2016-06-07
|
|
1250
1267
|
|
|
1251
1268
|
|
|
1252
1269
|
### Added
|
|
@@ -1275,7 +1292,7 @@ Removed two pieces that are moving to dry-web:
|
|
|
1275
1292
|
|
|
1276
1293
|
[Compare v0.0.2...v0.1.0](https://github.com/dry-rb/dry-system/compare/v0.0.2...v0.1.0)
|
|
1277
1294
|
|
|
1278
|
-
## 0.0.2 2015-12-24
|
|
1295
|
+
## [0.0.2] - 2015-12-24
|
|
1279
1296
|
|
|
1280
1297
|
|
|
1281
1298
|
### Added
|
|
@@ -1289,6 +1306,6 @@ Removed two pieces that are moving to dry-web:
|
|
|
1289
1306
|
|
|
1290
1307
|
[Compare v0.0.1...v0.0.2](https://github.com/dry-rb/dry-system/compare/v0.0.1...v0.0.2)
|
|
1291
1308
|
|
|
1292
|
-
## 0.0.1 2015-12-24
|
|
1309
|
+
## [0.0.1] - 2015-12-24
|
|
1293
1310
|
|
|
1294
1311
|
First public release, extracted from rodakase project
|
data/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2015-
|
|
3
|
+
Copyright (c) 2015-2025 Hanakai team
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
6
|
this software and associated documentation files (the "Software"), to deal in
|
|
@@ -18,3 +18,4 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
|
18
18
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
19
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
20
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
+
|
data/README.md
CHANGED
|
@@ -1,23 +1,17 @@
|
|
|
1
|
-
<!---
|
|
1
|
+
<!--- This file is synced from hanakai-rb/repo-sync -->
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
[rubygem]: https://rubygems.org/gems/dry-system
|
|
4
4
|
[actions]: https://github.com/dry-rb/dry-system/actions
|
|
5
5
|
|
|
6
|
-
# dry-system [][
|
|
6
|
+
# dry-system [][rubygem] [][actions]
|
|
7
7
|
|
|
8
8
|
## Links
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Supported Ruby versions
|
|
15
|
-
|
|
16
|
-
This library officially supports the following Ruby versions:
|
|
17
|
-
|
|
18
|
-
* MRI `>= 3.1`
|
|
19
|
-
* jruby `>= 9.4` (not tested on CI)
|
|
10
|
+
- [User documentation](https://dry-rb.org/gems/dry-system)
|
|
11
|
+
- [API documentation](http://rubydoc.info/gems/dry-system)
|
|
12
|
+
- [Forum](https://discourse.dry-rb.org)
|
|
20
13
|
|
|
21
14
|
## License
|
|
22
15
|
|
|
23
16
|
See `LICENSE` file.
|
|
17
|
+
|
data/dry-system.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# This file is synced from hanakai-rb/repo-sync. To update it, edit repo-sync.yml.
|
|
4
4
|
|
|
5
5
|
lib = File.expand_path("lib", __dir__)
|
|
6
6
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
@@ -8,8 +8,8 @@ require "dry/system/version"
|
|
|
8
8
|
|
|
9
9
|
Gem::Specification.new do |spec|
|
|
10
10
|
spec.name = "dry-system"
|
|
11
|
-
spec.authors = ["
|
|
12
|
-
spec.email = ["
|
|
11
|
+
spec.authors = ["Hanakai team"]
|
|
12
|
+
spec.email = ["info@hanakai.org"]
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
spec.version = Dry::System::VERSION.dup
|
|
15
15
|
|
|
@@ -21,17 +21,22 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
spec.executables = []
|
|
22
22
|
spec.require_paths = ["lib"]
|
|
23
23
|
|
|
24
|
-
spec.
|
|
25
|
-
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-system/blob/main/CHANGELOG.md"
|
|
26
|
-
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-system"
|
|
27
|
-
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-system/issues"
|
|
28
|
-
spec.metadata["rubygems_mfa_required"] = "true"
|
|
24
|
+
spec.extra_rdoc_files = ["README.md", "CHANGELOG.md", "LICENSE"]
|
|
29
25
|
|
|
30
|
-
spec.
|
|
26
|
+
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
27
|
+
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-system/blob/main/CHANGELOG.md"
|
|
28
|
+
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-system"
|
|
29
|
+
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-system/issues"
|
|
30
|
+
spec.metadata["funding_uri"] = "https://github.com/sponsors/hanami"
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
spec.
|
|
35
|
-
spec.
|
|
36
|
-
spec.
|
|
32
|
+
spec.required_ruby_version = ">= 3.1.0"
|
|
33
|
+
|
|
34
|
+
spec.add_runtime_dependency "dry-auto_inject", "~> 1.1"
|
|
35
|
+
spec.add_runtime_dependency "dry-configurable", "~> 1.3"
|
|
36
|
+
spec.add_runtime_dependency "dry-core", "~> 1.1"
|
|
37
|
+
spec.add_runtime_dependency "dry-inflector", "~> 1.1"
|
|
38
|
+
spec.add_development_dependency "bundler"
|
|
39
|
+
spec.add_development_dependency "rake"
|
|
40
|
+
spec.add_development_dependency "rspec"
|
|
37
41
|
end
|
|
42
|
+
|
|
@@ -64,8 +64,6 @@ module Dry
|
|
|
64
64
|
#
|
|
65
65
|
# @see memoize=
|
|
66
66
|
|
|
67
|
-
# rubocop:disable Layout/LineLength
|
|
68
|
-
|
|
69
67
|
# @!method namespaces
|
|
70
68
|
#
|
|
71
69
|
# Returns the default configured namespaces for all added component dirs
|
|
@@ -89,8 +87,6 @@ module Dry
|
|
|
89
87
|
#
|
|
90
88
|
# @see add_to_load_path=
|
|
91
89
|
|
|
92
|
-
# rubocop:enable Layout/LineLength
|
|
93
|
-
|
|
94
90
|
# @!endgroup
|
|
95
91
|
|
|
96
92
|
# A ComponentDir for configuring the default values to apply to all added
|
|
@@ -110,7 +106,7 @@ module Dry
|
|
|
110
106
|
|
|
111
107
|
# @api private
|
|
112
108
|
def initialize_copy(source)
|
|
113
|
-
@dirs = source.dirs.
|
|
109
|
+
@dirs = source.dirs.transform_values(&:dup)
|
|
114
110
|
@defaults = source.defaults.dup
|
|
115
111
|
end
|
|
116
112
|
|
|
@@ -48,8 +48,6 @@ module Dry
|
|
|
48
48
|
namespaces[Namespace::ROOT_PATH]
|
|
49
49
|
end
|
|
50
50
|
|
|
51
|
-
# rubocop:disable Layout/LineLength
|
|
52
|
-
|
|
53
51
|
# Adds a component dir namespace
|
|
54
52
|
#
|
|
55
53
|
# A namespace encompasses a given sub-directory of the component dir, and
|
|
@@ -102,8 +100,6 @@ module Dry
|
|
|
102
100
|
namespaces[path] = Namespace.new(path: path, key: key, const: const)
|
|
103
101
|
end
|
|
104
102
|
|
|
105
|
-
# rubocop:enable Layout/LineLength
|
|
106
|
-
|
|
107
103
|
# Adds a root component dir namespace
|
|
108
104
|
#
|
|
109
105
|
# @see #add
|
data/lib/dry/system/container.rb
CHANGED
|
@@ -183,8 +183,6 @@ module Dry
|
|
|
183
183
|
self
|
|
184
184
|
end
|
|
185
185
|
|
|
186
|
-
# rubocop:disable Layout/LineLength
|
|
187
|
-
|
|
188
186
|
# @overload register_provider(name, namespace: nil, from: nil, source: nil, if: true, &block)
|
|
189
187
|
# Registers a provider and its lifecycle hooks
|
|
190
188
|
#
|
|
@@ -274,8 +272,6 @@ module Dry
|
|
|
274
272
|
providers.register_provider(...)
|
|
275
273
|
end
|
|
276
274
|
|
|
277
|
-
# rubocop:enable Layout/LineLength
|
|
278
|
-
|
|
279
275
|
# Return if a container was finalized
|
|
280
276
|
#
|
|
281
277
|
# @return [TrueClass, FalseClass]
|
data/lib/dry/system/loader.rb
CHANGED
|
@@ -64,12 +64,12 @@ module Dry
|
|
|
64
64
|
inflector = component.inflector
|
|
65
65
|
const_name = inflector.camelize(component.const_path)
|
|
66
66
|
inflector.constantize(const_name)
|
|
67
|
-
rescue NameError =>
|
|
67
|
+
rescue NameError => exception
|
|
68
68
|
# Ensure it's this component's constant, not any other NameError within the component
|
|
69
|
-
if
|
|
70
|
-
raise ComponentNotLoadableError.new(component,
|
|
69
|
+
if exception.message =~ /#{const_name}( |\n|$)/
|
|
70
|
+
raise ComponentNotLoadableError.new(component, exception)
|
|
71
71
|
else
|
|
72
|
-
raise
|
|
72
|
+
raise exception
|
|
73
73
|
end
|
|
74
74
|
end
|
|
75
75
|
|
|
@@ -28,12 +28,12 @@ module Dry
|
|
|
28
28
|
monitored_methods(monitored_methods)
|
|
29
29
|
|
|
30
30
|
monitored_methods.each do |meth|
|
|
31
|
-
define_method(meth) do |*args, &block|
|
|
31
|
+
define_method(meth) do |*args, **kwargs, &block|
|
|
32
32
|
object = __getobj__
|
|
33
|
-
opts = {target: key, object: object, method: meth, args: args}
|
|
33
|
+
opts = {target: key, object: object, method: meth, args: args, kwargs: kwargs}
|
|
34
34
|
|
|
35
35
|
__notifications__.instrument(:monitoring, opts) do
|
|
36
|
-
object.public_send(meth, *args, &block)
|
|
36
|
+
object.public_send(meth, *args, **kwargs, &block)
|
|
37
37
|
end
|
|
38
38
|
end
|
|
39
39
|
end
|
|
@@ -40,8 +40,8 @@ module Dry
|
|
|
40
40
|
def load_dependency(dependency, gem)
|
|
41
41
|
Kernel.require dependency
|
|
42
42
|
Plugins.loaded_dependencies << dependency.to_s
|
|
43
|
-
rescue LoadError =>
|
|
44
|
-
raise PluginDependencyMissing.new(name,
|
|
43
|
+
rescue LoadError => exception
|
|
44
|
+
raise PluginDependencyMissing.new(name, exception.message, gem)
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# @api private
|
|
@@ -125,7 +125,7 @@ module Dry
|
|
|
125
125
|
# @return [Array<Pathname>]
|
|
126
126
|
# @api public
|
|
127
127
|
def provider_files
|
|
128
|
-
@provider_files ||= provider_paths.each_with_object([[], []]) { |path, (provider_files, loaded)|
|
|
128
|
+
@provider_files ||= provider_paths.each_with_object([[], []]) { |path, (provider_files, loaded)|
|
|
129
129
|
files = ::Dir["#{path}/#{RB_GLOB}"]
|
|
130
130
|
|
|
131
131
|
files.each do |file|
|
|
@@ -42,8 +42,8 @@ module Dry
|
|
|
42
42
|
else
|
|
43
43
|
settings_obj.config[setting.name]
|
|
44
44
|
end
|
|
45
|
-
rescue =>
|
|
46
|
-
errors[setting.name] =
|
|
45
|
+
rescue => exception # rubocop:disable Style/RescueStandardError
|
|
46
|
+
errors[setting.name] = exception
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
data/lib/dry/system/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dry-system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Hanakai team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-auto_inject
|
|
@@ -66,12 +66,57 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '1.1'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: bundler
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '0'
|
|
76
|
+
type: :development
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: rake
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
type: :development
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
97
|
+
- !ruby/object:Gem::Dependency
|
|
98
|
+
name: rspec
|
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - ">="
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '0'
|
|
104
|
+
type: :development
|
|
105
|
+
prerelease: false
|
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - ">="
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '0'
|
|
69
111
|
description: Organize your code into reusable components
|
|
70
112
|
email:
|
|
71
|
-
-
|
|
113
|
+
- info@hanakai.org
|
|
72
114
|
executables: []
|
|
73
115
|
extensions: []
|
|
74
|
-
extra_rdoc_files:
|
|
116
|
+
extra_rdoc_files:
|
|
117
|
+
- README.md
|
|
118
|
+
- CHANGELOG.md
|
|
119
|
+
- LICENSE
|
|
75
120
|
files:
|
|
76
121
|
- CHANGELOG.md
|
|
77
122
|
- LICENSE
|
|
@@ -127,7 +172,7 @@ metadata:
|
|
|
127
172
|
changelog_uri: https://github.com/dry-rb/dry-system/blob/main/CHANGELOG.md
|
|
128
173
|
source_code_uri: https://github.com/dry-rb/dry-system
|
|
129
174
|
bug_tracker_uri: https://github.com/dry-rb/dry-system/issues
|
|
130
|
-
|
|
175
|
+
funding_uri: https://github.com/sponsors/hanami
|
|
131
176
|
post_install_message:
|
|
132
177
|
rdoc_options: []
|
|
133
178
|
require_paths:
|
|
@@ -136,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
136
181
|
requirements:
|
|
137
182
|
- - ">="
|
|
138
183
|
- !ruby/object:Gem::Version
|
|
139
|
-
version:
|
|
184
|
+
version: 3.1.0
|
|
140
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
186
|
requirements:
|
|
142
187
|
- - ">="
|