grpc 0.14.1.pre1-universal-darwin → 0.14.1-universal-darwin
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.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
 - data/src/ruby/lib/grpc/2.0/grpc_c.bundle +0 -0
 - data/src/ruby/lib/grpc/2.1/grpc_c.bundle +0 -0
 - data/src/ruby/lib/grpc/2.2/grpc_c.bundle +0 -0
 - data/src/ruby/lib/grpc/2.3/grpc_c.bundle +0 -0
 - data/src/ruby/lib/grpc/generic/client_stub.rb +6 -1
 - data/src/ruby/lib/grpc/version.rb +1 -1
 - metadata +4 -4
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 47a953ce2ae3d20b17a2d999f61705c289c2b34d
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1841984e9b712d3f89f6a0e85340b02fcdfe5f26
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 12d5a2aad49c1ed562b5fdfc5b527d6181cf909551aae16f0961638f053d9d2a8844daa5645a7dd72cf797600bb940b2e98385b77d2f9f4732444ba207975ac5
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 70e0092384516bd08c2d19ac4b529c1941a37e594305118e6a54a2c3c3fa13ca8c61d87b58ae432b90d8dace97ef73a2310ffa5eaf250a7feb9c082b650f3951
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -49,7 +49,12 @@ module GRPC 
     | 
|
| 
       49 
49 
     | 
    
         
             
                    fail(TypeError, '!Channel') unless alt_chan.is_a?(Core::Channel)
         
     | 
| 
       50 
50 
     | 
    
         
             
                    return alt_chan
         
     | 
| 
       51 
51 
     | 
    
         
             
                  end
         
     | 
| 
       52 
     | 
    
         
            -
                  kw['grpc.primary_user_agent'] 
     | 
| 
      
 52 
     | 
    
         
            +
                  if kw['grpc.primary_user_agent'].nil?
         
     | 
| 
      
 53 
     | 
    
         
            +
                    kw['grpc.primary_user_agent'] = ''
         
     | 
| 
      
 54 
     | 
    
         
            +
                  else
         
     | 
| 
      
 55 
     | 
    
         
            +
                    kw['grpc.primary_user_agent'] += ' '
         
     | 
| 
      
 56 
     | 
    
         
            +
                  end
         
     | 
| 
      
 57 
     | 
    
         
            +
                  kw['grpc.primary_user_agent'] += "grpc-ruby/#{VERSION}"
         
     | 
| 
       53 
58 
     | 
    
         
             
                  unless creds.is_a?(Core::ChannelCredentials) || creds.is_a?(Symbol)
         
     | 
| 
       54 
59 
     | 
    
         
             
                    fail(TypeError, '!ChannelCredentials or Symbol')
         
     | 
| 
       55 
60 
     | 
    
         
             
                  end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: grpc
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.14.1 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.14.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: universal-darwin
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - gRPC Authors
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: src/ruby/bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2016-05- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2016-05-11 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: google-protobuf
         
     | 
| 
         @@ -297,9 +297,9 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       297 
297 
     | 
    
         
             
                  version: 2.0.0
         
     | 
| 
       298 
298 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       299 
299 
     | 
    
         
             
              requirements:
         
     | 
| 
       300 
     | 
    
         
            -
              - - " 
     | 
| 
      
 300 
     | 
    
         
            +
              - - ">="
         
     | 
| 
       301 
301 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       302 
     | 
    
         
            -
                  version:  
     | 
| 
      
 302 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
       303 
303 
     | 
    
         
             
            requirements: []
         
     | 
| 
       304 
304 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       305 
305 
     | 
    
         
             
            rubygems_version: 2.4.3
         
     |