pact-ffi 0.4.22.1-arm64-darwin → 0.4.22.2-arm64-darwin

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: 1b60f2f5d7c3bd37f9eaca4f0f93d459359b92443d36b451b41e1561704a5b9f
4
- data.tar.gz: '0129f36770d169fbe479b81aaa77aaaa98f20072794c5f0be682f7fc8c6ba1de'
3
+ metadata.gz: f839a7dee266309f097ffe04504c8795d23eabe9f0be686306bf6025871947b5
4
+ data.tar.gz: 8d8ca6a49d8daa997ed3f55898bcff67690848ed8a8c015770ff5befecf7d0f7
5
5
  SHA512:
6
- metadata.gz: af40078c9d12a18c060f68e6899a03e91c47e61d53034c8c98eb06297325bc75ae15f6a95d179cd20127d99fc863ea095c750075bdc771822642b43bd8ad7aec
7
- data.tar.gz: 8c6e0c64a414407e631d55b5cfc59962d2f2a52be9f859aaee7594921768f58a2b5e8383d2b8b469322bbd121d9c6398e3cc3b878c80963ebb864de91d0fb80a
6
+ metadata.gz: 27ac81db98e95fab38ce020737e1ef41f498c6b6c66eb50fd4ebad1ada98fd71b3ffaa214327c8f35061683b535f5a67d2350e1d006e45ad46c34819fbf9fbec
7
+ data.tar.gz: 449f5d3e1df628fa8b992e396721be28c35c46c0310039bac96092eed4f859e4fa75e0cbcccb814d417b006e4c42206c70d11985a43a03988b7345418e07cd07
@@ -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: arm64-darwin
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