--- !ruby/object:Gem::Specification name: ruby_protobuf version: !ruby/object:Gem::Version hash: 27 prerelease: false segments: - 0 - 4 - 10 version: 0.4.10 platform: ruby authors: - MATSUYAMA Kengo autorequire: bindir: bin cert_chain: [] date: 2011-02-22 00:00:00 +09:00 default_executable: rprotoc dependencies: [] description: Ruby implementation for Protocol Buffers. email: macksx@gmail.com executables: - rprotoc extensions: [] extra_rdoc_files: - README.txt - TODO files: - History.txt - Manifest.txt - README.txt - Rakefile - TODO - VERSION - bin/rprotoc - examples/addressbook.pb.rb - examples/addressbook.proto - examples/reading_a_message.rb - examples/writing_a_message.rb - lib/protobuf/common/exceptions.rb - lib/protobuf/common/util.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 - script/mk_parser - test/check_unbuild.rb - test/data/data.bin - test/data/data_source.py - test/data/types.bin - test/data/types_source.py - test/data/unk.png - test/proto/addressbook.pb.rb - test/proto/addressbook.proto - test/proto/addressbook_base.pb.rb - test/proto/addressbook_base.proto - test/proto/addressbook_ext.pb.rb - test/proto/addressbook_ext.proto - test/proto/collision.pb.rb - test/proto/collision.proto - test/proto/ext_collision.pb.rb - test/proto/ext_collision.proto - test/proto/ext_range.pb.rb - test/proto/ext_range.proto - test/proto/float_default.proto - test/proto/lowercase.pb.rb - test/proto/lowercase.proto - test/proto/merge.pb.rb - test/proto/merge.proto - test/proto/nested.pb.rb - test/proto/nested.proto - test/proto/optional_field.pb.rb - test/proto/optional_field.proto - test/proto/packed.pb.rb - test/proto/packed.proto - test/proto/rpc.proto - test/proto/types.pb.rb - test/proto/types.proto - test/test_addressbook.rb - test/test_compiler.rb - test/test_descriptor.rb - test/test_enum_value.rb - test/test_extension.rb - test/test_lowercase.rb - test/test_message.rb - test/test_optional_field.rb - test/test_packed_field.rb - test/test_parse.rb - test/test_repeated_types.rb - test/test_serialize.rb - test/test_standard_message.rb - test/test_types.rb has_rdoc: true homepage: http://code.google.com/p/ruby-protobuf licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Protocol Buffers for Ruby test_files: - examples/addressbook.pb.rb - examples/reading_a_message.rb - examples/writing_a_message.rb - test/check_unbuild.rb - test/proto/addressbook.pb.rb - test/proto/addressbook_base.pb.rb - test/proto/addressbook_ext.pb.rb - test/proto/collision.pb.rb - test/proto/ext_collision.pb.rb - test/proto/ext_range.pb.rb - test/proto/lowercase.pb.rb - test/proto/merge.pb.rb - test/proto/nested.pb.rb - test/proto/optional_field.pb.rb - test/proto/packed.pb.rb - test/proto/types.pb.rb - test/test_addressbook.rb - test/test_compiler.rb - test/test_descriptor.rb - test/test_enum_value.rb - test/test_extension.rb - test/test_lowercase.rb - test/test_message.rb - test/test_optional_field.rb - test/test_packed_field.rb - test/test_parse.rb - test/test_repeated_types.rb - test/test_serialize.rb - test/test_standard_message.rb - test/test_types.rb