get_env 0.2.0.pre4 → 0.2.0
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/lib/get_env/version.rb +1 -1
 - metadata +4 -4
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 840c77f6c35baeec3560a6fb8b64667fffe6e477d344c0b4d92e2b18f9a89758
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: '0916cd555771f013375a4d42b190ee04736e101a0e1a9e963eb004cc899cb9bf'
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: c636397567c57c93a12cbefc88bbed42e42fc6511a488971840af66a91b2aa8de92173412b9ba88ab9aee689c10307536181723f5e8d1a1fada132778ac0c3cd
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: b1b43cea47ab2af9a9f1adbfda13319e0598d4a73566529dcfc8e4496276903804f295feaf4e8a4ca2b0132917cd9d3a3c50ea29c31d3f8dc08698266690bf4c
         
     | 
    
        data/lib/get_env/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: get_env
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.2.0 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.2.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Simon Mathieu
         
     | 
| 
         @@ -114,9 +114,9 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       114 
114 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       115 
115 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       116 
116 
     | 
    
         
             
              requirements:
         
     | 
| 
       117 
     | 
    
         
            -
              - - " 
     | 
| 
      
 117 
     | 
    
         
            +
              - - ">="
         
     | 
| 
       118 
118 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       119 
     | 
    
         
            -
                  version:  
     | 
| 
      
 119 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
       120 
120 
     | 
    
         
             
            requirements: []
         
     | 
| 
       121 
121 
     | 
    
         
             
            rubygems_version: 3.0.3
         
     | 
| 
       122 
122 
     | 
    
         
             
            signing_key: 
         
     | 
| 
         @@ -124,5 +124,5 @@ specification_version: 4 
     | 
|
| 
       124 
124 
     | 
    
         
             
            summary: Read values from ENV in a reasonable way
         
     | 
| 
       125 
125 
     | 
    
         
             
            test_files:
         
     | 
| 
       126 
126 
     | 
    
         
             
            - spec/spec_helper.rb
         
     | 
| 
       127 
     | 
    
         
            -
            - spec/rubocop/cop/lint/no_env_spec.rb
         
     | 
| 
       128 
127 
     | 
    
         
             
            - spec/get_env_spec.rb
         
     | 
| 
      
 128 
     | 
    
         
            +
            - spec/rubocop/cop/lint/no_env_spec.rb
         
     |