manticore 0.5.0-java → 0.5.1-java
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/manticore/client.rb +1 -0
- data/lib/manticore/version.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: a487a9db6a178f6e1975c732cc070cd2dd1b705e
         | 
| 4 | 
            +
              data.tar.gz: 33ff881b373187b4beb1102f43cf6c3189b9d9be
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: bd3195a6f8c6cc138bdc83c71f69ca38d17129020f4c813afeb57fa831c129d4695584148c810b17c3e282a0befcb53fe03056e6037800408ab3574bb838dc27
         | 
| 7 | 
            +
              data.tar.gz: b9c6099ef28db4ee0336ed15347786ed070a9f3524fbb72a2750c4d7f7402b2cc88bdb3ae49e8f5446533bb3b09bbf0a451755503877cfe4a2bcbf161c6732aa
         | 
    
        checksums.yaml.gz.sig
    CHANGED
    
    | Binary file | 
    
        data.tar.gz.sig
    CHANGED
    
    | Binary file | 
    
        data/lib/manticore/client.rb
    CHANGED
    
    | @@ -368,6 +368,7 @@ module Manticore | |
| 368 368 | 
             
                      cm.set_validate_after_inactivity options.fetch(:check_connection_timeout, 15_000)
         | 
| 369 369 | 
             
                      cm.set_default_max_per_route options.fetch(:pool_max_per_route, @max_pool_size)
         | 
| 370 370 | 
             
                      cm.set_max_total @max_pool_size
         | 
| 371 | 
            +
                      at_exit { cm.shutdown }
         | 
| 371 372 | 
             
                    end
         | 
| 372 373 | 
             
                  end
         | 
| 373 374 | 
             
                end
         | 
    
        data/lib/manticore/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    
    
        metadata.gz.sig
    CHANGED
    
    | Binary file |