--- !ruby/object:Gem::Specification name: macks-ruby_protobuf version: !ruby/object:Gem::Version version: 0.3.2.2 platform: ruby authors: - MATSUYAMA Kengo autorequire: bindir: bin cert_chain: [] date: 2009-04-22 00:00:00 -07:00 default_executable: rprotoc dependencies: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.12.1 version: 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" email: macksx@gmail.com executables: - rprotoc extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - README.txt files: - History.txt - Manifest.txt - README.txt - Rakefile - bin/rprotoc - examples/addressbook.proto - examples/addressbook.pb.rb - examples/reading_a_message.rb - examples/writing_a_message.rb - lib/protobuf/common/wire_type.rb - lib/protobuf/compiler/compiler.rb - lib/protobuf/compiler/nodes.rb - lib/protobuf/compiler/proto.y - lib/protobuf/compiler/proto2.ebnf - lib/protobuf/compiler/proto_parser.rb - lib/protobuf/compiler/template/rpc_bin.erb - lib/protobuf/compiler/template/rpc_client.erb - lib/protobuf/compiler/template/rpc_service.erb - lib/protobuf/compiler/visitors.rb - lib/protobuf/descriptor/descriptor.proto - lib/protobuf/descriptor/descriptor.rb - lib/protobuf/descriptor/descriptor_builder.rb - lib/protobuf/descriptor/descriptor_proto.rb - lib/protobuf/descriptor/enum_descriptor.rb - lib/protobuf/descriptor/field_descriptor.rb - lib/protobuf/descriptor/file_descriptor.rb - lib/protobuf/message/decoder.rb - lib/protobuf/message/encoder.rb - lib/protobuf/message/enum.rb - lib/protobuf/message/extend.rb - lib/protobuf/message/field.rb - lib/protobuf/message/message.rb - lib/protobuf/message/protoable.rb - lib/protobuf/message/service.rb - lib/protobuf/rpc/client.rb - lib/protobuf/rpc/handler.rb - lib/protobuf/rpc/server.rb - lib/ruby_protobuf.rb - script/mk_parser - test/addressbook.rb - test/addressbook_base.rb - test/addressbook_ext.rb - test/check_unbuild.rb - test/collision.rb - test/data/data.bin - test/data/data_source.py - test/data/types.bin - test/data/types_source.py - test/data/unk.png - test/ext_collision.rb - test/ext_range.rb - test/merge.rb - test/nested.rb - test/proto/addressbook.proto - test/proto/addressbook_base.proto - test/proto/addressbook_ext.proto - test/proto/collision.proto - test/proto/ext_collision.proto - test/proto/ext_range.proto - test/proto/merge.proto - test/proto/nested.proto - test/proto/rpc.proto - test/proto/types.proto - test/test_addressbook.rb - test/test_compiler.rb - test/test_descriptor.rb - test/test_extension.rb - test/test_message.rb - test/test_parse.rb - test/test_ruby_protobuf.rb - test/test_serialize.rb - test/test_standard_message.rb - test/test_types.rb - test/types.rb - test/test_optional_field.rb has_rdoc: true homepage: http://github.com/macks/ruby-protobuf post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Protocol Buffers for Ruby test_files: - test/test_descriptor.rb - test/test_ruby_protobuf.rb - test/test_message.rb - test/test_optional_field.rb - test/test_extension.rb - test/test_addressbook.rb - test/test_types.rb - test/test_standard_message.rb - test/test_parse.rb - test/test_compiler.rb - test/test_serialize.rb