krist 0.0.5 → 0.0.6
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
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: b19d977baf140260f80c8a6e972bb5e71a2a3cee
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 0050e109beaabffafc21d95fd9c9a0e7fac75bce
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: eac93019699e75a8fb9b0ac01b052b16867a508c23468cfe3db8b3dd618a27dba3b2d3fd24721c005f5e769e957d9f12e043210693d97f0ea5c297aaad83ae4d
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 21b01ae5cfc9d28990df4dee0688e79a9903fe852ffb6c24d9401603da86217065a5a766b8a8395d55860f04aab78ef17bf147e4bbecdc23be39e5392cd27503
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: krist
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - H4X0RZ
         
     | 
| 
         @@ -39,8 +39,8 @@ files: 
     | 
|
| 
       39 
39 
     | 
    
         
             
            - lib/krist.rb
         
     | 
| 
       40 
40 
     | 
    
         
             
            - lib/krist/kristapi.rb
         
     | 
| 
       41 
41 
     | 
    
         
             
            - lib/krist/kristclient.rb
         
     | 
| 
       42 
     | 
    
         
            -
            - lib/krist/ 
     | 
| 
       43 
     | 
    
         
            -
            - lib/krist/ 
     | 
| 
      
 42 
     | 
    
         
            +
            - lib/krist/kwalletclient.rb
         
     | 
| 
      
 43 
     | 
    
         
            +
            - lib/krist/reinbooclient.rb
         
     | 
| 
       44 
44 
     | 
    
         
             
            homepage: http://rubygems.org/gems/krist
         
     | 
| 
       45 
45 
     | 
    
         
             
            licenses:
         
     | 
| 
       46 
46 
     | 
    
         
             
            - MIT
         
     |