amq-client 0.8.6 → 0.8.7.pre1
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/.travis.yml
    CHANGED
    
    
| 
         @@ -509,12 +509,13 @@ module AMQ 
     | 
|
| 
       509 
509 
     | 
    
         
             
                    # @param [AMQ::Protocol::Frame] frame
         
     | 
| 
       510 
510 
     | 
    
         
             
                    # @api plugin
         
     | 
| 
       511 
511 
     | 
    
         
             
                    def receive_frame(frame)
         
     | 
| 
       512 
     | 
    
         
            -
                      @frames  
     | 
| 
       513 
     | 
    
         
            -
                       
     | 
| 
       514 
     | 
    
         
            -
             
     | 
| 
       515 
     | 
    
         
            -
             
     | 
| 
       516 
     | 
    
         
            -
             
     | 
| 
       517 
     | 
    
         
            -
                        #  
     | 
| 
      
 512 
     | 
    
         
            +
                      @frames[frame.channel] ||= Array.new
         
     | 
| 
      
 513 
     | 
    
         
            +
                      @frames[frame.channel] << frame
         
     | 
| 
      
 514 
     | 
    
         
            +
             
     | 
| 
      
 515 
     | 
    
         
            +
                      if frameset_complete?(@frames[frame.channel])
         
     | 
| 
      
 516 
     | 
    
         
            +
                        receive_frameset(@frames[frame.channel])
         
     | 
| 
      
 517 
     | 
    
         
            +
                        # for channel.close, frame.channel will be nil. MK.
         
     | 
| 
      
 518 
     | 
    
         
            +
                        @frames[frame.channel].clear if @frames[frame.channel]
         
     | 
| 
       518 
519 
     | 
    
         
             
                      end
         
     | 
| 
       519 
520 
     | 
    
         
             
                    end
         
     | 
| 
       520 
521 
     | 
    
         | 
    
        data/lib/amq/client/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,15 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: amq-client
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              hash:  
     | 
| 
       5 
     | 
    
         
            -
              prerelease: 
         
     | 
| 
      
 4 
     | 
    
         
            +
              hash: 1923831827
         
     | 
| 
      
 5 
     | 
    
         
            +
              prerelease: 6
         
     | 
| 
       6 
6 
     | 
    
         
             
              segments: 
         
     | 
| 
       7 
7 
     | 
    
         
             
              - 0
         
     | 
| 
       8 
8 
     | 
    
         
             
              - 8
         
     | 
| 
       9 
     | 
    
         
            -
              -  
     | 
| 
       10 
     | 
    
         
            -
               
     | 
| 
      
 9 
     | 
    
         
            +
              - 7
         
     | 
| 
      
 10 
     | 
    
         
            +
              - pre
         
     | 
| 
      
 11 
     | 
    
         
            +
              - 1
         
     | 
| 
      
 12 
     | 
    
         
            +
              version: 0.8.7.pre1
         
     | 
| 
       11 
13 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       12 
14 
     | 
    
         
             
            authors: 
         
     | 
| 
       13 
15 
     | 
    
         
             
            - Jakub Stastny
         
     | 
| 
         @@ -18,7 +20,7 @@ autorequire: 
     | 
|
| 
       18 
20 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       19 
21 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       20 
22 
     | 
    
         | 
| 
       21 
     | 
    
         
            -
            date: 2011-11- 
     | 
| 
      
 23 
     | 
    
         
            +
            date: 2011-11-13 00:00:00 Z
         
     | 
| 
       22 
24 
     | 
    
         
             
            dependencies: 
         
     | 
| 
       23 
25 
     | 
    
         
             
            - !ruby/object:Gem::Dependency 
         
     | 
| 
       24 
26 
     | 
    
         
             
              name: eventmachine
         
     | 
| 
         @@ -240,12 +242,14 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       240 
242 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
       241 
243 
     | 
    
         
             
              none: false
         
     | 
| 
       242 
244 
     | 
    
         
             
              requirements: 
         
     | 
| 
       243 
     | 
    
         
            -
              - - " 
     | 
| 
      
 245 
     | 
    
         
            +
              - - ">"
         
     | 
| 
       244 
246 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
       245 
     | 
    
         
            -
                  hash:  
     | 
| 
      
 247 
     | 
    
         
            +
                  hash: 25
         
     | 
| 
       246 
248 
     | 
    
         
             
                  segments: 
         
     | 
| 
       247 
     | 
    
         
            -
                  -  
     | 
| 
       248 
     | 
    
         
            -
                   
     | 
| 
      
 249 
     | 
    
         
            +
                  - 1
         
     | 
| 
      
 250 
     | 
    
         
            +
                  - 3
         
     | 
| 
      
 251 
     | 
    
         
            +
                  - 1
         
     | 
| 
      
 252 
     | 
    
         
            +
                  version: 1.3.1
         
     | 
| 
       249 
253 
     | 
    
         
             
            requirements: []
         
     | 
| 
       250 
254 
     | 
    
         | 
| 
       251 
255 
     | 
    
         
             
            rubyforge_project: amq-client
         
     |