env_parser 1.6.1 → 1.7.1

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.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +5 -4
  3. data/.ruby-version +1 -1
  4. data/Gemfile.lock +108 -43
  5. data/README.md +28 -15
  6. data/docs/EnvParser/AutoregisterFileNotFound.html +12 -9
  7. data/docs/EnvParser/Error.html +10 -8
  8. data/docs/EnvParser/TypeAlreadyDefinedError.html +11 -8
  9. data/docs/EnvParser/Types/BaseTypes.html +11 -11
  10. data/docs/EnvParser/Types/ChronologyTypes.html +10 -9
  11. data/docs/EnvParser/Types/InternetTypes.html +10 -9
  12. data/docs/EnvParser/Types.html +12 -10
  13. data/docs/EnvParser/UnknownTypeError.html +12 -9
  14. data/docs/EnvParser/UnparseableAutoregisterSpec.html +12 -9
  15. data/docs/EnvParser/ValueNotAllowedError.html +12 -9
  16. data/docs/EnvParser/ValueNotConvertibleError.html +11 -8
  17. data/docs/EnvParser.html +67 -113
  18. data/docs/_index.html +9 -7
  19. data/docs/class_list.html +10 -7
  20. data/docs/css/common.css +1 -1
  21. data/docs/css/full_list.css +201 -53
  22. data/docs/css/style.css +991 -399
  23. data/docs/file.README.html +243 -315
  24. data/docs/file_list.html +9 -6
  25. data/docs/frames.html +10 -5
  26. data/docs/index.html +243 -315
  27. data/docs/js/app.js +799 -312
  28. data/docs/js/full_list.js +332 -214
  29. data/docs/method_list.html +9 -6
  30. data/docs/top-level-namespace.html +8 -6
  31. data/env_parser.gemspec +5 -5
  32. data/lib/env_parser/types/internet_types.rb +2 -2
  33. data/lib/env_parser/version.rb +1 -1
  34. data/lib/env_parser.rb +1 -3
  35. metadata +9 -21
  36. data/spec/env_parser/types/base_types_spec.rb +0 -98
  37. data/spec/env_parser/types/chronology_types_spec.rb +0 -49
  38. data/spec/env_parser/types/internet_types_spec.rb +0 -95
  39. data/spec/env_parser_spec.rb +0 -214
  40. data/spec/spec_helper.rb +0 -14
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: EnvParser::Types::ChronologyTypes
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::Types::ChronologyTypes";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -78,7 +80,8 @@
78
80
 
79
81
  <dl>
80
82
  <dt>Defined in:</dt>
81
- <dd>lib/env_parser/types/chronology_types.rb</dd>
83
+ <dd>lib/env_parser/types/chronology_types.rb
84
+ </dd>
82
85
  </dl>
83
86
 
84
87
  </div>
@@ -86,7 +89,6 @@
86
89
  <h2>Overview</h2><div class="docstring">
87
90
  <div class="discussion">
88
91
  <p>Defines types for date/time-related values, adding the following:</p>
89
-
90
92
  <table>
91
93
  <tbody>
92
94
  <tr>
@@ -132,7 +134,6 @@
132
134
  </tbody>
133
135
  </table>
134
136
 
135
-
136
137
  </div>
137
138
  </div>
138
139
  <div class="tags">
@@ -150,11 +151,11 @@
150
151
  </div>
151
152
 
152
153
  <div id="footer">
153
- Generated on Fri Dec 30 17:49:58 2022 by
154
+ Generated on Sun Jun 21 01:17:51 2026 by
154
155
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
- 0.9.28 (ruby-3.0.4).
156
+ 0.9.44 (ruby-3.4.8).
156
157
  </div>
157
158
 
158
159
  </div>
159
160
  </body>
160
- </html>
161
+ </html>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: EnvParser::Types::InternetTypes
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::Types::InternetTypes";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -78,7 +80,8 @@
78
80
 
79
81
  <dl>
80
82
  <dt>Defined in:</dt>
81
- <dd>lib/env_parser/types/internet_types.rb</dd>
83
+ <dd>lib/env_parser/types/internet_types.rb
84
+ </dd>
82
85
  </dl>
83
86
 
84
87
  </div>
@@ -86,7 +89,6 @@
86
89
  <h2>Overview</h2><div class="docstring">
87
90
  <div class="discussion">
88
91
  <p>Defines types for internet-related values, adding the following:</p>
89
-
90
92
  <table>
91
93
  <tbody>
92
94
  <tr>
@@ -144,7 +146,6 @@
144
146
  </tbody>
145
147
  </table>
146
148
 
147
-
148
149
  </div>
149
150
  </div>
150
151
  <div class="tags">
@@ -162,11 +163,11 @@
162
163
  </div>
163
164
 
164
165
  <div id="footer">
165
- Generated on Fri Dec 30 17:49:58 2022 by
166
+ Generated on Sun Jun 21 01:17:51 2026 by
166
167
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
- 0.9.28 (ruby-3.0.4).
168
+ 0.9.44 (ruby-3.4.8).
168
169
  </div>
169
170
 
170
171
  </div>
171
172
  </body>
172
- </html>
173
+ </html>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: EnvParser::Types
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::Types";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -78,8 +80,9 @@
78
80
 
79
81
  <dl>
80
82
  <dt>Defined in:</dt>
81
- <dd>lib/env_parser/types/base_types.rb<span class="defines">,<br />
82
- lib/env_parser/types/internet_types.rb,<br /> lib/env_parser/types/chronology_types.rb</span>
83
+ <dd>lib/env_parser/types/base_types.rb<span class="defines">,<br>
84
+ lib/env_parser/types/internet_types.rb,<br> lib/env_parser/types/chronology_types.rb</span>
85
+
83
86
  </dd>
84
87
  </dl>
85
88
 
@@ -88,8 +91,7 @@
88
91
  <h2>Overview</h2><div class="docstring">
89
92
  <div class="discussion">
90
93
  <p>The parent module for all EnvParser type definition modules.
91
- Exists only for documentations sake.</p>
92
-
94
+ Exists only for documentation's sake.</p>
93
95
 
94
96
  </div>
95
97
  </div>
@@ -118,11 +120,11 @@ Exists only for documentation’s sake.</p>
118
120
  </div>
119
121
 
120
122
  <div id="footer">
121
- Generated on Fri Dec 30 17:49:58 2022 by
123
+ Generated on Sun Jun 21 01:17:51 2026 by
122
124
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
- 0.9.28 (ruby-3.0.4).
125
+ 0.9.44 (ruby-3.4.8).
124
126
  </div>
125
127
 
126
128
  </div>
127
129
  </body>
128
- </html>
130
+ </html>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: EnvParser::UnknownTypeError
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::UnknownTypeError";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -98,15 +100,15 @@
98
100
 
99
101
  <dl>
100
102
  <dt>Defined in:</dt>
101
- <dd>lib/env_parser/errors.rb</dd>
103
+ <dd>lib/env_parser/errors.rb
104
+ </dd>
102
105
  </dl>
103
106
 
104
107
  </div>
105
108
 
106
109
  <h2>Overview</h2><div class="docstring">
107
110
  <div class="discussion">
108
- <p>Error class used to indicate the requested as type has not been defined.</p>
109
-
111
+ <p>Error class used to indicate the requested &quot;as&quot; type has not been defined.</p>
110
112
 
111
113
  </div>
112
114
  </div>
@@ -128,15 +130,16 @@
128
130
 
129
131
 
130
132
 
133
+
131
134
 
132
135
  </div>
133
136
 
134
137
  <div id="footer">
135
- Generated on Fri Dec 30 17:49:58 2022 by
138
+ Generated on Sun Jun 21 01:17:51 2026 by
136
139
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.9.28 (ruby-3.0.4).
140
+ 0.9.44 (ruby-3.4.8).
138
141
  </div>
139
142
 
140
143
  </div>
141
144
  </body>
142
- </html>
145
+ </html>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: EnvParser::UnparseableAutoregisterSpec
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::UnparseableAutoregisterSpec";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -98,17 +100,17 @@
98
100
 
99
101
  <dl>
100
102
  <dt>Defined in:</dt>
101
- <dd>lib/env_parser/errors.rb</dd>
103
+ <dd>lib/env_parser/errors.rb
104
+ </dd>
102
105
  </dl>
103
106
 
104
107
  </div>
105
108
 
106
109
  <h2>Overview</h2><div class="docstring">
107
110
  <div class="discussion">
108
- <p>Error class used to indicate an unparseable auto-registration spec (used by the autoregister
111
+ <p>Error class used to indicate an unparseable auto-registration spec (used by the &quot;autoregister&quot;
109
112
  feature).</p>
110
113
 
111
-
112
114
  </div>
113
115
  </div>
114
116
  <div class="tags">
@@ -129,15 +131,16 @@ feature).</p>
129
131
 
130
132
 
131
133
 
134
+
132
135
 
133
136
  </div>
134
137
 
135
138
  <div id="footer">
136
- Generated on Fri Dec 30 17:49:58 2022 by
139
+ Generated on Sun Jun 21 01:17:51 2026 by
137
140
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.28 (ruby-3.0.4).
141
+ 0.9.44 (ruby-3.4.8).
139
142
  </div>
140
143
 
141
144
  </div>
142
145
  </body>
143
- </html>
146
+ </html>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: EnvParser::ValueNotAllowedError
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::ValueNotAllowedError";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -98,7 +100,8 @@
98
100
 
99
101
  <dl>
100
102
  <dt>Defined in:</dt>
101
- <dd>lib/env_parser/errors.rb</dd>
103
+ <dd>lib/env_parser/errors.rb
104
+ </dd>
102
105
  </dl>
103
106
 
104
107
  </div>
@@ -106,10 +109,9 @@
106
109
  <h2>Overview</h2><div class="docstring">
107
110
  <div class="discussion">
108
111
  <p>Error class used to indicate parsed values that do not pass user-validation, either by not
109
- being part of the given from_set list, or by failing the validated_by Proc or yield-block
112
+ being part of the given &quot;from_set&quot; list, or by failing the &quot;validated_by&quot; Proc or yield-block
110
113
  check.</p>
111
114
 
112
-
113
115
  </div>
114
116
  </div>
115
117
  <div class="tags">
@@ -130,15 +132,16 @@ check.</p>
130
132
 
131
133
 
132
134
 
135
+
133
136
 
134
137
  </div>
135
138
 
136
139
  <div id="footer">
137
- Generated on Fri Dec 30 17:49:58 2022 by
140
+ Generated on Sun Jun 21 01:17:51 2026 by
138
141
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
139
- 0.9.28 (ruby-3.0.4).
142
+ 0.9.44 (ruby-3.4.8).
140
143
  </div>
141
144
 
142
145
  </div>
143
146
  </body>
144
- </html>
147
+ </html>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: EnvParser::ValueNotConvertibleError
8
8
 
9
- &mdash; Documentation by YARD 0.9.28
9
+ &mdash; Documentation by YARD 0.9.44
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css">
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css">
16
16
 
17
17
  <script type="text/javascript">
18
18
  pathId = "EnvParser::ValueNotConvertibleError";
@@ -27,6 +27,8 @@
27
27
 
28
28
  </head>
29
29
  <body>
30
+ <div id="main_progress" aria-hidden="true"></div>
31
+
30
32
  <div class="nav_wrap">
31
33
  <iframe id="nav" src="../class_list.html?1"></iframe>
32
34
  <div id="resizer"></div>
@@ -98,7 +100,8 @@
98
100
 
99
101
  <dl>
100
102
  <dt>Defined in:</dt>
101
- <dd>lib/env_parser/errors.rb</dd>
103
+ <dd>lib/env_parser/errors.rb
104
+ </dd>
102
105
  </dl>
103
106
 
104
107
  </div>
@@ -107,7 +110,6 @@
107
110
  <div class="discussion">
108
111
  <p>Error class used to indicate value given is not convertible to the requested type.</p>
109
112
 
110
-
111
113
  </div>
112
114
  </div>
113
115
  <div class="tags">
@@ -128,15 +130,16 @@
128
130
 
129
131
 
130
132
 
133
+
131
134
 
132
135
  </div>
133
136
 
134
137
  <div id="footer">
135
- Generated on Fri Dec 30 17:49:58 2022 by
138
+ Generated on Sun Jun 21 01:17:51 2026 by
136
139
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.9.28 (ruby-3.0.4).
140
+ 0.9.44 (ruby-3.4.8).
138
141
  </div>
139
142
 
140
143
  </div>
141
144
  </body>
142
- </html>
145
+ </html>