forest_admin_rpc_agent 1.12.15 → 1.12.16
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: 417c18741f5b378a1494df4984e3ad0bca50ad640e54ea5edebccf1f016de482
         | 
| 4 | 
            +
              data.tar.gz: 30f43f0292c31289214511384eae41200997387a9afbcf09447b74e968bf2f89
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9c3cc9de69f84a50ecc0c0d76969ed1fb46cd067b95d6c262f7223d99a6987d1a30bbbf8e01f53f8af1cb0f8bf9d84702eee508412453f450c5db9b85045e8fb
         | 
| 7 | 
            +
              data.tar.gz: 578dbe6ab876f8f0f5461ccce4fc97576fd36c89736c7848fdd73d254ecada2048108bb114efcd046850945a3afd8ef1751de956cb52350eab4e063d39f3ab0f
         | 
| @@ -16,13 +16,14 @@ module ForestAdminRpcAgent | |
| 16 16 | 
             
                  end
         | 
| 17 17 |  | 
| 18 18 | 
             
                  def self.config_from_cache
         | 
| 19 | 
            -
                    instance.resolve(: | 
| 19 | 
            +
                    instance.resolve(:config)
         | 
| 20 20 | 
             
                  end
         | 
| 21 21 |  | 
| 22 22 | 
             
                  def self.cache(key)
         | 
| 23 | 
            -
                     | 
| 23 | 
            +
                    config = config_from_cache
         | 
| 24 | 
            +
                    raise "Key #{key} not found in config" unless config.key?(key)
         | 
| 24 25 |  | 
| 25 | 
            -
                     | 
| 26 | 
            +
                    config[key]
         | 
| 26 27 | 
             
                  end
         | 
| 27 28 | 
             
                end
         | 
| 28 29 | 
             
              end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: forest_admin_rpc_agent
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.12. | 
| 4 | 
            +
              version: 1.12.16
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Matthieu
         | 
| @@ -9,7 +9,7 @@ authors: | |
| 9 9 | 
             
            autorequire:
         | 
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date: 2025-10- | 
| 12 | 
            +
            date: 2025-10-30 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: base64
         |