--- !ruby/object:Gem::Specification name: thrift version: !ruby/object:Gem::Version version: 0.14.2 platform: ruby authors: - Apache Thrift Developers autorequire: bindir: bin cert_chain: [] date: 2021-06-17 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.11.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.11.3 - !ruby/object:Gem::Dependency name: pry-byebug requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.6' - !ruby/object:Gem::Dependency name: pry-stack_explorer requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.9.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.9.2 - !ruby/object:Gem::Dependency name: rack requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 2.0.8 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 2.0.8 - !ruby/object:Gem::Dependency name: rack-test requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.3 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.3' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.7' - !ruby/object:Gem::Dependency name: thin requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' description: Ruby bindings for the Apache Thrift RPC system email: - dev@thrift.apache.org executables: [] extensions: - ext/extconf.rb extra_rdoc_files: - README.md - ext/thrift_native.c - ext/bytes.c - ext/protocol.c - ext/strlcpy.c - ext/memory_buffer.c - ext/binary_protocol_accelerated.c - ext/struct.c - ext/compact_protocol.c - ext/constants.h - ext/macros.h - ext/strlcpy.h - ext/bytes.h - ext/memory_buffer.h - ext/protocol.h - ext/binary_protocol_accelerated.h - ext/struct.h - ext/compact_protocol.h - ext/extconf.rb - lib/thrift/struct_union.rb - lib/thrift/struct.rb - lib/thrift/processor.rb - lib/thrift/protocol/json_protocol.rb - lib/thrift/protocol/multiplexed_protocol.rb - lib/thrift/protocol/protocol_decorator.rb - lib/thrift/protocol/compact_protocol.rb - lib/thrift/protocol/binary_protocol_accelerated.rb - lib/thrift/protocol/binary_protocol.rb - lib/thrift/protocol/base_protocol.rb - lib/thrift/types.rb - lib/thrift/thrift_native.rb - lib/thrift/union.rb - lib/thrift/bytes.rb - lib/thrift/client.rb - lib/thrift/multiplexed_processor.rb - lib/thrift/server/thin_http_server.rb - lib/thrift/server/simple_server.rb - lib/thrift/server/thread_pool_server.rb - lib/thrift/server/threaded_server.rb - lib/thrift/server/mongrel_http_server.rb - lib/thrift/server/base_server.rb - lib/thrift/server/nonblocking_server.rb - lib/thrift/transport/ssl_socket.rb - lib/thrift/transport/memory_buffer_transport.rb - lib/thrift/transport/buffered_transport.rb - lib/thrift/transport/socket.rb - lib/thrift/transport/framed_transport.rb - lib/thrift/transport/http_client_transport.rb - lib/thrift/transport/base_server_transport.rb - lib/thrift/transport/ssl_server_socket.rb - lib/thrift/transport/unix_server_socket.rb - lib/thrift/transport/base_transport.rb - lib/thrift/transport/io_stream_transport.rb - lib/thrift/transport/server_socket.rb - lib/thrift/transport/unix_socket.rb - lib/thrift/exceptions.rb - lib/thrift/core_ext.rb - lib/thrift/core_ext/fixnum.rb - lib/thrift/serializer/deserializer.rb - lib/thrift/serializer/serializer.rb - lib/thrift.rb files: - README.md - benchmark/Benchmark.thrift - benchmark/benchmark.rb - benchmark/client.rb - benchmark/server.rb - benchmark/thin_server.rb - ext/binary_protocol_accelerated.c - ext/binary_protocol_accelerated.h - ext/bytes.c - ext/bytes.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/strlcpy.c - ext/strlcpy.h - ext/struct.c - ext/struct.h - ext/thrift_native.c - lib/thrift.rb - lib/thrift/bytes.rb - lib/thrift/client.rb - lib/thrift/core_ext.rb - lib/thrift/core_ext/fixnum.rb - lib/thrift/exceptions.rb - lib/thrift/multiplexed_processor.rb - lib/thrift/processor.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/protocol/json_protocol.rb - lib/thrift/protocol/multiplexed_protocol.rb - lib/thrift/protocol/protocol_decorator.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/thin_http_server.rb - lib/thrift/server/thread_pool_server.rb - lib/thrift/server/threaded_server.rb - lib/thrift/struct.rb - lib/thrift/struct_union.rb - lib/thrift/thrift_native.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/ssl_server_socket.rb - lib/thrift/transport/ssl_socket.rb - lib/thrift/transport/unix_server_socket.rb - lib/thrift/transport/unix_socket.rb - lib/thrift/types.rb - lib/thrift/union.rb - spec/BaseService.thrift - spec/ExtendedService.thrift - spec/Referenced.thrift - spec/ThriftNamespacedSpec.thrift - spec/ThriftSpec.thrift - 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/bytes_spec.rb - spec/client_spec.rb - spec/compact_protocol_spec.rb - spec/exception_spec.rb - spec/flat_spec.rb - spec/http_client_spec.rb - spec/json_protocol_spec.rb - spec/namespaced_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/ssl_server_socket_spec.rb - spec/ssl_socket_spec.rb - spec/struct_nested_containers_spec.rb - spec/struct_spec.rb - spec/thin_http_server_spec.rb - spec/types_spec.rb - spec/union_spec.rb - spec/unix_socket_spec.rb homepage: http://thrift.apache.org licenses: - Apache-2.0 metadata: {} post_install_message: rdoc_options: - "--line-numbers" - "--inline-source" - "--title" - Thrift - "--main" - README require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: thrift rubygems_version: 2.7.6.2 signing_key: specification_version: 4 summary: Ruby bindings for Apache Thrift test_files: - spec/types_spec.rb - spec/union_spec.rb - spec/ThriftSpec.thrift - spec/spec_helper.rb - spec/binary_protocol_accelerated_spec.rb - spec/ssl_socket_spec.rb - spec/http_client_spec.rb - spec/flat_spec.rb - spec/server_socket_spec.rb - spec/bytes_spec.rb - spec/binary_protocol_spec.rb - spec/socket_spec.rb - spec/struct_spec.rb - spec/exception_spec.rb - spec/thin_http_server_spec.rb - spec/BaseService.thrift - spec/compact_protocol_spec.rb - spec/namespaced_spec.rb - spec/processor_spec.rb - spec/ssl_server_socket_spec.rb - spec/ExtendedService.thrift - spec/binary_protocol_spec_shared.rb - spec/struct_nested_containers_spec.rb - spec/base_protocol_spec.rb - spec/serializer_spec.rb - spec/json_protocol_spec.rb - spec/base_transport_spec.rb - spec/nonblocking_server_spec.rb - spec/Referenced.thrift - spec/unix_socket_spec.rb - spec/socket_spec_shared.rb - spec/ThriftNamespacedSpec.thrift - spec/server_spec.rb - spec/client_spec.rb - benchmark/benchmark.rb - benchmark/server.rb - benchmark/thin_server.rb - benchmark/client.rb - benchmark/Benchmark.thrift