env_parser 1.6.2 → 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 (39) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +3 -2
  3. data/Gemfile.lock +73 -30
  4. data/README.md +2 -2
  5. data/docs/EnvParser/AutoregisterFileNotFound.html +12 -9
  6. data/docs/EnvParser/Error.html +10 -8
  7. data/docs/EnvParser/TypeAlreadyDefinedError.html +11 -8
  8. data/docs/EnvParser/Types/BaseTypes.html +11 -11
  9. data/docs/EnvParser/Types/ChronologyTypes.html +10 -9
  10. data/docs/EnvParser/Types/InternetTypes.html +10 -9
  11. data/docs/EnvParser/Types.html +12 -10
  12. data/docs/EnvParser/UnknownTypeError.html +12 -9
  13. data/docs/EnvParser/UnparseableAutoregisterSpec.html +12 -9
  14. data/docs/EnvParser/ValueNotAllowedError.html +12 -9
  15. data/docs/EnvParser/ValueNotConvertibleError.html +11 -8
  16. data/docs/EnvParser.html +67 -113
  17. data/docs/_index.html +9 -7
  18. data/docs/class_list.html +5 -5
  19. data/docs/css/common.css +1 -1
  20. data/docs/css/full_list.css +201 -53
  21. data/docs/css/style.css +988 -402
  22. data/docs/file.README.html +242 -327
  23. data/docs/file_list.html +5 -5
  24. data/docs/frames.html +1 -1
  25. data/docs/index.html +242 -327
  26. data/docs/js/app.js +800 -343
  27. data/docs/js/full_list.js +332 -240
  28. data/docs/method_list.html +5 -5
  29. data/docs/top-level-namespace.html +8 -6
  30. data/env_parser.gemspec +3 -3
  31. data/lib/env_parser/types/internet_types.rb +2 -2
  32. data/lib/env_parser/version.rb +1 -1
  33. data/lib/env_parser.rb +1 -3
  34. metadata +4 -9
  35. data/spec/env_parser/types/base_types_spec.rb +0 -98
  36. data/spec/env_parser/types/chronology_types_spec.rb +0 -49
  37. data/spec/env_parser/types/internet_types_spec.rb +0 -95
  38. data/spec/env_parser_spec.rb +0 -214
  39. data/spec/spec_helper.rb +0 -14
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: EnvParser::Types
8
8
 
9
- &mdash; Documentation by YARD 0.9.37
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 Mon Jun 9 14:00:25 2025 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.37 (ruby-3.4.2).
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.37
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 Mon Jun 9 14:00:25 2025 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.37 (ruby-3.4.2).
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.37
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 Mon Jun 9 14:00:26 2025 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.37 (ruby-3.4.2).
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.37
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 Mon Jun 9 14:00:25 2025 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.37 (ruby-3.4.2).
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.37
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 Mon Jun 9 14:00:25 2025 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.37 (ruby-3.4.2).
140
+ 0.9.44 (ruby-3.4.8).
138
141
  </div>
139
142
 
140
143
  </div>
141
144
  </body>
142
- </html>
145
+ </html>