Sha256: 989c65231d91c398d481d6074b56cc08791c62f96a4febf7cc9495059235f6e6
Contents?: true
Size: 504 Bytes
Versions: 9
Compression:
Stored size: 504 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: VersionInfo.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("VersionInfo.proto", :syntax => :proto3) do add_message "nuva.VersionInfo" do optional :major, :uint32, 1 optional :minor, :uint32, 2 optional :patch, :uint32, 3 end end end module Nuva VersionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("nuva.VersionInfo").msgclass end
Version data entries
9 entries across 9 versions & 1 rubygems