iso-639 0.3.4 → 0.3.5
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/README.md +1 -1
 - data/iso-639.gemspec +1 -2
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 504e2b6dab9b710bb70fb319bd734397c2e088addc75a11e2948350e51dac6f1
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b508045598ebf54e2cd347b8230d7a59e613ce90e839e5b89ca659ac278d6b51
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: d960c2d65b684cdd0ab904fabaecdb85e5feab58ec8f1047f2d0c076f17742f67d18a40cf87a269805b12209b4b6fa02efb3ad007db448da6a97ebf3462e8d29
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: c5cfeed25b18c74e605b5814956f84bab3325d1dba63a3bae86981aafa2390bbc58c00638f88200eeff56c55530bc8094fc61a696af3c7721cf35fd1e2c05d46
         
     | 
    
        data/README.md
    CHANGED
    
    
    
        data/iso-639.gemspec
    CHANGED
    
    | 
         @@ -2,13 +2,12 @@ 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            Gem::Specification.new do |s|
         
     | 
| 
       4 
4 
     | 
    
         
             
              s.name = 'iso-639'
         
     | 
| 
       5 
     | 
    
         
            -
              s.version = '0.3. 
     | 
| 
      
 5 
     | 
    
         
            +
              s.version = '0.3.5'
         
     | 
| 
       6 
6 
     | 
    
         
             
              s.licenses = ['MIT']
         
     | 
| 
       7 
7 
     | 
    
         
             
              s.summary = 'ISO 639-1 and ISO 639-2 language code entries and convenience methods.'
         
     | 
| 
       8 
8 
     | 
    
         
             
              s.description = 'ISO 639-1 and ISO 639-2 language code entries and convenience methods.'
         
     | 
| 
       9 
9 
     | 
    
         
             
              s.authors = ['William Melody']
         
     | 
| 
       10 
10 
     | 
    
         
             
              s.email = 'hi@williammelody.com'
         
     | 
| 
       11 
     | 
    
         
            -
              s.date = '2020-03-02'
         
     | 
| 
       12 
11 
     | 
    
         
             
              s.extra_rdoc_files = [
         
     | 
| 
       13 
12 
     | 
    
         
             
                'LICENSE',
         
     | 
| 
       14 
13 
     | 
    
         
             
                'README.md'
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: iso-639
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.3. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.3.5
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - William Melody
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2020-03- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2020-03-19 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: minitest
         
     |