Sha256: f0e904e9cd9bf917eccbcc3fd207eeea4961f7205303592c284da712b88680e9

Contents?: true

Size: 572 Bytes

Versions: 80

Compression:

Stored size: 572 Bytes

Contents

# Protocol Buffers - Google's data interchange format
# Copyright 2023 Google Inc.  All rights reserved.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

if RUBY_PLATFORM == "java"
  require 'json'
  require 'google/protobuf_java'
else
  begin
    require "google/#{RUBY_VERSION.sub(/\.\d+$/, '')}/protobuf_c"
  rescue LoadError
    require 'google/protobuf_c'
  end
end

require 'google/protobuf/descriptor_dsl'
require 'google/protobuf/repeated_field'

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
google-protobuf-3.25.1-java lib/google/protobuf_native.rb
google-protobuf-3.25.1 lib/google/protobuf_native.rb
google-protobuf-3.25.1-x86_64-linux lib/google/protobuf_native.rb
google-protobuf-3.25.1-x86_64-darwin lib/google/protobuf_native.rb
google-protobuf-3.25.1-x86-mingw32 lib/google/protobuf_native.rb
google-protobuf-3.25.1-x86-linux lib/google/protobuf_native.rb
google-protobuf-3.25.1-x64-mingw32 lib/google/protobuf_native.rb
google-protobuf-3.25.1-x64-mingw-ucrt lib/google/protobuf_native.rb
google-protobuf-3.25.1-arm64-darwin lib/google/protobuf_native.rb
google-protobuf-3.25.1-aarch64-linux lib/google/protobuf_native.rb
google-protobuf-3.25.0-java lib/google/protobuf_native.rb
google-protobuf-3.25.0 lib/google/protobuf_native.rb
google-protobuf-3.25.0-x86_64-linux lib/google/protobuf_native.rb
google-protobuf-3.25.0-x86_64-darwin lib/google/protobuf_native.rb
google-protobuf-3.25.0-x86-mingw32 lib/google/protobuf_native.rb
google-protobuf-3.25.0-x86-linux lib/google/protobuf_native.rb
google-protobuf-3.25.0-x64-mingw32 lib/google/protobuf_native.rb
google-protobuf-3.25.0-x64-mingw-ucrt lib/google/protobuf_native.rb
google-protobuf-3.25.0-arm64-darwin lib/google/protobuf_native.rb
google-protobuf-3.25.0-aarch64-linux lib/google/protobuf_native.rb