--- !ruby/object:Gem::Specification name: thrift version: !ruby/object:Gem::Version hash: 11 prerelease: false segments: - 0 - 5 - 0 version: 0.5.0 platform: ruby authors: - Kevin Ballard, Kevin Clark, Mark Slee autorequire: bindir: bin cert_chain: [] date: 2010-10-13 00:00:00 -07:00 default_executable: dependencies: [] description: Ruby libraries for Thrift (a language-agnostic RPC system) email: - kevin@sb.org - kevin.clark@gmail.com - mcslee@facebook.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: - CHANGELOG - README - ext/binary_protocol_accelerated.c - ext/binary_protocol_accelerated.h - ext/compact_protocol.c - ext/compact_protocol.h - ext/constants.h - ext/extconf.rb - ext/macros.h - ext/memory_buffer.c - ext/memory_buffer.h - ext/protocol.c - ext/protocol.h - ext/struct.c - ext/struct.h - ext/thrift_native.c - lib/thrift.rb - lib/thrift/client.rb - lib/thrift/core_ext.rb - lib/thrift/exceptions.rb - lib/thrift/processor.rb - lib/thrift/struct.rb - lib/thrift/struct_union.rb - lib/thrift/union.rb - lib/thrift/thrift_native.rb - lib/thrift/types.rb - lib/thrift/core_ext/fixnum.rb - lib/thrift/protocol/base_protocol.rb - lib/thrift/protocol/binary_protocol.rb - lib/thrift/protocol/binary_protocol_accelerated.rb - lib/thrift/protocol/compact_protocol.rb - lib/thrift/serializer/deserializer.rb - lib/thrift/serializer/serializer.rb - lib/thrift/server/base_server.rb - lib/thrift/server/mongrel_http_server.rb - lib/thrift/server/nonblocking_server.rb - lib/thrift/server/simple_server.rb - lib/thrift/server/thread_pool_server.rb - lib/thrift/server/threaded_server.rb - lib/thrift/transport/base_server_transport.rb - lib/thrift/transport/base_transport.rb - lib/thrift/transport/buffered_transport.rb - lib/thrift/transport/framed_transport.rb - lib/thrift/transport/http_client_transport.rb - lib/thrift/transport/io_stream_transport.rb - lib/thrift/transport/memory_buffer_transport.rb - lib/thrift/transport/server_socket.rb - lib/thrift/transport/socket.rb - lib/thrift/transport/unix_server_socket.rb - lib/thrift/transport/unix_socket.rb files: - CHANGELOG - Manifest - Rakefile - README - setup.rb - benchmark/benchmark.rb - benchmark/Benchmark.thrift - benchmark/client.rb - benchmark/server.rb - benchmark/thin_server.rb - ext/binary_protocol_accelerated.c - ext/binary_protocol_accelerated.h - ext/compact_protocol.c - ext/compact_protocol.h - ext/constants.h - ext/extconf.rb - ext/macros.h - ext/memory_buffer.c - ext/memory_buffer.h - ext/protocol.c - ext/protocol.h - ext/struct.c - ext/struct.h - ext/thrift_native.c - lib/thrift.rb - lib/thrift/client.rb - lib/thrift/core_ext.rb - lib/thrift/exceptions.rb - lib/thrift/processor.rb - lib/thrift/struct.rb - lib/thrift/struct_union.rb - lib/thrift/union.rb - lib/thrift/thrift_native.rb - lib/thrift/types.rb - lib/thrift/core_ext/fixnum.rb - lib/thrift/protocol/base_protocol.rb - lib/thrift/protocol/binary_protocol.rb - lib/thrift/protocol/binary_protocol_accelerated.rb - lib/thrift/protocol/compact_protocol.rb - lib/thrift/serializer/deserializer.rb - lib/thrift/serializer/serializer.rb - lib/thrift/server/base_server.rb - lib/thrift/server/mongrel_http_server.rb - lib/thrift/server/nonblocking_server.rb - lib/thrift/server/simple_server.rb - lib/thrift/server/thread_pool_server.rb - lib/thrift/server/threaded_server.rb - lib/thrift/transport/base_server_transport.rb - lib/thrift/transport/base_transport.rb - lib/thrift/transport/buffered_transport.rb - lib/thrift/transport/framed_transport.rb - lib/thrift/transport/http_client_transport.rb - lib/thrift/transport/io_stream_transport.rb - lib/thrift/transport/memory_buffer_transport.rb - lib/thrift/transport/server_socket.rb - lib/thrift/transport/socket.rb - lib/thrift/transport/unix_server_socket.rb - lib/thrift/transport/unix_socket.rb - script/proto_benchmark.rb - script/read_struct.rb - script/write_struct.rb - spec/base_protocol_spec.rb - spec/base_transport_spec.rb - spec/binary_protocol_accelerated_spec.rb - spec/binary_protocol_spec.rb - spec/binary_protocol_spec_shared.rb - spec/client_spec.rb - spec/compact_protocol_spec.rb - spec/exception_spec.rb - spec/http_client_spec.rb - spec/mongrel_http_server_spec.rb - spec/nonblocking_server_spec.rb - spec/processor_spec.rb - spec/serializer_spec.rb - spec/server_socket_spec.rb - spec/server_spec.rb - spec/socket_spec.rb - spec/socket_spec_shared.rb - spec/spec_helper.rb - spec/struct_spec.rb - spec/union_spec.rb - spec/ThriftSpec.thrift - spec/types_spec.rb - spec/unix_socket_spec.rb - thrift.gemspec has_rdoc: true homepage: http://incubator.apache.org/thrift/ licenses: [] post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Thrift - --main - README require_paths: - lib - ext 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: 31 segments: - 1 - 2 - 0 version: 1.2.0 requirements: [] rubyforge_project: thrift rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Ruby libraries for Thrift (a language-agnostic RPC system) test_files: []