upfluence-thrift 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/extconf.rb +1 -4
  3. metadata +92 -92
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea7054176b376c94f565f2a9404599502b35853c1fcba1735d7153a16ccb1fa7
4
- data.tar.gz: d90c18cf190256af2d4a0240bb4867bcf7b6e53b2f29f021e90e9d8eb8976a4e
3
+ metadata.gz: 65c3e787432bc70631ee206f1118e8da08d4c274d06c26fcc531ec2ebb03c26f
4
+ data.tar.gz: b906595d1faa44c761062d44baec1e4b4eb96cd5dfb0174ac4bbb68d5ff3d6f8
5
5
  SHA512:
6
- metadata.gz: 41c69f0f716a5f5be7d9ee0a8e06c5d66463dc5ba5a7714c3f6e8db51248933d06d78c0b32b7217112358a0dcfc9e973195efd412e6b2cac526134074af228d7
7
- data.tar.gz: 0c6b50c4e0b91776991f82f4b80d053685a1f9c09e16ef5bb1efea0dbec866ebde4dc1c2a0dac26cd1c05d9f1d7c7afb3131078d47f2380e963767c4c4c7e78e
6
+ metadata.gz: 6888cd0e99251cb5c67eb314620f00f449270e544b7593088c50fbedfcff06893595c167e13031502ed8134608c03fd6510eaa21c10945a5cb404c1e22fe72bc
7
+ data.tar.gz: 9df5b7919319e943cd76e8ed28a8c24111d859cbb895033357aacb5fc24930cad9bfcf1ab8fa540c405fd15eb7fe40023f4b0aca8d96dfb796f68f3fc780022b
data/ext/extconf.rb CHANGED
@@ -23,10 +23,7 @@ else
23
23
  require 'mkmf'
24
24
  require 'rbconfig'
25
25
 
26
- $ARCH_FLAGS = RbConfig::CONFIG['CFLAGS'].scan( /(-arch )(\S+)/ ).map{|x,y| x + y + ' ' }.join('')
27
-
28
-
29
- $CFLAGS = "-fsigned-char -g -O2 -Wall -Werror " + $ARCH_FLAGS
26
+ $CFLAGS += " -fsigned-char"
30
27
 
31
28
  have_func("strlcpy", "string.h")
32
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upfluence-thrift
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thrift Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-08 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -102,80 +102,80 @@ extensions:
102
102
  - ext/extconf.rb
103
103
  extra_rdoc_files:
104
104
  - README.md
105
- - ext/strlcpy.c
106
- - ext/bytes.c
107
105
  - ext/binary_protocol_accelerated.c
106
+ - ext/bytes.c
108
107
  - ext/compact_protocol.c
109
108
  - ext/memory_buffer.c
110
109
  - ext/protocol.c
111
- - ext/thrift_native.c
110
+ - ext/strlcpy.c
112
111
  - ext/struct.c
113
- - ext/protocol.h
114
- - ext/struct.h
115
- - ext/constants.h
116
- - ext/macros.h
112
+ - ext/thrift_native.c
113
+ - ext/binary_protocol_accelerated.h
117
114
  - ext/bytes.h
118
- - ext/strlcpy.h
119
115
  - ext/compact_protocol.h
120
- - ext/binary_protocol_accelerated.h
116
+ - ext/constants.h
117
+ - ext/macros.h
121
118
  - ext/memory_buffer.h
119
+ - ext/protocol.h
120
+ - ext/strlcpy.h
121
+ - ext/struct.h
122
122
  - ext/extconf.rb
123
- - lib/thrift.rb
124
- - lib/thrift/core_ext.rb
125
- - lib/thrift/struct_union.rb
126
- - lib/thrift/struct.rb
127
- - lib/thrift/middleware.rb
128
- - lib/thrift/union.rb
129
- - lib/thrift/serializer/serializer.rb
130
- - lib/thrift/serializer/deserializer.rb
131
- - lib/thrift/types/value.rb
132
- - lib/thrift/types/value_constants.rb
133
- - lib/thrift/types/value_types.rb
134
- - lib/thrift/types/known/any_types.rb
135
- - lib/thrift/types/known/any.rb
136
- - lib/thrift/types/known/timestamp.rb
137
- - lib/thrift/types/known/timestamp_types.rb
138
- - lib/thrift/types/known/any_constants.rb
139
- - lib/thrift/types/known/timestamp_constants.rb
140
- - lib/thrift/types/known/duration.rb
141
- - lib/thrift/types/known/duration_types.rb
142
- - lib/thrift/types/known/duration_constants.rb
143
- - lib/thrift/transport/base_server_transport.rb
144
- - lib/thrift/transport/framed_transport.rb
145
- - lib/thrift/transport/socket.rb
146
- - lib/thrift/transport/base_transport.rb
147
- - lib/thrift/transport/server_socket.rb
148
- - lib/thrift/transport/unix_socket.rb
149
- - lib/thrift/transport/memory_buffer_transport.rb
150
- - lib/thrift/transport/io_stream_transport.rb
151
- - lib/thrift/transport/buffered_transport.rb
152
- - lib/thrift/transport/unix_server_socket.rb
153
- - lib/thrift/transport/http_client_transport.rb
154
123
  - lib/thrift/bytes.rb
124
+ - lib/thrift/client.rb
155
125
  - lib/thrift/core_ext/fixnum.rb
126
+ - lib/thrift/core_ext.rb
156
127
  - lib/thrift/definition.rb
157
- - lib/thrift/multiplexed_processor.rb
158
- - lib/thrift/thrift_native.rb
159
128
  - lib/thrift/exceptions.rb
160
- - lib/thrift/server/threaded_server.rb
161
- - lib/thrift/server/rack_application.rb
162
- - lib/thrift/server/mongrel_http_server.rb
163
- - lib/thrift/server/thread_pool_server.rb
164
- - lib/thrift/server/simple_server.rb
165
- - lib/thrift/server/nonblocking_server.rb
166
- - lib/thrift/server/thin_http_server.rb
167
- - lib/thrift/server/base_server.rb
168
- - lib/thrift/protocol/binary_protocol_accelerated.rb
129
+ - lib/thrift/metrics.rb
130
+ - lib/thrift/middleware.rb
131
+ - lib/thrift/multiplexed_processor.rb
132
+ - lib/thrift/processor.rb
169
133
  - lib/thrift/protocol/base_protocol.rb
170
- - lib/thrift/protocol/protocol_decorator.rb
171
- - lib/thrift/protocol/json_protocol.rb
172
- - lib/thrift/protocol/multiplexed_protocol.rb
173
134
  - lib/thrift/protocol/binary_protocol.rb
135
+ - lib/thrift/protocol/binary_protocol_accelerated.rb
174
136
  - lib/thrift/protocol/compact_protocol.rb
175
- - lib/thrift/processor.rb
137
+ - lib/thrift/protocol/json_protocol.rb
138
+ - lib/thrift/protocol/multiplexed_protocol.rb
139
+ - lib/thrift/protocol/protocol_decorator.rb
140
+ - lib/thrift/serializer/deserializer.rb
141
+ - lib/thrift/serializer/serializer.rb
142
+ - lib/thrift/server/base_server.rb
143
+ - lib/thrift/server/mongrel_http_server.rb
144
+ - lib/thrift/server/nonblocking_server.rb
145
+ - lib/thrift/server/rack_application.rb
146
+ - lib/thrift/server/simple_server.rb
147
+ - lib/thrift/server/thin_http_server.rb
148
+ - lib/thrift/server/thread_pool_server.rb
149
+ - lib/thrift/server/threaded_server.rb
150
+ - lib/thrift/struct.rb
151
+ - lib/thrift/struct_union.rb
152
+ - lib/thrift/thrift_native.rb
153
+ - lib/thrift/transport/base_server_transport.rb
154
+ - lib/thrift/transport/base_transport.rb
155
+ - lib/thrift/transport/buffered_transport.rb
156
+ - lib/thrift/transport/framed_transport.rb
157
+ - lib/thrift/transport/http_client_transport.rb
158
+ - lib/thrift/transport/io_stream_transport.rb
159
+ - lib/thrift/transport/memory_buffer_transport.rb
160
+ - lib/thrift/transport/server_socket.rb
161
+ - lib/thrift/transport/socket.rb
162
+ - lib/thrift/transport/unix_server_socket.rb
163
+ - lib/thrift/transport/unix_socket.rb
164
+ - lib/thrift/types/known/any.rb
165
+ - lib/thrift/types/known/any_constants.rb
166
+ - lib/thrift/types/known/any_types.rb
167
+ - lib/thrift/types/known/duration.rb
168
+ - lib/thrift/types/known/duration_constants.rb
169
+ - lib/thrift/types/known/duration_types.rb
170
+ - lib/thrift/types/known/timestamp.rb
171
+ - lib/thrift/types/known/timestamp_constants.rb
172
+ - lib/thrift/types/known/timestamp_types.rb
173
+ - lib/thrift/types/value.rb
174
+ - lib/thrift/types/value_constants.rb
175
+ - lib/thrift/types/value_types.rb
176
176
  - lib/thrift/types.rb
177
- - lib/thrift/client.rb
178
- - lib/thrift/metrics.rb
177
+ - lib/thrift/union.rb
178
+ - lib/thrift.rb
179
179
  files:
180
180
  - README.md
181
181
  - benchmark/Benchmark.thrift
@@ -320,50 +320,50 @@ required_rubygems_version: !ruby/object:Gem::Requirement
320
320
  - !ruby/object:Gem::Version
321
321
  version: '0'
322
322
  requirements: []
323
- rubygems_version: 3.0.3
323
+ rubygems_version: 3.2.32
324
324
  signing_key:
325
325
  specification_version: 4
326
326
  summary: Ruby bindings for Apache Thrift
327
327
  test_files:
328
- - spec/ThriftSpec.thrift
329
- - spec/struct_nested_containers_spec.rb
330
- - spec/http_client_spec.rb
331
- - spec/thin_http_server_spec.rb
332
- - spec/spec_helper.rb
333
- - spec/rack_application_spec.rb
334
- - spec/compact_protocol_spec.rb
335
- - spec/base_protocol_spec.rb
336
- - spec/client_spec.rb
337
- - spec/types/value_spec.rb
338
- - spec/types/known/timestamp_spec.rb
339
- - spec/types/known/duration_spec.rb
340
- - spec/types/known/any_spec.rb
341
- - spec/server_spec.rb
342
- - spec/server_socket_spec.rb
343
- - spec/bytes_spec.rb
344
328
  - spec/BaseService.thrift
345
- - spec/socket_spec.rb
346
- - spec/json_protocol_spec.rb
329
+ - spec/ExtendedService.thrift
347
330
  - spec/Referenced.thrift
348
- - spec/binary_protocol_spec.rb
331
+ - spec/ThriftNamespacedSpec.thrift
332
+ - spec/ThriftSpec.thrift
333
+ - spec/base_protocol_spec.rb
334
+ - spec/base_transport_spec.rb
349
335
  - spec/binary_protocol_accelerated_spec.rb
350
- - spec/unix_socket_spec.rb
351
- - spec/ExtendedService.thrift
352
- - spec/types_spec.rb
336
+ - spec/binary_protocol_spec.rb
337
+ - spec/binary_protocol_spec_shared.rb
338
+ - spec/bytes_spec.rb
339
+ - spec/client_spec.rb
340
+ - spec/compact_protocol_spec.rb
353
341
  - spec/exception_spec.rb
354
- - spec/ThriftNamespacedSpec.thrift
355
- - spec/struct_spec.rb
356
- - spec/union_spec.rb
342
+ - spec/flat_spec.rb
343
+ - spec/http_client_spec.rb
344
+ - spec/json_protocol_spec.rb
357
345
  - spec/namespaced_spec.rb
346
+ - spec/nonblocking_server_spec.rb
347
+ - spec/processor_spec.rb
348
+ - spec/rack_application_spec.rb
358
349
  - spec/serializer_spec.rb
350
+ - spec/server_socket_spec.rb
351
+ - spec/server_spec.rb
352
+ - spec/socket_spec.rb
359
353
  - spec/socket_spec_shared.rb
360
- - spec/binary_protocol_spec_shared.rb
361
- - spec/processor_spec.rb
362
- - spec/flat_spec.rb
363
- - spec/base_transport_spec.rb
364
- - spec/nonblocking_server_spec.rb
354
+ - spec/spec_helper.rb
355
+ - spec/struct_nested_containers_spec.rb
356
+ - spec/struct_spec.rb
357
+ - spec/thin_http_server_spec.rb
358
+ - spec/types/known/any_spec.rb
359
+ - spec/types/known/duration_spec.rb
360
+ - spec/types/known/timestamp_spec.rb
361
+ - spec/types/value_spec.rb
362
+ - spec/types_spec.rb
363
+ - spec/union_spec.rb
364
+ - spec/unix_socket_spec.rb
365
365
  - benchmark/Benchmark.thrift
366
- - benchmark/client.rb
367
366
  - benchmark/benchmark.rb
368
- - benchmark/thin_server.rb
367
+ - benchmark/client.rb
369
368
  - benchmark/server.rb
369
+ - benchmark/thin_server.rb