effective_committees 0.3.7 → 0.3.8
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/lib/effective_committees/engine.rb +1 -1
- data/lib/effective_committees/version.rb +1 -1
- 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: ba248594c0b6174571533c4ada573c54e54acf95f13e8febb72c682d5aff64b9
         | 
| 4 | 
            +
              data.tar.gz: 39a0b4e7ec269615905514435bdf4176b451f26531b25b6cddbf01f4ff6f5307
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: bb7f1dcefae0181c0a63a43fa44ca45d0d30082f1678c8da11a82eb7035444ca0dd765104105e6e9f232c3a382083ce01abf80c796877c6d261d00557f29ff19
         | 
| 7 | 
            +
              data.tar.gz: '09a97531dbd864133290d0a30ae6401c04f27aa7aee9b4591065f9e4a807b64324dc9e945e34a6872f107df08b0b204ad22ca25fe7d7584c958e7ac5e7772bc9'
         | 
| @@ -9,7 +9,7 @@ module EffectiveCommittees | |
| 9 9 |  | 
| 10 10 | 
             
                # Include acts_as_addressable concern and allow any ActiveRecord object to call it
         | 
| 11 11 | 
             
                initializer 'effective_committees.active_record' do |app|
         | 
| 12 | 
            -
                   | 
| 12 | 
            +
                  app.config.to_prepare do
         | 
| 13 13 | 
             
                    ActiveRecord::Base.extend(EffectiveCommitteesUser::Base)
         | 
| 14 14 | 
             
                  end
         | 
| 15 15 | 
             
                end
         | 
    
        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.8
         | 
| 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-12- | 
| 11 | 
            +
            date: 2023-12-04 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         |