effective_committees 0.3.5 → 0.3.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 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 9fa32a634100dd3840025efd72b1698d500c9f8eb056c6122f6c77d4aa4e6397
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 85f81da508324d9db11235c7714cfcec9778a67e2583b5d71ba5b691fc25cb22
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: dc01d62ac0d3c97d85d64407ab54080b6e02f4259132bbc5c9752e7801db08c408d78945e9e73e587f456a587c81d8b56ac6a06877e741e57f62321e75741da1
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 38e49d065c3667c57439e1b8e754b5cbebd7a1b2548ed90f14ac2434a1a7399adaa4b2bd98e58ea4c38240c00303ed74d0f2698c35e00672a608534e6d9dbeaf
         
     | 
| 
         @@ -19,9 +19,9 @@ 
     | 
|
| 
       19 
19 
     | 
    
         
             
                  %tr
         
     | 
| 
       20 
20 
     | 
    
         
             
                    %td
         
     | 
| 
       21 
21 
     | 
    
         
             
                      - if file.file.attached?
         
     | 
| 
       22 
     | 
    
         
            -
                        = link_to(icon('download') + file, url_for(file.file), target: '_blank')
         
     | 
| 
      
 22 
     | 
    
         
            +
                        = link_to(icon('download') + file.to_s, url_for(file.file), target: '_blank')
         
     | 
| 
       23 
23 
     | 
    
         
             
                      - else
         
     | 
| 
       24 
     | 
    
         
            -
                        = file
         
     | 
| 
      
 24 
     | 
    
         
            +
                        = file.to_s
         
     | 
| 
       25 
25 
     | 
    
         | 
| 
       26 
26 
     | 
    
         
             
                    %td= file.created_at.strftime('%F')
         
     | 
| 
       27 
27 
     | 
    
         
             
                    %td= file.notes
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: effective_committees
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.3. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.3.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Code and Effect
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-11- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-11-24 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rails
         
     |