fast_code_owners 0.0.11-x86_64-linux → 0.0.13.pre.1-x86_64-linux
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 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 60258d5704d2c9c461b6f118c764378cf558a57e24973d29f6ba134d8a31af3e
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 0aa1a1ac6f0f5df9374e15c142522473bdff78c83ea6af82d80266acbd115be4
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: a2ddb6cfa856363ea05440b38bab13b471cb3d5c679aaa1261919c4d35774ee26192227e651b5e7ca203351c949efde0680762365fbac13a9f9425b695e967ea
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 18bdbad076f53668a799058579bce3d6bc9c393d4d2e429f6f9895b0297463e5cf908e8cc70eb146838a13dc89e3a9a6eccc0d78196376f8f219838ec59be780
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/lib/fast_code_owners/cli.rb
    CHANGED
    
    | 
         @@ -137,7 +137,7 @@ module FastCodeOwners 
     | 
|
| 
       137 
137 
     | 
    
         
             
                    raise 'Please pass in one team. Use `bin/codeowners for_team --help` for more info'
         
     | 
| 
       138 
138 
     | 
    
         
             
                  end
         
     | 
| 
       139 
139 
     | 
    
         | 
| 
       140 
     | 
    
         
            -
                  puts FastCodeOwners.for_team(teams.first) 
     | 
| 
      
 140 
     | 
    
         
            +
                  puts FastCodeOwners.for_team(teams.first)
         
     | 
| 
       141 
141 
     | 
    
         
             
                end
         
     | 
| 
       142 
142 
     | 
    
         | 
| 
       143 
143 
     | 
    
         
             
                private_class_method :validate!
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: fast_code_owners
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.13.pre.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x86_64-linux
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Perry Hertler
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2025-08- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-08-30 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: code_teams
         
     |