pact-ffi 0.4.28.0-aarch64-linux → 0.5.2.0-aarch64-linux
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.
- checksums.yaml +4 -4
- data/ffi/linux-arm64/libpact_ffi.so +0 -0
- data/lib/pact/ffi/mock_server.rb +0 -2
- data/lib/pact/ffi/verifier.rb +0 -2
- data/lib/pact/ffi/version.rb +1 -1
- data/lib/pact/ffi.rb +0 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d639ab44ef44516f942b689c5101eb026e9181f40f8b8e96f09f64b886d793b0
|
|
4
|
+
data.tar.gz: 6c71558c94233674228607b4e20180501d0cd3661bbaa177389cded969734ca4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b202fcf274f541474cdb45acaf3abeb64acd3a39d46328d4bfd18a2fb7575b97ee171c915a5a86b6b6c2dd144bbdf3c9582cf246d5db70fec322efa26888b6ac
|
|
7
|
+
data.tar.gz: a845bbb8ede3688d46d4842d9cc22e5e4403ce9e88eede7617164c1f768d24a9ac9e58a1e7245c9d3b1a8d35967c829fbe105b37c36e87e0f2144fab54804c84
|
|
Binary file
|
data/lib/pact/ffi/mock_server.rb
CHANGED
|
@@ -71,9 +71,7 @@ module PactFfi
|
|
|
71
71
|
'RESULT_FAILED' => 1,
|
|
72
72
|
]
|
|
73
73
|
|
|
74
|
-
attach_function :create, :pactffi_create_mock_server, %i[string string bool], :int32
|
|
75
74
|
attach_function :get_tls_cert, :pactffi_get_tls_ca_certificate, %i[], :string
|
|
76
|
-
attach_function :create_for_pact, :pactffi_create_mock_server_for_pact, %i[uint16 string bool], :int32
|
|
77
75
|
attach_function :create_for_transport, :pactffi_create_mock_server_for_transport, %i[uint16 string uint16 string string], :int32
|
|
78
76
|
attach_function :matched, :pactffi_mock_server_matched, %i[int32], :bool
|
|
79
77
|
attach_function :mismatches, :pactffi_mock_server_mismatches, %i[int32], :string
|
data/lib/pact/ffi/verifier.rb
CHANGED
|
@@ -28,7 +28,6 @@ module PactFfi
|
|
|
28
28
|
'INVALID_ARGUMENTS' => 4,
|
|
29
29
|
]
|
|
30
30
|
|
|
31
|
-
attach_function :verify, :pactffi_verify, %i[string], :int32
|
|
32
31
|
attach_function :new, :pactffi_verifier_new, %i[], :pointer
|
|
33
32
|
attach_function :new_for_application, :pactffi_verifier_new_for_application, %i[string string], :pointer
|
|
34
33
|
attach_function :shutdown, :pactffi_verifier_shutdown, %i[pointer], :void
|
|
@@ -53,7 +52,6 @@ module PactFfi
|
|
|
53
52
|
attach_function :broker_source_with_selectors, :pactffi_verifier_broker_source_with_selectors,
|
|
54
53
|
%i[pointer string string string string uint8 string pointer uint16 string pointer uint16 pointer uint16], :int32
|
|
55
54
|
attach_function :execute, :pactffi_verifier_execute, %i[pointer], :int32
|
|
56
|
-
attach_function :cli_args, :pactffi_verifier_cli_args, %i[], :string
|
|
57
55
|
attach_function :logs, :pactffi_verifier_logs, %i[pointer], :string
|
|
58
56
|
attach_function :logs_for_provider, :pactffi_verifier_logs_for_provider, %i[string], :string
|
|
59
57
|
attach_function :output, :pactffi_verifier_output, %i[pointer uint8], :string
|
data/lib/pact/ffi/version.rb
CHANGED
data/lib/pact/ffi.rb
CHANGED
|
@@ -325,9 +325,7 @@ module PactFfi
|
|
|
325
325
|
attach_function :sync_message_get_provider_state_iter, :pactffi_sync_message_get_provider_state_iter, %i[pointer],
|
|
326
326
|
:pointer
|
|
327
327
|
attach_function :string_delete, :pactffi_string_delete, %i[string], :void
|
|
328
|
-
attach_function :create_mock_server, :pactffi_create_mock_server, %i[string string bool], :int32
|
|
329
328
|
attach_function :get_tls_ca_certificate, :pactffi_get_tls_ca_certificate, %i[], :string
|
|
330
|
-
attach_function :create_mock_server_for_pact, :pactffi_create_mock_server_for_pact, %i[uint16 string bool], :int32
|
|
331
329
|
attach_function :create_mock_server_for_transport, :pactffi_create_mock_server_for_transport,
|
|
332
330
|
%i[uint16 string uint16 string string], :int32
|
|
333
331
|
attach_function :mock_server_matched, :pactffi_mock_server_matched, %i[int32], :bool
|
|
@@ -381,7 +379,6 @@ module PactFfi
|
|
|
381
379
|
attach_function :new_async_message, :pactffi_new_async_message, %i[uint16 string], :uint32_type
|
|
382
380
|
attach_function :free_pact_handle, :pactffi_free_pact_handle, %i[uint16], :uint32_type
|
|
383
381
|
attach_function :free_message_pact_handle, :pactffi_free_message_pact_handle, %i[uint16], :uint32_type
|
|
384
|
-
attach_function :verify, :pactffi_verify, %i[string], :int32
|
|
385
382
|
attach_function :verifier_new, :pactffi_verifier_new, %i[], :pointer
|
|
386
383
|
attach_function :verifier_new_for_application, :pactffi_verifier_new_for_application, %i[string string], :pointer
|
|
387
384
|
attach_function :verifier_shutdown, :pactffi_verifier_shutdown, %i[pointer], :void
|
|
@@ -409,7 +406,6 @@ module PactFfi
|
|
|
409
406
|
attach_function :verifier_broker_source_with_selectors, :pactffi_verifier_broker_source_with_selectors,
|
|
410
407
|
%i[pointer string string string string uint8 string pointer uint16 string pointer uint16 pointer uint16], :int32
|
|
411
408
|
attach_function :verifier_execute, :pactffi_verifier_execute, %i[pointer], :int32
|
|
412
|
-
attach_function :verifier_cli_args, :pactffi_verifier_cli_args, %i[], :string
|
|
413
409
|
attach_function :verifier_logs, :pactffi_verifier_logs, %i[pointer], :string
|
|
414
410
|
attach_function :verifier_logs_for_provider, :pactffi_verifier_logs_for_provider, %i[string], :string
|
|
415
411
|
attach_function :verifier_output, :pactffi_verifier_output, %i[pointer uint8], :string
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact-ffi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.2.0
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Yousaf Nabi
|
|
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: '0'
|
|
168
168
|
requirements: []
|
|
169
|
-
rubygems_version: 3.7.
|
|
169
|
+
rubygems_version: 3.7.2
|
|
170
170
|
specification_version: 4
|
|
171
171
|
summary: Pact Reference FFI libpact_ffi library wrapper
|
|
172
172
|
test_files: []
|