Sha256: 76e485854e71c78ac5681989ce9f4d94556a49d1a69a9655d8baa110af629069

Contents?: true

Size: 531 Bytes

Versions: 261

Compression:

Stored size: 531 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/repeated_field'

Version data entries

261 entries across 261 versions & 2 rubygems

Version Path
google-protobuf-4.30.0.rc.1-java lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1 lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-x86_64-linux lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-x86_64-darwin lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-x86-mingw32 lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-x86-linux lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-x64-mingw32 lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-x64-mingw-ucrt lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-arm64-darwin lib/google/protobuf_native.rb
google-protobuf-4.30.0.rc.1-aarch64-linux lib/google/protobuf_native.rb
google-protobuf-4.29.3-java lib/google/protobuf_native.rb
google-protobuf-4.29.3 lib/google/protobuf_native.rb
google-protobuf-4.29.3-x86_64-linux lib/google/protobuf_native.rb
google-protobuf-4.29.3-x86_64-darwin lib/google/protobuf_native.rb
google-protobuf-4.29.3-x86-mingw32 lib/google/protobuf_native.rb
google-protobuf-4.29.3-x86-linux lib/google/protobuf_native.rb
google-protobuf-4.29.3-x64-mingw32 lib/google/protobuf_native.rb
google-protobuf-4.29.3-x64-mingw-ucrt lib/google/protobuf_native.rb
google-protobuf-4.29.3-arm64-darwin lib/google/protobuf_native.rb
google-protobuf-4.29.3-aarch64-linux lib/google/protobuf_native.rb