env_parser 1.3.0 → 1.3.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.
- checksums.yaml +5 -5
- data/.circleci/config.yml +1 -1
- data/.rubocop.yml +15 -7
- data/.ruby-version +1 -1
- data/Gemfile.lock +47 -41
- data/docs/EnvParser.html +39 -98
- data/docs/EnvParser/AutoregisterFileNotFound.html +7 -8
- data/docs/EnvParser/Error.html +6 -6
- data/docs/EnvParser/TypeAlreadyDefinedError.html +6 -6
- data/docs/EnvParser/Types.html +7 -8
- data/docs/EnvParser/Types/BaseTypes.html +7 -8
- data/docs/EnvParser/Types/ChronologyTypes.html +6 -6
- data/docs/EnvParser/Types/InternetTypes.html +6 -6
- data/docs/EnvParser/UnknownTypeError.html +6 -6
- data/docs/EnvParser/UnparseableAutoregisterSpec.html +7 -8
- data/docs/EnvParser/ValueNotAllowedError.html +7 -9
- data/docs/EnvParser/ValueNotConvertibleError.html +7 -8
- data/docs/_index.html +7 -7
- data/docs/class_list.html +2 -2
- data/docs/css/style.css +3 -2
- data/docs/file.README.html +67 -195
- data/docs/file_list.html +2 -2
- data/docs/frames.html +2 -2
- data/docs/index.html +67 -195
- data/docs/js/app.js +14 -3
- data/docs/method_list.html +2 -2
- data/docs/top-level-namespace.html +6 -6
- data/env_parser.gemspec +3 -3
- data/lib/env_parser.rb +1 -4
- data/lib/env_parser/types/chronology_types.rb +1 -1
- data/lib/env_parser/types/internet_types.rb +1 -1
- data/lib/env_parser/version.rb +1 -1
- metadata +13 -14
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::AutoregisterFileNotFound
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::AutoregisterFileNotFound";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -106,8 +106,7 @@
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
108
|
|
109
|
-
<p>Error class used to indicate a missing auto-registration spec file (used by
|
110
|
-
the “autoregister” feature).</p>
|
109
|
+
<p>Error class used to indicate a missing auto-registration spec file (used by the “autoregister” feature).</p>
|
111
110
|
|
112
111
|
|
113
112
|
</div>
|
@@ -134,9 +133,9 @@ the “autoregister” feature).</p>
|
|
134
133
|
</div>
|
135
134
|
|
136
135
|
<div id="footer">
|
137
|
-
Generated on
|
136
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
138
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
139
|
-
0.9.
|
138
|
+
0.9.26 (ruby-2.7.2).
|
140
139
|
</div>
|
141
140
|
|
142
141
|
</div>
|
data/docs/EnvParser/Error.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::Error
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::Error";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -129,9 +129,9 @@
|
|
129
129
|
</div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on
|
132
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
133
133
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
|
-
0.9.
|
134
|
+
0.9.26 (ruby-2.7.2).
|
135
135
|
</div>
|
136
136
|
|
137
137
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::TypeAlreadyDefinedError
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::TypeAlreadyDefinedError";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -133,9 +133,9 @@
|
|
133
133
|
</div>
|
134
134
|
|
135
135
|
<div id="footer">
|
136
|
-
Generated on
|
136
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
138
|
-
0.9.
|
138
|
+
0.9.26 (ruby-2.7.2).
|
139
139
|
</div>
|
140
140
|
|
141
141
|
</div>
|
data/docs/EnvParser/Types.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: EnvParser::Types
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::Types";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -88,8 +88,7 @@
|
|
88
88
|
<h2>Overview</h2><div class="docstring">
|
89
89
|
<div class="discussion">
|
90
90
|
|
91
|
-
<p>The parent module for all EnvParser type definition modules. Exists only
|
92
|
-
for documentation's sake.</p>
|
91
|
+
<p>The parent module for all EnvParser type definition modules. Exists only for documentation's sake.</p>
|
93
92
|
|
94
93
|
|
95
94
|
</div>
|
@@ -119,9 +118,9 @@ for documentation's sake.</p>
|
|
119
118
|
</div>
|
120
119
|
|
121
120
|
<div id="footer">
|
122
|
-
Generated on
|
121
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
123
122
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
124
|
-
0.9.
|
123
|
+
0.9.26 (ruby-2.7.2).
|
125
124
|
</div>
|
126
125
|
|
127
126
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: EnvParser::Types::BaseTypes
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::Types::BaseTypes";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -147,8 +147,7 @@
|
|
147
147
|
</tr>
|
148
148
|
</tbody>
|
149
149
|
</table>
|
150
|
-
<p>Note JSON is parsed using <em>quirks-mode</em> (meaning 'true',
|
151
|
-
'25', and 'null' are all considered valid, parseable JSON).</p>
|
150
|
+
<p>Note JSON is parsed using <em>quirks-mode</em> (meaning 'true', '25', and 'null' are all considered valid, parseable JSON).</p>
|
152
151
|
|
153
152
|
|
154
153
|
</div>
|
@@ -168,9 +167,9 @@
|
|
168
167
|
</div>
|
169
168
|
|
170
169
|
<div id="footer">
|
171
|
-
Generated on
|
170
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
172
171
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
173
|
-
0.9.
|
172
|
+
0.9.26 (ruby-2.7.2).
|
174
173
|
</div>
|
175
174
|
|
176
175
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: EnvParser::Types::ChronologyTypes
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::Types::ChronologyTypes";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -149,9 +149,9 @@
|
|
149
149
|
</div>
|
150
150
|
|
151
151
|
<div id="footer">
|
152
|
-
Generated on
|
152
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
153
153
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
154
|
-
0.9.
|
154
|
+
0.9.26 (ruby-2.7.2).
|
155
155
|
</div>
|
156
156
|
|
157
157
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: EnvParser::Types::InternetTypes
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::Types::InternetTypes";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -149,9 +149,9 @@
|
|
149
149
|
</div>
|
150
150
|
|
151
151
|
<div id="footer">
|
152
|
-
Generated on
|
152
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
153
153
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
154
|
-
0.9.
|
154
|
+
0.9.26 (ruby-2.7.2).
|
155
155
|
</div>
|
156
156
|
|
157
157
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::UnknownTypeError
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::UnknownTypeError";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -133,9 +133,9 @@
|
|
133
133
|
</div>
|
134
134
|
|
135
135
|
<div id="footer">
|
136
|
-
Generated on
|
136
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
138
|
-
0.9.
|
138
|
+
0.9.26 (ruby-2.7.2).
|
139
139
|
</div>
|
140
140
|
|
141
141
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::UnparseableAutoregisterSpec
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::UnparseableAutoregisterSpec";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -106,8 +106,7 @@
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
108
|
|
109
|
-
<p>Error class used to indicate an unparseable auto-registration spec (used by
|
110
|
-
the “autoregister” feature).</p>
|
109
|
+
<p>Error class used to indicate an unparseable auto-registration spec (used by the “autoregister” feature).</p>
|
111
110
|
|
112
111
|
|
113
112
|
</div>
|
@@ -134,9 +133,9 @@ the “autoregister” feature).</p>
|
|
134
133
|
</div>
|
135
134
|
|
136
135
|
<div id="footer">
|
137
|
-
Generated on
|
136
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
138
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
139
|
-
0.9.
|
138
|
+
0.9.26 (ruby-2.7.2).
|
140
139
|
</div>
|
141
140
|
|
142
141
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::ValueNotAllowedError
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::ValueNotAllowedError";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -106,9 +106,7 @@
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
108
|
|
109
|
-
<p>Error class used to indicate parsed values that do not pass
|
110
|
-
user-validation, either by not being part of the given “from_set” list, or
|
111
|
-
by failing the “validated_by” Proc or yield-block check.</p>
|
109
|
+
<p>Error class used to indicate parsed values that do not pass user-validation, either by not being part of the given “from_set” list, or by failing the “validated_by” Proc or yield-block check.</p>
|
112
110
|
|
113
111
|
|
114
112
|
</div>
|
@@ -135,9 +133,9 @@ by failing the “validated_by” Proc or yield-block check.</p>
|
|
135
133
|
</div>
|
136
134
|
|
137
135
|
<div id="footer">
|
138
|
-
Generated on
|
136
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
139
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
|
-
0.9.
|
138
|
+
0.9.26 (ruby-2.7.2).
|
141
139
|
</div>
|
142
140
|
|
143
141
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: EnvParser::ValueNotConvertibleError
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.26
|
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
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "EnvParser::ValueNotConvertibleError";
|
19
19
|
relpath = '../';
|
20
20
|
</script>
|
@@ -106,8 +106,7 @@
|
|
106
106
|
<h2>Overview</h2><div class="docstring">
|
107
107
|
<div class="discussion">
|
108
108
|
|
109
|
-
<p>Error class used to indicate value given is not convertible to the
|
110
|
-
requested type.</p>
|
109
|
+
<p>Error class used to indicate value given is not convertible to the requested type.</p>
|
111
110
|
|
112
111
|
|
113
112
|
</div>
|
@@ -134,9 +133,9 @@ requested type.</p>
|
|
134
133
|
</div>
|
135
134
|
|
136
135
|
<div id="footer">
|
137
|
-
Generated on
|
136
|
+
Generated on Sat Jan 2 17:31:18 2021 by
|
138
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
139
|
-
0.9.
|
138
|
+
0.9.26 (ruby-2.7.2).
|
140
139
|
</div>
|
141
140
|
|
142
141
|
</div>
|
data/docs/_index.html
CHANGED
@@ -4,15 +4,15 @@
|
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.9.
|
7
|
+
Documentation by YARD 0.9.26
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
14
14
|
|
15
|
-
<script type="text/javascript"
|
15
|
+
<script type="text/javascript">
|
16
16
|
pathId = null;
|
17
17
|
relpath = '';
|
18
18
|
</script>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<div class="clear"></div>
|
53
53
|
</div>
|
54
54
|
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.26</h1>
|
56
56
|
<div id="listing">
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
58
|
|
@@ -235,9 +235,9 @@
|
|
235
235
|
</div>
|
236
236
|
|
237
237
|
<div id="footer">
|
238
|
-
Generated on
|
238
|
+
Generated on Sat Jan 2 17:31:14 2021 by
|
239
239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
240
|
-
0.9.
|
240
|
+
0.9.26 (ruby-2.7.2).
|
241
241
|
</div>
|
242
242
|
|
243
243
|
</div>
|