right_amqp 0.8.3 → 0.8.4
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.
- data/lib/right_amqp/ha_client/broker_client.rb +1 -1
 - data/right_amqp.gemspec +2 -2
 - metadata +7 -7
 
| 
         @@ -699,7 +699,7 @@ module RightAMQP 
     | 
|
| 
       699 
699 
     | 
    
         
             
                    # TODO Taking advantage of Serializer knowledge here even though out of scope
         
     | 
| 
       700 
700 
     | 
    
         
             
                    trace = e.class.name =~ /SerializationError/ ? :caller : :trace
         
     | 
| 
       701 
701 
     | 
    
         
             
                    logger.exception("Failed unserializing message from queue #{queue.inspect} on broker #{@alias}", e, trace)
         
     | 
| 
       702 
     | 
    
         
            -
                    @exception_stats.track("receive", e)
         
     | 
| 
      
 702 
     | 
    
         
            +
                    @exception_stats.track("receive", e) if e.to_s !~ /MissingCertificate/
         
     | 
| 
       703 
703 
     | 
    
         
             
                    @options[:exception_on_receive_callback].call(message, e) if @options[:exception_on_receive_callback]
         
     | 
| 
       704 
704 
     | 
    
         
             
                    @non_delivery_stats.update("receive failure")
         
     | 
| 
       705 
705 
     | 
    
         
             
                    nil
         
     | 
    
        data/right_amqp.gemspec
    CHANGED
    
    | 
         @@ -24,8 +24,8 @@ require 'rubygems' 
     | 
|
| 
       24 
24 
     | 
    
         | 
| 
       25 
25 
     | 
    
         
             
            Gem::Specification.new do |spec|
         
     | 
| 
       26 
26 
     | 
    
         
             
              spec.name      = 'right_amqp'
         
     | 
| 
       27 
     | 
    
         
            -
              spec.version   = '0.8. 
     | 
| 
       28 
     | 
    
         
            -
              spec.date      = '2014- 
     | 
| 
      
 27 
     | 
    
         
            +
              spec.version   = '0.8.4'
         
     | 
| 
      
 28 
     | 
    
         
            +
              spec.date      = '2014-07-03'
         
     | 
| 
       29 
29 
     | 
    
         
             
              spec.authors   = ['Lee Kirchhoff']
         
     | 
| 
       30 
30 
     | 
    
         
             
              spec.email     = 'lee@rightscale.com'
         
     | 
| 
       31 
31 
     | 
    
         
             
              spec.homepage  = 'https://github.com/rightscale/right_amqp'
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: right_amqp
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.8. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.8.4
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: 
         
     | 
| 
       6 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
7 
     | 
    
         
             
            authors:
         
     | 
| 
         @@ -9,11 +9,11 @@ authors: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       10 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       11 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       12 
     | 
    
         
            -
            date: 2014- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2014-07-03 00:00:00.000000000Z
         
     | 
| 
       13 
13 
     | 
    
         
             
            dependencies:
         
     | 
| 
       14 
14 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       15 
15 
     | 
    
         
             
              name: right_support
         
     | 
| 
       16 
     | 
    
         
            -
              requirement: & 
     | 
| 
      
 16 
     | 
    
         
            +
              requirement: &2160381580 !ruby/object:Gem::Requirement
         
     | 
| 
       17 
17 
     | 
    
         
             
                none: false
         
     | 
| 
       18 
18 
     | 
    
         
             
                requirements:
         
     | 
| 
       19 
19 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
         @@ -24,10 +24,10 @@ dependencies: 
     | 
|
| 
       24 
24 
     | 
    
         
             
                    version: '3.0'
         
     | 
| 
       25 
25 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       26 
26 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       27 
     | 
    
         
            -
              version_requirements: * 
     | 
| 
      
 27 
     | 
    
         
            +
              version_requirements: *2160381580
         
     | 
| 
       28 
28 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       29 
29 
     | 
    
         
             
              name: eventmachine
         
     | 
| 
       30 
     | 
    
         
            -
              requirement: & 
     | 
| 
      
 30 
     | 
    
         
            +
              requirement: &2160380600 !ruby/object:Gem::Requirement
         
     | 
| 
       31 
31 
     | 
    
         
             
                none: false
         
     | 
| 
       32 
32 
     | 
    
         
             
                requirements:
         
     | 
| 
       33 
33 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
         @@ -38,7 +38,7 @@ dependencies: 
     | 
|
| 
       38 
38 
     | 
    
         
             
                    version: '2.0'
         
     | 
| 
       39 
39 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       40 
40 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       41 
     | 
    
         
            -
              version_requirements: * 
     | 
| 
      
 41 
     | 
    
         
            +
              version_requirements: *2160380600
         
     | 
| 
       42 
42 
     | 
    
         
             
            description: ! 'RightAMQP provides a high availability client for interfacing with
         
     | 
| 
       43 
43 
     | 
    
         
             
              the
         
     | 
| 
       44 
44 
     | 
    
         | 
| 
         @@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       120 
120 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       121 
121 
     | 
    
         
             
                  segments:
         
     | 
| 
       122 
122 
     | 
    
         
             
                  - 0
         
     | 
| 
       123 
     | 
    
         
            -
                  hash: - 
     | 
| 
      
 123 
     | 
    
         
            +
                  hash: -1268186546585631642
         
     | 
| 
       124 
124 
     | 
    
         
             
            requirements: []
         
     | 
| 
       125 
125 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       126 
126 
     | 
    
         
             
            rubygems_version: 1.8.10
         
     |