env_parser 1.3.0 → 1.3.2
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 +25 -30
- data/.ruby-version +1 -1
- data/Gemfile.lock +51 -43
- data/README.md +1 -1
- data/docs/EnvParser/AutoregisterFileNotFound.html +9 -10
- data/docs/EnvParser/Error.html +8 -9
- data/docs/EnvParser/TypeAlreadyDefinedError.html +8 -9
- data/docs/EnvParser/Types/BaseTypes.html +12 -11
- data/docs/EnvParser/Types/ChronologyTypes.html +10 -9
- data/docs/EnvParser/Types/InternetTypes.html +10 -9
- data/docs/EnvParser/Types.html +9 -10
- data/docs/EnvParser/UnknownTypeError.html +8 -9
- data/docs/EnvParser/UnparseableAutoregisterSpec.html +9 -10
- data/docs/EnvParser/ValueNotAllowedError.html +10 -11
- data/docs/EnvParser/ValueNotConvertibleError.html +8 -10
- data/docs/EnvParser.html +123 -186
- data/docs/_index.html +8 -10
- data/docs/class_list.html +2 -2
- data/docs/css/style.css +3 -2
- data/docs/file.README.html +254 -284
- data/docs/file_list.html +2 -2
- data/docs/frames.html +2 -2
- data/docs/index.html +254 -284
- data/docs/js/app.js +14 -3
- data/docs/method_list.html +3 -11
- data/docs/top-level-namespace.html +7 -85
- data/env_parser.gemspec +14 -14
- data/lib/env_parser/errors.rb +18 -18
- data/lib/env_parser/types/base_types.rb +69 -69
- data/lib/env_parser/types/chronology_types.rb +54 -54
- data/lib/env_parser/types/internet_types.rb +51 -51
- data/lib/env_parser/types.rb +2 -2
- data/lib/env_parser/version.rb +1 -1
- data/lib/env_parser.rb +206 -217
- data/spec/env_parser/types/base_types_spec.rb +98 -0
- data/spec/env_parser/types/chronology_types_spec.rb +49 -0
- data/spec/env_parser/types/internet_types_spec.rb +45 -0
- data/spec/env_parser_spec.rb +192 -0
- data/spec/spec_helper.rb +14 -0
- metadata +54 -50
- data/.travis.yml +0 -5
    
        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.28
         | 
| 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.28</h1>
         | 
| 56 56 | 
             
            <div id="listing">
         | 
| 57 57 | 
             
              <h1 class="alphaindex">Alphabetic Index</h1>
         | 
| 58 58 |  | 
| @@ -69,8 +69,6 @@ | |
| 69 69 | 
             
            <h2>Namespace Listing A-Z</h2>
         | 
| 70 70 |  | 
| 71 71 |  | 
| 72 | 
            -
              <ul class="toplevel"><li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li></ul>
         | 
| 73 | 
            -
             | 
| 74 72 |  | 
| 75 73 |  | 
| 76 74 | 
             
            <table>
         | 
| @@ -235,9 +233,9 @@ | |
| 235 233 | 
             
            </div>
         | 
| 236 234 |  | 
| 237 235 | 
             
                  <div id="footer">
         | 
| 238 | 
            -
              Generated on Sun  | 
| 239 | 
            -
              <a href=" | 
| 240 | 
            -
              0.9. | 
| 236 | 
            +
              Generated on Sun Dec 25 19:19:23 2022 by
         | 
| 237 | 
            +
              <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 238 | 
            +
              0.9.28 (ruby-3.0.4).
         | 
| 241 239 | 
             
            </div>
         | 
| 242 240 |  | 
| 243 241 | 
             
                </div>
         | 
    
        data/docs/class_list.html
    CHANGED
    
    | @@ -4,9 +4,9 @@ | |
| 4 4 | 
             
                <meta name="viewport" content="width=device-width, initial-scale=1.0">
         | 
| 5 5 | 
             
                <meta charset="utf-8" />
         | 
| 6 6 |  | 
| 7 | 
            -
                  <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"  | 
| 7 | 
            +
                  <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
         | 
| 8 8 |  | 
| 9 | 
            -
                  <link rel="stylesheet" href="css/common.css" type="text/css" media="screen"  | 
| 9 | 
            +
                  <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
         | 
| 10 10 |  | 
| 11 11 |  | 
| 12 12 |  | 
    
        data/docs/css/style.css
    CHANGED
    
    | @@ -52,6 +52,7 @@ body { | |
| 52 52 | 
             
              background: #fff;
         | 
| 53 53 | 
             
              padding: 1.2em;
         | 
| 54 54 | 
             
              padding-top: 0.2em;
         | 
| 55 | 
            +
              box-sizing: border-box;
         | 
| 55 56 | 
             
            }
         | 
| 56 57 |  | 
| 57 58 | 
             
            @media (max-width: 920px) {
         | 
| @@ -422,8 +423,8 @@ li.r2 { background: #fafafa; } | |
| 422 423 | 
             
            #toc ol { padding-left: 1.8em; }
         | 
| 423 424 | 
             
            #toc li { font-size: 1.1em; line-height: 1.7em; }
         | 
| 424 425 | 
             
            #toc > ol > li { font-size: 1.1em; font-weight: bold; }
         | 
| 425 | 
            -
            #toc ol > ol { font-size: 0.9em; }
         | 
| 426 | 
            -
            #toc ol ol > ol { padding-left: 2.3em; }
         | 
| 426 | 
            +
            #toc ol > li > ol { font-size: 0.9em; }
         | 
| 427 | 
            +
            #toc ol ol > li > ol { padding-left: 2.3em; }
         | 
| 427 428 | 
             
            #toc ol + li { margin-top: 0.3em; }
         | 
| 428 429 | 
             
            #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
         | 
| 429 430 | 
             
            #toc.hidden:hover { background: #fafafa; }
         |