# -*- encoding: utf-8 -*-
# stub: ruby_protobuf 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "ruby_protobuf".freeze
  s.version = "0.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["ANDO Yasushi".freeze]
  s.date = "2008-08-18"
  s.description = "== DESCRIPTION:  Protocol Buffers for Ruby.  == FEATURES/PROBLEMS:  * Compile .proto file to ruby script * Parse the binary wire format for protocol buffer * Serialize data to the binary wire format for protocol buffer".freeze
  s.email = "andyjpn@gmail.com".freeze
  s.executables = ["rprotoc".freeze]
  s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze]
  s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/rprotoc".freeze, "examples/addressbook.proto".freeze, "examples/addressbook.rb".freeze, "examples/reading_a_message.rb".freeze, "examples/writing_a_message.rb".freeze, "lib/protobuf/common/wire_type.rb".freeze, "lib/protobuf/compiler/compiler.rb".freeze, "lib/protobuf/compiler/compiler_old.rb".freeze, "lib/protobuf/compiler/nodes.rb".freeze, "lib/protobuf/compiler/proto.y".freeze, "lib/protobuf/compiler/proto2.ebnf".freeze, "lib/protobuf/compiler/proto_parser.rb".freeze, "lib/protobuf/compiler/template/rpc_bin.erb".freeze, "lib/protobuf/compiler/template/rpc_client.erb".freeze, "lib/protobuf/compiler/template/rpc_service.erb".freeze, "lib/protobuf/compiler/visitors.rb".freeze, "lib/protobuf/descriptor/descriptor.proto".freeze, "lib/protobuf/descriptor/descriptor.rb".freeze, "lib/protobuf/descriptor/descriptor_builder.rb".freeze, "lib/protobuf/descriptor/descriptor_proto.rb".freeze, "lib/protobuf/descriptor/enum_descriptor.rb".freeze, "lib/protobuf/descriptor/field_descriptor.rb".freeze, "lib/protobuf/descriptor/file_descriptor.rb".freeze, "lib/protobuf/message/decoder.rb".freeze, "lib/protobuf/message/encoder.rb".freeze, "lib/protobuf/message/enum.rb".freeze, "lib/protobuf/message/extend.rb".freeze, "lib/protobuf/message/field.rb".freeze, "lib/protobuf/message/message.rb".freeze, "lib/protobuf/message/service.rb".freeze, "lib/protobuf/rpc/client.rb".freeze, "lib/protobuf/rpc/handler.rb".freeze, "lib/protobuf/rpc/server.rb".freeze, "lib/ruby_protobuf.rb".freeze, "test/addressbook.proto".freeze, "test/addressbook.rb".freeze, "test/addressbook_base.proto".freeze, "test/addressbook_base.rb".freeze, "test/addressbook_ext.proto".freeze, "test/addressbook_ext.rb".freeze, "test/check_unbuild.rb".freeze, "test/data/data.bin".freeze, "test/data/data_source.py".freeze, "test/data/types.bin".freeze, "test/data/types_source.py".freeze, "test/rpc.proto".freeze, "test/test_addressbook.rb".freeze, "test/test_compiler.rb".freeze, "test/test_descriptor.rb".freeze, "test/test_extension.rb".freeze, "test/test_message.rb".freeze, "test/test_parse.rb".freeze, "test/test_ruby_protobuf.rb".freeze, "test/test_serialize.rb".freeze, "test/test_standard_message.rb".freeze, "test/test_types.rb".freeze, "test/types.proto".freeze, "test/types.rb".freeze]
  s.rdoc_options = ["--main".freeze, "README.txt".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Protocol Buffers for Ruby".freeze
  s.test_files = ["test/test_descriptor.rb".freeze, "test/test_message.rb".freeze, "test/test_ruby_protobuf.rb".freeze, "test/test_extension.rb".freeze, "test/test_parse.rb".freeze, "test/test_serialize.rb".freeze, "test/test_types.rb".freeze, "test/test_compiler.rb".freeze, "test/test_addressbook.rb".freeze, "test/test_standard_message.rb".freeze]

  s.specification_version = 2

  s.add_development_dependency(%q<hoe>.freeze, [">= 1.7.0".freeze])
end