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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d639ab44ef44516f942b689c5101eb026e9181f40f8b8e96f09f64b886d793b0
4
- data.tar.gz: 6c71558c94233674228607b4e20180501d0cd3661bbaa177389cded969734ca4
3
+ metadata.gz: 24a1e74e715d14b8d04142923015d16e5d3f50a7c19901eaf1d31df6a4c7c988
4
+ data.tar.gz: e7dad5c56bfb2b207f65fc6710f84b2cc532d0c3fb54eceb72441b84747eb98d
5
5
  SHA512:
6
- metadata.gz: b202fcf274f541474cdb45acaf3abeb64acd3a39d46328d4bfd18a2fb7575b97ee171c915a5a86b6b6c2dd144bbdf3c9582cf246d5db70fec322efa26888b6ac
7
- data.tar.gz: a845bbb8ede3688d46d4842d9cc22e5e4403ce9e88eede7617164c1f768d24a9ac9e58a1e7245c9d3b1a8d35967c829fbe105b37c36e87e0f2144fab54804c84
6
+ metadata.gz: 7758114541904e9ed69e8ab583ad7789964b2218c104d845d8b16e6d937213c76f66c69e0d92227feb135716baacafb5b09eb63912982ef72d1b6156ded09723
7
+ data.tar.gz: fc22e801db92ebb659f1195f73223dad30a969551877887448b580785866903512babd0479e8d7964e2a67b1078ce2193de11d19234fe0d7439f15f26d4a947a
Binary file
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module Version
3
- VERSION = '0.5.2.0'
3
+ VERSION = '0.5.3.0'
4
4
  end
5
5
  end
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.2.0
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.7.2
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: []