ops_team 2.0.0.rc8 → 2.0.0.rc9
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/build/darwin_x86_64/ops +0 -0
 - data/build/linux_x86_64/ops +0 -0
 - metadata +3 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 0eb9e885c9e8b3f51528b17f1b5b72344f37190944da23f54a71baeb41b63659
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5e0a19dbb0aa5d243e392e0bf541885e310c20cd2557c7bb99039f09a32fb4b7
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 31bc80d8ca2bf952b45157bc8f74d7a82076c6790c982acbe3c27e7aad6424ac60fa8dc304e121cb2ed4327bd3494a4c0d7b1e604c1b2adeddacf1a800e4f808
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 4bb4d5345dcd895f4027087b7c45669b60f4b95c6ee475aa8bffd29bb735e0b6875608cef36c778b78020ebd95f8a3c6b58cc6e182b0dc673475d903c22c508c
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: ops_team
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 2.0.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 2.0.0.rc9
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - nickthecook@gmail.com
         
     | 
| 
         @@ -19,6 +19,8 @@ extra_rdoc_files: [] 
     | 
|
| 
       19 
19 
     | 
    
         
             
            files:
         
     | 
| 
       20 
20 
     | 
    
         
             
            - bin/ops
         
     | 
| 
       21 
21 
     | 
    
         
             
            - build/darwin_arm64/ops
         
     | 
| 
      
 22 
     | 
    
         
            +
            - build/darwin_x86_64/ops
         
     | 
| 
      
 23 
     | 
    
         
            +
            - build/linux_x86_64/ops
         
     | 
| 
       22 
24 
     | 
    
         
             
            homepage: https://github.com/nickthecook/crops
         
     | 
| 
       23 
25 
     | 
    
         
             
            licenses:
         
     | 
| 
       24 
26 
     | 
    
         
             
            - GPL-3.0-only
         
     |