thrift 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/benchmark/gen-rb/benchmark_constants.rb +1 -1
  2. data/benchmark/gen-rb/benchmark_service.rb +1 -1
  3. data/benchmark/gen-rb/benchmark_types.rb +1 -1
  4. data/ext/strlcpy.c +41 -0
  5. data/ext/strlcpy.h +30 -0
  6. data/ext/struct.c +6 -32
  7. data/lib/thrift/struct_union.rb +1 -1
  8. data/spec/base_protocol_spec.rb +1 -1
  9. data/spec/base_transport_spec.rb +1 -1
  10. data/spec/binary_protocol_accelerated_spec.rb +2 -2
  11. data/spec/binary_protocol_spec.rb +2 -2
  12. data/spec/binary_protocol_spec_shared.rb +1 -1
  13. data/spec/client_spec.rb +1 -1
  14. data/spec/compact_protocol_spec.rb +12 -1
  15. data/spec/exception_spec.rb +1 -1
  16. data/spec/gen-rb/nonblocking_service.rb +1 -1
  17. data/spec/gen-rb/thrift_spec_constants.rb +1 -1
  18. data/spec/gen-rb/thrift_spec_types.rb +1 -1
  19. data/spec/http_client_spec.rb +1 -1
  20. data/spec/mongrel_http_server_spec.rb +1 -1
  21. data/spec/nonblocking_server_spec.rb +1 -1
  22. data/spec/processor_spec.rb +1 -1
  23. data/spec/serializer_spec.rb +1 -1
  24. data/spec/server_socket_spec.rb +2 -2
  25. data/spec/server_spec.rb +1 -2
  26. data/spec/socket_spec.rb +2 -2
  27. data/spec/socket_spec_shared.rb +1 -1
  28. data/spec/spec_helper.rb +1 -1
  29. data/spec/struct_spec.rb +1 -1
  30. data/spec/types_spec.rb +1 -1
  31. data/spec/union_spec.rb +1 -1
  32. data/spec/unix_socket_spec.rb +2 -2
  33. data/{debug_proto_test → test/debug_proto}/gen-rb/debug_proto_test_constants.rb +1 -1
  34. data/{debug_proto_test → test/debug_proto}/gen-rb/debug_proto_test_types.rb +56 -1
  35. data/{debug_proto_test → test/debug_proto}/gen-rb/empty_service.rb +1 -1
  36. data/{debug_proto_test → test/debug_proto}/gen-rb/inherited.rb +1 -1
  37. data/{debug_proto_test → test/debug_proto}/gen-rb/reverse_order_service.rb +1 -1
  38. data/{debug_proto_test → test/debug_proto}/gen-rb/service_for_exception_with_a_map.rb +1 -1
  39. data/{debug_proto_test → test/debug_proto}/gen-rb/srv.rb +1 -1
  40. metadata +143 -70
  41. data/InstalledFiles +0 -1
  42. data/Makefile +0 -512
  43. data/Makefile.am +0 -49
  44. data/Makefile.in +0 -512
  45. data/Manifest +0 -103
  46. data/Rakefile +0 -102
  47. data/script/proto_benchmark.rb +0 -121
  48. data/script/read_struct.rb +0 -43
  49. data/script/write_struct.rb +0 -30
  50. data/setup.rb +0 -1585
  51. data/thrift.gemspec +0 -30
  52. data/tmp/thrift-0.7.0.gem +0 -0
@@ -1,30 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- Gem::Specification.new do |s|
4
- s.name = %q{thrift}
5
- s.version = "0.7.0"
6
-
7
- s.required_rubygems_version = Gem::Requirement.new(">= 1.2.0") if s.respond_to? :required_rubygems_version=
8
- s.authors = [%q{Thrift Developers}]
9
- s.date = %q{2011-08-16}
10
- s.description = %q{Ruby bindings for the Apache Thrift RPC system}
11
- s.email = [%q{dev@thrift.apache.org}]
12
- s.extensions = [%q{ext/extconf.rb}]
13
- s.extra_rdoc_files = [%q{CHANGELOG}, %q{README}, %q{ext/binary_protocol_accelerated.c}, %q{ext/binary_protocol_accelerated.h}, %q{ext/compact_protocol.c}, %q{ext/compact_protocol.h}, %q{ext/constants.h}, %q{ext/extconf.rb}, %q{ext/macros.h}, %q{ext/memory_buffer.c}, %q{ext/memory_buffer.h}, %q{ext/protocol.c}, %q{ext/protocol.h}, %q{ext/struct.c}, %q{ext/struct.h}, %q{ext/thrift_native.c}, %q{lib/thrift.rb}, %q{lib/thrift/client.rb}, %q{lib/thrift/core_ext.rb}, %q{lib/thrift/core_ext/fixnum.rb}, %q{lib/thrift/exceptions.rb}, %q{lib/thrift/processor.rb}, %q{lib/thrift/protocol/base_protocol.rb}, %q{lib/thrift/protocol/binary_protocol.rb}, %q{lib/thrift/protocol/binary_protocol_accelerated.rb}, %q{lib/thrift/protocol/compact_protocol.rb}, %q{lib/thrift/serializer/deserializer.rb}, %q{lib/thrift/serializer/serializer.rb}, %q{lib/thrift/server/base_server.rb}, %q{lib/thrift/server/mongrel_http_server.rb}, %q{lib/thrift/server/nonblocking_server.rb}, %q{lib/thrift/server/simple_server.rb}, %q{lib/thrift/server/thread_pool_server.rb}, %q{lib/thrift/server/threaded_server.rb}, %q{lib/thrift/struct.rb}, %q{lib/thrift/struct_union.rb}, %q{lib/thrift/thrift_native.rb}, %q{lib/thrift/transport/base_server_transport.rb}, %q{lib/thrift/transport/base_transport.rb}, %q{lib/thrift/transport/buffered_transport.rb}, %q{lib/thrift/transport/framed_transport.rb}, %q{lib/thrift/transport/http_client_transport.rb}, %q{lib/thrift/transport/io_stream_transport.rb}, %q{lib/thrift/transport/memory_buffer_transport.rb}, %q{lib/thrift/transport/server_socket.rb}, %q{lib/thrift/transport/socket.rb}, %q{lib/thrift/transport/unix_server_socket.rb}, %q{lib/thrift/transport/unix_socket.rb}, %q{lib/thrift/types.rb}, %q{lib/thrift/union.rb}]
14
- s.files = [%q{CHANGELOG}, %q{InstalledFiles}, %q{Makefile}, %q{Makefile.am}, %q{Makefile.in}, %q{Manifest}, %q{README}, %q{Rakefile}, %q{benchmark/Benchmark.thrift}, %q{benchmark/benchmark.rb}, %q{benchmark/client.rb}, %q{benchmark/gen-rb/benchmark_constants.rb}, %q{benchmark/gen-rb/benchmark_service.rb}, %q{benchmark/gen-rb/benchmark_types.rb}, %q{benchmark/server.rb}, %q{benchmark/thin_server.rb}, %q{debug_proto_test/gen-rb/debug_proto_test_constants.rb}, %q{debug_proto_test/gen-rb/debug_proto_test_types.rb}, %q{debug_proto_test/gen-rb/empty_service.rb}, %q{debug_proto_test/gen-rb/inherited.rb}, %q{debug_proto_test/gen-rb/reverse_order_service.rb}, %q{debug_proto_test/gen-rb/service_for_exception_with_a_map.rb}, %q{debug_proto_test/gen-rb/srv.rb}, %q{ext/binary_protocol_accelerated.c}, %q{ext/binary_protocol_accelerated.h}, %q{ext/compact_protocol.c}, %q{ext/compact_protocol.h}, %q{ext/constants.h}, %q{ext/extconf.rb}, %q{ext/macros.h}, %q{ext/memory_buffer.c}, %q{ext/memory_buffer.h}, %q{ext/protocol.c}, %q{ext/protocol.h}, %q{ext/struct.c}, %q{ext/struct.h}, %q{ext/thrift_native.c}, %q{lib/thrift.rb}, %q{lib/thrift/client.rb}, %q{lib/thrift/core_ext.rb}, %q{lib/thrift/core_ext/fixnum.rb}, %q{lib/thrift/exceptions.rb}, %q{lib/thrift/processor.rb}, %q{lib/thrift/protocol/base_protocol.rb}, %q{lib/thrift/protocol/binary_protocol.rb}, %q{lib/thrift/protocol/binary_protocol_accelerated.rb}, %q{lib/thrift/protocol/compact_protocol.rb}, %q{lib/thrift/serializer/deserializer.rb}, %q{lib/thrift/serializer/serializer.rb}, %q{lib/thrift/server/base_server.rb}, %q{lib/thrift/server/mongrel_http_server.rb}, %q{lib/thrift/server/nonblocking_server.rb}, %q{lib/thrift/server/simple_server.rb}, %q{lib/thrift/server/thread_pool_server.rb}, %q{lib/thrift/server/threaded_server.rb}, %q{lib/thrift/struct.rb}, %q{lib/thrift/struct_union.rb}, %q{lib/thrift/thrift_native.rb}, %q{lib/thrift/transport/base_server_transport.rb}, %q{lib/thrift/transport/base_transport.rb}, %q{lib/thrift/transport/buffered_transport.rb}, %q{lib/thrift/transport/framed_transport.rb}, %q{lib/thrift/transport/http_client_transport.rb}, %q{lib/thrift/transport/io_stream_transport.rb}, %q{lib/thrift/transport/memory_buffer_transport.rb}, %q{lib/thrift/transport/server_socket.rb}, %q{lib/thrift/transport/socket.rb}, %q{lib/thrift/transport/unix_server_socket.rb}, %q{lib/thrift/transport/unix_socket.rb}, %q{lib/thrift/types.rb}, %q{lib/thrift/union.rb}, %q{script/proto_benchmark.rb}, %q{script/read_struct.rb}, %q{script/write_struct.rb}, %q{setup.rb}, %q{spec/ThriftSpec.thrift}, %q{spec/base_protocol_spec.rb}, %q{spec/base_transport_spec.rb}, %q{spec/binary_protocol_accelerated_spec.rb}, %q{spec/binary_protocol_spec.rb}, %q{spec/binary_protocol_spec_shared.rb}, %q{spec/client_spec.rb}, %q{spec/compact_protocol_spec.rb}, %q{spec/exception_spec.rb}, %q{spec/gen-rb/nonblocking_service.rb}, %q{spec/gen-rb/thrift_spec_constants.rb}, %q{spec/gen-rb/thrift_spec_types.rb}, %q{spec/http_client_spec.rb}, %q{spec/mongrel_http_server_spec.rb}, %q{spec/nonblocking_server_spec.rb}, %q{spec/processor_spec.rb}, %q{spec/serializer_spec.rb}, %q{spec/server_socket_spec.rb}, %q{spec/server_spec.rb}, %q{spec/socket_spec.rb}, %q{spec/socket_spec_shared.rb}, %q{spec/spec_helper.rb}, %q{spec/struct_spec.rb}, %q{spec/types_spec.rb}, %q{spec/union_spec.rb}, %q{spec/unix_socket_spec.rb}, %q{thrift.gemspec}, %q{tmp/thrift-0.7.0.gem}]
15
- s.homepage = %q{http://thrift.apache.org}
16
- s.rdoc_options = [%q{--line-numbers}, %q{--inline-source}, %q{--title}, %q{Thrift}, %q{--main}, %q{README}]
17
- s.require_paths = [%q{lib}, %q{ext}]
18
- s.rubyforge_project = %q{thrift}
19
- s.rubygems_version = %q{1.8.6}
20
- s.summary = %q{Ruby bindings for the Apache Thrift RPC system}
21
-
22
- if s.respond_to? :specification_version then
23
- s.specification_version = 3
24
-
25
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
- else
27
- end
28
- else
29
- end
30
- end
Binary file