Sha256: 99232969db40e01d0d0329e06c54485291ccfd10a8a26af80d0624f64d8ddeba

Contents?: true

Size: 902 Bytes

Versions: 431

Compression:

Stored size: 902 Bytes

Contents

# Copyright 2015 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

begin
  ruby_version_dirname = /(\d+\.\d+)/.match(RUBY_VERSION).to_s
  distrib_lib_dir = File.expand_path(ruby_version_dirname,
                                     File.dirname(__FILE__))
  if !Dir.glob("#{distrib_lib_dir}/grpc_c*").empty?
    require "#{distrib_lib_dir}/grpc_c"
  else
    require 'grpc/grpc_c'
  end
end

Version data entries

431 entries across 431 versions & 3 rubygems

Version Path
grpc-1.61.3 src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-x86_64-darwin src/ruby/lib/grpc/grpc.rb
grpc-1.62.3 src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-x64-mingw32 src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-x86-linux src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-arm64-darwin src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-aarch64-linux src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-x86-mingw32 src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-x86_64-linux src/ruby/lib/grpc/grpc.rb
grpc-1.62.3-x64-mingw-ucrt src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-aarch64-linux src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-x64-mingw-ucrt src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-x86_64-darwin src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-x86-mingw32 src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-x86-linux src/ruby/lib/grpc/grpc.rb
grpc-1.63.2 src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-x86_64-linux src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-x64-mingw32 src/ruby/lib/grpc/grpc.rb
grpc-1.63.2-arm64-darwin src/ruby/lib/grpc/grpc.rb
grpc-1.64.3-x64-mingw-ucrt src/ruby/lib/grpc/grpc.rb