pact-ffi 0.5.2.0-aarch64-linux → 0.5.3.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/verifier.rb +1 -0
- data/lib/pact/ffi/version.rb +1 -1
- data/lib/pact/ffi.rb +1 -0
- 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: 24a1e74e715d14b8d04142923015d16e5d3f50a7c19901eaf1d31df6a4c7c988
|
|
4
|
+
data.tar.gz: e7dad5c56bfb2b207f65fc6710f84b2cc532d0c3fb54eceb72441b84747eb98d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7758114541904e9ed69e8ab583ad7789964b2218c104d845d8b16e6d937213c76f66c69e0d92227feb135716baacafb5b09eb63912982ef72d1b6156ded09723
|
|
7
|
+
data.tar.gz: fc22e801db92ebb659f1195f73223dad30a969551877887448b580785866903512babd0479e8d7964e2a67b1078ce2193de11d19234fe0d7439f15f26d4a947a
|
|
Binary file
|
data/lib/pact/ffi/verifier.rb
CHANGED
|
@@ -56,5 +56,6 @@ module PactFfi
|
|
|
56
56
|
attach_function :logs_for_provider, :pactffi_verifier_logs_for_provider, %i[string], :string
|
|
57
57
|
attach_function :output, :pactffi_verifier_output, %i[pointer uint8], :string
|
|
58
58
|
attach_function :json, :pactffi_verifier_json, %i[pointer], :string
|
|
59
|
+
attach_function :set_follow_redirects, :pactffi_verifier_set_follow_redirects, %i[pointer uint8], :void
|
|
59
60
|
end
|
|
60
61
|
end
|
data/lib/pact/ffi/version.rb
CHANGED
data/lib/pact/ffi.rb
CHANGED
|
@@ -410,6 +410,7 @@ module PactFfi
|
|
|
410
410
|
attach_function :verifier_logs_for_provider, :pactffi_verifier_logs_for_provider, %i[string], :string
|
|
411
411
|
attach_function :verifier_output, :pactffi_verifier_output, %i[pointer uint8], :string
|
|
412
412
|
attach_function :verifier_json, :pactffi_verifier_json, %i[pointer], :string
|
|
413
|
+
attach_function :verifier_set_follow_redirects, :pactffi_verifier_set_follow_redirects, %i[pointer uint8], :void
|
|
413
414
|
attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
|
|
414
415
|
attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
|
|
415
416
|
attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string 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.5.
|
|
4
|
+
version: 0.5.3.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.
|
|
169
|
+
rubygems_version: 3.6.9
|
|
170
170
|
specification_version: 4
|
|
171
171
|
summary: Pact Reference FFI libpact_ffi library wrapper
|
|
172
172
|
test_files: []
|