# -*- encoding: utf-8 -*- # stub: avro 1.10.2 ruby lib Gem::Specification.new do |s| s.name = "avro".freeze s.version = "1.10.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Apache Software Foundation".freeze] s.date = "2021-03-09" s.description = "Avro is a data serialization and RPC format".freeze s.email = "dev@avro.apache.org".freeze s.extra_rdoc_files = ["CHANGELOG".freeze, "LICENSE".freeze, "lib/avro.rb".freeze, "lib/avro/VERSION.txt".freeze, "lib/avro/data_file.rb".freeze, "lib/avro/io.rb".freeze, "lib/avro/ipc.rb".freeze, "lib/avro/logical_types.rb".freeze, "lib/avro/protocol.rb".freeze, "lib/avro/schema.rb".freeze, "lib/avro/schema_compatibility.rb".freeze, "lib/avro/schema_normalization.rb".freeze, "lib/avro/schema_validator.rb".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "lib/avro.rb".freeze, "lib/avro/VERSION.txt".freeze, "lib/avro/data_file.rb".freeze, "lib/avro/io.rb".freeze, "lib/avro/ipc.rb".freeze, "lib/avro/logical_types.rb".freeze, "lib/avro/protocol.rb".freeze, "lib/avro/schema.rb".freeze, "lib/avro/schema_compatibility.rb".freeze, "lib/avro/schema_normalization.rb".freeze, "lib/avro/schema_validator.rb".freeze] s.homepage = "https://avro.apache.org/".freeze s.licenses = ["Apache-2.0".freeze] s.rdoc_options = ["--line-numbers".freeze, "--title".freeze, "Avro".freeze] s.rubygems_version = "3.3.25".freeze s.summary = "Apache Avro for Ruby".freeze s.installed_by_version = "3.3.25" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 end if s.respond_to? :add_runtime_dependency then s.add_runtime_dependency(%q.freeze, ["~> 1"]) else s.add_dependency(%q.freeze, ["~> 1"]) end end