# -*- encoding: utf-8 -*-
# stub: macks-ruby_protobuf 0.3.2.3 ruby lib

Gem::Specification.new do |s|
  s.name = "macks-ruby_protobuf".freeze
  s.version = "0.3.2.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["MATSUYAMA Kengo".freeze]
  s.date = "2009-04-22"
  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 = "macksx@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.pb.rb".freeze, "examples/addressbook.proto".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/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/protoable.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, "script/mk_parser".freeze, "test/addressbook.rb".freeze, "test/addressbook_base.rb".freeze, "test/addressbook_ext.rb".freeze, "test/check_unbuild.rb".freeze, "test/collision.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/data/unk.png".freeze, "test/ext_collision.rb".freeze, "test/ext_range.rb".freeze, "test/merge.rb".freeze, "test/nested.rb".freeze, "test/proto/addressbook.proto".freeze, "test/proto/addressbook_base.proto".freeze, "test/proto/addressbook_ext.proto".freeze, "test/proto/collision.proto".freeze, "test/proto/ext_collision.proto".freeze, "test/proto/ext_range.proto".freeze, "test/proto/merge.proto".freeze, "test/proto/nested.proto".freeze, "test/proto/rpc.proto".freeze, "test/proto/types.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_optional_field.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.rb".freeze]
  s.homepage = "http://github.com/macks/ruby-protobuf".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_ruby_protobuf.rb".freeze, "test/test_message.rb".freeze, "test/test_optional_field.rb".freeze, "test/test_extension.rb".freeze, "test/test_addressbook.rb".freeze, "test/test_types.rb".freeze, "test/test_standard_message.rb".freeze, "test/test_parse.rb".freeze, "test/test_compiler.rb".freeze, "test/test_serialize.rb".freeze]

  s.specification_version = 2

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