pact-ffi 0.4.22.1-aarch64-linux → 0.4.22.2-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dedf861a0e86fec5a80dd3c667e905284456f6bb6299f16c9b80b226fc55e241
4
- data.tar.gz: 63edc856836b70a556d421095b20e4b48496db773e2898d3f0e5e7ba15761bc6
3
+ metadata.gz: f70ce88ee2f2cca14420b94cf7e9495b211f6510058e92e770abdd288a1cb329
4
+ data.tar.gz: 41c4188a0de2acd577d86f49317883baa1f9368dd0c62721436d1076c5b69cb5
5
5
  SHA512:
6
- metadata.gz: f7a0dd04f80cc078d1a97bc0741137ba5babbe89a65c052a6c27df4fa6dd8d612a264dc2e8712108706b2b849f7b3dc7c5e4478437e05508cd12d6db0396ba97
7
- data.tar.gz: 802c4622153649ba42c10b19143fbd2df3a894e6f7cade1abd5569e5910943d3efcbd994952548b29e2802a8afc973643c398050f0e19c452d5e30e59f4de639
6
+ metadata.gz: 278e36a675cc924f26e668169d11825821d6f023b7dffa50bd5c38353ab3a538c276931e8d9d636ddd62317e672e50ab41672f6aa355980c0cfa5a02d1fb1f56
7
+ data.tar.gz: 7e3931aa801658eec53004c85ae2793df3295af839177c03f69f599b7230e1dcb24ceaddc06a2596c31e02b89ecb2538bc5e8c200a08829542850188122e28ad
@@ -32,8 +32,8 @@ module PactFfi
32
32
  'RESULT_FAILED' => 1,
33
33
  ]
34
34
 
35
- attach_function :using_plugin, :pactffi_using_plugin, %i[pointer string string], :uint32_type
36
- attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[pointer], :void
35
+ attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
36
+ attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
37
37
  attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string string],
38
38
  :uint32_type
39
39
  end
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module Version
3
- VERSION = '0.4.22.1'
3
+ VERSION = '0.4.22.2'
4
4
  end
5
5
  end
data/lib/pact/ffi.rb CHANGED
@@ -415,8 +415,8 @@ module PactFfi
415
415
  attach_function :verifier_logs_for_provider, :pactffi_verifier_logs_for_provider, %i[string], :string
416
416
  attach_function :verifier_output, :pactffi_verifier_output, %i[pointer uint8], :string
417
417
  attach_function :verifier_json, :pactffi_verifier_json, %i[pointer], :string
418
- attach_function :using_plugin, :pactffi_using_plugin, %i[pointer string string], :uint32_type
419
- attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[pointer], :void
418
+ attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
419
+ attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
420
420
  attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string string],
421
421
  :uint32_type
422
422
  attach_function :matches_string_value, :pactffi_matches_string_value, %i[pointer string string 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.22.1
4
+ version: 0.4.22.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Yousaf Nabi
@@ -56,16 +56,16 @@ dependencies:
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '10.0'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '10.0'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement