grpc-tools 1.30.0.pre1 → 1.30.0
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
- data/bin/x86-macos/grpc_ruby_plugin +0 -0
- data/bin/x86-macos/protoc +0 -0
- data/bin/x86-windows/grpc_ruby_plugin.exe +0 -0
- data/bin/x86-windows/protoc.exe +0 -0
- data/bin/x86_64-macos/grpc_ruby_plugin +0 -0
- data/bin/x86_64-macos/protoc +0 -0
- data/bin/x86_64-windows/grpc_ruby_plugin.exe +0 -0
- data/bin/x86_64-windows/protoc.exe +0 -0
- data/version.rb +1 -1
- metadata +4 -4
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: da61af80b575796bd5afc97d61ebc045e13cd8f14e8469b5b99402ceaab7187d
         | 
| 4 | 
            +
              data.tar.gz: 9f0d12556e66829917061a601ece2f5d1c3d29ad0b0acdbd151f93b403f17410
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 4d65306e1ab9c160059d0defc042371f952760f4c0069ac63950734593470abc635811f9d433e4063419cd452b775feb674beca45ef26b4006e59a13ea0853f9
         | 
| 7 | 
            +
              data.tar.gz: f71f89a71d6650a594cbc840ca60e65b3e70e0aeead1742963c606b4376bbe782ae0ccafe37bd1b0d611142ea61a3ee1bc6253676372066e1e28a5c7bab90b07
         | 
| Binary file | 
    
        data/bin/x86-macos/protoc
    CHANGED
    
    | Binary file | 
| Binary file | 
    
        data/bin/x86-windows/protoc.exe
    CHANGED
    
    | Binary file | 
| Binary file | 
    
        data/bin/x86_64-macos/protoc
    CHANGED
    
    | Binary file | 
| Binary file | 
| Binary file | 
    
        data/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: grpc-tools
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.30.0 | 
| 4 | 
            +
              version: 1.30.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - grpc Authors
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020-06- | 
| 11 | 
            +
            date: 2020-06-22 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies: []
         | 
| 13 13 | 
             
            description: protoc and the Ruby gRPC protoc plugin
         | 
| 14 14 | 
             
            email: grpc-io@googlegroups.com
         | 
| @@ -122,9 +122,9 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 122 122 | 
             
                  version: '0'
         | 
| 123 123 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 124 124 | 
             
              requirements:
         | 
| 125 | 
            -
              - - " | 
| 125 | 
            +
              - - ">="
         | 
| 126 126 | 
             
                - !ruby/object:Gem::Version
         | 
| 127 | 
            -
                  version:  | 
| 127 | 
            +
                  version: '0'
         | 
| 128 128 | 
             
            requirements: []
         | 
| 129 129 | 
             
            rubygems_version: 3.0.6
         | 
| 130 130 | 
             
            signing_key: 
         |